/* 
================================
Skin styles for DotNetNuke
================================
*/
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #999999;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #ffffff;
	text-decoration: none;
}


Body
{
	margin: 0px;
	background-image: url(images/gradientbg.jpg);
	background-repeat: repeat-x;
	background-color: #b2acac;
	
}
.pagemaster
{
	width: 100%;
	height: 100%;
}
.Normal
{
    font-size: 10pt;
    color: #000000;
    
    }
    
H1
{
    font-size: 16pt;
    color: #92012C;
    }
    
H2
{
    font-size: 14pt;
    color: #92012C;
    }

H3
{
    font-size: 12pt;
    color: #92012C;
    }

.SkinObject
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.bottompane .SkinObject
{
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A
{
	color: #92012c;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #92012c;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #92012c;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: Fuchsia;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #92012c;
}

.navbar .SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;}

.navbar A.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;}
	
.navbar A.SkinObject:hover
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
	}

.skinmaster a:hover
{
	text-decoration: none;
	color: #92012c;
}
.skinmaster a
{
	text-decoration: none;
	color: #92012c;
}

.skinmaster
{
	background-color: #000000;
}

.navbar
{
	height: 42px;
	background-image: url(images/navbarbg.jpg);
}

.TopPane
{
	height: 41px;
	background-image: url(images/toppanebg.jpg);
}

.bottompane
{
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: #b2acac;
	color:#ffffff;
}
.bottompane Head
{
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 9pt;
	background-color: #666666;
	color:#ffffff;
}

.bottompane A:link
{
	color:#ffffff;
	}
.bottompane A:visited
{
	color:#ffffff;
	}
.bottompane A:hover
{
	color:#000000;
	}
.bottompane A:active
{
	color:#ffffff;
	}




.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}





.Head
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

/* 
================================
Menu
================================
*/

.MainMenu_RootMenuArrow
{
	display: none;
}

.MainMenu_MenuBar 
{
	padding: 0 5px 0 0;
	height: 24px;
	
	}

.MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_MenuItem
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-style: normal;
	color: #ffffff;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	
	
}


.MainMenu_MenuItemSel
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-style: normal;
	background-color: #ffffff;
	color: #92012c;
	border: 0 0 0 0;
	margin: 0 0 0 0;
}


.MainMenu_SubMenu
{
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-style: normal;
	background-color: #888888;
	color: #ffffff;
	border: 0 0 0 0;
	
}



















