/* 
================================
Skin styles for ChartersDNN Skin CSS Style Sheet
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-image:url(graySkinbg.gif);
	background-repeat:repeat-x;
	background-color:#333333;
}
.skinmaster {
	height: 100%;
	background-color:#000000;
	border-right:#FFFFFF 2px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 2px solid; 
	border-bottom: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
		height:30px;
}
.menubar {
        height: 33px;
	width: 776px;
	background-image: url(nav-bg.gif);
	background-repeat: repeat-x;

}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color:#580000; /*827961;*/
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
        background-color:#580000;      
       	padding-left: 1px;
	padding-right: 1px;
	padding-top: 6px;
}
.contentpane {
	width: 450px;
	background-color:#827961;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
        background-color:#827961;  
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color:#827961;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color:transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #006600 0px solid; 
	border-bottom: #006600 1px solid; 
	border-top: #006600 0px solid; 
	border-right: #006600 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #AF906B; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #006600 1px solid; 
	border-bottom: #006600 1px solid; 
	border-top: #006600 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color:#000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#006600', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color:#FFFFFF 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #006600 1px solid; 
	border-bottom: #006600 1px solid; 
	border-top: #006600 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;
}

/** =======================================
*   Specific DNN Objects Listed
*   =======================================  
*/

.Head   {
	font-family: Berliner, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	padding: 1px 1px 15px 10px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF5D9;
	font-weight: bold;
	font-size: 12px;
	}
/* Documents Module Titles  */
.SubHead    {
color: #000000;
}
/* -----End -------- */
.actions{}
.icon{}
.links{}
.visibility{}
.login{
font-family: Berliner, Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-weight: bold;
	font-size: 12px;
	}
	A.login:link {
    text-decoration: none;
	color: #AF906B;
	}
	A.login:visited {
    text-decoration: none;
	color: #AF906B;
	}
	A.login:active {
    text-decoration: none;
	color: #AF906B;
	}
	A.login:hover {
    text-decoration: underline;
	color: #000000;
	}
.banner{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF5D9;
	font-size: 12px;
	}
.breadcrumb{
	font-family: Berliner, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	}
	A.breadcrumb:link {
    text-decoration: none;
	color: #292E2C;
	}
	A.breadcrumb:visited {
    text-decoration: none;
	color: #292E2C;
	}
	A.breadcrumb:active {
    text-decoration: none;
	color: #292E2C;
	}
	A.breadcrumb:hover {
    text-decoration: underline;
	color: #FF0000;
	}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-weight: bold;
	font-size: 10px;
	}
.currentdate{
	font-family: Berliner, Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-size: 14px;
	}
.dotnetnuke{
	font-family: Arial, Helvetica, sans-serif;
	color: #645039;
	font-weight: bold;
	font-size: 10px;
	}
	A.dotnetnuke:link {
    text-decoration: none;
	color: #645039;
	}
	A.dotnetnuke:visited {
    text-decoration: none;
	color: #645039;
	}
	A.dotnetnuke:active {
    text-decoration: none;
	color: #645039;
	}
	A.dotnetnuke:hover {
    text-decoration: underline;
	color: #FF0000;
	}
.help{}
.hostname{
	font-family: Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-weight: bold;
	font-size: 10px;
	}
	A.hostname:link {
    text-decoration: none;
	color: #AF906B;
	}
	A.hostname:visited {
    text-decoration: none;
	color: #AF906B;
	}
	A.hostname:active {
    text-decoration: none;
	color: #AF906B;
	}
	A.hostname:hover {
    text-decoration: underline;
	color: #AF906B;
	}
.logo{
	font-family: Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-weight: bold;
	font-size: 12px;
	}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-weight: bold;
	font-size: 10px;
	}
	A.privacy:link {
    text-decoration: none;
	color: #AF906B;
	}
	A.privacy:visited {
    text-decoration: none;
	color: #AF906B;
	}
	A.privacy:active {
    text-decoration: none;
	color: #AF906B;
	}
	A.privacy:hover {
    text-decoration: underline;
	color: #AF906B;
	}
.signin{
	font-family: Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-size: 10px;
	}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	color: #AF906B;
	font-weight: bold;
	font-size: 10px;
	}
	A.terms:link {
    text-decoration: none;
	color: #AF906B;
	}
	A.terms:visited {
    text-decoration: none;
	color: #AF906B;
	}
	A.terms:active {
    text-decoration: none;
	color: #AF906B;
	}
	A.terms:hover {
    text-decoration: underline;
	color: #AF906B;
	}
.user{
	font-family: Berliner, Arial, Helvetica, sans-serif;
        text-decoration: underline;
	color: #AF906B;
	font-weight: bold;
	font-size: 12px;
	}
	A.user:link {
    text-decoration: none;
	color: #AF906B;
	}
	A.user:visited {
    text-decoration: none;
	color: #AF906B;
	}
	A.user:active {
    text-decoration: none;
	color: #AF906B;
	}
	A.user:hover {
    text-decoration: underline;
	color: #FFFFFF;
	}

/** DNN SPECIFIC ObJECTS */

A:link  {
color:#700000;
}

A:visited   {
color:#700000;
}

A:active    {
color:#700000;

}

A:hover {
color:#700000;

}



