body { 
	font-family: verdana, sans-serif, arial; 
	color: #999999; 
        font-size: 11px;
} 

table { 
        font-size: 11px;
} 

a:link { 
        font-family: verdana, sans-serif, arial;
        color: #FFA011; 
	text-decoration: none; 
} 

a:visited { 
        font-family: verdana, sans-serif, arial;
        color: #FFA011;
        text-decoration: none; 
} 

a:hover { 
        color: #Fa7823; 
        text-decoration: none;
} 
a:active { 
        color: #FF7D27; 
        text-decoration: none;
} 

input { 
	border-width: 1px; 
	border-style: solid; 
	border-color: #999999;
        font-family: verdana, sans-serif, arial;
	color: #999999;
	background-color: #ffffff;
        font-size: 11px;
} 

input.error { 
        border-color: red;
}

div.error { 
        border-style: solid;
        border-width: 1px;  
        border-color: #FF9900;
        background-color: #FFF5E5;
        padding: 10px;
        color: red;   
}
 

option { 
	border-width: 1px; 
	border-style: solid; 
	border-color: #999999;
        font-family: verdana, sans-serif, arial;
	color: #999999; 
        font-size: 11px;
} 
textarea {
        border-width: 1px;
        border-style: solid;
        border-color: #999999;
        font-family: verdana, sans-serif, arial;
        color: #999999;
        font-size: 11px;
}
.highlight { 
        font-family: verdana, sans-serif, arial;        
        color: #FFA011; 
        font-size: 11px;

} 
.title { 

	color: #FF7D27; 
	font-size: 20px; 
} 

.small_title {

        color: #FF7D27;
        font-size: 12px;
}



.noborder { 
	border-width: 0px; 
} 


.TxtBut { 
	color: #000000; 
	background-color: #ffffff; 
	color: #999999;
	border-width: 1px;
} 


.solid { 
	font-weight: bold; 
	color: #999999; 
        font-size: 11px;
} 

.too_small { 
 	font-size: 9px; 
	color: #999999;
} 

.three_small {
        font-size: 8px;
        color: #434343;
        
 
}

.success_title {
        color: #FF7D27;
        font-size: 20px;
}


.error_title { 
        color: #FF7D27;
        font-size: 20px;
} 

.row1 { 
	background: #efefef; 
} 

.row2 { 
	background: #ffffff; 
} 

/* calendar */
table.calendar      { width: 100%; }
table.calendar td   { text-align: center; }
table.calendar td a { display: block; }

table.calendar td a:hover {
    background-color: #ebebeb;
}

table.calendar th {
    background-color: #ebebeb;
}

table.calendar td.selected {
    background-color: #FFCC99;
}

img.calendar { border: none; }
form.clock   { text-align: center; }
/* end Calendar */

