/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

.normal {  font-family: Verdana; color:#333333; font-size: 11px; line-height: 14px; border-style: none;}
A.normal:link {color:#000000;text-decoration: none;}
A.normal:visited {color:#000000;text-decoration: none;}
A.normal:hover {color:#c70106;text-decoration: none;}

A:link {color:#c70106;text-decoration: none;}
A:visited {color:#c70106;text-decoration: none;}
A:hover {color:#c70106;text-decoration: underline;}

.hotjobs {  font-family: Verdana; color:#000000; font-size: 11px; line-height: 14px; border-style: none;}
A.hotjobs:link {color:#000000;text-decoration: none;}
A.hotjobs:visited {color:#000000;text-decoration: none;}
A.hotjobs:hover {color:#c70106;text-decoration: none;}

.jobs {  font-family: Verdana; color:#000000; font-size: 11px; line-height: 14px; border-style: none;}
A.jobs:link {color:#000000;text-decoration: none;}
A.jobs:visited {color:#000000;text-decoration: none;}
A.jobs:hover {color:#c70106;text-decoration: none;}

h1, h2
{
	border-style:none;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	margin: 0;
	padding: 0;
}
.normal_jobs {  font-family: Verdana; color:#333333; font-size: 10px; line-height: 12px; border-style: none;}

.cnt {  font-family: Verdana; color:#b8b7b7; font-size: 9px; border-style: none;}

.box_white {  font-family: Verdana; color:#FFFFFF; font-size: 10px; line-height: 14px; border-style: none; font-weight: bold;}
A.box_white:link {color:#FFFFFF;text-decoration: none; font-weight: bold;}
A.box_white:visited {color:#FFFFFF;text-decoration: none; font-weight: bold;}
A.box_white:hover {color:#FFFFFF;text-decoration: none; font-weight: bold;}

.menu{  font-family: Verdana; color:#FFFFF3; font-size: 11px; line-height: 12px; border-style: none; background-color: #c70106;}
A.menu:link {color:#FFFFF3;text-decoration: none;}
A.menu:visited {color:#FFFFF3;text-decoration: none;}
A.menu:hover {color:#FFFFFF;text-decoration: underline;}

.menu_sel{  font-family: Verdana; color:#eaf20c; font-size: 11px; line-height: 12px; border-style: none; background-color: #c70106;}
A.menu_sel:link {color:#eaf20c;text-decoration: none;}
A.menu_sel:visited {color:#eaf20c;text-decoration: none;}
A.menu_sel:hover {color:#eaf20c;text-decoration: underline;}

.copyright {  font-family: Verdana; color:#ffffff; font-size: 10px; border-style: none; background-color: #bf0206;}
A.copyright:link {color:#ffffff;text-decoration: none;}
A.copyright:visited {color:#ffffff;text-decoration: none;}
A.copyright:hover {color:#eaf20c;text-decoration: none;}

.aplica_online{font-size:10px; line-height:11px; color: #ffffff}
A.aplica_online:link {color:#ffffff;text-decoration: none;}
A.aplica_online:visited {color:#ffffff;text-decoration: none;}
A.aplica_online:hover {color:#eaf20c;text-decoration: none;}

.titlu {  font-family: Verdana; color:#333333; font-size: 14px; border-style: none; font-weight:bold; color:#003399}
.subtitlu {  font-family: Verdana; color:#333333; font-size: 12px; border-style: none; font-weight:bold; color:#003399}

form{margin: 0; padding: 0}

.input {
		border:1px; 
		border-style : solid; 
		border-color : #bcbcbc; 
		background-color : #FFFFFF;
		font-family : verdana;
		font-size : 10px;
}
.inputerror{
				border: #FF0000 1px solid; 
				background-color: #FFFFFF;
				font-family: Verdana;
				font-size: 10px;
		}
select {
				border:1px; 
				border-style : solid; 
				border-color : #c70106; 
				background-color : #FFFFFF;
				font-family : verdana;
				font-size : 10px;
		}
textarea {
				border:1px; 
				border-style : solid; 
				border-color : #bcbcbc; 
				background-color : #FFFFFF;
				font-family : verdana;
				font-size : 10px;
}		
.table_row_par {
	background-color : #F7F7F7;
	color : black;
	font-family : Verdana;
	font-size : 10px;
	line-height: 15px;
}

.table_row_impar {
	background-color :#DFDFDF;
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
	line-height: 15px;
}

.table_row_mouse_over {
	background-color:#E6D5D5;
	color : #E61612;
	font-family : Verdana;
    font-size : 10px;
	color: #052442;
	line-height: 15px;
}
.error
{
	font-family: Verdana;
	font-weight: bold;
	color: #FF0000;
}

/* Poller title above radio buttons */
.pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
}
/* Label for each radio button */
.pollerOption{
	margin:0px;
}
/* Label for each option above graph - i.e. results */
.result_pollerOption{
	margin:0px;
	font-size:10px;
}
/* Title of poller - when ajax shows the results */
.result_pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
	font-size:10px;
}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
	float:left;
}
/* The <div> tag where the percentage result is shown */
.result_pollGraph div{
	float:left;
	height:16px;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:10px;
	line-height:16px;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{	
	height:16px;
}

/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;	
}	

.result_totalVotes{
	clear:both;
	font-size:10px;
	margin-top:10px;
	font-style:italic;
}

.star{
	font-size: 9px;
	color: #bcbcbc;
}

.mandatory{
	background-color:#FFFFF3;
	/*background: url(../../images/r2.gif) no-repeat;*/
	background-position: 1px 1px;
	/*width:200px;*/
	margin:2px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dashed solid;
	border-color:#307093;
	color:#5c71a2;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
/*	padding-left: 12px;*/
}

.not_mandatory{
	background-color:#FFFFF3;
	/*background: url(../../images/r2.gif) no-repeat;*/
	background-position: 1px 1px;
	/*width:200px;*/
	margin:2px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dashed solid;
	border-color:#307093;
	color:#5c71a2;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
/*	padding-left: 12px;*/
}


