/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
body {
  background-color: #a9a9a9;
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #333333;
}
.page {
	background: black url("topbg.gif") no-repeat top left;
	border-right: #717171 solid 1px;
	border-left: #717171 solid 1px;
}
.pagebt {
	background: transparent url("btbg.jpg") no-repeat bottom;
}
.contentpane {
  padding: 0 22px;
}
.menupane {
  padding-left: 22px;
}
.bottompane {
  padding: 0 0 10px 22px;
  height: 150px;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border: 0;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 13px;
	background-color: Transparent;
  background: url("menuleft.gif") no-repeat left;
  text-transform: uppercase;
  font-weight: bold;
}
.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: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: black;
	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: 0;
	cursor: pointer; 
	cursor: hand; 
	color: #f3e8cb; 
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 13px;
	background-color: Transparent;
  background: url("menuleft.gif") no-repeat left;
  text-transform: uppercase;
  font-weight: bold;
}
.MainMenu_MenuArrow {
	border-right: black 1px solid; 
	border-bottom: black 1px solid; 
	border-top: black 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: "Trebuchet MS", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}
table {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: white;
}
A:hover {
    text-decoration: underline;
color: #a9cad7;
}
/* 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: #a9cad7;
}
.copypane {
  padding-left: 10px;
}

