body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#212121;
        font-family: Verdana, Tahoma, Arial, Helvetica;
}
#top-adv,#advertdiv{
    display:none;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #ffffff;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #585853;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}


/* standard hyperlinks for the tokens eg. copyright, login, user */
.SkinObject{ color:#ffffff; text-decoration:none; font-weight:normal; font-size:9pt; font:Tahoma;}
A:link { color:#ffffff; text-decoration:none; font-weight:normal; font-size:9pt;font:Tahoma;}
A:visited {color:#ffffff; text-decoration:none; font-weight:normal; font-size:9pt;font:Tahoma;}
A:active {color:#ffffff; text-decoration:none; font-weight:normal; font-size:9pt;font:Tahoma;}
A:hover{color:#ffffff; text-decoration:none; font-weight:normal; font-size:9pt;font:Tahoma;}

.SkinObjectDark{ color:#212121; text-decoration:none; font-weight:normal; font-size:8pt; font:Tahoma;}
A.SkinObjectDark:link { color:#212121; text-decoration:none; font-weight:normal; font-size:8pt;font:Tahoma;}
A.SkinObjectDark:visited {color:#212121; text-decoration:none; font-weight:normal; font-size:8pt;font:Tahoma;}
A.SkinObjectDark:active {color:#212121; text-decoration:none; font-weight:normal; font-size:8pt;font:Tahoma;}
A.SkinObjectDark:hover{color:#212121; text-decoration:none; font-weight:normal; font-size:8pt;font:Tahoma;}

/* Main Menu */
/*
.MainMenu_SubMenu { 

    background-color: #b40001; 
   
}
.MainMenu_MenuContainer {
	border: 0px;
	margin: 0px;
	background-color: transparent;
	padding: 0px;
	padding-bottom: 0px;
	width: 100px;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
	background-color: transparent;
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;	
	height: 20px;
}
	
.MainMenu_MenuIcon {
	display:none;
}
*/
/*.rootmenuitem {	
	background: transparent;
	color: #ffffff;
	font-weight: 700;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding: 5px 0 3px 0;
	cursor: hand;
	display: table-cell;
	border: 0px;
	height: 21px;
}

.rootmenuitemselected {
	background: transparent url(images/nav_bg.jpg) repeat-x;
	color: #79b63f;
	font-weight: 700;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding: 5px 0 3px 0;
	cursor: hand;
	display: table-cell;
	border: 0px;
	height: 21px;
}

.rootmenuitembreadcrumb {
	background: transparent url(images/nav_bg.jpg) repeat-x;
	color: #79b63f;
	font-weight: 700;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	padding: 5px 0 3px 0;
	cursor: hand;
	display: table-cell;
	border: 0px;
	height: 21px;
}
*/
.submenuitembreadcrumb{
/*	cursor: hand; 
	color: #CCCCCC; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	background-color: transparent;
	padding: 2px;*/
}

.submenu {
	z-index: 1000;
/*	background-color: #57585C; 
	border: 0px #A7A7A7 solid;*/
	margin: 0px;
	padding: 0px;
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 0px;
}
/*
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
*/


