body { behavior:url("csshover.htc"); }

* { margin: 0;	padding: 0; }
html { padding: 0; margin: 0;}

a {	font-family:Arial, Helvetica, sans-serif; text-decoration:none; color: #ac3434; }
a:visited { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color: #ac3434; }
a:hover { font-family:Arial, Helvetica, sans-serif; text-decoration:none; color: #387997; }

img{ border:0; padding:0px}

.clear {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}

body {
	background-color: #F7F7F7;
	color: #000; /* needed to keep the css validator happy */
	text-align: center;
	margin: 0px auto;
	padding: 0; /* incase any crazy users specify in their browser settings they want a padded window.. */
}

div#wrapbox {
	margin: 0px auto 0px auto; /* top and bottom: 0, sides: flexible (stretches) */
	width: 1019px;	
	background: url(images/back_bg.png) repeat-y;
	display:inline-block;
}

div#wrapboxfooter {
	margin: 0px auto 0px auto; /* top and bottom: 0, sides: flexible (stretches) */
	width: 1019px;
	background: url(images/wrap_footer.png) no-repeat center top;
}

div#wrap {
	margin: 0px auto 0px auto; /* top and bottom: 0, sides: flexible (stretches) */
	width: 1005px;
}

div#container {
	float:left;
	width: 1005px;
	background: #ffffff;
	color: #000; /* again, for the w3c validator to stop hyperventilating */
}


div#logo {float:left; height: 70px;  width: 334px;}
div#flyer1 {float:left; height: 70px;  width: 343px;}
div#flyer2 {float:left; height: 70px;  width: 328px;}

.logo { 	float:left; height: 70px; width: 334px;   }
div#logo a { background: url(images/logo.png) no-repeat; width: 334px; height: 70px;}

.flyer1 { 		float:left; height: 70px; width: 285px;  }
div#flyer1 a { background: url(images/flyer1.png) no-repeat; width: 285px; height: 70px; margin-left:58px;}

.flyer2 {	float:left; height: 70px; width: 285px;	 }
div#flyer2 a { background: url(images/flyer2.png) no-repeat; width: 285px; height: 70px; margin-left:43px;}


.preheader {
	float:left;
	height: 70px;
	width: 1005px;
}

div#headerimage {
	background: url(images/header.png) no-repeat;
	display:inline;
	float:left;
	height: 202px;
	width: 1005px;
	border-bottom:1px solid #ccc;
}

.topbuttons {
	display:inline;
	float:left;
	height:32px;
	width:1005px;
	margin-top:2px;
	margin-left:0px;
}
		.topbuttons .lineimg {float:left; margin: 0px; padding: 0px; width:1px; height:33px; display:inline; background: url(images/menu_line.png) no-repeat;}
		.topbuttons .lineimg_blue {float:left; margin: 0px; padding: 0px; width:1px; height:33px; display:inline; background: url(images/menu_line.png) no-repeat; }
		.topbuttons .lineimg_red {float:left; margin: 0px; padding: 0px; width:1px; height:33px; display:inline; background: url(images/menu_line_red.png) no-repeat; }
		
		.topbuttons ul { float:left; list-style: none;	margin: 0px; display: block; height: 32px; width: 1005px;}
		.topbuttons ul li {float:left; display:inline; list-style-type: none; text-decoration:none; height: 32px; }
		.topbuttons ul li a {float:left; cursor:pointer; display:block;	overflow:hidden; height: 32px;  }
				
		.topbuttons ul li.tb_home a { background: url(images/tb_home_ina.png) no-repeat; width: 57px; }
		.topbuttons ul li.tb_home a:hover { background: url(images/tb_home_act.png) no-repeat; width: 57px; }
		
		.topbuttons ul li.tb_chestionare a { background: url(images/tb_chestionare_ina.png) no-repeat; width: 129px; }
		.topbuttons ul li.tb_chestionare a:hover { background: url(images/tb_chestionare_act.png) no-repeat; width: 129px; }

		.topbuttons ul li.tb_codulrutier a { background: url(images/tb_codul_rutier_ina.png) no-repeat; width: 96px; }
		.topbuttons ul li.tb_codulrutier a:hover { background: url(images/tb_codul_rutier_act.png) no-repeat; width: 96px; }

		.topbuttons ul li.tb_regulament a { background: url(images/tb_regulament_ina.png) no-repeat; width: 142px; }
		.topbuttons ul li.tb_regulament a:hover { background: url(images/tb_regulament_act.png) no-repeat; width: 142px; }

		.topbuttons ul li.tb_indicatoare a { background: url(images/tb_indicatoare_ina.png) no-repeat; width: 141px; }
		.topbuttons ul li.tb_indicatoare a:hover { background: url(images/tb_indicatoare_act.png) no-repeat; width: 141px; }

		.topbuttons ul li.tb_puncte a { background: url(images/tb_puncte_ina.png) no-repeat; width: 141px; }
		.topbuttons ul li.tb_puncte a:hover { background: url(images/tb_puncte_act.png) no-repeat; width: 141px; }

		.topbuttons ul li.tb_stiri a { background: url(images/tb_stiri_ina.png) no-repeat; width: 140px; }
		.topbuttons ul li.tb_stiri a:hover { background: url(images/tb_stiri_act.png) no-repeat; width: 140px; }

		.topbuttons ul li.tb_forum a { background: url(images/tb_forum_ina.png) no-repeat; width: 55px; }
		.topbuttons ul li.tb_forum a:hover { background: url(images/tb_forum_act.png) no-repeat; width: 55px; }
		
		.topbuttons ul li.tb_webdir a { background: url(images/tb_webdir_ina.png) no-repeat; width: 97px; }
		.topbuttons ul li.tb_webdir a:hover { background: url(images/tb_webdir_act.png) no-repeat; width: 97px; }		


#main_content {
	text-align: left;
	display:inline;
	width:1005px;
	margin-bottom:2px;
}

#panels {
	float:left; 
	display:inline;
	width:1005px;
	height:257px;
	background: url(images/panel_back.png) repeat-x;
}

	#panels	a {	font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #ffffff; }
	#panels	a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #ffffff; }
	#panels	a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:underline; color: #cccccc; }
	#panels p {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #ffffff;}

	.panel_login {	
	float:left;
	width:197px;
	height:257px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:10px;
	color:#ffffff;
	}
	
	.login_img { float:left; display:inline; width:134px; height:19px; margin:25px; margin-bottom:5px; background: url(images/autentificare.png) no-repeat;}


	.webdir_form { float:left; display:inline; margin-left:25px; }

	.webdir_form form { margin: 0px;}
	.webdir_form input { color: #333333; font-size: 11px; width:350px; background-color: #FFFFA0;border: solid 1px #666666;}
	.webdir_form .formtext { border: solid 1px #666666; color: #333333; font-size: 11px; width:350px; background-color: #FFFFA0;}

	.login_form { float:left; display:inline; margin-left:25px;}

	.login_form form { margin: 0px;}
	.login_form input { color: #333333; font-size: 11px; width:150px; background-color: #FFFFA0;}
	.login_form .formtext { border: solid 1px #666666; color: #333333; font-size: 11px; width:150px; background-color: #FFFFA0;}

  
  .formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}
  .formbutton_oferta{ cursor:pointer; border:outset 1px #ccc; background:#999; color:#666; font-weight:bold; margin-left:400px; padding: 1px 2px; background:url(images/formbg.gif) repeat-x left top; }


	.login_form input.submit:active {
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}

	.brdwelcome {margin-top:15px; margin-left:15px; margin-right:5px; line-height:12px; }
	.brdwelcome li { list-style:none; margin-top:5px; margin-bottom:5px; }
	
	.divloginbox {margin-top:15px; }
	.divloginbox li { list-style:none; margin-top:5px; margin-bottom:5px; }
	
	.panel_articole {
	text-align:left;
	float:left;
	width:245px;
	height:257px;
	}
	.panel_forum {
	text-align:left;
	float:left;
	width:245px;
	height:257px;
	}
	.panel_chestionare {
	float:left;
	width:219px;
	height:257px;
	}
	
	.bar_stiri {
	float:left;
	background: url(images/bar_stiri.png) no-repeat;
	width:33px;
	height:257px;
	}
	.bar_forum {
	float:left;
	background: url(images/bar_forum.png) no-repeat;
	width:33px;
	height:257px;	
	}
	.bar_chestionare {
	float:left;
	background: url(images/bar_chestionare.png) no-repeat;
	width:33px;
	height:257px;	
	}
	
	.panel_line_block { float:left; width:230px; margin-top:18px; padding-left:15px; height:242px;}
	.panel_line_box { float:left; width:230px; height:37px;}
	
	.panel_line { float:left; width:230px; height:33px; background: url(images/panel_line.png) bottom center no-repeat;}
	
	.panel_line_nr1 { float:left; width:27px; height:25px; background: url(images/panel_nr1.png) no-repeat;}
	.panel_line_nr2 { float:left; width:27px; height:25px; background: url(images/panel_nr2.png) no-repeat;}
	.panel_line_nr3 { float:left; width:27px; height:25px; background: url(images/panel_nr3.png) no-repeat;}
	.panel_line_nr4 { float:left; width:27px; height:25px; background: url(images/panel_nr4.png) no-repeat;}
	.panel_line_nr5 { float:left; width:27px; height:25px; background: url(images/panel_nr5.png) no-repeat;}	
	.panel_line_nr6 { float:left; width:27px; height:25px; background: url(images/panel_nr6.png) no-repeat;}

	.panel_txt {float:left; padding-top:6px; margin-left:5px; width:185px; height:25px;}
	.block_chestionare { float:left; width:215px; height:257px; padding-left:4px; padding-top:4px; }
	.block_che_txt { float:left; width:209px; margin-right:2px; margin-left:2px; height:55px; font-size:14px; color:#FFFFFF; }
	.chestionare_box {float:left; width:215px;}
	.block_line {float:left; width:215px; height:35px; margin-top:4px; }
	
	.quizpop {float:left; display:inline; width:215px; height:35px; margin-top:4px; }
	
		.quizpop ul { float:left; list-style: none;	margin: 0px; display: block; height: 35px; width: 215px;}
		.quizpop ul li {float:left; display:inline; list-style-type: none; text-decoration:none; height: 35px; }
		.quizpop ul li a {float:left; background: none repeat scroll 0%; cursor:pointer; display:block;	overflow:hidden; height: 35px; }
				
		.quizpop ul li.chestionar_1 a { background: url(images/chestionar1_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_1 a:hover { background: url(images/chestionar1_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_2 a { background: url(images/chestionar2_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_2 a:hover { background: url(images/chestionar2_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_3 a { background: url(images/chestionar3_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_3 a:hover { background: url(images/chestionar3_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_4 a { background: url(images/chestionar4_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_4 a:hover { background: url(images/chestionar4_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_5 a { background: url(images/chestionar5_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_5 a:hover { background: url(images/chestionar5_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_6 a { background: url(images/chestionar6_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_6 a:hover { background: url(images/chestionar6_act.png) no-repeat; width: 35px; }		

		.quizpop ul li.chestionar_7 a { background: url(images/chestionar7_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_7 a:hover { background: url(images/chestionar7_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_8 a { background: url(images/chestionar8_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_8 a:hover { background: url(images/chestionar8_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_9 a { background: url(images/chestionar9_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_9 a:hover { background: url(images/chestionar9_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_10 a { background: url(images/chestionar10_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_10 a:hover { background: url(images/chestionar10_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_11 a { background: url(images/chestionar11_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_11 a:hover { background: url(images/chestionar11_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_12 a { background: url(images/chestionar12_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_12 a:hover { background: url(images/chestionar12_act.png) no-repeat; width: 35px; }	

		.quizpop ul li.chestionar_13 a { background: url(images/chestionar13_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_13 a:hover { background: url(images/chestionar13_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_14 a { background: url(images/chestionar14_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_14 a:hover { background: url(images/chestionar14_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_15 a { background: url(images/chestionar15_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_15 a:hover { background: url(images/chestionar15_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_16 a { background: url(images/chestionar16_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_16 a:hover { background: url(images/chestionar16_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_17 a { background: url(images/chestionar17_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_17 a:hover { background: url(images/chestionar17_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_18 a { background: url(images/chestionar18_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_18 a:hover { background: url(images/chestionar18_act.png) no-repeat; width: 35px; }	

		.quizpop ul li.chestionar_19 a { background: url(images/chestionar19_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_19 a:hover { background: url(images/chestionar19_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_20 a { background: url(images/chestionar20_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_20 a:hover { background: url(images/chestionar20_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_21 a { background: url(images/chestionar21_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_21 a:hover { background: url(images/chestionar21_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_22 a { background: url(images/chestionar22_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_22 a:hover { background: url(images/chestionar22_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_23 a { background: url(images/chestionar23_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_23 a:hover { background: url(images/chestionar23_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_24 a { background: url(images/chestionar24_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_24 a:hover { background: url(images/chestionar24_act.png) no-repeat; width: 35px; }	
		
		.quizpop ul li.chestionar_25 a { background: url(images/chestionar25_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_25 a:hover { background: url(images/chestionar25_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_26 a { background: url(images/chestionar26_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_26 a:hover { background: url(images/chestionar26_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_27 a { background: url(images/chestionar27_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_27 a:hover { background: url(images/chestionar27_act.png) no-repeat; width: 35px; }		
		.quizpop ul li.chestionar_28 a { background: url(images/chestionar28_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_28 a:hover { background: url(images/chestionar28_act.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_29 a { background: url(images/chestionar29_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_29 a:hover { background: url(images/chestionar29_act.png) no-repeat; width: 35px; }	
		.quizpop ul li.chestionar_30 a { background: url(images/chestionar30_ina.png) no-repeat; width: 35px; }
		.quizpop ul li.chestionar_30 a:hover { background: url(images/chestionar30_act.png) no-repeat; width: 35px; }	


	.contentboxforum { display:inline; float:left; width: 1005px; margin-top:2px;  }
	.horadbox {display:inline; float:left; width: 1005px; height:90px; }
	.horad {display:inline; float:left; width: 728px; height:90px; margin-left:136px; }
	
	.contentbox { display:inline; float:left; width: 763px; border-left:5px; margin-top:2px;  }
	
	.768box {display:inline; float:right; width: 763px; height:90px; }
	.adbox768 {display:inline; float:right; width: 728px; height:90px; margin-bottom:2px; margin-right:20px; }

	
	.secondarybox {display:inline; float:left; width: 763px; }
	.adbox160 {display:inline; float:left; width: 160px; min-height:600px; background-color:#D14F2D;  margin-bottom:2px; margin-top:2px; margin-right:5px;  }
 
	.contentspot { display:inline; float:left; width: 561px; margin-right:19px; margin-left:14px; margin-bottom:2px; margin-top:2px;  color:#000000;}
	.contentspotsecund { display:inline; float:left; width: 561px; margin-right:19px; margin-left:14px; margin-bottom:2px; margin-top:2px;  color:#000000;}
	
	.oferta_publicitate ul {padding-left:30px;}
	.oferta_publicitate li {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left; padding-bottom:4px; padding-top:4px;}
	
	.contentspot strong { font: 14px, Arial, Sans-Serif;	font-weight: bold;	padding: 3px 0 0 0;	margin: 0; font-size:14px; text-align:left; margin-bottom:2px; color:#6C8A9C; }
	.contentspot li {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-align:left; padding-bottom:10px; padding-top:10px; border-bottom:solid 1px #CCCCCC;}
	
	.contentspot li:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-align:left; padding-bottom:10px; padding-top:10px; border-bottom:solid 1px #CCCCCC; background-color: #FFFFCC;}

	.contentspot ul, ol { padding-left:25px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left; list-style: circle; }

	.articlespot {display:inline; float:left; width: 561px; }
	.articlespot .image {min-width:150px; max-width:206px; border:1px solid #ccc; margin-right:0px; margin-top:0px; float:left;}
	.articlespot .articletxt { background-color:#FFFBFF; width:340px; min-height:250px; margin-left:5px; border:solid 1px #ccc; margin-right:5px; float:right;}
	.articlespot .articlemargin { margin:3px;  }
	.spanname { background-color:#CCCCFF; text-align:left; font-size:12px;  }
	.spancomment { text-align:left; font-size:12px; }
	.spancommentbox { text-align:left; font-size:13px; font-weight:bold; }
	
		p {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left; margin-bottom:4px;}
		.contentbox h1 {font: 1.4em Sans-Serif, Arial;	font-weight: bold;	padding: 3px 0 0 0;	text-align:left; line-height:25px; background: url(images/hor_line.png) bottom center no-repeat; margin-bottom:5px; color:#6C8A9C;}
		.contentbox h2 {font-family:sans-serif, Arial, Helvetica; font-size:1em; font-weight:600; text-align:left; line-height:20px; background: url(images/hor_line.png) bottom center no-repeat; margin-bottom:2px; margin: 8px 0 5px 0; padding: 0;  color:#6C8A9C;}
		.contentbox h3 {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:600; text-align:left; line-height:20px; background: url(images/hor_line.png) bottom center no-repeat; margin-bottom:2px; color:#6C8A9C;}
		

.leftcol {
	float:left;
	display:inline;
	width: 236px;
	margin-left:1px;
	margin-top:2px;
	margin-bottom:2px;
}

	.leftcol a {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #ffffff; }
	.leftcol a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #ffffff; }
	.leftcol a:hover { text-decoration:underline; color: #cccccc; }

#box_regulament {
	float:left;
	text-align:left;
	display:inline;
	width: 236px;
	margin-top:2px;
}

.box_reg_heading {
	float:left;
	text-align:left;
	background: url(images/left_head_regulament.png) no-repeat;
	height: 30px;
	width: 236px;
}

.box_content {
	float:left;
	text-align:left;
	background: url(images/left_box_main.png) repeat-y;
	width: 236px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #ffffff;
	padding-left:5px;	
}

	.box_content li { list-style-type:none; text-align:left; margin-right:10px;}
	.box_content li	a {	font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #ffffff; background:url(images/bullet_ina.png) 0 3px no-repeat; padding-left:14px;}
	.box_content li	a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color: #ffffff; }
	.box_content li	a:hover { text-decoration:underline; color: #cccccc; background:url(images/bullet_act.png) 0 3px no-repeat; }

.box_footer {
	background: url(images/leftbox_footer.png) no-repeat;
	float:left;
	height: 5px;	
	width: 236px;
}

#box_cod {
	float:left;
	display:inline;
	width: 236px;
	margin-top:2px;
	}

.box_cod_heading {
	float:left;
	background: url(images/left_head_cod.png) no-repeat;
	height: 30px;
	width: 236px;
}

#box_chestionare {
	float:left;
	display:inline;
	width: 236px;
	margin-top:2px;
	}

.box_chestionare {
	float:left;
	display:inline;
	width: 236px;
	margin-top:2px;
	}


.box_chestionare_heading {
	float:left;
	background: url(images/left_head_ches.png) no-repeat;
	height: 30px;
	width: 236px;
}
.box_chestionare_content {
	float:left;
	background: url(images/left_box_main.png) repeat-y;
	width: 236px;
	min-height:190px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #ffffff;
	
}
	.box_chestionare_content li { list-style-type:none; }
	.box_content_wrap { margin-left:15px;}
	
#box_login {
	float:left;
	display:inline;
	width: 236px;
	margin-top:2px;
	}

.box_login_heading {
	float:left;
	background: url(images/left_head_login.png) no-repeat;
	height: 30px;
	width: 236px;
}

.box_login_content {
	float:left;
	background: url(images/left_box_main.png) repeat-y;
	width: 236px;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color: #ffffff;

}

.prefooter { height: 25px; width: 1005px; background-color:#6C8A9C; margin-top:1px; }
.footerbox { width: 1005px; height:70px; background-color:#898B89; text-align:left; border-top:4px solid #000000; font-family:Arial, Helvetica, sans-serif; font-size:11px; background-color:#000000;}

.footer { float:left; margin-left: 5px; width: 760px; height:70px; color:#ffffff; text-align:left; }
.footertxt { float:left; margin-left:10px; width: 90px; height:70px; color:#ffffff; text-align:right; }
.footer_counter { float:left; width:100px; height:70px; }
	.footerbox	a {	font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color: #cccccc; }
	.footerbox	a:visited { font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color: #cccccc; }
	.footerbox	a:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:underline; color: #ffffff; }
	
.indicator{
width:			125px;
float:			left;
margin:			5px 0px 20px 5px;
text-align:		center;
font:			normal 11px arial;
color:			#333333;}

.picture2{
width:			125px;
float:			left;
margin:			5px 0px 20px 5px;
text-align:		center;
font:			normal 11px arial;
color:			#333333;}

.prechestionare {display:inline; float:left; width: 510px; margin-left:50px;}

.picturepage {
float:			left;
margin:			5px 0px 20px 5px;
text-align:		center;
font:			bold 11px arial;
text-decoration:none;
color:			#333333;
border:solid 1px #CCCCCC;}

.chestionarepage {
width:			150px;
float:			left;
margin:			5px 0px 20px 5px;
text-align:		center;
font:			bold 11px arial;
text-decoration:none;
color:			#333333;
border:solid 1px #CCCCCC;}

.chestionarepage a {
font:			bold 11px arial;
text-decoration:none;
}


.chestionare{
width:			120px;
float:			left;
margin:			5px 0px 20px 5px;
text-align:		left;
font:			normal 11px arial;
color:			#333333;}

.puncteamenda{
width:			500px;
font:			normal 11px arial;
color:			#333333;}

.null{ clear: both;}

.gresit {
color:#CC0000;
	font-size: large;
	font-weight: bold;
}
.corect {
	color:#33CC00;
	font-size: large;
	font-weight: bold;
}

.question h1 {
		margin-bottom:			10px;
		color:					#ffffff;
		padding:				2px 0px 2px 4px;
		background-color: 		#738AA5;
		font:					bold 12px arial;
		border-top:				2px solid #B7C8D0;
}
.answear h1 {
		margin-bottom:			10px;
		color:					#ffffff;
		padding:				2px 0px 2px 4px;
		background-color: 		#738AA5;
		font:					bold 12px arial;
		border-top:				2px solid #B7C8D0;
}

.answear .questiongresit {	
		margin-bottom:			10px;
		color:					#ffffff;
		padding:				2px 0px 2px 4px;
		background-color: 		#D64D29;
		font:					bold 12px arial;
		border-top:				2px solid #B7C8D0;
}

.answear .questioncorect {
		margin-bottom:			10px;
		color:					#ffffff;
		padding:				2px 0px 2px 4px;
		background-color: 		#738AA5;
		font:					bold 12px arial;
		border-top:				2px solid #B7C8D0;
}

.rpcorect{
background-color: 		#D64D29;
font:					bold 12px arial;
color:					#FFF;
margin-bottom:			2px;
padding-left:			2px;
}

.images{
padding:				2px;
float:					right;
vertical-align: 		top;
margin:					5px 0px 10px 10px;
border:					1px solid #dadada;
}

.ans{
vertical-align: top;
}

.td2{
vertical-align:			top;
font:					normal 12px arial;
text-align:left;
}

.timer {
border: 				none;
cursor:					wait;
font:					bold 14px arial;
color:					#AD3C18;
text-align:				center;
background-color:		#f6f6f6;
}

.hr{
color: #CFCC96;
background-color: #CFCC96;
height: 1px;
}	
