/*
mostly text formatting here.
*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
a.text:link,a.text:visited {
	text-decoration: none
	}
a.text:hover{
	text-decoration:underline;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
a.textbold:hover, a.textbold:link, a.textbold:visited {
	text-decoration: none;
	}
	
.textwh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
a.textwh:hover, a.textwh:link, a.textwh:visited {
	text-decoration: none;
	}
	
.textwh_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
a.textwh_small:hover, a.textwh_small:link, a.textwh_small:visited {
	text-decoration: none;
	}		

.textwh_header_cat {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}	

a.textwh_header_cat:hover, a.textwh_header_cat:link, a.textwh_header_cat:visited {
	text-decoration: none;
	}		
.categorii {
	color: #C43B3B;
	font-size: 12px;
	margin-left:20px;
	}
a.categorii:link,a.categorii:hover,a.categorii:visited {
	text-decoration: none
	}	
	
.titluarticol {
	color: #C43B3B;
	font-weight: bold;	
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
a.titluarticol:link,a.titluarticol:hover,a.titluarticol:visited {
	text-decoration: none
	}		
	
		
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	}
	
a.textsmall:hover, a.textsmall:link, a.textsmall:visited {
	text-decoration: none;
	}	

/* error text mostly with RED to make attention */	
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E60000;
	}
a.error:link, a.error:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E60000;
	text-decoration: none;
	}
a.error:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E60000;
	text-decoration: underline;
	}
/*
used on registration page
*/

.hyperText {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #e3e3e3;
	padding: 5px;
	border: solid 2px #333333;
	width: 300px;
	background-color: #e3e3e3
	}
/*
nice borders on Tables, very usefull if you want to not use tables in tables
mostly is used on template_firstpage.html and template_index.html
*/
.TableWithHeading {
	border: 1px solid #CFE9E8;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
.BorderTD {
	border: 1px solid #CFE9E8;
	background-color: #e2e2e2;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
.TableWithoutHeading {
	border: 1px solid #CFE9E8;
	margin: 3px;
	}
.YellowTDHeader {
	background-color: #CFE9E8;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	}

/* You can float image automatically to left or right */	
.floatright
{
float: left;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 5px;
}
.floatrightn
{
float: left;
margin: 0 0 10px 10px;
border: 0px solid #666;
padding: 5px;
}

#container /* main encapsulating, outlining div */ { 
	margin-left: 2px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 980px;
	max-width: 980px;
	text-align: left;
	border-right: #cb0000 1px solid;
	}
	
.halftable {
border-top:#FFFFFF 1px solid;

padding: 3px;
}

.halftable-bottom {
border-bottom:#FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
padding: 3px;
}

#LogoLayer {
position:absolute;
left:0px;
top:195px;
width:283px;
height:274px;
z-index:1;}

.black-table {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.headerarticle {
	font-size: 16px;
	font-weight: bold;
}
.toate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	background-image: url(../images/arrow.jpg);
	cursor: pointer;
	display: block;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	font-weight: bold;
}
