/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	background-color: #e2ddc0;
	width: 100%;
	height: 100%;
}
.toppane {
	background-color: #417c04;
}
.breadcrumbpane {
  padding-left: 15px;
}
.searchpane {
  padding-right: 10px;
}
.leftpane {
  padding: 10px 5px;
	background: #395797 url("lpbg.jpg") no-repeat bottom left;  
}
.contentpane {
	background-color: white;
  padding: 15px;
}
.rightpane {
  padding: 10px;
	background: #f8b114 url("rpbg.jpg") no-repeat bottom right;
  color: white;
}
.rightpane table td p {
  color: white;
}
.rightpane a:link, .rightpane a:visited, .rightpane a:active {
  color: white;
}
.rightpane a:hover {
  color: black;
}
.menubg {
	background-color: #5a584d;
	padding-left: 20px;
}
.langpane {
	background-color: #5a584d;
	padding: 0 20px;
}
.bottompane {
  padding-left: 30px;
  font-size: 11px;
}
.bottompane a:link, .bottompane a:visited, .bottompane a:active, .bottompane a:hover {
  font-size: 11px;
}
.copypane {
  padding: 5px 0 5px 30px;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 22px;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	color: white;
  font-family: Arial;
  font-size: 12px;
	background-color: Transparent;
  font-weight: normal;
  height: 22px;
}
.MainMenu_MenuIcon {
	background-color: black; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	border-top: black 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: black;
	border: #EEEEEE 1px solid;
	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: white;
  font-family: Arial;
  font-size: 12px;
	background-color: #4d4d4d;
  font-weight: normal;
  height: 22px;
}
.MainMenu_MenuArrow {
	border: 0;
	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, Sans-Serif;
  color: #434343;
  font-size: 13px;
}
table {
	font-family: Arial, Sans-Serif;
  color: #434343;
  font-size: 13px;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: #434343;
}
A:hover {
  text-decoration: underline;
  color: #e07205;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
  color: #5a584d;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #5a584d;
}
.copyright a:hover {
  color: #e07205;
}
/* 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;
}


