/* 
================================
Skin styles for DotNetNuke
================================
*/   

img { border: none ; }

.pagemaster {
   top: 50;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.skinmaster {
	height: 100%;
	BORDER-RIGHT: #23A53E 0px solid; 
	BORDER-TOP: #23A53E 0px solid; 
	BORDER-LEFT: #23A53E 0px solid; 
	BORDER-BOTTOM: #23A53E 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader {
}

.skingradient {
}

.controlpanel {
	width: 100%;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #6A061A 0px solid; 
	border-bottom: #6A061A 0px solid; 
	border-top: #6A061A 0px solid; 
	border-right: #6A061A 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #6A061A; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-weight: bold; 
	font-style: italic;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #E3E2CD; 
	border-left: #E3E2CD 1px solid; 
	border-bottom: #E3E2CD 1px solid; 
	border-top: #E3E2CD 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #F1F1F1; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #E3E2CD; 
	cursor: pointer; 
	cursor: hand; 
	color: #6A061A; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-weight: bold; 
	font-style: italic;
}
.MainMenu_MenuArrow {
	border-right: #5069BC 0px solid; 
	border-bottom: #5069BC 0px solid; 
	border-top: #5069BC 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_ItemSeparator{
	
}

.StandardButton     
{
    background: #1E5589 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

.TreeViewMenu 
{
	width: 175px;
	background-color: #F5F5F5;
	BORDER-RIGHT: #1E5589 1px solid; 
	BORDER-TOP: #1E5589 1px solid; 
	BORDER-LEFT: #1E5589 1px solid; 
	BORDER-BOTTOM: #1E5589 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_LtBlue.jpg);
}

.Normal
{
	font: 90% georgia, times, serif;
	font-family: Georgia;
   font-size:  11px;
}

.NormalAccent {
	color: #6A061A
}
    
.MenuLeft {
	background-image: url(Images/MenuLeft.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 36px;
}
.MenuRight {
	background-image: url(Images/MenuRight.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 36px;
}
.MenuMiddle {
	background-image: url(Images/MenuMiddle.png);
	background-repeat: repeat-x;
}

.LoginLink {
   font-size: 7pt;
   font-style: italic;
	color: White;
	text-align: right;
}

A.LoginLink:visited {
    color: White;
}

A.LoginLink:link {
    color: White;
}

A.LoginLink:hover {
    color: White;
}

A.LoginLink:active {
    color: White;
}

.SubHead
{
	font-family: Georgia;
	font-size: 11px;
	color: #6A061A
}

