/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
}
.skingradient {
	background-image: url(bg_nav.gif); 
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.toppane {
	background-color: transparent; 
}
.leftpane {
	width: 20%;
	background-color: RGB(230,229,229);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.botleftpane {
	width: 20%;
	background-color: RGB(66,66,66);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 20%;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.botrightpane {
	width: 20%;
	background-color: RGB(66,66,66);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: RGB(66,66,66);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #a0a0a0;
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	align: justify;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: RGB(175, 175, 175); 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	height: 50px;
	background-color: Transparent;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_MenuIcon {
	background-color: RGB(51, 0, 102); 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_SubMenu {	
	background-color: RGB(51, 0, 102);  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_MenuBreak {
	height: 1px;
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_MenuItemSel {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	height: 50px;
	border-style: none;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.MainMenu_SubMenuItemSelected
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
}
.MainMenu_SubMenuItemActive {
	border-style: none; 
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  border-style: none; 
}
.Head {
   font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: Black;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: black;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: RGB(235,89,34);
}
A.SkinObject:link {
    text-decoration: none;
    color: black;
}
A.SkinObject:active   {
    text-decoration: none;
    color: black;
}
.SkinObject {
}
.SubSubHead {
    color: black;
}
.Normal:Link
{
      color: Blue;
}
.Normal:Visited
{
      color: Blue;
}
.Normal:Hover
{
      color: RGB(235,89,34);
}
.Link
{
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	color: RGB(200,200,200);
}
.Link:Link
{
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	color: RGB(200,200,200);
}
.Link:Visited
{
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	color: RGB(200,200,200);
}
.Link:Hover
{
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #ffffff;
}
.AllWhite
{
	color: #ffffff;
}

.TreeMenu_Node 
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	padding-left: 6px;
	color: black;
	font-style: normal;
}

/* bodyCssClass */
.TreeBody
{
	padding-left: 6px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: black;
	font-style: normal;
}

/* CssClass*/
.TreeViewMenu 
{
	padding-left: 6px;
	background: RGB(230,229,229);
}

/* TreeCssClass*/
.Tree 
{
	padding-left: 6px;
}

/* headerCssClass*/
.TreeViewMenu_Header
{
	font-size: 12px;
	color: RGB(0,0,0);
	padding-top: 0px;
	font-style: normal;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
}

/* headerTextCssClass*/
.TreeHead
{
	font-size: 18px;
	color: black;
	font-style: normal;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
}

/* nodeOverCssClass*/
.TreeHover
{
	padding-left: 6px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: RGB(235,89,34);
	font-style: normal;
	text-decoration: underline;
}

/* nodeChildCssClass*/
.TreeSubMenu 
{
	padding-left: 6px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold; 
	color: black;
}

/* nodeSelectedCssClass*/
.TreeSelected 
{
	padding-left: 6px;
	font-weight: bold; 
}

.WhiteLink
{
	font-size: 9pt; 
	font-style: normal; 
	color: white;
}
.WhiteLink:Link
{
	font-size: 9pt; 
	font-style: normal; 
	color: white;
	text-decoration: underline;
}
.WhiteLink:Visited
{
	font-size: 9pt; 
	font-style: normal; 
	color: white;
	text-decoration: underline;
}
.WhiteLink:Hover
{
	font-size: 9pt;
	color: white;
	font-style: normal;
	text-decoration: underline;
}
.Terms
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: white;
	font-style: normal;
}

.Terms:Link
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal; 
	color: white;
}

.Terms:Visited
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal; 
	color: white;
}

.Terms:Hover
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal; 
	color: RGB(235,89,34);
	text-decoration: underline;
}

.Copyright
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: white;
	font-style: normal;
}
.sitebanner
{
	background-color: RGB(91,28,133);
}





