/* CSS Document */

body{
margin:0px;
color:#333333;
font-family:arial;
font-size:14px;
line-height:18px;
background-image: none;
background-color:#FFFFFF;
}

#mainDiv{
width:auto;
height:auto;
margin:0px;
}

#bannerExterior{
width:100%;
height:109px;
background-image:url(Imagini/CSS/bannerBg.png);
}

#contentDiv {
margin-top:-109px;
width:708px;
margin-left:auto;
margin-right:auto;
}

#banner{
width:708px;
height:109px;
background-image:url(Imagini/CSS/banner.png);
}

#timer{
width:409px;
height:201px;
}

#sideBar{
margin-top:-201px;
margin-right:19px;
/*height:650px;*/
float:right;
}

#sideBarContent{
width:275px;
/*height:650px;*/
background-image:url(Imagini/CSS/siderbarBg.png);
}

#sideBarDivider{
width:273px;
height:2px;
background-image:url(Imagini/CSS/divider.png);
}

#sideBarEnd{
height:2px;
width:275px;
margin-bottom:0px;
background-image:url(Imagini/CSS/siderbarEnd.png);
}

#menu {
	margin-top:0px;
	margin-right:15px;
	width : 260px;
	background-color:#ff9933;
}

#menu ul {
	float:right;
	list-style:none;
}

#menu ul li {
	display:list-item;
	font-family:Arial, Helvetica, sans-serif;
	}

#menu ul li a {
	text-align:right;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:5px;
	display: block;
	float: right;
	width:240px;
	color: #003399;	
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

#menu ul li a:hover {
	background-color: #FF9933;
	color: #FFFFFF;	
}

#menu ul li.current a {	
	background-color:#FF9933;
	color: #FFFFFF;
}

#footer{
width:708px;
height:64px;
margin-top:0px;
}

#mainContent{
width:376px;
margin-left:14px;
text-align:justify;
min-height:800px;
height:auto !important;
height:800px;
}

.mainDivider{
width:376px;
height:1px;
background-color:#FF9933;
margin-top:7px;
margin-bottom:15px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:500;
color:#002168;
}

titlu {
font-family:Arial, Helvetica, sans-serif;
color:#ff9933;
font-weight:900;
font-size:14px;
background-color:#fff;
}

em {
font-style:normal;
font-weight:bolder;
color:#ff9933;}

p img {
margin-left:15px;
padding-right:5px;
}


p {
	font-family: Arial,Helvetica,sans-serif;
	text-align:justify;
}

.section-name {
	background-color: #FF9933;
	color: #002168;
	padding:5px 10px;
	font-weight: 900;
	margin: 15px 0 10px 0;
	font-size:18px;
	width:100%;
}

.section-title {
	font-weight: 900;
	color: #CCCCCC;
	font-size:14px;
	margin: 5px 0 5px 15px;
}

.section-text {
	color: #002168;
	margin: 0 -15px 10px 15px;
	font-size: 12px;
}

.section-person {
	margin: 15px 0 15px 15px;
	padding-bottom: 2px;
	font-size:16px;
	width:100%;
	border-bottom:2px solid #999999;
	text-align:left;
}

img.team {
	padding: 2px;
	border: 2px solid #BBBBBB;
	margin: 0 -10px 10px 10px;
	width: 120px;
}

#messageContainer {
	position:absolute;
	margin:0;
	width:346px;
	height:73px;
	left:35%;
	top:30px;
	overflow:hidden;
	background: #FFF url(Imagini/CSS/message_bg.jpg) no-repeat top left;
	z-index:4000;
}
#messageContainer #message_text {
	margin:20px;
	width:306px;
	height:33px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	overflow:hidden;
	text-align:center;
}

.clearfix {
	clear:both;
	height:0px;
	overflow:hidden;
}

.field_label {
	float:left;
	width: 110px;
	font-family: Arial;
	font-size:12px;
	text-align:right;
	color: #002168;
	margin: 10px 10px 0 0;
}
.required {
	color:#F00;
	font-size:8pt;
	margin-left:5px;
}
.field {
	float:left;
	margin-top:5px;
	width:185px;
	text-align:right;
}
.field select, .field option, .field input, .field textarea {
	width:250px;
	font-size:10pt;
	font-family: Arial;
	color: #002168;
}
.field select, .field input, .field textarea { border: 1px solid #999999; }

.disabled {
	color:#AAA;
}

.PDF_pageOuter {
	width:376px;
	background-image:none;
}

.PDF_pageInner {
	width:376px;
	margin:0px;
	padding:0;
}

.PDF_pageOuter { padding:0; }
.qContent { width: 366px; }
.PDF_QT100 .large { width: 346px; }

#forceWidth { width:376px;height:auto;overflow:hidden; }
