/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #999999;
	padding: 10px 10px 10px 10px;
	background-image: url(texture.jpg);
	background-repeat: repeat;
}

body
{
	margin: 0px 0px 0px 0px;
}

.skinmaster
{
	height: 100%;
	background-color: #999999;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.skinheader
{
}

.skingradient
{
	background-image: url(gradient_DkBlue.jpg);
	height: 20px;
}

.skinfooter
{
	background-color: #666666;
}

.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;
}

.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
{
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	color: white;
	font-family: Georgia, "Times New Roman" , Times, serif;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuItem
{
	border-left: #A9A9A9 0px solid;
	border-bottom: #808080 1px solid;
	border-top: #808080 1px solid;
	border-right: #A9A9A9 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #E2E2E2;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Georgia, "Times New Roman" , Times, serif;
}

.MainMenu_MenuIcon
{
	background-color: #808080;
	border-left: #808080 1px solid;
	border-bottom: #808080 0px solid;
	border-top: #808080 0px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}

.MainMenu_SubMenu
{
	background-color: #808080;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=        '#696969' , Direction=135, Strength=3);
	color: white;
}

.MainMenu_MenuBreak
{
	height: 1px;
}
.MainMenu_MenuItemSel
{
	border-left: #A9A9A9 0px solid;
	border-bottom: #A9A9A9 0px solid;
	border-top: #A9A9A9 0px solid;
	border-right: #A9A9A9 0px solid;
	cursor: pointer;
	cursor: hand;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: black;
	font-family: Georgia, "Times New Roman" , Times, serif;
}



.MainMenu_MenuArrow
{
	border-right: #808080 1px solid;
	border-bottom: #A9A9A9 0px solid;
	border-top: #A9A9A9 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: 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;
}

.TreeViewMenu_Header
{
	background-image: url(gradient_LtBlue.jpg);
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.lightGraySpace
{
	background-color: #CCCCCC;
}

.footerText
{
	font-family: Arial;
	font-size: 8pt;
	color: Black;
}

.SkinObject
{
	text-decoration: none;
	color: #272727;
}

a.SkinObject:link
{
	text-decoration: none;
	color: #272727;
}
a.SkinObject:visited
{
	text-decoration: none;
	color: #272727;
}
a.SkinObject:hover
{
	text-decoration: underline;
	color: #525252;
}
a.SkinObject:active
{
	text-decoration: underline;
	color: #272727;
}
.footer
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 8.5pt;
}





