/* 
================================
Skin styles for DotNetNuke
================================
*/   
Body
{
    color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-align:left;
	 /*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;
	text-align:left;
	word-spacing:	normal;
	letter-spacing:	normal;
	padding: 0px 0px 0px 0px;
	
}
ul  {
	/*color: #666666;
	background-color: white;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	}
	
ui  {
	/*color: #666666;
	background-color: white;*/
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	}	

ul ui 
{
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	}	
	
Blockquote {
	font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
	font-size:9pt;
	}		
.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: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: #333333;
}


/*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;
}
/************************************************/
/*   Used in tables and grids
/************************************************/

.TableCellNormal
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size:  9pt; /*10pt;*/
}

.TableCellAlternating
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size:  9pt; /*10pt;*/
}

.TableHeader
{
   font-family: Arial, Verdana, Geneva, hevetica, sans-serif;
   font-size: 9pt; /*10pt;*/
}
