﻿/* 
================================
Skin styles for DotNetNuke
================================
*/
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #3d3d3d;
	margin-top: 0px;
}
/* 
Style for Date Register and Login
The overall font sizing for Search, Date, Breadcrumbs, 
Copyright, Terms, Privacy. The font colour for Date, Copyright (They are not links).
*/
.SkinObject {
	font-weight: normal;
	font-size: 10pt;
	color: Silver;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
/*The font colour for links: Search, Breadcrumbs, Terms, Privacy */
A.SkinObject:link {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	color: White;
}
A.SkinObject:visited {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	color: White;
}
A.SkinObject:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	color: Gray;
} 
.skinmaster {
	height: 100%;
	background-color: #000000;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.skinheader {
}
.skingradienttop {
	background-color: #003663;
	border: 1px solid #003663;
}
/* -- controls the background color of the footer --*/
.skingradient {
	background-color: #003663;
	border: 1px solid #003663;
	height: 60px;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 960px;
}
.leftpane {
	width: 170px;
}
.contentpane {
	width: 340px;
}
.rightpane {
	width: 170px;
}
.bottompane {
	width: 100%;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 10px;
	background-color: Transparent;
}
/* Styling for the main menu items. 
Here you can set the overall font styling. 
The borders can be styled, but when you hover over a menu item with the mouse, 
the top and bottom borders disappear. (You can view this in the second image). 
The background color affects all menu items (root and sub-menus), 
but note that this does not change the background color behind the icons.
*/
.MainMenu_MenuItem {
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	cursor: pointer;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #003663;
	border-left: #003663 1px solid;
	border-bottom: #003663 1px solid;
	border-top: #003663 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;

}
.MainMenu_SubMenu {
	background-color: #003663;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	height: 1px;
}
/* -- This controls the HOVER on the menu drop downs--- */
.MainMenu_MenuItemSel
{
    background-color: black;
    cursor: pointer;
    cursor: hand;
    color: Silver;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: Black 1px solid;
	border-bottom: Black 1px solid;
	border-top: Black 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton {
	background: #7994CB none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
	font-family: Georgia;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
H2 {
	font-family: Georgia;
	font-size: medium;
	font-weight: 600;
	font-style: italic;
	color: #cc0000;
}
H3 {
	font-family: Georgia;
	font-size: small;
	font-weight: 600;
	font-style: italic;
	color: #000000;
}
