/* 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 center;
}

/* font colors */

a {
	color: #006699;
	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:50px;
	color: #006699;
	font-size: 12px;
	margin-left: 430px;
	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:#006699;
	color: #FFFFFF;
	text-decoration:underline;
}
#menu {
	width: 200px;
	color:#006699;
	margin: 0px;
	margin-left:45px;
	float:left;
	font-size: 12px;
}

* html #menu {

	margin-left:14px;

}
#langselector {
	margin-left: 620px;
	margin-top: 28px;
	text-align: left;
	width: 100px;
	height: 80px;
	float: left;
	margin-left: 540px;
	font-size: 11px;
	z-index: 200;
}


#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;

}

#menu a {
	color: #006699;
	text-decoration: none;
	display: block;
	padding:3px;
	width:100%;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #006699;
}

#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: 290px;
	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: 645px;
	.width:615px;
	.padding-left:15px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 0;
	font-size: 12px;
	text-align: justify;
	margin-right: 40px;
} 
* html #mainContent {
	padding-left:15px;
	width: 605px;
	.width: 605px;
	float:right;

}


 #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: #006699;
} 

.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: 280px;
	margin-top: 60px;
	width: 650px;
	float: left;
	font-weight: bold;
}
* 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;
}
