/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	height: 100%;
	width: 100%;
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #fefefe;
	border-right: #000000 2px solid; 
	border-top: #000000 2px solid; 
	border-left: #000000 2px solid; 
	border-bottom: #000000 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.SubHead    {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}
.controlpanel {
	width: 20%;
	background-color: #fcca7f;
		
}
.toppane {
	width: 100%;
	background-color: #000000;
	height:30px
}
.leftpane {
	background-color: transparent;
	border-right: #000000 2px solid; 
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentpane {
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.rightpane {
	background-color: #FCCA7F;
	border-left: #000000 2px solid; 
}
.bottompane {
	width: 100%;
	background-color: #000000;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:12px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 4px;
}
.MainMenu_MenuItemSel {
	background-color: #FF9900; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #FF9900 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}
A:link  {
    text-decoration:    none;
    color:  #000000;
}

A:visited   {
    text-decoration:    none;
    color:  #000000;
}

A:active    {
    text-decoration:    none;
    color:  #000000;
}

A:hover {
    text-decoration:    underline;
    color:  #FF9900;
}
.Normal,.NormalDisabled
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
UL LI   {
    list-style-type:    image;
    list-style-image: url(/Website/images/OrangeArrow.gif)
}

UL LI LI    {
    list-style-type:    disc;
}

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;
}

