/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
body {
	background-color: #eaead4;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #eaead4;
}
.left_bg {
	background: transparent url("left_bg.jpg") no-repeat top left;
}
.cp_bg {
	background: url("cp_tile.gif") repeat-x;
}
.leftpane {
	background: transparent url("gantier.gif") no-repeat bottom right;
}
.rightpane {
	padding: 10px;
}
.bottompane {
	padding: 0 0 5px 10px;
}
.bannerpane {
	background: transparent url("banner.jpg") no-repeat top right;
}
.rightbg {
	background: transparent url("tr.gif") no-repeat;
}
.bannerpanereg {
	background: transparent url("bannereg.jpg") no-repeat top right;
}
.contentpane {
	background: transparent url("gant_cp.jpg") no-repeat top right;
	padding: 20px;
}
.contentpane2 {
	background: transparent url("gant_cp.jpg") no-repeat top right;
	padding: 15px;
}
.imagepane {
	background-image: url("slide1.jpg");
	background-repeat: no-repeat;
}
/* 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: 14px;
	font-weight: normal;
	font-style: italic;
	background-color: Transparent;
  font-family: Georgia;
}
.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; 
	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 : 0;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #72580a; 
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	background-color: Transparent;
  font-family: Georgia;
}
.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;
}
.SubHead {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #72580a;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
table {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
/* LINKS */
A:link, A:visited, A:active {
    text-decoration: underline;
    color: black;
}
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: #72580a;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #72580a;
}
.copyright a:hover {
	color: #990000; 
}
.user {
  display : block;
	color: black; 
	font-size: 10px;
	font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica;
  border: 1px solid gray;
  width: 100px;
  height: 20px;
  margin-bottom: 5px;
  background-color: f9f9ee;
}
.user a:link, .user a:visited, .user a:active {
  color: black;
}
.user a:hover {
  color: #990000;
}
/* STORE STYLES */
.minicartbold {
  font-size: 10px;
  font-weight: bold;
}
.minicartnormal {
  font-size: 10px;
}
.minicartnormal a:link, .minicartnormal a:visited, .minicartnormal a:active, .minicartnormal a:hover {
    color: #990000;
}
.NormalBold {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
}
table .ref, .ref a:link, .ref a:visited {
  font-size: 10px;
  color: black;
}
table .ref a:active, .ref a:hover {
    color: #990000;
}
HR {
  color: #e0dfe3;
}

