/* ================================
    DeZBoy Main Load with htmnl
   ================================
*/   
/* Main body background */
BODY {
	background-color: #222222;
	background-image: url(images/dezskinz_bg.gif);
	background-repeat: no-repeat;
}
/* Main SolPart Menu */

/* Main SolPart cell color */
.MainMenu_MenuContainer {
  background-color: transparent;
  border: none;
}

/* Main SolPart Pointer Style */
.MainMenu_MenuBar {
	cursor: pointer; 
	height:30px;
}

/* Main SolPart Font Style */
.MainMenu_MenuItem {
	color: #FFFFFF;
	border: transparent;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

/* Solpart Menu Icon Cell (Admin) */
.MainMenu_MenuIcon {
background-color: #222222;
border: transparent;
}

/* Solpart Menu DropDown Menu Cells */
.MainMenu_SubMenu {
	cursor: pointer;  
	height: 30px;
	width: 138px;
	background-color: #222222;
}

/* Solpart Menu MouseOver DropDown Cell */
.MainMenu_SubMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	background-color: #444444;
}

/* Styles the break section between the Solpart menu items */
.MainMenu_MenuBreak {
}

/* Solpart Menu MouseOver Cell */
.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height:30px;
	color: #e3e3e3;
}

/* Solpart Sub Menu Location Arrow, (Right Cell On The SubMenu) */
.MainMenu_MenuArrow {
	display: none;
}

/* Solpart Root Menu Area AROUND Arrow, (Font Size & Color Tags have NO Effect) */
.MainMenu_RootMenuArrow {
	font-family: webdings;
    cursor: pointer;
}

/* ================================
    See what this is
   ================================
*/   

.PageTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold;
}
.user,a.user:link,a.user:active,a.user:visited,.user { 
	color:#FFFFFF;
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	font-size:11px;
}
a.user:hover { 
	color:#eeeeee; 
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	font-size:11px;
}
.footer,a.footer:link,a.footer:active,a.footer:visited {	
	font-size:11px; 
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:Bold; 
	text-decoration:none;
}
a.footer:hover {	
	font-size:11px;
	color:#eeeeee;  
	text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter; 
}

