/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #ecefe8;
}
.contentpane {
  background: transparent url("ssbanner.gif") no-repeat top left;  
  padding: 34px 20px 0 10px;
}
.contentpane2 {
  background: transparent url("ssbanner.gif") no-repeat top left;  
  padding: 34px 10px 0 10px;
}
.rightpane {
  background-color: #8d3c06;  
  padding: 10px; 
  color: white;
}

.rightpane table td {
  color: white;
}
.rightpane A:link, .rightpane A:visited, .rightpane A:active {
  text-decoration: underline;
  color: white;
}
.rightpane A:hover {
  text-decoration: underline;
  color: #ffc119;
}
.actuspane {
  padding: 10px; 
}
.loginpane {
  background: #8d3c06 url("rptop.gif") no-repeat top left;  
  padding: 25px 5px 0 5px; 
}
.copypane {
  background: #ecefe8 url("bptop.gif") no-repeat top left;
  padding-bottom: 3px;
}
.copypane2 {
  background: #ecefe8 url("bptopreg.gif") no-repeat top left;
  padding-bottom: 3px;
}
.cartpane {
}
.bglogin {
  background-color: #a46338;
  height: 25px;
  text-align: center;
  line-height: 21px;
}
/* Main Menu */
.menusep {
color:#83200f;
font-weight:bold;
font-size:10px;
}
.MainMenu_MenuBar {
  height: 20px;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: #969e93;
  font-family: "Trebuchet MS",Arial, Helvetica;
  font-size: 12px;
	background-color: Transparent;
  font-weight: bold;
}
.MainMenu_MenuIcon {
	background-color: white; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: white;
	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: black;
  font-family: "Trebuchet MS",Arial, Helvetica;
  font-size: 12px;
	background-color: Transparent;
  font-weight: bold;
}
.MainMenu_MenuArrow {
	border-right: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 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: "Trebuchet MS",Arial, Helvetica;
  font-size: 12px;
    color: black;
}
table {
  font-family: "Trebuchet MS",Arial, Helvetica;
  font-size: 12px;
    color: black;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: black;
}
A:hover {
    text-decoration: underline;
color: #83200f;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #969e93;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #969e93;
}
.copyright a:hover {
color: #83200f;
}
.uppercase {
  text-transform: uppercase;
}
/* 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;
}
.LoginCss {
	color: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.LoginCss a:link, .LoginCss a:visited, .LoginCss a:active {
	color: white;
}
.LoginCss a:hover {
color: #ffc119;
}
