/* TEMPLATE STYLES */
.pagemaster {
	width: 100%;
	height: 100%;
  background-color: #d7d8ce;  
}
.page {
  background-color: #cfe2b2;
}
.cpsep {
  background-color: #586347;
}
.album {
  border: white solid 1px;
  background-color: #e7f1d9;
}
/* GENERIC */
H1  {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: black;
	margin: 0;
}
H2  {
  font-family: Arial, Sans-Serif;
	font-size: 18px;
	color: #5f4019;
	font-style: normal;
  font-weight: bold;
	margin: 0;
}
H3  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	color: black;
}
H4  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #586347;
	margin: 0;
}
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.menubg {
  background-color: white;
  padding: 0 5px;
}
.sidepane2 {
  background-color: white;
  padding: 0 15px;
}
.copypane {
  padding-right: 10px;
}
.logopane {
  padding: 5px;
  background-color: white;  
}
.bannerpane {
  padding: 0 0 20px 10px; 
}
.cppad {
  padding: 10px 10px 0 10px;
}
.contentpane {
  background-color: white;
  padding: 0 20px 20px 20px;
}
.albumpane {
  padding-top: 10px;
}
.sidepane {
  padding: 30px 10px 10px 10px;
}
.sidepane p {
  margin: 8px 0;
}
/* Main Menu */
.MainMenu_MenuBar {
  height: 24px;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: black;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
	background-color: Transparent;
	height: 24px;
}
.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; 
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
	background-color: #f2f2f2;
	height: 24px;
}
.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, Verdana, Helvetica;
    font-size: 13px;
	  color: #000000;
}
table {
    font-family: Trebuchet MS, Verdana, Helvetica;
    font-size: 13px;
	  color: #000000;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: #003366;
}
A:hover {
    text-decoration: underline;
    color: #ff0000;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #9a9a9a;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #9a9a9a;
}
.copyright a:hover {
    color: #ff0000;
}
/* 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;
}


