@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

html {
	height:100%;
	overflow:hidden;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000000;
	background:url(../images/bg.jpg) top center no-repeat;
	background-color:#93DEFD;
	height:100%;
	overflow:hidden;
	text-align:center;
}

#header {
	width:960px;
	height:130px;
	margin:0 auto;
	margin-bottom:10px;
	background:url(../images/header_bg.gif) top right no-repeat;
}

#leftCol {
	width: 308px;
}

#leftCol img{
	margin:0px 10px;
	margin-bottom:10px;
}

#content {
	padding:10px;
	padding-top:40px;
	color:#111111;
	padding-right:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#content p {
	margin-bottom:10px;
}

#content ul.lista {
	margin-left:10px;
}

#content ul.lista li {
	padding-left:20px;
	background:url('../images/bullet.png') left no-repeat;
	behavior: url('../js/iepngfix.htc');
	margin-bottom:5px;
	height:18px;
}

#content ul.lista2 {
	margin-left:30px;
}

#content ul.lista2 li {
	padding-left:0px;
	background:none;
	font-weight:bold;
	color:#ec2890;
	height:18px;
	margin-top:5px;
}

#content strong {
	color:#0A6075;
}

#content a {
	color:#333333;
}

#content h1 {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:10px;
}

#content_holder {
	text-align:center;
	overflow-x:hidden;
	overflow-y:scroll;
	position:relative;
	width:100%;
	height:100%;
}


/********************** STILURI PT VALIDARE/
	
	input.disabled {
		border: 1px solid #F2F2F2;
		background-color: #F2F2F2;
	}

	input., textarea. {
		/*border: 1px solid #CC0001;*/
	}
	input.validation-failed, textarea.validation-failed {
		border: 1px solid #000000;
		/*
		color : #FF3300;
		*/
	}
	input.validation-passed, textarea.validation-passed {
		/*border: 1px solid #CC0001;*/
		/*
		color : #000;
		*/
	}
	
	div.validation-advice{
		color: #000000;
		font-weight:bold;
	}









