/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	width: 100%;
	height: 100%;
  background: #f7fdee url("toptile.gif") repeat-x top left;  
}
.page {
  background: transparent url("bttile.gif") repeat-x bottom left;  
}
.logopane {
  padding: 0 0 14px 14px;
}
.leftpane {
  padding: 100px 10px 10px 10px;
  background: transparent url("sslogo.jpg") no-repeat top left;  
}
.menubg {
  background: transparent url("flowers.jpg") no-repeat top left;  
}
.menupane {
  padding: 12px 0 0 70px;
}
.leftpane2 {
  background: white url("lp2bt.jpg") no-repeat bottom left;  
  padding: 20px 10px 0 10px;
}
.contentpane {
  padding: 22px;
}
.contentpane2 {
  padding: 0 5px;
}
.contentpane3 {
  background-color: #97a686;
  padding: 0 5px;
}
.contentpane4 {
  padding-left: 12px;
}
.contentpane4 p {
  margin: 8px 0;
}
.contactpane {
  background: #c5dc85 url("green_right.gif") no-repeat top right;
}
/* Main Menu */
.MainMenu_MenuBar {
  height: 20px;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: #892955;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
	background-color: Transparent;
  font-weight: normal;
  text-transform: uppercase;
}
.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: #461e30;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
	background-color: Transparent;
  text-transform: uppercase;
  font-weight: normal;
}
.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: Arial;
    font-size: 12px;
    color: #374f1f;
}
table {
	font-family: Arial;
    font-size: 12px;
    color: #374f1f;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: #374f1f;
}
A:hover {
    text-decoration: underline;
color: #c1d524;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
  text-transform: uppercase;
	color: #c6cabe;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #c6cabe;
}
.copyright a:hover {
  color: #c1d524;
}
/* 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;
}


