/* dropping all padding to zero */
/** {
	margin:0;
	padding:0;
	}*/
	
.clear {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}	

/* page font size, type, and paragraph margins */	
body {
	background: url(_i/bg.gif) repeat-x top #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	}

/* Page container */	
div#container {
	margin: 12px 50px;
	background: #fff;

}


/* Page logo formatting */
/*div#header a.logo {
	background: url(_i/logo.jpg) no-repeat;
	width: 161px;
	height: 118px;
	display: block;
	float: left;
	}
div#header {
	height: 118px;
	background: url(_i/bg_head.jpg) repeat-x top;
}*/
.header {
	background: url(_i/bg_head.jpg) repeat-x top;
}
#headerTable {
	background:transparent url(_i/bg_headL.jpg) no-repeat top left;
}
#headerTable td {
	vertical-align: top;
}

/* LOG IN */
/*.LoginContainer {
	position: relative;
	float: right;
}*/

div#Login {
	/*position: absolute;
	top: 1px;
	right: 1px;*/
	margin: 1px 1px 0 0;
	padding: 0px;
	width: 195px;
}

div#Login h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3f3f3;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
/* You are logged in text */
}
div#Login .border {
	margin-bottom: 4px;
}
div#Login label {
	color: #cdcdcd;
	text-transform: uppercase;
	font-size: 10px;
        /* font-weight: bold; */
        /* Welcome FirstName LastName Text */
}
div#Login label.lbl
	{
	text-transform: none; 
	display:block;
	margin:5px 0px;
	}
div#Login input {
	height: 16px;
	background: #fff url(_i/bg_input.gif) repeat-x top;
}
div#Login a.passwords:link, div#Login a.passwords:visited, div#Login a.passwords:active {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	clear:both;
}
div#Login a.passwords:hover{ text-decoration:underline;}
div#Login links {
	whitespace: nowrap;
}
.forgot_reg{text-align:left; 
clear:both; 
color:#cdcdcd; 
margin-left: 5px; 
height: 15px;
height: 12px !important;
*margin-top: -5px;
_margin-top: -5px;
padding-top: 3px;}

/* ======================= */

/* SEARCH */

.searchbox {
	height: 29px;
	overflow: hidden;
	width: 195px;
}

input#dnn_CustomSearch_txtQuery { width: 125px; margin:3px!important; }
input#dnn_CustomSearch_btnSearch 
{ 
    width: 52px; 
    height: 22px!important;
    background: url(_i/search.gif) no-repeat center !important;
    margin: 3px 0px 3px 3px!important;
    color: Gray!important;
    border : 0px!important;
    font-weight: lighter!important;
    font-size: 0px!important;
    font-style: oblique!important;
    cursor: hand;
 }

.searchbox .in {
height: 29px;
background: url(_i/search.gif) no-repeat right;
padding: 2px 0 0 2px;
}
#dnn_dnnSEARCH_txtSearch {
	height: 19px;
	background: #fff url(_i/bg_input.gif) repeat-x top;
	margin: 0;
	padding: 0;
}

#cse-search-results iframe {
	width: 100%!important;
}


.SearchButton {
	margin: 0 0 -5px 0;
	padding: 0;
}
/* ======================= */

/*div#TopAd {
	width: 550px;
	height: 90px;
	text-align: left;
}
div#TopTag {
	/*width: 550px;
	text-align: left;
}*/
.nav {
	background: url(_i/bg_nav.gif) repeat-x top;
	padding-top: 5px;
}
/* Page Navigation formatting */
/*div#nav {
	height: 30px;
	height: 25px !important;
	background: url(_i/bg_nav.gif) repeat-x top;
	padding-top: 5px;
}*/
/* Page content formatting */
/*div#content {
	float:left;
	width: 64%;
	background: #f6f6f6;
	}*/
div#content {
	margin: 0 180px;
	/*float: left;
	width: 100%;*/
}
	
.contentclass {
	padding: 0;
	margin: 10px 0;
	background: url(_i/bg_content.gif) repeat-x top left #fff;
	
}
.contentTable {
	width: 100%;
	_width: 98%;
}
.contentTable td {
	vertical-align: top;
}

/* Left Column formatting */	
/*div#leftcol {
	background:#fff;
	float:left;
	width: 18%;
	}*/
div#leftcol {
	float:left;
	width:180px;
	/*margin-left:-100%;*/
	}

/* Right Column formatting */	
/*div#rightcol {
	background:#fff;
	float:left;
	width: 18%;
	}*/
div#rightcol {
	float:right;
	width:180px;
	/*margin-left:-200px;*/
	}
	
.padded {
	padding: 10px;
}
	
/* page footer area formatting */	
div#footer {
	background: #545454 url(_i/bg_footer.gif) repeat-x top left;
	color: #FFF;
	clear:both;
	width:100%;
	}
div#footer p {
	clear:both;
	margin:0;
	padding:5px 10px;
	text-align: center;
	}



/* =============  DNN STYLES  ================= */

.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: #091e32;
	/*line-height: 17px;*/
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: #091e32;
	/*line-height: 17px;*/
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}    
/* GENERIC */





SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}
/*___________________________________________________________________________________________*/

.breadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:link {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: underline;
}
a.breadcrumb:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}



.Copyright, .Copyright a:link, .Copyright a:visited, .Copyright a:active, a.Copyright:link, a.Copyright:visited, a.Copyright:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #949494;
	text-decoration:none;
	font-weight: normal;
}


.Copyright a:hover, a.Copyright:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #949494;
	text-decoration: underline;
	font-weight: normal;
}


.links_bottom, a.links_bottom:link, a.links_bottom:visited, a.links_bottom:active {
   font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #949494;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: normal;
}
a.links_bottom:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #949494;
	text-decoration: underline;
	text-transform:uppercase;
	font-weight: normal;
}

.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.links_top, .links_top a:link, .links_top a:visited, .links_top a:active {
	color: #002444;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.links_top a:hover {
	text-decoration:underline;
}
a.links_top:link, a.links_top:visited, a.links_top:active {
	color: #002444;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
	
a.links_top:hover {
	text-decoration:underline;
}
.links_top2, .links_top2 a:link, .links_top2 a:visited, .links_top2 a:hover, .links_top2 a:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #000;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
a.links_top2:link, a.links_top2:visited, a.links_top2:hover, a.links_top2:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #000;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	}


/* Main Menu */

.MainMenu_MenuContainer {
	border: 0;
	background-color: transparent;
	width: 150px;
	padding-top: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	background-color: #c7c7c7;
	cursor: hand; 
	color: #3f3f3f; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	border: solid 1px #c7c7c7;
	padding: 6px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background-color: #acacac;
	cursor: hand; 
	color: #3f3f3f; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	border: solid 1px #acacac;
	padding: 6px;
	text-decoration: none;
	
}
.rootmenuitem {
	background: transparent;
	cursor: hand; 
	color: #e4e4e4; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 11px;
	border: 0px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: table;
}
.rootmenuitemselected {
	background: transparent;
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 11px;
	border: 0px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: table;
}
.rootmenuitembreadcrumb {
	background: transparent;
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 11px;
	border: 0px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: table;
}
.submenuitembreadcrumb {
	background-color: #acacac;
	cursor: hand; 
	color: #3f3f3f; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 11px;
	font-weight: normal; 
	border: solid 1px #acacac;
	padding: 6px;
	text-decoration: none;
}
.submenu {
	z-index: 1000;
	background-color: #607B97;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-left:10px;
	margin-top:5px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}

.LoginPanel label, .LoginPanel input {
	margin: 5px 0px;
}
#dnn_ctr_Login_pnlLogin {
	text-align:center;
}


	


