/* 
================================
Skin styles for DotNetNuke - PAGE
================================
*/ 
.pagemaster {
	background-color: #ad0c0c;
	width: 100%;
	height: 100%;
}
.topbg {
	background: transparent url("guill2.gif") no-repeat top right;
}
.toppane {
	background: transparent url("guill1.gif") no-repeat;
	padding: 0 17px 0 22px;
}
.bg {
	background: transparent url("bg.gif") no-repeat top center;
}
.shadbg {
	background: transparent url("shadbg.gif") repeat-x bottom left;
}
.tile {
	background: transparent url("tile.gif") repeat-y;
}
.btright {
	background: transparent url("topright.gif") no-repeat;
}
.contentpane {
  padding: 60px 25px 13px 25px;
	background: transparent url("cpbg.gif") no-repeat;  
}
.leftpane {
  padding: 15px 53px 20px 21px;
  font-size: 10px;
  line-height: 16px;
}
.leftpane table td p {
  font-size: 10px;
  line-height: 16px;
}
.leftpane ul li {
  font-size: 10px;
  line-height: 16px;
}
.menupane {
  padding: 0 70px 15px 0;
}
.bottompane {
  padding: 8px 0;
}
.copybg {
	background: #760202 url("copybg.gif") no-repeat top center;
}
/* Main Menu */
.MainMenu_MenuBar {
	height: 0;
}
.MainMenu_MenuItem {
	border: none; 
	cursor: pointer; 
	color: #a5a5a5;
  font-family: Arial;
  font-size: 10px;
	background-color: Transparent;
  font-weight: normal;
}
.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: 0;
	height: 0;
}
.MainMenu_SubMenu {
	background-color: white;
	border: #EEEEEE 1px solid;
	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_MenuItemSel {
	border: none; 
	cursor: pointer; 
	color: #a5a5a5;
  font-family: Arial;
  font-size: 10px;
	background-color: Transparent;
  font-weight: normal;
}
.MainMenu_MenuArrow {
	border: 0;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.webdings {
	font-family: webdings; 
	font-size: 10pt;
	color: #ffffff;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
	font-family: Verdana, Arial, Sans-Serif;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 18px;
}
table {
	font-family: Verdana, Arial, Sans-Serif;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 18px;
}
/* LINKS */
A:link, A:visited, A:active {
  text-decoration: underline;
  color: #7a7a7a;
}
A:hover {
  text-decoration: underline;
  color: #ad0c0c;
}
/* LISTE */
UL LI {
    list-style-type: disc;
}
UL LI LI {
    list-style-type: circle;
}
/* OTHER STYLES */
.copyright {
  color: #af6b6b;
	font-family: Arial;
	font-size: 9px;
}
.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #af6b6b;
  text-decoration: none;
}
.copyright a:hover {
  color: white;
  text-decoration: none;
}
/* style for module titles */
.Head   {
    font-family: Arial;
    color: #5d5d5d;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    color: #5d5d5d;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    color: #5d5d5d;
}
.Help {
  background-color: #f2f2f2;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
    color: #5d5d5d;
}   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
  text-decoration: underline;
    color: #5d5d5d;
}
A.CommandButton:hover    {
  text-decoration: underline;
color: #791112;
}



