/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #55007D;
	background-image:url(bgtile3.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.skinmaster {
}
.skinheader {
}
.skingradient {
	
}
.bodytable {
	background-image:url(../tableTile.gif);
	background-repeat:repeat-y;
}
.footernav {
	width:733px;
	background-image:url(footernav.jpg);
	background-repeat:no-repeat;
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.toppane {
	width: 100%;
	height: 15PX;
	background-color: transparent;
	padding: 0px 20px 0px 20px;
	background-repeat: repeat-y;
	background-image:url(../whiteTile.gif);
}
.leftpane {
	background-color: transparent;
	padding: 0px 10px 0px 20px;
}
.contentpane {
	background-color: transparent;
	padding: 0px 10px 0px 20px;
}
.rightpane {

	background-color: transparent;
	padding: 0px 20px 0px 20px;
}
.bottompane {
	padding: 0px 0px 0px 20px;
}
.br {
	padding: 0px 20px 0px 20px;
}
/* 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: #55007D 0px solid; 
	border-bottom: #55007D 1px solid; 
	border-top: #55007D 1px solid; 
	border-right: #55007D 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #55007D; 
	border-left: #55007D 1px solid; 
	border-bottom: #55007D 1px solid; 
	border-top: #55007D 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #55007D; 
	background-repeat:repeat-y;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #55007D 0px solid; 
	border-left: #55007D 0px solid; 
	border-top: #55007D 0px solid; 
	border-right: #55007D 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #55007D 1px solid; 
	border-left: #55007D 0px solid; 
	border-top: #55007D 1px solid;  
	border-right: #55007D 0px solid; 
	background-color: #55007D; 
	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: #CF0572;

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #55007D 1px solid; 
	border-bottom: #55007D 1px solid; 
	border-top: #55007D 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: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	line-height: 16px;
}
ul LI   {
    list-style: none;
	background-image:url(arrow.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:15px;

}

UL LI LI    {
    list-style-type: circle;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
