/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	background-color: #4d4b3a;
	width: 100%;
	height: 100%;
}
.bg {
	background: transparent url("canoe.gif") no-repeat;
}
.langpane {
	padding-right: 9px;
}
.hlpane {
	background: transparent url("ssmenuleft.gif") no-repeat bottom left;
}
.toppane {
  padding-left: 25px;
	background: transparent url("ssmenuleft.gif") no-repeat;
}
.newspane {
	background: transparent url("newsbg.gif") no-repeat top right;
	padding-left: 93px;
}
.bannerpane {
	padding-left: 30px;
	background: transparent url("lpbg.gif") no-repeat;
}
.contentpane {
	background: transparent url("roc.gif") no-repeat top right;
  padding: 35px 25px 25px 25px;
}
.contentpane2 {
  padding: 25px;
}
.menubg {
	background-color: #4d4b3a;
	margin: 0 17px;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: #b8b8b1;
  font-family: Arial;
  font-size: 12px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuIcon {
	background-color: #4d4b3a; 
	border-left: #4d4b3a 1px solid; 
	border-bottom: #4d4b3a 1px solid; 
	border-top: #4d4b3a 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #4d4b3a;
	border: #EEEEEE 1px solid;
	padding: 2px; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	background-color: Transparent;
	border: none; 
}
.MainMenu_MenuItemSel {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: white;
  font-family: Arial;
  font-size: 12px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuArrow {
	border-right: #4d4b3a 1px solid; 
	border-bottom: #4d4b3a 1px solid; 
	border-top: #4d4b3a 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
	font-family: Arial, Sans-Serif;
  color: #4d4b3a;
  font-size: 12px;
}
table {
	font-family: Arial, Sans-Serif;
  color: #4d4b3a;
  font-size: 12px;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: #4d4b3a;
}
A:hover {
  text-decoration: underline;
  color: #e07205;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
    color: #b7c1ab;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
    color: #b7c1ab;
}
.copyright a:hover {
	color: #8a977b;

}
/* style for module titles */
.Head   {
    font-family: Arial;
    color: #5d5d5d;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    color: #5d5d5d;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    color: #5d5d5d;
}
.Help {
  background-color: #f2f2f2;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
    color: #5d5d5d;
}   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
  text-decoration: underline;
    color: #5d5d5d;
}
A.CommandButton:hover    {
  text-decoration: underline;
color: #791112;
}

