/* THE FORM ASSEMBLY 2.0 Main CSS     */
/* Copyright (c) 2005 Cedric Savarese */
/* All Rights Reserved                */

/* Form View Layout                   */
/* ---------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#FFFFFF;
	color: #555;	
}

a{
	color: #0033CC;
	font-size: 12px;
	text-decoration:underline;
}

a:hover{
	color: #0033CC;
	font-size: 12px;
	text-decoration:none;
}

#Background {
	padding: 0 0 0 22px;
}
#Content {
	margin: 0;
	border-left: 60px solid #EEE;
	width: 680px;
	padding: 15px;
	background-color: #FFFFFF;
	font-size: 120%;
	/*line-height: 150%;*/
	min-height: 500px;
}
span.inputFrame {
	font-size: medium;
	padding: 4px 1px !important;
	border: 1px solid #DDD;
	background-color: #FFFFCC;	
}

/* 
/* Form Related Rules */
/* ================== */

.output {
	overflow: visible;
	position: relative;
	padding: 7px 0;
	border-top: 3px solid #FFD37A;	
	border-bottom: 3px solid #FFD37A;	
}
.end {
	overflow: auto;
	position: relative;
	padding: 7px 0;
	border-bottom: 3px solid #FFD37A;	
		
	
	
}
fieldset {
	position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 15px 10px;
	margin: 20px 0;
	border: 3px double #0066FF;
	background-color: #FFFFFF;
}
fieldset fieldset  {
	border: 2px solid #ADD8E6;
	background-color:#FFFFFF;
}
fieldset fieldset fieldset  {
	border: 1px solid #ADD8E6;
	background-color:#FFFFFF;
}

.my_sponsori {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}

.my_content_title {		
	border-bottom: 2px solid #003399;
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}

legend {
	position: expression('absolute'); 
	top: expression('-9px'); /* Fixes IE problem with fieldset+legend boundaries */
	padding: 2px 10px;
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}
.label { display: block; width: auto; }
label.preField, .label  {
	display: -moz-inline-box;
	display: inline-block;	
	width: expression('9em'); /* Min-width for IE6 */
	min-width: 9em;
	padding: 0 2px;
	margin: 0.6em 4px 0 0;
	border-bottom: 1px dotted #aaa;
	font-size: 12px;
}


.content_box_number{
	width: 100px;
	text-align: center;
	vertical-align:middle;
	background-color:#ffffff;
	border-left-color:#8f9bb1;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}


.content_box_text1{
	text-align: center;
	vertical-align:middle;
	background-color:#ffffff;
	border-left-color:#8f9bb1;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background: #8f9bb1;
	font-size: 12px;
}
.titlu{
	text-align: center;
	vertical-align:middle;
	background-color:#ffffff;
	border-left-color:#8f9bb1;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFF00;
	background: #8f9bb1;
	font-size: 18px;
}

.hidden { display: none; }
.unhidden { display: block; }


.content_box_title {
background-color:#FFFFFF;
background-image:url(../pictures/layout/header_bg.gif);
background-position:center top;
background-repeat:repeat-x;
border:1px solid #8F9BB1;
color:#000000;
font-family:Verdana,Arial;
font-size:12px;
margin-bottom:10px;
text-align:left;
text-decoration:none;
}

.content_box_title_inside {
background-image:url(../pictures/layout/header_bg_left.gif);
background-position:right top;
background-repeat:no-repeat;
border-bottom:1px solid #336699;
color:#FFFFFF;
font-weight:bold;
padding:3px 10px;
vertical-align:top;
}

.content_box_subject_image {
background-color:#FFFFFF;
background-image:url(../pictures/layout/subject_image_bg_right.gif);
background-position:0 10px;
background-repeat:no-repeat;
padding:20px 10px 10px 15px;
text-align:center;
vertical-align:top;
width:180px;
}

.content_box_header {
background-color:#CFEAFC;
border-bottom:1px solid #8F9BB1;
color:#FF3300;
font-weight:bold;
padding-bottom:3px;
padding-top:3px;
vertical-align:top;
}

.content h1 {
background-image:url(../images/page_layout/content_frame/symbols/at_title.gif);
background-position:0 4px;
background-repeat:no-repeat;
font-family:Arial;
font-size:18px;
font-weight:normal;
text-indent:25px;
}

.content_box_header_next {
background-color:#CFEAFC;
border-bottom:1px solid #8F9BB1;
border-left:1px solid #8F9BB1;
font-weight:bold;
padding-bottom:3px;
padding-top:3px;
text-align:center;
vertical-align:top;
}

.content {
border-right:1px solid #D1DBE6;
color:#000000;
font-family:Verdana,Arial;
font-size:12px;
text-align:left;
text-decoration:none;
width:765px;
}

.content_box_text {
background-color:#FFFFFF;
font-size:12px;
padding:10px;
vertical-align:middle;
}