/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
	valign:top;
}
.skinmaster {
/*	height: 100%; */
	valign:top;
	bgcolour: #FFFFFF;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px 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;*/
}

.SkinObjectNoLink{
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #A6ADB1;
	text-decoration: none;
	font-weight:normal;
	text-transform:titlecase;
}

.SkinObject {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #A6ADB1;
	text-decoration: none;
	font-weight:normal;
	text-transform:titlecase;
}

A.SkinObject:link {
	font-family: Tahoma, Arial;
	font-size: 9px;
	color: #A6ADB1;
	text-decoration: none;
	font-weight:normal;
	text-transform:titlecase;
}

A.SkinObject:visited  {
	font-family: Tahoma, Arial;
	font-size: 9px;
	text-decoration: none;
	color: #A6ADB1;
	font-weight:normal;
}

A.SkinObject:active   {
	font-family: Tahoma, Arial;
	font-size: 9px;
	text-decoration: none;
	color: #A6ADB1;
	font-weight:normal;
}

A.SkinObject:hover    {
	font-family: Tahoma, Arial;
	font-size: 9px;
	text-decoration:    underline;
	color: #A6ADB1;
	font-weight:normal;
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
	font-weight:normal;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	height: 100%;
	background-repeat:repeat;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	align:left;
}
.rightpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
}
.StandardButton     {
    background: #7994CB 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);
}

.Breadcrumb {
    font-weight: normal;
    font-size: 10pt;
    color: #003366;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.Breadcrumb:link {
    text-decoration:    none;
    color:003366;
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color:#003366;
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color:#003366;
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color:#003366;
}
/* Module Title */


.Normal, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:1.6em;
}

B, STRONG {
	color:#8D1b24;
}

.Head, H1   {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8D1B24;
	font-weight:bold;
	line-height:4.2em;
}


H2  {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8D1B24;
	line-height:0.8em;
}

H3  {
	FONT-SIZE: 13px; 
	COLOR: #8D1B24;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;	

}

H4  {
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #D1D4D6;
}

H5  {
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	font-weight:bold;
}

H6  {
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8CCA42;
	font-weight:normal;
}


A:link, A:visited, A:active   {
	color: #8D1B24;
	font-weight:bold;
	text-decoration:none;
}


A:hover {
	color: #8D1B24;
	font-weight:bold;
	text-decoration:underline
}

/* Main Menu */
/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background:transparent;
	width:800px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	height:18px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	border:1px #FFFFFF solid; 
	border-width:0px 0px;
	text-transform: uppercase;
}

.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }

.MainMenu_SubMenu {
	height:18px;
	border:1px #999999 solid;
	padding:3px; margin-top:1px; margin-left:3px; margin-right:3px;
	background:#3e4d55;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	height:18px;
	cursor: pointer; 
	cursor: hand; 
	color: #999999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
	background:none;
}

/* Menu styles for spacing*/

.RootTab TD{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
}

.BreadcrumbRootTab TD, .SelectedRootTab TD, .ActiveRootTab TD{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8D1B24;
	text-decoration: none;
	text-transform: capitalize;
}

.ActiveSubTab, .BreadcrumbSubTab {
	height:18px;
	text-align:left;
	color: #999999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	font-weight:bold; 
	border:0px #EED7B8 solid; 
	border-width:0px 0px;	
}
.SubTab {
	height:18px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background:#527FC3;
	border:1px #FFFFFF solid; border-width:0px 0px;
}
.SelectedSubTab {
	height:18px;
	text-align:left;
	color: #999999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	font-weight:bold; 
	border:0px #EED7B8 solid; border-width:0px 0px 0px 0px;	
}


/* Legacy styles from design */
/*___________________________________________________________________________________________*/
LI {
	list-style-image: url(bullet.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 2.5em;
	list-style-type: square;
	}
._top1 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight:normal;
	line-height:17pt;
	}
.top2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight:bold;
	padding-right:1px;
  
}
.BlueHead   {
	FONT-SIZE: 12px; 
	COLOR: #003399; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline;
	vertical-align:bottom;
	text-transform:uppercase;
	font-weight:bold;
}
