/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.bannerbg {
	background: #c83832 url("banner.gif") no-repeat top left;
	height: 147px;
}
.contentpane {
	width: 80%;
	background-color: transparent;
	padding: 10px;
}
.cp3 {
	width: 26%;
	background-color: transparent;
	padding: 10px;
}
.rightpane {
	width: 20%;
	background-color: transparent;
	padding: 10px;
}
.logobig {
  background: white url("logobig.gif") no-repeat bottom right;
}
.breadcrumb {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: white;
    text-decoration: none;
}
A.breadcrumb:link {
    text-decoration: none;
    color: white;
}

A.breadcrumb:visited  {
    text-decoration: none;
    color: white;
}

A.breadcrumb:active   {
    text-decoration: none;
    color: white;
}

A.breadcrumb:hover    {
    text-decoration: none;
    color: white;
}
/* Main Menu */
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	text-transform: uppercase;
	border: none; 
	background-color: transparent;
	padding-right: 3px;
	padding-left: 3px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #f6b143; 
	font-family: Arial;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
	border: none; 
	background-color: transparent;
	padding-right: 3px;
	padding-left: 3px;
}
.MainMenu_MenuIcon {
	background-color: #505050; 
	border-left: #505050 1px solid; 
	border-bottom: #505050 1px solid; 
	border-top: #505050 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #505050;
	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;
}
.MainMenu_MenuArrow {
	border: none; 
}
.MainMenu_RootMenuArrow {
	border: none;
}
.tab_center {
	height: 20px;
	background-image:url(tab_center.gif);
	background-repeat:repeat-x;
}
.tab_center_active {
	height: 20px;
	background-image:url(tab_center_active.gif);
	background-repeat:repeat-x;
}
.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: #cccccc;
    font-family: Arial;
    text-decoration: none;
    vertical-align: middle;
}
A.SkinObject:link {
    text-decoration: none;
    color: #cccccc;
}
A.SkinObject:visited {
    text-decoration: none;
    color: #cccccc;
}
A.SkinObject:active {
    text-decoration: none;
    color: #cccccc;
}
A.SkinObject:hover {
    text-decoration: underline;
    color: #cccccc;
}
/* 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: #999999;
	font-family: Arial;
	font-size: 9px;
	vertical-align: middle;
}

