.menu_link_small{
	font:11px arial;
	color:blue;
	}
.menu_link_small:hover{
	text-decoration:none;
	color: #EEA60A;
}

.calendar{
		font: 10px arial;
		text-decoration: none;
		}
.calendar:hover{
		font: 10px arial;
		color: #c10000;
		text-decoration: underline;
		}
		
.scroller {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-Arrow-Color: white;
    scrollbar-Face-Color: #EEA60A;
    scrollbar-Shadow-Color: #8A410B; 
	scrollbar-Track-Color: #EBCD8C;
	scrollbar-Highlight-Color: EBCD8C;
    font: 10px arial;
}

.small_button
{
    border: 1px solid black;
    color: black;
    font: 11px arial;
    background: #ffffff;
    padding: 2px 2px 2px 2px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) Alpha(Opacity=100);
	
}

.small_textbox {
	BORDER: #110071 1px solid;
	FONT: 10px arial;
}

.small_select {
    font: 10px arial;
}
.small_text{
    font: 10px arial;
}

.drop_shadow{
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) Alpha(Opacity=100);
}

.dgEditHeader{
	font: bold 11px arial;
	text-align: center;
	color: white;
	background: #110071;
}
.dgEditItem{
	font: 11px arial;
}