@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
}

#admin_bgwrapper {
	background:#ffffff url(images/admin_bg.gif) repeat-x top;
	
}

.logo_admin {
	height:120px;
	padding:15px 0 0 20px;
}

#admin_utility {
	z-index:998;
	background:url(images/admin_utility_bg.png) no-repeat;
	width:980px;
	margin:-50px 0 0 0;
	height:19px;
	padding:31px 0 0 0;
	position:relative;
	text-align:center;
	color:#bbbbbb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#admin_utility a.home {
	display:inline;
	margin-right:10px;
	font-size:10px;
	font-weight:bold;
}

#admin_wrapper {
	background:none;
	margin:0 auto;
	width:980px;
	padding-bottom:2px;
}

#admin_content {
	background:#ffffff;
	padding:10px 5px 20px;
}

.admin_content2 {
	padding:20px 15px 0px;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px #153478 solid;
	padding: 0px 5px 0px 5px;
	background-color: #b498df; 
	height:24px;
	border-bottom:0px solid #d71149;
}
.MainMenu_MenuItemSel {
	background-color: #7b5daa; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px #153478 solid;
	padding: 0px 5px 0px 5px;
	height:24px;
	border-bottom:0px solid #d71149;
	}
	
.MainMenu_MenuIcon {
	display: none;
}

.rootmenuitem {	
	background-color: transparent;
	cursor: hand; 
	color: #ffffff; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;  
	font-weight: bold;
	border: 0px #999999 solid;
	padding: 0 7px;
	height:29px;
	line-height:29px;
	display:block;
}
.rootmenuitemselected {
	background-color: transparent;
	cursor: hand; 
	color: #bbbbbb; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;  
	font-weight: bold;
	border: 0px #999999 solid; 
	padding: 0 7px;
	height:29px;
	line-height:29px;
	display:block;
}
.rootmenuitembreadcrumb{
	background-color: #b498df;
	cursor: hand; 
	color: #333333; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;  
	font-weight: bold;
	border: 0px #999999 solid; 
	padding: 0 7px;
	height:29px;
	line-height:29px;
	display:block;
}

/*.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	border: 0px #35668b solid;
	padding: 0px 5px 0px 5px;
	background-color: #333333; 
	height:24px;
	border-bottom:1px solid #d71149;
}*/

.submenu {
	z-index: 1000;
	background-color: transparent; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border-top: 0px #d71149 solid;
	border-right: 0px #d71149 solid;
	border-left: 0px #d71149 solid;
	margin-left:0;
	margin-top:0;
}

.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: 1px;*/
}

.MainMenu_MenuArrow {
	display:none;
	border: 0px #FFFFFF solid;
	padding: 0px 5px 0px 5px;
	border-bottom:1px solid #d71149;
	height:24px;
}

.MainMenu_RootMenuArrow {
	display: none;
}

#nav_bg_admin {
	background:#8b9726;
	height:29px;
}

a.logout_admin {
	margin-left:10px;
	font-weight:bold;
	font-size:10px;
}

a.logout_admin:hover {
	text-decoration:underline;
}

.admin_txt {
	padding-top:15px;
}

#nav_wrap_admin {
	background:#7b5daa;
	height:29px;
}
