/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/
.border_left {
  border-left: #807b88 solid 1px;
}
.border_top {
  border-top: #807b88 solid 1px;
}
.pagemaster {
	width: 100%;
	height: 100%;
}
.contentpane {
	height: 100%;
	padding: 15px;
	background-color: transparent;
}
.rightpane {
	height: 100%;
	width: 100%;
	padding: 60px 0 60px 20px;
	background-color: transparent;
}
.titlepane {
	padding-top: 3px;
	padding-right: 3px;
	background-color: transparent;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica;
	height: 16px;
	text-transform: uppercase;
}
.MainMenu_MenuItemSel {
	background-color: #EEEEEE;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 16px;
	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: 0px;
	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_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;
}
.Head {
   font-family: Arial, Helvetica;
   font-size:  10pt;
   font-weight: bold;
   color: #5d5d5d;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
table {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
blockquote {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
/* LINKS */
A:link {
    text-decoration: underline;
    color: #003366;
}
A:visited {
    text-decoration: underline;
    color: #003366;
}
A:active {
    text-decoration: underline;
    color: #003366;
}
A:hover {
    text-decoration: underline;
    color: #990000;
}
/* 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: #990000;
}
/* GENERIC */
H1  {
  font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: black;
}
H2  {
  font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #807b88;
}
H3  {
  font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #66626d;
}
H4  {
  font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: black;
}
H5  {
  font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	color: black;
}
H6  {
  font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	color: #66626d;
}
/* SIDE MENU */
.currentItemHighlight {
  color: #990000;
}

