/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
  background-color: #5b423b;
	width: 100%;
	height: 100%;
}
.leftpane {
  background-color: #f7f7f0;
  padding: 15px;
}
.hlpane {
  background: url("hlbg.gif") repeat-x;
  padding: 8px 0 0 18px;
}
.contentpane {
  padding: 15px;
  background: white url("cpbg.gif") no-repeat bottom right;
}
.menupane {
  padding-left: 15px;
}
.copypane {
  padding-right: 15px;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
  color: #221411;
  font-family: Arial;
  font-size: 12px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuIcon {
	background-color: #f1f5be; 
	border-left: #f1f5be 1px solid; 
	border-bottom: #f1f5be 1px solid; 
	border-top: #f1f5be 1px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: #f1f5be;
	border: #EEEEEE 1px solid;
	z-index: 1000; 
	cursor: pointer;
}
.MainMenu_MenuBreak {
	background-color: Transparent;
	border: none; 
}
.MainMenu_MenuItemSel {
	border: none; 
	cursor: pointer; 
  color: black;
  font-family: Arial;
  font-size: 12px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
}
.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: #2f2605;
  font-size: 12px;
}
table {
	font-family: Arial, Sans-Serif;
  color: #2f2605;
  font-size: 12px;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: #2f2605;
}
A:hover {
  text-decoration: underline;
  color: #9ca348;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
  color: #8f8475;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #8f8475;
}
.copyright a:hover {
  color: #221411;

}
/* 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;
}


