/* 
================================
Skin styles for DotNetNuke
================================
*/
td, table
{
	border:0;
}
body{
	background-image: url(images/bodybg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000;
	line-height: 17px;
	font-size: 11px
	font-family: Tahoma, sans-serif; 
}

* {
	color: inherit;
	line-height: 17px;
	font-size: 11px
	font-family: Tahoma, sans-serif; 
	text-align:justify;
}

A {
	color: #9a2e36;
	line-height: 17px;
	font: 11px Tahoma, sans-serif; 
	text-align:left;
}

A:visited {
	color: #777;
}

A:link {
	color: #9a2e36;
}

A:hover {
	color: #000;
}

A.MML-Default-Link:link {
	color: #9a2e36;
}

A.MML-Default-Link:hover {
	color: #000;
}

A.MML-Default-Link:visited {
	color: #af575e;
}


A.Normal {
	color: #9a2e36;
}

A.Normal:hover {
	color: #000;
}

A.CommandButton:link {
	color: #9a2e36;
}

A.CommandButton:hover {
	color: #000;
}

.SkinObject, A.SkinObject, A.SkinObject:link, A.SkinObject:visited {
	color: #000;
	padding: 0px;
	margin: 0px;
}

.skingradient A.SkinObject, .skingradient .SkinObject{
	color: #fff;
}

#dnn_dnnBREADCRUMB_lblBreadCrumb A{
	color: #9a2e36;
}

.pagemaster {
	width: 100%;
}
.skinmaster {
	background-color: #fff;
}
.skinheader {
}

.subskinheader{
	background-color: #f2ddcc;
	color: #9a2e36;
	margin-bottom: 10px;
	padding: 2px;
}

.skingradient {
	color: #fff;
	background-color: #9a2e36;
	height:30px;
}
.controlpanel {
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	padding-left: 5px;
	padding-top: 10px;
	background-color: transparent;
}
.contentpane {
	width: 500px;
	background-color: transparent;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.rightpane {
	padding-top: 10px;
	padding-right: 5px;
	background-color: transparent;
	text-align: left;
}

.rightpane *{
	text-align: left;	
}

.bottompane {
	width: 100%;
	background-color: transparent;
}
.MainMenu_MenuContainer {
	font-weight: bold; 
	background-color: transparent; 
	padding: 0px;
	margin:0px;
}
.MainMenu_MenuBar {
	line-height: 30px;
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	height: 30px;
	border: 0px;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 11px; 
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	color: #fff; 
	border: 0px;
	padding: 0px;
	cursor: pointer; 
	cursor: hand; 
	text-align: center;
	background-color: #9a2e36;
}
.MainMenu_SubMenu {
	border: 1px solid #9a2e36;
	z-index: 1000;
	cursor: pointer; 
	cursor: hand;
	background-color: #9a2e36;
	background-image: none;
	
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel{
	height: 30px;
	border: 0px;
	background-color: #f2ddcc;
	cursor: pointer; 
	cursor: hand; 
	color: #9a2e36; 
	font-size: 11px; 
}

.MainMenu_SubMenu .MainMenu_MenuItemSel{
	height: 20px;
}
.MainMenu_SubMenu .MainMenu_MenuItem{
	height: 20px;
}
.MainMenu_MenuArrow {
	border: 0px;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	border: 0px;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
	background: #7994cb none; 
	color: #ffffff;
	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 {
	
}

.SubHead{
	font-size: 12px;
	font-weight: bold;
	color: #9a2e36;
	padding: 0px;
}
.Head
{
	font-size: 17px;
	font-family: Arial, Sans-Serif;
	letter-spacing:-1px;
}

.contentpane .Head {
	font-size: 12px;
	font-weight: bold;
	color: #9a2e36;
	padding: 0px;
}

.NormalTextBox{
	background-color: #f2ddcc;
	border: 1px solid #fff;
	color: #9a2e36
}

.ControlPanel{
	background-color: #f0f0f0;
	border: 1px solid #9a2e36;
	color: #9a2e36;
}
.subskinheader {
	display:none;
}
.footer 
{
	background-color: #f2ddcc;
	width:100%;
	border-top: 1px dotted #9a2e36;
	text-align: center;
}
.footer a, .footer a:hover, .footer a:link, .footer a:active
{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	color: Black;
	font-variant: small-caps;
	line-height:20px;
	font-weight:bold;
}
.footer a:hover 
{
	text-decoration:underline overline;
}
.contentpane img.subcontent 
{
	border:0;
	width:176px;
	height:136px;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom:5px;
}
.contentpane img.subcontent_right
{
	border:0;
	width:176px;
	height:136px;
	float:right;
	margin-left: 5px;
	margin-left: 5px;
	margin-bottom:5px;
}

.pageintro{
	font-size: 120%;
	padding: 10px;
}
.pageintro:first-letter{
	font-size: 200%;
	color: #9a2e36;
	margin-left: -5px;
	margin-bottom: -5px;
}