/* CSS Document */
/* reset all margins and padding to 0 */

* {
	margin: 0;
	padding: 0;
}

/* universal clear */

.clear {
	content:".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}

/* --------- */
body {
	background: #d1e6ee;
	text-align: center;
	color: #494D52;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div#outerwrapper {
	background: url(_i/bg.gif) repeat-x top;
}
div#wrapper {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	height: 84px;
	position: relative;
}
div#header a.logo {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 615px;
	height: 76px;
}
div#topright {
	position: absolute;
	width: 220px;
	top: 15px;
	right: 15px;
	text-align: right;
	/*background: url(_i/bg_search.gif) no-repeat bottom right;*/
}
.SearchPad {
	padding: 7px 0px 6px 100px;
	text-align: right;
}
.BreadPagePad {
	padding: 6px 0;
}

div#solpartmenu {
	height: 34px;
}
div#contentwrapper {
	/*background: url(_i/bg_content.gif) repeat-y top left;*/
	background: #fff;
}
div#leftcol {
	width: 150px;
	float: left;
	background: url(_i/bg_left.gif) repeat-x top left;
	min-height: 600px;
	_height: 600px;
	_overflow: auto;
}

table.centercolTable {
	width: 790px;
	/**width: 780px;
	_width: 780px;*/
}
div#centercol {
	/*width: 575px;
	width: 560px !important;
	margin-right: 29px;
	_margin-right: 0;
	*margin-right: 0;*/
	float: right;
	width: 790px;
}
.centercolhome {
	margin-top: 15px;
}
div#rightcol {
	width: 200px;
	float: right;
}
div#footer {
	padding: 5px;
	background: #fff;
	/*margin-left: 150px;*/
}

/* GENERAL */
/* style for module titles */
.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: 12px;
    font-weight: normal;
	color: #494d52;
}

td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: #494d52;
}
p {
	padding-bottom: 8px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}
/* 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 */

a:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #0068b3;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #0068b3;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #0068b3;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #0068b3;
	text-decoration: none;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 12px;
    font-weight: normal;
	color: #494d52;*/
}
ul {
	list-style-type: none;
	/*margin: 5px 0;*/
}
UL LI, LI {
     list-style-type: square;
	padding: 0 0 0 5px;
	/*margin: 0 0 3px 12px;*/
}
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:  10px;
    color: #9a9ea0;
	text-decoration: none;
}
a.breadcrumb:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: none;
}
a.breadcrumb:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: none;
}
a.breadcrumb:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: underline;
}
a.breadcrumb:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #9a9ea0;
	text-decoration: none;
}



.Copyright {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #494D52;
	font-weight: normal;
	text-decoration:none;
}
a.Copyright:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #494D52;
	font-weight: normal;
	text-decoration:none;
}
a.Copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #494D52;
	font-weight: normal;
	text-decoration:none;	
}
a.Copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #494D52;
	font-weight: normal;
	text-decoration:underline;
}
a.Copyright:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #494D52;
	font-weight: normal;
	text-decoration:none;
}

.links_bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;
}
a.links_bottom:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;
}
a.links_bottom:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;	
}
a.links_bottom:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;	
} 

a.links_bottom:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #6d815c;
	font-weight: normal;
	text-decoration:none;
}  

.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 {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
}
a.links_top:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
	}
a.links_top:visited {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
}
a.links_top:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:underline;
	font-weight: normal;
}
a.links_top:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #8e8e8e;
	text-decoration:none;
	font-weight: normal;
}




/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 190px;
	padding-top: 0px;
	margin-top: 1px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #838282; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #EEEEEE solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background-color: #009ac9; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #009ac9 solid;
	padding: 1px;
}
tr.rootmenuitem td {
	background: #fff;
	cursor: hand; 
	/*color: #0068b3; */
	color: #494D52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	text-transform:uppercase;
	
	height: 32px;
	display:table-cell;
}
tr.rootmenuitemselected td {
	background: #fff;
	cursor: hand; 
	/*color: #0068b3;*/
	color: #494D52; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	text-transform:uppercase;
	
	height: 32px;
	display:table-cell;
}
tr.rootmenuitembreadcrumb td{
	background: url(_i/nav_on.gif) repeat-x bottom left;
	cursor: hand; 
	color: #C5960B;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border-top: 0px;
	border-bottom: 0px;
	border-right: solid 1px #ecdcad;
	border-left: solid 1px #ecdcad;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	text-transform:uppercase;
	
	height: 32px;
	display:table-cell;
}
.submenuitembreadcrumb {
	cursor: hand; 
	color: #FF875B; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #FF875B solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000;
	background-color: #EEEEEE; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
	/*border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;*/
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox {
	font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
	text-decoration:none;
	/*height:18px;
	width: 135px;
	border-top: 1px solid #98A3A6;
	border-left: 1px solid #98A3A6;
	border-right: 0px;
	border-bottom: 0px;
	padding: 3px 0px 3px 0px;*/
	margin-bottom: 5px;
	
	
	cursor:text;
}

/* NAVIGATOR CLASSES */

/* Navigation: Main Level */

.GroupStat {
	/*padding: 5px;
	border-top: solid 1px #bfdce7;*/
    
}

.GroupHov {
	/*padding: 5px;
	border-top: solid 1px #bfdce7;*/
}

.GroupText {

}

A.GroupText, A.GroupText:link, A.GroupText:visited, A.GroupText:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
    text-decoration: none;
	color: #009ac9;
	padding: 5px;
	/*border-top: solid 1px #bfdce7;*/
	display: block;
}

A.GroupText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
    text-decoration: none;
	color: #0068b3;
	padding: 5px;
	/*border-top: solid 1px #bfdce7;*/
	display: block;
}

.GroupTextCurr, A.GroupTextCurr, A.GroupTextCurr:link, A.GroupTextCurr:visited, A.GroupTextCurr:hover, A.GroupTextCurr:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
    text-decoration: none;
	color: #c5960b;
	padding: 5px;
	/*border-top: solid 1px #bfdce7;*/
	display: block;
	background: #fde7b2;
}

/* Navigation: Level 2 Background Styles */

.ItemStat {
	padding: 2px 5px 2px 30px;
    
}

.ItemHov {
	padding: 2px 5px 2px 30px;
	
}
.ItemCurr {
	padding: 2px 5px 2px 30px;
	color: #fde7b2;
	}

/* Navigation: Level 3 Background Styles */

.ItemStatC {
	padding: 2px 5px 2px 45px;
   }

.ItemHovC {
	padding: 2px 5px 2px 45px;
	}

/* Navigation: All Sub Level Text*/

.ItemText, A.ItemText, A.ItemText:link, A.ItemText:visited, A.ItemText:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
	color: #5f6a70;
}

A.ItemText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.ItemTextCurr, A.ItemTextCurr, A.ItemTextCurr:link, A.ItemTextCurr:visited, A.ItemTextCurr:active, A.ItemTextCurr:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-decoration: none;
	font-weight: normal;
	color: #000000;
}



.SearchButton {
	padding-left: 15px;
}
.PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	color: #009ac9;
	font-size: 18px;
	font-weight: bold;
}
.BreadSep {
	padding-left: 5px;
	padding-right: 5px;
}

