/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
  background: url("bg.jpg") repeat-x;
}
.page {
  background: transparent url("bg2.jpg") no-repeat top center;
}
.contentpane {
  padding: 25px 5px 5px 25px;
  background: white url("cpbg.png") no-repeat bottom right;
}
.leftpane {
  padding: 25px 25px 0 25px;
  background-color: white;
}
.rightpane {
  padding: 25px 5px 0 0;
  background-color: white;
}
.homecp {
  padding: 0 5px 5px 25px;
  background-color: white;
}
.flashpane {
  padding: 31px 0 0 118px;
}
.menupane {
  padding-left: 200px;
}
.copypane {
  padding-right: 20px;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 30px;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: #999999;
  font-family: Arial;
  font-size: 11px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuIcon {
	background-color: #b6cd38; 
	border-left: #b6cd38 1px solid; 
	border-bottom: #b6cd38 1px solid; 
	border-top: #b6cd38 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #b6cd38;
	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: #333333;
  font-family: Arial;
  font-size: 11px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuArrow {
	border-right: #b6cd38 1px solid; 
	border-bottom: #b6cd38 1px solid; 
	border-top: #b6cd38 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: Segoe UI, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
	color: #323232;
}
table {
	  font-family: Segoe UI, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
	color: #323232;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: #323232;
}
A:hover {
  text-decoration: underline;
  color: #134357;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #999999;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #999999;
}
.copyright a:hover {
	color: #333333;
}
/* 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;
}


