/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: black;
}
.contentpane {
	height: 100%;
	width: 100%;
	padding: 0 36px 20px 36px;
	background: #292929 url("cp_bottom.jpg") no-repeat bottom right;
}
.rightpane {
	background-color: #292929;
	width: 155px;
}
.rightpane2 {
	background-color: #292929;
	width: 200px;
	height: 100%;
}
.coin_bl {
	background: #292929 url("coin_bl.gif") no-repeat bottom left;
}
.bottom {
	background: transparent url("bottom.jpg") no-repeat bottom right;
	padding-left: 20px;
}
/* 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: #999999; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
}
.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 {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: Transparent;
}
.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: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: white;
}
table {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: white;
}
/* LINKS */
A:link {
    text-decoration: underline;
    color: #7a95b0;
}
A:visited {
    text-decoration: underline;
    color: #7a95b0;
}
A:active {
    text-decoration: underline;
    color: #7a95b0;
}
A:hover {
    text-decoration: underline;
    color: #990000;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* Login-Logout */ 
.SkinObject {
	font-family: Arial;
	font-size: 9px;
	vertical-align: middle;
}
A.SkinObject:link {
    text-decoration: none;
}
A.SkinObject:visited {
    text-decoration: none;
}
A.SkinObject:active {
    text-decoration: none;
}
A.SkinObject:hover {
    text-decoration: underline;
}
/* OTHER STYLES */
.copyright {
	color: #999999;
	font-family: Arial;
	font-size: 9px;
	vertical-align: middle;
}
img {
  border-color: #999999;
}


