*{
	font-family : Tahoma, Arial,Verdana;
	font-size : 11px;
	color: #313131;
}

html,body{
height:100%;
margin:0px;
padding:0px;
}

FORM{
	margin:0px;
        padding: 0px;
}
INPUT{
        padding-left: 4px;
        padding-right: 4px;
        height: 25px;
        font-family :  Arial,Tahoma,Verdana;
        font-size: 13px;
}

INPUT.but{
	border:0px;
	background-color: transparent;
	background-image: url(/img/but.png);
	width: 151px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.big, .big *{
	FONT-FAMILY: Tahoma,Arial,Verdana;
	font-size: 18px;
	color: #3A3A3A;
	text-decoration : none;
	text-transform : none;
}

A.big{
	FONT-FAMILY: Tahoma,Arial,Verdana;
	font-size: 18px;
	color: #3A3A3A;
	text-decoration : none;
	text-transform : none;
	}
A:hover.big{
	FONT-FAMILY: Tahoma,Arial,Verdana;
	font-size: 18px;
	color: #606060;
	text-decoration : none;
	text-transform : none;
	}

A.little{
	font-family : Tahoma,Arial,Verdana;
	font-size : 9px;
	color: #888888;
}
.little{
	font-family : Tahoma,Arial,Verdana;
	font-size : 9px;
	color: #888888;
}
.imgf{
	BORDER-BOTTOM: 4px solid #E6E6E6;
	BORDER-LEFT: 4px solid #E6E6E6;
	BORDER-RIGHT: 4px solid #E6E6E6;
	BORDER-TOP: 4px solid #E6E6E6;
}

.imgf2sel{
	BORDER-BOTTOM: 2px solid #FF5A00;
	BORDER-LEFT: 2px solid #FF5A00;
	BORDER-RIGHT: 2px solid #FF5A00;
	BORDER-TOP: 2px solid #FF5A00;
}

.imgf2{
	BORDER-BOTTOM: 2px solid #E6E6E6;
	BORDER-LEFT: 2px solid #E6E6E6;
	BORDER-RIGHT: 2px solid #E6E6E6;
	BORDER-TOP: 2px solid #E6E6E6;
}

.hidden{
display: none;
}
.ptr{
        cursor: pointer;        
}

HR{
        border: 0px solid white;
        border-top: 1px solid #D9D9D9;
        height: 1px;
}
HR.dotted{
        border: 0px solid white;
        border-top: 1px dotted #D9D9D9;
        height: 1px;
}
HR.new{
        border: 0px solid white;
        background-color: white;
        border-top: 1px solid#C7C7C7;
        height: 1px;
}

.rndiv{
	background-color : #F2F2F2;
}
.rndiv_d{
	background-color : #E2E2E2;
}
.rndiv_y{
	background-color : #F5F9C3;
}
.rntbl{
	padding: 8px;
}
.disabled{ color:silver; }
.blue, A.blue{
       color: #278DC1; 
}
.blue{
       color: #278DC1; 
}
.err{
        color: #FF5900;
}
UL{
	margin-bottom: 5px;
        list-style: square;
}
LI{
	margin-left: 20px;	
}
.inp{
        width: 100%;        
}
.err{
        color: red;
        text-align: center;
}
.area{
text-align: right;        
}

.cancel{
	color: #D95B48;
}
