html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

A			{ text-decoration:none;}
A:active	{COLOR: #9999ff; }
A:link 		{COLOR: #FC8E00; }
A:visited	{COLOR: #CC8E00; }
A:hover		{COLOR:#dd0000; position:relative; top:1px; left:1px; }

input,label,select,table 	{
	font-size: 16px; 
}
H1,H2,H3,H4,H5,form {margin: 0px; padding: 0px;} 

img  {border: 0;}

.inp {	
	background-color:#EEF; 
    border-left: 2px solid #C7C7C7;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #C7C7C7;
    font-size: 11px;
    font-family: tahoma;
}
.btn {	
	font-weight: bold; 
	border: 1px solid #666;
	background-color: #444; 
	width: 80px; 
	color: #eeeeff;
	font-size: 11px;
	font-family: tahoma;
}
.inp_big {	
	background-color:#EEF; 
    border-left: 2px solid #C7C7C7;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #C7C7C7;
    font-size: 20px;
    font-weight: bold;    
    font-family: tahoma;
}
.osd {
	color: #FC8E00;
	font-size: 14pt;
	font-weight:bold;
}
.orange { 
	color: #FC8E00; 
}
.small_osd {
	color: #33ff33;
	font-size: 10px;
	font-weight:bold;
}


.box { 
	border: solid 1px #666666; 
	background: #333333 url('/images/bg_plash3.gif') repeat-x top;
}

.notify { 
	border: solid 1px #666; 
	background-color:#333;
	font-size: 11px;
}
td.small {font-size: 10px; color: #dedede;}
.td	 {font-size: 11; background-color:#000000;}

.cmenu {
	font-size: 11;
	border: solid 1px #000; 
}
.cmenu_over {
	border: solid 1px #444; 
	background: #333333 url('/images/bg_plash3.gif') repeat-x top;
	cursor: pointer;
}
.cmenu_sel {
	border: solid 1px #444; 
	border-left: solid 2px #FC8E00; 
	background: #333333 url('/images/bg_plash3.gif') repeat-x top;
}

.tdmenu {
	font-size: 11;
}

INPUT.list_item { color: #FC8E00; font-size: 12px; font-weight:bold; } 

