/* 
================================
Skin styles for DotNetNuke
================================
*/ 
body
{
	margin:0px;
	padding:0px;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	background-image:url(bg_grad.gif);
	background-repeat:repeat;
}
.blue
{
	background-color:Blue;
}
.lime
{
	background-color:Lime;
}
.red
{
	background-color:red;
}
.teal
{
	background-color:Teal;
}
.aqua
{
	background-color:Aqua;
}
.gray
{
	background-color:Gray;
}
.green
{
	background-color:Green;
}
.fuchsia
{
	background-color:Fuchsia;
}
.block img
{
	display:block;
	padding:0px;
	margin:0px;
}
.pagemaster {
	height: 100%;
	width: 100%;	
	background-color: Transparent;
	text-align:center;
	padding:0px;
	margin:0px;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border: #888888 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	padding:0px;
	margin:0px;
	vertical-align:top;
}
.skinheader
{
    padding:0px;
    margin:0px;
    position:relative;
    top:-2px;
}
.controlpanel {
	width: 100%;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding:0px;
	margin:0px;
}
.imgbar
{
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: transparent;
	padding-top:1px;
	padding-bottom:1px;
	width: 100%;
}
.imgbar img
{
	display:block;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	width:192px;
	background-image:url(box_grad_blue.gif);
	background-repeat:repeat-y;
	border-top:2px solid #ffffff;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
}
.leftpane a, .leftpane a:visited, .leftpane a:link
{
    color:#ffffff;
    padding: 2px 4px 2px 4px;
}
.leftpane a:hover
{
    text-decoration:none;
    color:#375eb1;
    background:#ffffff;
}
.contentpane 
{
	width:580px;
	height:300px;
	background-color: white;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height:0
}
.logo
{
    border:solid 0px #000000;
    background-image:url(header_grad.gif);
	display:inline-block;
	width:100%;
}
.seperator
{
    background-image:url(seperator.gif);
    background-repeat:no-repeat;
    height:32px; 
    margin:0px 0px 2px 0px;
    padding: 6px 0px 0px 4px;
    text-align:left;
}
.nav{
  background-image:url(nav_bg.gif);
  background-color:#a61916;
  background-repeat:repeat-x;
  text-align:center;
  margin:0px;
  display:block;
  width:100%;
  padding:0px;
}
.left a, .left a:visited, .left a:link
{
    color:#ffffff;
    padding: 2px 4px 2px 4px;
}
.left a:hover
{
    text-decoration:none;
    color:#375eb1;
    background:#ffffff;
}
.SkinObject a
{
    color:#ffffff;
    font-size:9pt;
    font-weight:normal;
}
.SkinObject 
{
    color:#ffffff;
    font-size:9pt;
    font-weight:normal;
}
.footer 
{
	border-top: 1px solid #888888;
	padding:2px;
	font-size:9pt;
	font-family:Arial, Verdana; 
	background-image:url(nav_bg.gif);
	color:#ffffff;
	width:100%;
	text-align:center;
}
#Footer a
{
    color:#ffffff;
    font-size:9pt;
    font-family:Arial, Verdana;
    font-weight:normal;
}
/* Copied from DNN Skin */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #dd441a 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #dd441a 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #dd441a; 
	border-left: #dd441a 1px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #dd441a;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-image: url(nav_bg.gif); 
	cursor: pointer; 
	cursor: hand; 
	color: #242424; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #dd441a 1px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 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: #a61916 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 176px;
	background-color: #db4219;
	border-right: #a61916 1px solid; 
	border-top: #a61916 1px solid; 
	border-left: #a61916 1px solid; 
	border-bottom: #a61916 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}