/* 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;
	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-image: url(../img/bknew.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-attachment: fixed;
	background-position: center top;
}

/* font colors */

a {
	color: #A12F5C;
	font-size: 12px;
}

b {
	color: #333333;
}

h1 {
	color: #1275B6;
	font-size: 16px;
}


h2 {
	color: #660000;
	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: 500px;
	float: left;
	margin-top:13px;
	color: #A12F5C;
	font-size: 12px;
	margin-left: 260px;
	font-weight: bold;
	text-align: left;
	clear: left;
	z-index: 100;
	
}
#topbar a {
	color: #A12F5C;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
}
* html #topbar {
margin-left:118px;
}
#topbar a: hover {
background-color:#A12F5C;
	color: #FFFFFF;
	text-decoration:underline;
}
#menu {
	width: 200px;
	color:#A12F5C;
	margin: 0px;
	margin-left:35px;
	float:left;
	font-size: 12px;
	margin-top: -55px;
}

* 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;
	z-index: 200;
}


#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;

}
#menu  ul a {
	color: #A12F5C;
	text-decoration: none;
	display: block;
	padding:3px;
	width:100%;
}
#menu ul ul a {
	color: #330000;
	text-decoration: none;
	display: block;
	padding:3px;
	width:100%;
}


#menu a:hover {
	color: #FFFFFF;
	background-color: #A12F5C;
}

#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: 980px;
	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: 220px;
	background-image: url(../images/main_04.png);
	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_06.png);
	background-repeat: repeat-y;
	float: left;
	width: 975px;
	}
 #mainContent, #mainContentAdmin {
	min-height: 403px;
	float: right;
	width: 685px;
	padding-right:30px;
	padding-top: 0px;
	padding-bottom: 0;
	font-size: 12px;
	text-align: justify;
	margin-top: 35px;
	margin-left: 20px;
} 
* html #mainContent {
padding-left:20px;
width: 705px;

}


 #mainContentAdmin { 
 	min-height:0px;
 }
 #footer {
	background-repeat: no-repeat;
	width: 975px;
	clear: both;
	background-image: url(../images/main_08.png);
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 85px;
	padding-left: 0;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #2C370F;
} 

.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: both;
	margin-left: 260px;
	margin-top: 20px;
	width: 700px;
	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;
}

#topbar ul li{
display:inline;
}

#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;
}
#asteptare {
	display:none;
	position:fixed;
	top:400px;
	left:50px;
	background-color:#FFFFFF;
}
#tabelmeniu span.adminmeniu a{
	height:20px;
	width:20px;
	font-size:18px;
	text-decoration:none;
	//background-attachment:fixed;
	background-image:url(/img/menu_icons.JPG);
	//background-repeat:no-repeat;
}
#tabelmeniu span.adminmeniu a.movein{
	background-position:   200px 0%;
}
#tabelmeniu span.adminmeniu a.moveup{
	background-position:   240px 0%;
}
#tabelmeniu span.adminmeniu a.movedown{
	background-position:   220px 0%;
}
#tabelmeniu span.adminmeniu a.editco{
	background-position:   180px 0%;
}
#tabelmeniu span.adminmeniu a.editname{
	background-position:   160px 0%;
}
#tabelmeniu span.adminmeniu a.editlink{
	background-position:   140px 0%;
}
#tabelmeniu span.adminmeniu a.show{
	background-position:   120px 0%;
}
#tabelmeniu span.adminmeniu a.hide{
	background-position:   100px 0%;
}
#tabelmeniu span.adminmeniu a.delete{
	background-position:   80px 0%;
}
#tabelmeniu span.adminmeniu a.adfata{
	background-position:   60px 0%;
}
#tabelmeniu span.adminmeniu a.addupa{
	background-position:   40px 0%;
}
#tabelmeniu span.adminmeniu a.adsub{
	background-position:   20px 0%;
}
.one-column-emphasis th {
color:#003399;
font-size:14px;
font-weight:normal;
padding:12px 15px;
}
.one-column-emphasis {
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:12px;
text-align:left;
}
.one-column-emphasis td {
border-top:1px solid #E8EDFF;
color:#666699;
}
.one-column-emphasis tr:hover {
background-color:#EEEEEE;
}

.oce-first {
background:none repeat scroll 0 0 #CCCCCC;
border-left:10px solid transparent;
border-right:10px solid transparent;
}
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0; 
float: left;    
clear: both;    
width: 100%;    
border: 1px solid #BFBAB0;    
background-color:#FFFFFF;
background-repeat: repeat-x;    
 
}  
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
fieldset p {  
padding-bottom: 1em; 
}  
fieldset.submit {  
border-style: none;  
}
label {        
position: relative;        
float: left;        
width: 10em;        
margin-right: 1em;      
}      
label em {        
position: absolute;        
left: 9.5em;        
top: 0;      
}
label strong {
display:none;      
position: absolute;      
left: 27em;      
top: 0.2em;      
width: 19em;      
color: #C00;      
font-size: 85%;      
font-weight: normal      
;text-transform: uppercase;      
}
label strong img {        
position: absolute;        
left: -16em; 
top:-3px;     
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
