/* 
================================
Skin styles for DotNetNuke
================================
*/   
/* General */
/* background color for the content part of the pages */
Body
{
    color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	 /*margin-top: 1px;*/
	/*margin: 4px 4px 4px 8px;*/
	padding: 0px 0px 0px 0px;
}

P
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	padding: 0px 0px 0px 0px;
	
}

grid-body
{
	background-color: white;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:0.75em;
	word-spacing:	normal;
	letter-spacing:	normal;
	/*margin: 4px 4px 4px 8px;*/
	padding: 0px 0px 0px 0px;	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #666666; /*#003366;*/
}

H1
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:2em;
	font-weight: bold;
	text-align: center;	
	margin:4px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF

}

H2
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:1.5em;
	font-weight: bold;
	margin:4px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H3
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:1.33em;
	font-weight: bold;
	margin:4px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}
		
H4	{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	1.1em;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	1em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	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; 
}
.skinheader {
}
.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;*/
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.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 {  /* td where menu is located */
	background-color: #7c7c7c;
	border-bottom: White 2px solid;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	border-bottom: White 0px solid;
	background-color: #7c7c7c;
}

.MainMenu_MenuItem { /* drop down menus (each one) */
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color:White; 
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #999999;
}
.MainMenu_MenuIcon {
	background-color: #999999; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #999999;
	color: White;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-top: White 2px solid;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #cccccc; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {  /* small line on the right side*/
	border-right: #999999 1px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.RootTab TD{ /*initial menus at the top level - border does not seem to have an effect */
	/*width: 110px;*/
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; /*9pt;*/
	font-weight: normal; /* bold; */
	color: #FFFFFF;
	border-top: 0px solid;
	border-bottom: White 0px solid;
	/*border-bottom: #ffffff 2px solid;*/
	border-right: #FFFFFF 2px solid;
	background-color: transparent; /* #7c7c7c; */
	height: 18px; /*28px;*/
}
.ActiveRootTab TD{  /*selected menu at the top level*/
	/*width: 110px;*/
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; /*9pt;*/
	font-weight: normal; /* bold; */
	font-style: normal;
	height: 18px; /*28px;*/
	border-top: 0px solid;
	border-bottom: 0px solid;
	border-right: #ffffff 2px solid;
	/*border-bottom: #ffffff 2px solid;*/
	background-color: #DE0031; /*transparent;*/
}
.ActiveSubTab {  /* item selected in the dropdown menus */
	background-color: #DE0031;
	color: #ffffff;
	border-top: 0px solid;
	border-bottom: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt; 
	font-weight: normal; /*bold; */ 
}

.SelectedRootTab TD{  /* Root menu item selected (means highlighted under the mouse!) at the top menu level */
	/*width: 110px;*/
	color: #eaeaea;  /* almost white */
	height: 18px; /*28px;*/
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 8pt; /*9pt; */
	font-weight: normal; /*bold; */
	border-right: #ffffff 2px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	/*border-bottom: #ffffff 2px solid;*/
	background-color: #999999; /*gray*/
}

.BreadcrumbRootTab TD{  /* this controls the top menus when a sub menu is selected - properties control the top menus when a sub is selected*/
	/*width: 110px;*/
	font-family: Arial, Verdana, Tahoma, Helvetica; 
	font-size: 8pt; /*9pt; */
	font-weight: normal; /*bold; */
	color: #ffffff;
	border-top: 0px solid;
	border-bottom: 0px solid;
	background-color: #DE0031; 
	border-right: #ffffff 2px solid;
	/*border-bottom: #ffffff 2px solid;*/
	height: 18px; /*28px;*/
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Arial, 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: Arial, Tahoma, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}


/* Tree Classes */
.MyNode 
{ 
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 9px; 
   cursor: hand; 
   color:  Black;/*#EB5300; */
} 

.MyNodeOver 
{ 
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 9px; 
   cursor: hand; 
   color: Red; /*  #FFB389; */
} 

.MyNodeSelected 
{ 
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 9px; 
   cursor: hand; 
   background-color:#DE0031; 
   color: white; 
}
/*********************************************/
/*   Tables  */
/*********************************************/
.TableCellNormal
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 10pt;
}

.TableCellAlternating
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 10pt;
}
.TableHeader
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 10pt;
}

/*****************************************************/
/*    MISC.
/*****************************************************/
.PageTitle
{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	12pt;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
.SmallTitle
{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	9pt;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}		
.ErrorNotification	
{	
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	9pt;
	color: Red;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}		
/*  Wizard Classes */
.WizardPrompt
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	9pt;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:left;
}
.WizardAnswers
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:	8pt;
	font-weight:	Normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align:left;
}


/*Tabs and Panels*/

.LinksTabs
{
	background-color: #d6d7d6;
    /*COLOR: #003366;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	/*width:auto;*/
}

.LinksTabsLinks
{
	background-color: Transparent; /*#d6d7d6; */
	color: #003366 !important;  
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif !important;
	font-weight:normal !important;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}

.LinksTabsSelected 
{
 	background-color: #DE0031; /*Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}

.LinksTabsSeparator
{
	background-color: White;
	border: solid 0 white;
}

A.LinksTabsLinks:link{	
	text-decoration:	none;
	color:	#003366 ; /*#D0A660;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}	
A.LinksTabsLinks: visited	{	
	text-decoration:	none;
	color:#003366 !important; /*#D0A660;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}		
A.LinksTabsLinks:Hover
{
	color:White !important;
	background-color: #DE0031;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}

A.LinksTabsLinks:Active
{
	color:White;
	background-color: #DE0031;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}
A.LinksTabsSelected:Link 
{
 	/*background-color: #DE0031; Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}
A.LinksTabsSelected:visited 
{
 	/*background-color: #DE0031; Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}
A.LinksTabsSelected:Hover
{
 	background-color: #DE0031; /*Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}
A.LinksTabsSelected:Active
{
 	background-color: #DE0031; /*Honeywell red */
    color: White; 
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}