body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-image: url(../images/bg_admin.jpg);
	background-repeat: repeat-x;
}
/*
rosu: e2261d
gri inchis: afb1b2
gri: c1c1c1
*/
.tblHeadersGray{
	font-size: 11px;
	color: #c94841;
	font-weight:bold;
	background:#dadada;
}

a.rosu {
	font-size: 11px;
	color: #c94841
}
a.rosu:hover {
	text-decoration: underline;
	color: #c94841;
}
a {
	font-size: 11px;
	color: #666666;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #666666;
	line-height:inherit;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
	color: #666666;
	text-transform:uppercase;
}
h4 {
	font-size: 15px;
	color: #faf587;
	text-transform:uppercase;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #faf587;
	line-height:inherit;
}
.login {
	border: 1px solid #afb1b3;
}
.footer {
	color: #CC3300;
}
.errorBox {
	color: #CC3300;
	font-weight:bold;
}