body {padding:10px;margin:0;font-family:Tahoma, Verdana, Arial;font-size:12px;color:#000;}

.Head
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}

.SkinObject
{
	font-size: 11px;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #333333;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #333333;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #333333;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #333333;
}

.footerads
{
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px; font-weight: bold;
	text-transform: uppercase;
}










.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}



.CompareTopHeader
{
	font-family:Arial, Helvetica;
	font-size: 13px; font-weight: bold;
	text-decoration:underline;
}

.CompareLeftHeader
{
	font-family:Arial, Helvetica;
	font-size: 13px; 
	border-bottom:1px solid #CDCDCD;
}

.CompareCell
{
	font-family:Arial, Helvetica;
	font-size: 12px; 
	color:#666666;
	border-bottom:1px solid #CDCDCD;
	border-left:1px solid #CDCDCD;
}

.Arial
{
	font-family:Arial, Helvetica;
	font-size: 12px; 
	color:#666666;
}













/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:100%;
}

/* Main Menu Normal */
.mainMenu .root
{	
	color: #375162;
	font-size: 13px; 
	font-weight:bold; 	
	text-align:center; 
	line-height:27px;
	padding-left:12px;
	padding-right:12px;
	white-space:nowrap;
	float:left;
}


/* Main menu hover */
.mainMenu .hov{ 
	color:#f00;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
	color:#000;
	text-decoration:underline;
}
.mainMenu table{
	border:1px solid #AAAAAA;
	z-index: 5000;
	}

/* SUB Menu Normal */
.mainMenu tr.mi{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#375162;
	line-height:25px;
}
.mainMenu tr.mi td{
padding: 0 3px;
text-transform:none;
}

/* SUB Menu hover & selected */
.mainMenu tr.hov { 
background-color: #DDDDDD;
}

.mainMenu tr.hov td{
color:#000;
}

.mainMenu tr.sel, .mainMenu tr.bc{
background-color: #CE0D0D;
}

.mainMenu tr.sel td, .mainMenu tr.bc td{
	color:#fff;
}

.main_dnnmenu_break{
	height: 2px;
	background-color: #D5E0FF;
}



/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(images/submenu_hover.png) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}




