/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background: #E2E2E2;
}
.skinmaster {
	width:836px;
	background-color: #F3F3F3;	
}
.contentpane {
	height: 400px;
	background-color: Transparent;
	padding: 10px;
}
.leftpane {
	background-image:url(images/leftbg.gif);
	padding-left:13px;
}
.topborder {
	background-image:url(images/topborder.gif);
}
.rightborder {
	width:29px;
	background-image:url(images/rightborder.gif);
}
.leftborder {
	width:29px;
	background-image:url(images/leftborder.gif);
}
.bottomborder {
	background-image:url(images/bottomborder.gif);
}
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 1.25em;
	color: #191919;
}
.Head {
	color:#3E2D02;
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight:bold;
}
.SubHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #3E2D02;
}
.Search {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C1C1C1;
	font-weight:bold;
}
.imagecorrection {
	position:relative;
	top: 7px;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	font-style:italic;
}
.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C3D188;
	font-weight: bold;
}

A.SkinObject:link,A.SkinObject:visited,A.SkinObject:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	padding-left:5px;
	padding-right:5px;
}
A.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #505F8E;
	text-decoration:underline;
	padding-left:5px;
	padding-right: 5px;
}
.OtherTabs {
	white-space: nowrap;
}
A.OtherTabs:link {
	font: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	padding-left:5px;
	padding-right: 5px;
	text-decoration: underline;
}
A.OtherTabs:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	padding-left:5px;
	padding-right: 5px;
	text-decoration: underline;
}
A.OtherTabs:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	padding-left:5px;
	padding-right: 5px;
	text-decoration: underline;
}
A.OtherTabs:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #505F8E;
	font-weight: normal;
	padding-left:5px;
	padding-right: 5px;
	text-decoration: underline;
}
.MainMenu_MenuContainer {
	background-color: transparent;
	background-image:url(images/menubar.gif);
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuItem
{
	border-right: whitesmoke 1px solid;
	border-top: whitesmoke 1px solid;
	font-weight: normal;
	border-left: whitesmoke 0px solid;
	cursor: hand;
	color: #3E2D02;
	border-bottom: whitesmoke 1px solid;
	font-style: normal;
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: transparent;
	height:26px;
	padding-right:5px;
}
.MainMenu_MenuItemSel
{
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
	font-style: normal;
	color: #C3D188;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #505F8E;
	height:26px;
	padding-right:5px;
}
.MainMenu_RootMenuItem
{
	border: 1px solid #C1CE86;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: transparent;
	height:53px;
	padding-right:5px;
}
.MainMenu_RootMenuItemSel
{
	color: #C5CC87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height:53px;
	background-color: transparent;
}
.MainMenu_Separator
{
	background-image:url(images/separator.gif);
	height: 51px;
	background-color: #919CD0;
}

.MainMenu_MenuIcon
{
	display: none;
	visibility:hidden;
}
.MainMenu_SubMenu {
	background-color: whitesmoke; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border: white 3px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	margin-left: 2px;
	margin-top: -5px;
}
.MainMenu_MenuBreak {
	height: 53px;
	background-color: #919CD0;
	border-top: #919CD0 1px solid; 
	border-bottom: #919CD0 1px solid; 
}
.MainMenu_MenuArrow {
	border-right: whitesmoke 1px solid; 
	border-bottom: whitesmoke 0px solid; 
	border-top: whitesmoke 0px solid;
	font-family: webdings; 
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 14px; 
	cursor: pointer; 
	cursor: hand;
}