/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	width: 100%;
	height: 100%;
}
.topright {
  background: transparent url("topbg.gif") no-repeat top center;
}
.page {
  background: transparent url("photobanner.jpg") no-repeat top right;
}
.pagebinder {
  background: transparent url("bannerbinder.jpg") no-repeat top right;
}
.logopane {
  padding-left: 38px;
}
.toppane1 {
  padding: 15px 0;
}
.toppane2 {
  padding: 15px 0 15px 20px;
}
.searchpane {
  background-color: #c0dbeb;
}
.advsearchpane {
  background: url("advsearchbg.gif") no-repeat top right;
  padding: 0 0 13px 10px;
}
.leftpane {
  padding: 0 10px;
}
.lp2CP {
  padding: 15px 10px;
}
.contentpane {
  padding: 0 10px;
}
.cpnormal {
  padding: 15px 0;
}
.cp2CP {
  padding: 15px 10px;
}
.cpbinder {
  padding: 0 10px 15px 10px;
}
.footerpane {
  padding: 15px 0;
}
.fpnormal {
  padding-bottom: 15px;
}
.rightpane {
  padding: 0 10px;
}
.bottompane {
  background-color: #cec7b4;
  padding: 10px 15px;
}
.titlepane {
  padding-left: 10px;
}
/* Main Menu */
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: white;
  font-family: Arial;
  font-size: 12px;
	background-color: Transparent;
  font-weight: bold;
  text-transform: uppercase;
}
.MainMenu_MenuIcon {
	background-color: #a1a1a1; 
	border-left: #a1a1a1 1px solid; 
	border-bottom: #a1a1a1 1px solid; 
	border-top: #a1a1a1 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #a1a1a1;
	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: #ffde00;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
	background-color: Transparent;
}
.MainMenu_MenuArrow {
	border-right: #a1a1a1 1px solid; 
	border-bottom: #a1a1a1 1px solid; 
	border-top: #a1a1a1 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 {
    font-family: Arial;
    font-size: 12px;
    color: black;
}
.NormalDisabled {
    font-family: Arial;
    font-size: 12px;
    color: #d8d8d8;
}
.NormalBold {
    font-family: Arial;
    font-size: 12px;
    color: black;
    font-weight: bold;
}
table {
    font-family: Arial;
    font-size: 12px;
    color: black;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
    color: #e3750c;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #847c65;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #847c65;
}
.copyright a:hover {
    color: #aa642c;
}
/* 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;
}




