body {
	 /* background-color: #171717;  */
	background-color: #252424;
    text-align:       center;
    font:             12px Arial;
	 color: #FFFFFF;
    /*color:            #838181;*/
	 
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 22px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #999999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #999999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_SubMenu {
	border: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: normal; 
	font-style: normal;
	background-color: #996600;
	color: #000000; !important
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuIcon {
	background-color: #98CB00; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
}
.MainMenu_MenuBreak {
	height: 0px;
}

/*Dudes Styles*/
.DudesDateText {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight:  normal;
   color: #666666;
}

.DudeRegister {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight:  bold;
   color: #666666;
}
.DudeFooter {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  9px;
   font-weight:  bold;
   color: #666666;
}
.DudeSearchBox {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  13px;
   font-weight:  bold;
   color: #666666;
   
}
.NormalTextBox {
background-color: #98CB00;
/*height: 18px;*/
}

A:link  {
text-decoration: none;
color: #666666;  
}

A:visited   {
text-decoration: none;
color: #666666; 
}

A:active    {
text-decoration: none; 
}

A:hover {
text-decoration: none; 
}

.Head   {
font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  17px;
   font-weight:  bold;
   color: #666666;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  14px;
   font-weight:  bold;
   color: #666666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight:  bold;
   color: #666666;
}

/* text style used for most text rendered by modules */
.Normal
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight: normal;
   color: #666666;    
}
/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: White;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: White;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

