/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #CF0572;
	background-image:url(bgtile.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.skinmaster {
}
.skinheader {
}
.skingradient {
	
}
.bodytable {
	background-image:url(bodytile.jpg);
	background-repeat:repeat-y;
}
.footernav {
	width:733px;
	background-image:url(footernav.jpg);
	background-repeat:no-repeat;	
}
.zoe {
	background-color:#D7D9EB;
}
.alex {
	background-color:#FFCCCC;
}
.alice {
	background-color:#FFFF99;
}
.jamie {
	background-color:#99D699;
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 0px 20px 0px 20px;
}
.leftpane {
	background-color: transparent;
	padding: 0px 0px 0px 20px;
}
.contentpane {
	background-color: transparent;
	padding: 0px 0px 0px 20px;
}
.rightpane {

	background-color: transparent;
	padding: 0px 20px 0px 20px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #eeeeee; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #CF0572 0px solid; 
	border-bottom: #CF0572 1px solid; 
	border-top: #CF0572 1px solid; 
	border-right: #CF0572 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #CF0572; 
	border-left: #CF0572 1px solid; 
	border-bottom: #CF0572 1px solid; 
	border-top: #CF0572 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #CF0572; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #CF0572 0px solid; 
	border-left: #CF0572 0px solid; 
	border-top: #CF0572 0px solid; 
	border-right: #CF0572 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #CF0572 1px solid; 
	border-left: #CF0572 0px solid; 
	border-top: #CF0572 1px solid;  
	border-right: #CF0572 0px solid; 
	background-color: #CF0572; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #eeeeee; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #55007D;

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #CF0572 1px solid; 
	border-bottom: #CF0572 1px solid; 
	border-top: #CF0572 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
ul {
	margin-left:10px;
	padding-left:10px;
	margin-top:0px;
	padding-top:0px;
/*	text-indent:-2em;*/
}
li, LI   {
    list-style-image:url(arrow.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-top:2px;
	margin-top:2px;
/*	line-height:20px;*/
}