/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	background: white url("bg.jpg") repeat-x;
}
.rp_bg {
	background: white url("rp_bg.jpg") no-repeat bottom right;
}
.menu_bg {
	background: white url("menu_bg.gif") no-repeat top left;
}
.contentpane {
	width: 596px;
	height: 100%;
	background: white url("cp_bg.gif") no-repeat top left;
	padding: 20px;
}
.logopane {
	background-image: url("logo_keolis.jpg");
	background-repeat: no-repeat;
}
.rightpane {
  height: 100%;
	width: 200px;
}
.langpane {
  padding-right: 20px;
}
.date {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: black;
}
/* Main Menu */
.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-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #01a1a3; 
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border: none; 
	background-color: transparent;
}
.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: 0px;
	height: 20px;
}
.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 {
	border: none;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	border: none; 
}
.MainMenu_RootMenuArrow {
	border: none;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
	font-family: Trebuchet MS, Geneva, Arial;
   font-size:  10pt;
   font-weight: bold;
   color: #5d5d5d;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* LOGIN */
.SkinObject {
    font-size: 9px;
	  color: #999999;
    font-family: Arial;
    text-decoration: none;
    vertical-align: middle;
}
A.SkinObject:link {
    text-decoration: none;
	  color: #999999;
}
A.SkinObject:visited {
    text-decoration: none;
	  color: #999999;
}
A.SkinObject:active {
    text-decoration: none;
	  color: #999999;
}
A.SkinObject:hover {
    text-decoration: underline;
	  color: #999999;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 13px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-style: normal; 
}
table {
	font-family: Trebuchet MS, Geneva, Arial;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
/* LINKS */
A:link {
    text-decoration: underline;
    color: #003366;
}
A:visited {
    text-decoration: underline;
    color: #003366;
}
A:active {
    text-decoration: underline;
    color: #003366;
}
A:hover {
    text-decoration: underline;
    color: #ff0000;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
	color: #333333;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #333333;
}
.copyright a:hover {
    color: #990000;
}



