/* style18 */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF6AE;
	scrollbar-face-color: #1c3879;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #1c3879;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(../images/main_01.jpg);
}

/* font colors */

a {
	color: #336633;
	font-size: 12px;
}

b {
	color: #333333;
}

h1 {
	color: #257711;
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


h2 {
	color: #257711;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	color: #0774B9;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


#topbar {
	width: 630px;
	float: left;
	margin-top:26px;
	color: #257711;
	font-size: 12px;
	margin-left: 300px;
	font-weight: bold;
	text-align: left;
	clear: left;
}
* html #topbar {
margin-left:158px;
}
#topbar a, #topbar span {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #257711;
}
#topbar span {
	color: #000000;
}
#topbar a:hover {
	color: #003300;
}


#topbar ul {
	list-style: none;
	margin:0px;
	padding:0px;

}




#topbar li {
	position: relative;
	list-style-type:none;
	float: left;
	list-style-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808B15;
}


#menu {
	width: 200px;
	color:#336633;
	margin: 0px;
	margin-left:30px;
	float:left;
	font-size: 12px;
}

* html #menu {

	margin-left:14px;

}
#langselector {
	margin-left: 620
.px;
	margin-top: 28px;
	text-align: left;







	width: 100
.px;
	height: 80px;
	float: left;
	margin-left: 540px;
	font-size: 11px;
}


#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;

}

#menu a {
	color: #257711;
	text-decoration: none;
	display: block;
	padding:3px;
	width:100%;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #257711;
}

#menu li {
	position: relative;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu ul li {
	font-weight: bold;
	color: #999999;
}


#menu ul ul {
	border-top-width: 1px;
	color: #000099;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 5px;
}
#menu ul ul li {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

 #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;


} 
 #header {
	padding: 0;
	height: 285px;
	background-image: url(../images/main_03.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 975px;
} 


 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainArea {
	background-image: url(../images/main_05.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 975px;
	background-color: #FEFEF2;
	}
 #mainContent, #mainContentAdmin {
	min-height: 403px;
	float: left;
	width: 690px;
	padding-left:35px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 12px;
	text-align: justify;
} 
* html #mainContent {
	padding-left:10px;
	width: 640px;

}


 #mainContentAdmin { 
 	min-height:0px;
 }
 #footer {
	padding: 0;
	background-repeat: no-repeat;
	width: 975px;
	height: 50px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_07.jpg);
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input.button, input.submit, .button {
	background-color: #1c3879;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BACAEF;
	border-right-color: #0A1329;
	border-bottom-color: #0A1329;
	border-left-color: #BACAEF;
	color: #FFFFFF;
}
#navbar {
	margin-left: 225px;
	margin-top: 90px;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	width: 700px;
	clear: left;
	float: left;
	visibility: hidden;
}
.titlu-left {
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#pagetitle {
	clear: none;
	width: 600px;
	float: left;
}
* html #pagetitle {
	margin-left: 118px;

}
#pagetitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #003300;
}
#footnote {
	margin-top: 30px;
	height: 30px;
	text-align: center;
	width: 100%;
	background-color: #9FDEFF;
	color: #000066;
	padding-top: 10px;
	font-size: 80%;
}
#footnote a {
	color: #6633CC;
	text-decoration: none;
}
#navbar a {
	color: #FFFFFF;
}
#Table_01 .adminlist:hover {
	background-color: #FFFF99;
}



#tab1 {

	float: left;
	width: 100%;


}
#tab1 h2 {
	font-size: 12px;
	background-image: url(img/block1_051.gif);
	background-repeat: no-repeat;
	top: 0px;
	margin: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 22px;
}
#tab2 {
	background-image: url(img/block1_05.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-left: 14px;
	float: right;
	width: 175px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 14px;
}
#tab2 h2 {
	font-size: 12px;
	background-image: url(img/block1_051.gif);
	background-repeat: no-repeat;
	top: 0px;
	padding: 13px 4px 13px 22px;
	margin: 0px;
}

#left_column {
	width: 46%;
	text-align: justify;
	float: left;
}
#right_column {
margin-left:15px;
	width:  46%;
	text-align: justify;
	float: right;
}
#clear {
	text-align: justify;
	clear: both;
}
#clear2 {
	text-align: justify;
	clear: both;
}
#tab2 p {
	padding-right: 14px;
	text-align: center;
	font-weight: bold;
}










.top {
	background-image: url(../images/top2.jpg);
	height: 250px;
}
.top2 {
	color: #FFFFFF;
	background-color: #c5c0ba;
	padding: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #006633;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.bd12n {font-size:12px;font-weight:bold;color:#562C2C;}
.nor12b {font-size:12px;font-weight:normal;color:#330099;} 
.vnfmn {font-size:10px;font-weight:normal;color:#000000;} 
.nor12p {font-size:12px;font-weight:bold;color:#660033}
#menubig {
	background-color: #EDECEA;
}

.12b {font-size:12px;font-weight:bold;}
.11gri {font-size:11px;font-weight:normal;color:#666666}
.inv {font-size:2px;color:#FFF;}
.superS {font-size:9px;font-weight:normal;vertical-align:super}
.Brosu {font-size:12px;font-weight:bold;color:#F7E942}

.txF10,.txF50, .txF100,.txF125 ,.txF150,.txF175,.txF220,.txF400l8   {
	height:20px;
	border:1px solid #336633;
	background-color:#FFFBEC;
	font-size:12px;
}
.txF10 {width:20px;height:20px;}
.txF50 {
	width:50px;
}
.txF100 {width:100px;} 
.txF125 {width:125px;height:20px;}
.txF150 {width:140px;height:20px;}
.txF175 {width:175px;height:20px;}
.txF220 {height:20px;width:280px;} 
.txF400l8 {width:400px;height:100px;} 
.trmen {
	height:15px;
	color:#193B82;
	font-weight: bold;
}
.list {font-size:12px;color:#333333;background-color:#FFF;border-color:black black #62787F;font-weight:normal;background-repeat:repeat-y;border-style:solid;border-top-width:0px;border-right-width:0px;border-bottom-width:1px;border-left-width:0px}
td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9pt;
	color:#000000;
}
.td2 {background-color:#EEEAEE;height:10px;border:1px solid black;}
.td3 {
	border-top:0px solid #999999;
	border-right:0px none #999999;
	border-bottom:0px solid #999999;
	border-left:0px none #999999;
	font-weight:bold;
	color:#666666;
	font-size:11px;
	text-transform:capitalize;
	text-align:center;
	height: 25px;
	padding-top: 5px;
}
.td4 {
	height:10px;
	color:#313A59;
	font-size:11px;
	border: 0px solid #CCCCCC;
}
.td5 {
	color:#336633;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9BA824;
}
.td5bot {
	height:10px;
	color:#3B435B;
	font-weight:bold;
	border-top:none #ADA189;
	border-right:none #ADA189;
	border-bottom:1px solid #ADA189;
	border-left:none #ADA189;
	padding-top:8px;
	padding-bottom:2px;
	background-color: #FFFFFF;
}
.td4l {
	height:10px;
	color:#333333;
	font-size:11px;
	border-top:1px none #CCCCCC;
	border-right:1px none #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px none #CCCCCC;
	text-align:center;
	background: #F2EFEC;
}
.TDlnk {
	background-color:#FCFCF0;
}
.but {
	height:20px;
	background-color:#B1B431;
	font-family:Geneva, Arial, Helvetica, san-serif;
	FONT-SIZE:12px;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-transform:capitalize;
	color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3EBBB;
	border-right-color: #7D9402;
	border-bottom-color: #7D9402;
	border-left-color: #E3EBBB;
}
.td_nume {
	font-weight: bold;
	color: #788D14;
	text-align: right;
}
.file {BORDER-RIGHT:#AAAAAA 1px solid;BORDER-TOP:#AAAAAA 1px solid;BORDER-LEFT:#AAAAAA 1px solid;BORDER-BOTTOM:#AAAAAA 1px solid;FONT-SIZE:12px;MARGIN:0px 0px;COLOR:#000000;font-weight:normal;padding:2px 2px;height:20px;background-image:url(/images/top_pag_gol3.jpg);width:20px;clip:rect(   )}
.inp {BORDER-RIGHT:#62787F 1px solid;BORDER-TOP:#62787F 1px solid;BORDER-LEFT:#62787F 1px solid;BORDER-BOTTOM:#62787F 1px solid;FONT-SIZE:10px;MARGIN:0px 0px;COLOR:#000000;font-weight:normal;padding:2px 2px;height:20px;background-color:#FFF;border:#000099;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px}
li {
}
th {
	font-size: 12px;
	font-weight: bold;
	color: #193B82;
	text-align: right;
}
.invizibil {
	color: #FFFFFF;
}
#footer2 {
	background-color: #FFFF99;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A3A621;
	border-bottom-color: #A3A621;
	margin-top: 30px;
}

