body
{
    background-color:#2b2b2b;
}

.blueheader
{
    position:relative;
    background-color:#89c1ed;
    height:8px;
    padding:0;
    margin:0;
    width:100%;
}

#dnn_dnnLOGO_hypLogo
{
	position:absolute;
	margin:0 0 0 20px;
}

.menu
{
    margin:0;
    padding:0;
    width:930px;
    height:37px;
    position:relative;
    margin:-8px auto 0 auto;
    background-image:url(images/bar.png);
    background-repeat:no-repeat;
    background-position:right;
}

.infobox
{
    margin:0;
    padding:0;
    width:930px;
    margin:0 auto 0 auto;
}

.infobox h2
{
    font-size:15pt;
    color:White;
    font-weight:normal;
    color:White;
    line-height: 1.5em;
    float:left;
    margin-left:80px;
    margin-top:50px;
}

.infobox .text
{
    font-size:10pt;
    font-family:Tahoma,Arial,Verdana;
    width:400px;
    font-weight:normal;
    color:White;
    line-height: 1.5em;
    clear:left;
    float:left;
    margin-left:80px;
}

.headerimg
{
    border:5px solid #ffffff;
    clear:right;
    float:right;
    margin-right:50px;
}

.contentheader
{
    background-image:url(images/headerbar.png);
    background-repeat:no-repeat;
    background-position:top;
    width:949px;
    height:40px;
    clear:both;
    margin:0 auto 0 auto;
    
}

.leftpane
{
    float:left;
}

.contentPage
{
    margin:0 auto 0 auto;
    width:949px;
}

.rightrightpane
{
    float:right;
}

/*************************************/


.center-column {
	width:948px;
	color: #000000;
	background-color: #eeeeee;
	margin-left:auto;
	margin-right:auto;
}

.bg
{
    background-image:url(images/bg.png);
    background-position:top center;
    background-repeat:no-repeat;
    width:100%;
    background-color:#eeeeee;
    overflow: hidden;
	

}

.bottom
{
    clear:both;
}


/**************/

.contentpane
{
    margin-left:20px;
    margin-right:20px;
    min-height:500px;
}
.leftshadow
{
    position:relative;
    margin-left:-37px;
     float:left;
}
.rightshadow
{
    position:absolute;
     float:left;
     margin-left:1px;       
}

/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	text-align:center;
	margin-left:360px;
	display:block;
	margin-top:11px;
	position:absolute;
}


/* Main Menu Normal */
.mainMenu .root
{	
	color: #ffffff;
	text-align:center; 
	letter-spacing:.1em;
	line-height:12px;
	padding:0px 14px 0px 14px;
	text-transform: uppercase;
	font-family:Tahoma,Arial,Verdana;
	font-size:14px;
	font-weight:bold;
}

.mainMenu .root.last
{	
}

/* Main menu hover */
.mainMenu .hov{ 
	color:#AA0000;
	/*background:url(../images/menu_hover.gif) repeat-x top left;*/
}
	
/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
	color: #26354A;
	/*background:url(../images/menu_active.gif) repeat-x top left;*/
}
.mainMenu table{
	border:1px solid #000000;
	margin:0 0 0 -350px;
	z-index: 1000;
	}

/* SUB Menu Normal */
.mainMenu tr.mi
{
	background-color:#ffffff;
	z-index: 1000;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#000000	;
	line-height:2em;
	text-transform:none;
}
.mainMenu tr.mi td{
padding: 0 2px;
text-transform:none;
}

/* SUB Menu hover & selected */
.mainMenu tr.hov { 
background: #3c90cb;
}

.mainMenu tr.hov td{
color:#fff;
}

.mainMenu tr.sel, .mainMenu tr.bc{
background: #3c90cb;
}

.mainMenu tr.sel td, .mainMenu tr.bc td{
	color:#fff;
}

.main_dnnmenu_break{
	height: 2px;
	background-color: #3c90cb;
}


/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #3c90cb;
}

.ModuleTitle_SubMenu td{
	background-color:#e6e6e6;
	white-space: nowrap;
} 


.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #3c90cb;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #3c90cb;
}

.ModuleTitle_RootMenuArrow
{
    display:none;
}


















































