/* style18 */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #5A5A5A;
	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(../images/main_01.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}

/* font colors */

a {
	color: #003399;
	font-size: 12px;
}

b {
	color: #333333;
}

h1 {
	color: #1275B6;
	font-size: 16px;
}


h2 {
	color: #006CAE;
	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;
}
hr {
	background-color: #999999;
	height: 1px;
}
table td {
	font-size: 12px;
}


 #header {
	padding: 0;
	height: 270px;
	background-image: url(../images/main_03.jpg);
	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 */
}


#topbar {
	width: 760px;
	float: left;
	color: #333333;
	font-size: 12px;
	margin-left: 40px;
	font-weight: bold;
	margin-top: 30px;
}
#langselector {
	margin-left: 10px;
	margin-top: 28px;
	text-align: left;
	width: 100px;
	height: 30px;
	float: right;
	margin-right: 20px;
}
#navbar {
	clear: both;
	float: left;
	margin-left: 315px;














	margin-top: 180
\;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	width: 635px;
	margin-top: 195px;
	font-size: 12px;
}
#navbar a {
	color: #666666;
	text-decoration: none;
}

#menu {
	width: 260px;
	color:#FFFFCC;
	margin: 0px;
	margin-left:20px;
	float:left;
}


#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;

}

#menu a {
	color: #003399;
	text-decoration: none;
	display: block;
	padding:3px;
	padding-left:5px;
}

#menu a:hover {
	color: #000066;
	background-color: #CCCCCC;
}

#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;
}
#menu ul ul li {
	background-color: #FFFFFF;
	padding-left: 5px;
	font-weight: normal;
}

 #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;
	background-image: url(../images/main_05.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 

 #mainContent, #mainContentAdmin {
	min-height: 403px;
	float: left;
	width: 635px;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin-left: 35px;
	margin-top: 15px;
} 
 #mainContentAdmin { 
 	min-height:0px;
 }
 #footer {
	padding: 0;
	background-color: #fff;
	background-image: url(../images/main_07.jpg);
	background-repeat: no-repeat;
	width: 975px;
	height: 55px;
	clear: both;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.titlu-left {
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.titlu-event {
	font-size: 14px;
	font-weight: bold;
}
#lista {
	width: 630px;
}


#lista table,#lista  td,#lista  th
{
	border-color: #1C59B6;
	border-style: solid;
	font-size: 12px;
}

#lista table
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

#lista td,#lista  th
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
}


#lista th
{
	background-color: #F0F9FF;
	color:#0000CC;
	text-align:center;
}
#lista tr:hover
{
	background-color: #FFFFCC;
	color: #990000;


}
#mainContent img {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #999999;
	margin: 10px;
}
#footnote {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	float: none;
	margin-top: 15px;
	margin-bottom: 25px;
}
#footnote a {
	color: #FFFFFF;
}
#disclaimer {
	border: 1px solid #666666;
	background-color: #EEEEEE;
}
#disclaimer  img {
	padding: 5px;
	margin: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
}
#Table_01 #edit table td {
	font-size: 12px;
}
