body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	color:#231E20;
}
td {
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	color:#231E20;      /*#8A8A8A*/
}
a {
	color: #030706; /*5F98BD*/
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #030706; /*5F98BD*/
	font-weight: bold;
	text-decoration: underline;
}


input, textarea, button, input:hover, textarea:hover, button:hover
{
	font-size: 			11px;
	color: 				#8A8A8A;
	border: 			1px solid #8A8A8A;
	font-family: 		arial;
	background-color:	#ffffff;
	overflow: 			auto;
}
.txt1 {
	color: #5F98BD;
}
.txt2 {
	color: #6F7F4D;
}
.txt3 {
	color: #FFFFFF;
}
.txt4 {
	font-family: arial, 'lucida console', sans-serif;
	color: #FF731E;
	font-size: 9px;
}
.titl_tab {
	color: #FFFFFF;
	font-weight: bold;
}

.big_link a {
	color: #5F98BD;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}


/***** Style for Page Header *******/
.Header { 
	text-align:	center; 
	margin:		0 auto 0 auto;
	width:		990px;  
	height:		90px; 
	background-position:top center;
	background-repeat:	no-repeat; 
	background-image:	url('images/header_v.jpg');
/*  border:	    2px white solid;    */	
    }

.Header h1 {
	margin:		0 auto 0 auto;
	padding:	10px 10px 0 10px;		
	font-weight:normal;
	font-size:	11px;
/*	border:	    1px blue solid; */	
	}
.Header h2 {
	margin:		0 auto 0 auto;
	padding:	0 10px 0 10px;		
	font-weight:normal;
	font-size:	11px;
/*	border:	    1px blue solid; */
	}
	
.Footer { 
	text-align:	center; 
	margin:		0 auto 0 auto;
	width:		990px;  
	height:		90px;
    }    
		
/**************************************/	



h2.normal {		
	font-weight:normal;
	font-size:	11px;
/*	border:	!1px blue solid;    */
	}


/***** Style for Translate Bar line menu *******/
.LineMenu {
    height:		25px;
    margin:		0 auto 0 auto;
/*    padding:	0 0 0 350px;
	border:	    1px red solid;  */
	text-align:	center;	
	}
	
.LineMenu li {
	float:			left;
    list-style-type:none;
    padding:		12px 5px ;
	white-space:	nowrap;     /*util pt ie - efecte ciudate pt text cu mai multe cuvinte-break aiurea*/
	
	}

.LineMenu li a {
	color:			#030706;
	font-weight:	bold;
	text-decoration:none;
	}

.LineMenu li a:hover {
	color:			#030706;
	font-weight:	bold;
	text-decoration:underline;
	}	
/**************************************/


/***** Style for Middle Table Head *******/
#HeadTableMiddle { 
	text-align:			center; 
	margin:				0 auto 0 auto;
	width:				447px;  
	height:				23px; 
	background-repeat:	no-repeat; 
	background-image:	url('images/br_mi_s_ve.gif');
/*	border:			    1px red solid;  */
	}	

#HeadTableMiddle h1 {
	margin:			0 auto 0 auto;		 
	padding-top:	5px;
	color: 			#FFFFFF;
	font-weight:	bold;
	font-size:		11px;
/*	border:		    1px blue solid; */
	}	
/**************************************/	
	

/***** Style for Middle Table Content *******/
#ContentTableMiddle { 
	margin:				0 auto 0 auto;
	padding:			20px 10px 0 10px;
	background-image:	url('images/bg_mi_ve.gif');
/*	width:				447px;  
	background-repeat:	repeat-y; 
	border:			    1px red solid;  */
	}	

#ContentTableMiddle h2 {
	margin:		    0;
	font-weight:    normal;
	font-size:	    11px;    
/*	padding:	    20px 10px 0 10px;		
	border:	        1px blue solid; */
	}		
/**************************************/
	
/***** Style for Middle Table End *******/
#EndTableMiddle { 
	margin:				0 auto 0 auto;
	width:				447px;  
	height:				4px;
	background-repeat:	no-repeat; 
	background-image:	url('images/end_line_mi.gif');
/*	border:			    1px red solid;  */
	}	
/**************************************/	
	

#InputName { 
	text-align:	    right; 
	padding-right:	8px;
	float:		    left;
	width:		    100px;  
	height:		    22px;
/*	margin:		    0 auto 0 auto;    
	border:	        2px red solid;  */
	}






	
	
	
/*------------------------ clear floats + holly hack ----------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
