/* ================================
    CSS STYLES FOR Mako
   ================================
*/
BODY
{
	color: White;
	background-color: #2d4200;
	margin: 0px
}

/* Module Menu Buttons*/
button{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#DCDCDC,endColorStr=#ededed); 
}
.buttonover{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#ededed,endColorStr=#FFFFFF); 
}
.emenu{
	border : 1px solid #999999;
}
/*Styles for various sections of the page*/
.date{
	font-size: 8.5pt;
	padding: 2px 5px 2px 5px;
    font-family: Tahoma, Arial, Helvetica;
	color : #FFF;
}
.user, .user A{
	color: #FFF;
	font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.user{
	padding: 2px 5px 2px 5px;
}
.breadcrumb{
	color: #666;
	font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
}
.copyright{
	color: #000000;
	font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
}
.footer, .footer A{
	font-size: 8.5pt;
	text-decoration : none;
    font-family: Tahoma, Arial, Helvetica;
	color : #000000;
}
.test{
/themes/ed8c66e8-e8f1-40a9-a7e4-c29918224796/
}

td.bigmenu TD
{
	padding: 1px 1px 1px 1px;
    font-size: 12px;
    text-align: left;
}

.MainMenu_MenuContainer {
border: 1px none; 
background-color: Transparent;
}
.MainMenu_MenuBar {
height:22px;
}
.MainMenu_MenuBar, .MainMenu_MenuItem, .MainMenu_MenuIcon, .MainMenu_SubMenu, .MainMenu_MenuItemSel, .MainMenu_MenuArrow, .MainMenu_RootMenuArrow {
cursor: pointer; 
cursor: hand; 
}
.MainMenu_MenuIcon, .MainMenu_SubMenu, .MainMenu_MenuBreak, .MainMenu_MenuArrow{
border-style: solid;
}
.MainMenu_MenuItem {
color: black; 
font-weight: bold; 
font-style: normal; 
background-color: #E2EEB5;
}
.MainMenu_MenuIcon {
background-color: #E2EEB5; 
text-align: center; 
border-width:0;
width: 20; 
height: 21;
}
.MainMenu_SubMenu {
z-index: 1000; 
background-color: #2d4200; 
color: White;
border: solid 1px black;
}
.MainMenu_MenuBreak {
border-width: 1px 0px 1px 0px;
background-color: White; 
height: 1px;
}
.MainMenu_MenuItemSel {
background-color: #E2EEB5; 
color: #2d4200; 
font-weight: bold; 
font-style: normal;
}
.MainMenu_MenuArrow{
vertical-align: top;
border-width: 0px;
}
.MainMenu_RootMenuArrow, .MainMenu_MenuArrow{
font-family: webdings; 
font-size: 11px; 
font-weight: normal;
border-width: 0px;
text-align: right;
}