/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
  background-color: #c1c1c6; 
	width: 100%;
	height: 100%;
}
.banbg {
  background: black url("logo.gif") no-repeat top left;
}
.menu {
  background: black url("menubg.gif") no-repeat top left;
  padding-left: 40px; 
}
.contentpane {
  background: transparent url("shad.gif") repeat-y top right;
	padding: 15px;
	width: 100%;
	height: 100%;
}
.submenupane {
	padding: 18px;
	background-color: #f5f5f5;  
}
.leftpane {
	padding: 10px;
}
.leftpane p {
	margin: 8px 0 8px 0;
}
.contactpane {
	background-color: black; 
  width: 100%;
  height: 30px;
  padding: 0 12px 8px 0;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #436384 0px solid; 
	border-bottom: #436384 1px solid; 
	border-top: #436384 1px solid; 
	border-right: #436384 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 12px;
	font-weight: bold;
  font-family: Trebuchet MS, Verdana, Helvetica;
  text-transform: uppercase;
  background-color: transparent;
	letter-spacing: 1px;
}
.MainMenu_MenuIcon {
	background-color: #436384; 
	border-left: #436384 1px solid; 
	border-bottom: #436384 1px solid; 
	border-top: #436384 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #436384;
	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 : 0;
}
.MainMenu_MenuItemSel {
	border-left: #436384 0px solid; 
	border-bottom: #436384 1px solid; 
	border-top: #436384 1px solid; 
	border-right: #436384 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #dfec27; 
	font-size: 12px;
	font-weight: bold;
  font-family: Trebuchet MS, Verdana, Helvetica;
  text-transform: uppercase;
  background-color: transparent;
	letter-spacing: 1px;
}
.MainMenu_MenuArrow {
	border-right: #436384 1px solid; 
	border-bottom: #436384 1px solid; 
	border-top: #436384 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: Tahoma, 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;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
table {
	font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
	color: #255777;
}
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: #c6c6c6;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #c6c6c6;
}
.copyright a:hover {
	color: white; 
}
.infopane {
  background-color: #dfec27;
  padding: 2px 0 4px 0;
}
.infos {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}
.infos A, .infos A:Active, .infos A:Visited, .infos A:Link {
  color: black;
}
.infos A:Hover {
	color: #990000;
}
.MenuItem, .MenuItemMouseOver {
	color: #634040; 
	font-size: 11px;
	font-weight: bold;
  font-family: Trebuchet MS, Verdana, Helvetica;
  text-transform: uppercase;
	letter-spacing: 1px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link {
  text-decoration: none;
	color: black;
}
.MenuItemMouseOver, .MenuItemMouseOver A:Hover {
	color: #990000!Important;
}
.currentItemHighlight {
	color: #990000;
}
.MenuItem img, .MenuItemMouseOver img, .currentItemHighlight img {
  border: 0;
}
img {
  border-color: #c1c1c6
}

