/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
.skinmaster {
	width: 970px;
	background-color: transparent;
}
.controlpanel {
	background-color: transparent;
	width: 100%;
}

.menubalk100 {
	background-image: url(images/menubalk100.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin-top: 40px;
}
.skinheader {
	height: 155px;
}
.skinlogo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 144px;
	height: 155px;
	display: block;
}
.content {
	width: 960px;
}
.toppane {
	width: 745px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
}
.bannerpane {
	width: 195px;
	padding-left: 5px;
	padding-right: 5px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
}

.Normal {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	color: #3d3d3d;
}
.NormalBold {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	color: #454545;
	line-height: 18px;
	text-decoration: none;
}
.NormalBoldBlue {
	color: #4e4089;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.NormalBoldWhite {
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.Copyright {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ff7900;
	text-decoration: none;
}
.login, a.login:link, a.login:visited, a.login:hover, a.login:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ff7900;
	text-decoration: underline;
}

.skinhome a:link, .skinhome a:visited{
	background-color: Transparent;
	background-image: url(images/homenormal.gif);
	background-repeat: repeat-x;
	color: #FFFFFF; 
	font-family: Sari Black, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none;
	display: block;
	width: 52px;
	height: 32px;
}

.skinhome a:hover, .skinhome a:active {
	background-color: Transparent;
	background-image: url(images/homeactive.gif);
	background-repeat: repeat-x;
	color: #FFFFFF; 
	font-family: Sari Black, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none;
	display: block;
	width: 52px;
	height: 32px;
}

/*.test {
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	color: #ff7900;
	text-decoration: none;
}*/

.logintext {
	border: 1px solid #ada1cb;
}

.loginpane {
	height: 64px;
}
.contactpane {
	height: 25px;
}

A:Link, A:Visited, A:Active {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff7900;
	line-height: 18px;
	text-decoration: none;
}
A:Hover {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ff7900;
	line-height: 18px;
	text-decoration: none;
}
.LoginPane {
	
}
.LoginTable {
	height: 20px;
}
.LoginBox {
	border: 1px solid #a89dc6;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #a89dc6;
}
.LoginButton {
	background-color: #e8e8e8;
	width: 70px;
	height: 18px;
	border: 1px solid #a89dc6;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #a89dc6;
	cursor: hand;
	cursor: pointer;
}

.menupane {
	height: 32px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	height: 32px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
	height: 32px;
}
.MainMenu_MenuItem td {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Sari Black, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold; 
	font-style: normal; 
	vertical-align: middle;
	height: 32px;
}
.MainMenu_MenuItemSel td {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Sari Black, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold; 
	font-style: normal; 
	vertical-align: middle;
	height: 32px;
}
.MainMenu_MenuItemActive td {
	background-color: transparent;
	background-image: url(images/MenuItemActive.gif);
	background-repeat: repeat-x;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Sari Black, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold; 
	font-style: normal; 
	vertical-align: middle;
	height: 32px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#f3f3f3', Direction=135, Strength=3); */
}

.MainMenu_SubMenu .MainMenu_MenuItem {
	background-image: none;
	background-color: #ff7822;
	border: 0px;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: capitalize;
	text-align: left;
	height: 26px;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-image: none;
	background-color: #5a35ac;
	border: 0px;
	padding-left: 4px;
	padding-right: 4px;
	color: #FFFFFF;
	text-transform: capitalize;
	text-align: left;
	height: 26px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_RootMenuArrow {
	display: none;
}


.submenucontainer {
}
.submenubar {
}
.SubMenu_MenuItem td {
	background-color: transparent;
	background-image: none;
	height: 22px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #54003B;
	padding-left: 2px;
	padding-right: 2px;
	margin: none;
	cursor: hand;
	cursor: pointer;
}
.SubMenu_MenuItemSel td {
	background-color: transparent;
	background-image: none;
	height: 22px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	margin: none;
	cursor: hand;
	cursor: pointer;
}
.SubMenu_MenuItemActive td {
	background-color: transparent;
	background-image: none;
	height: 22px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	margin: none;
	cursor: hand;
	cursor: pointer;
}

.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,TreeViewMenu_Header  {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}



