/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	background: white url("tr.gif") no-repeat top right;
}
.page {
	background: transparent url("br.gif") no-repeat bottom right;
}
.menupane {
  padding-left: 112px;
}
.contentpane {
  background: transparent url("cpbl.gif") no-repeat bottom left;
padding: 30px 87px 33px 112px;
}
.contactpane {
  background: transparent url("ctcbg.gif") no-repeat top left;
  padding-left: 112px;
}
.albumpane {
  padding: 12px 0 5px 21px;
}
.linkspane {
  padding: 12px 0 5px 30px;
  color: white;
}
.linkspane a:link, .linkspane a:visited, .linkspane a:active {
  color: white;
}
.linkspane a:hover {
  color: #e96d23;
}
.copypane {
  background-color: #858585;
  padding-right: 18px;
}
/* Main Menu */
.MainMenu_MenuBar {
  height: 20px;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
  color: black; 
	font-size: 14px;
	font-weight: normal;
  font-family: Arial, Helvetica;
}
.MainMenu_MenuItemSel {
	border: none; 
	cursor: pointer; 
	cursor: hand; 
  color: #f1b000; 
	font-size: 14px;
	font-weight: normal;
	background-color: Transparent;
  font-family: Arial, Helvetica;
}
.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: 15px;
	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: 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, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: black;
}
table {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: black;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: black;
}
A:hover {
    text-decoration: underline;
    color: #e96d23;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #cccccc;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #cccccc;
}
.copyright a:hover {
    color: #e96d23;
}


