/* CSS Document */

body {
background:#2F080B;
font-size: 12px;
font-family: Trebuchet, Tahoma, Verdana, Arial;
color:#FFFFFF;
}
.meniu {font-size: 12px}


a { color: #FFFFFF; text-decoration:none; }
a:hover { color: #FFFF00; text-decoration:none; }
a.meniu { color: #f3f3f3; text-decoration:none; }
a:hover.meniu { color: #f3f3f3; text-decoration:underline; }

a.lcolor { color: #FF9900; text-decoration:none; }
a.lcolor:hover { color: #FF6600; text-decoration:none; }

#headerNicknameText {  
	width: 141px;
	height: 23px;
	font-size: 11px;
	background-image: url('images/login_input_bg.png');
	background-position: left top;
	border:0px none;
	background-repeat: no-repeat;
	background-color: transparent;
	display:block;
	margin: 0;
	color: #888; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px
}
#headerNicknameText:focus,
#headerNicknameText.focus {  
	background-image: url('images/login_input_focus_bg.png');
	color: #333
}
.inputnames 
{
width:180px; float:left; 
font-family:Georgia,"Times New Roman",Times,serif; 
font-size:8.6pt; 
text-align:right; 
padding-right:10px; 
color:#2d5798; 
line-height:18px; 
clear:right; 
}