﻿/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
}
p {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #000000;
}
/*-------------Pane Styling----------------*/
.toppane {
	padding: 0px;
}
.menupane {
	padding: 0px;
}
.leftpane {
	padding: 0px 0px 0px 0px;
}
.contentpane {
	padding: 0px;
}
/*a separate class for each pane TD*/
.rightpane {
	padding: 0px;
}
.linkpane {
	padding: 0px;
}
.bottompane {
	padding: 0px;
}
/* different fonts*/
.Head {
	font-size: 18px;
	font-weight: bold;
	color: #393939;
}
.SubHead {
	font-size: 13px;
	font-weight: bold;
	color: #525252;
}
.SubSubHead {
	font-size: 8pt;
	font-weight: bold;
	color: #525252;
}
.Normal {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
}
.NormalTextBox {
}
/*command buttons*/
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	font-family: Tahoma;
	color: #55410A;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
A.CommandButton:hover {
	text-decoration: underline;
	font-weight: normal;
}
/*general TD*/
TH, TD, DIV {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
h1 {
	color: #738FBD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #738FBD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 0px 10px 0px;
}
h3 {
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0px 5px 0px;
}
h4 {
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0px 5px 0px;
}
h5 {
	color: #000000;
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 5px 0px 5px 0px;
}
/*general links style*/
A, A:link, A:visited, A:active {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #4c637a;
}
A:hover {
	text-decoration: underline;
	color: #525252;
}
/* class for user links LOGIN and USER Tokens*/
.userhead {
	font-weight: normal;
	color: #4c637a;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
}
.user, a.user:link, a.user:active, a.user:visited {
	font-weight: normal;
	color: #4c637a;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: right;
	position: relative;
	top: 2px; *;
	top: 0px;
}
.usersep {
	position: relative;
	left: -5px;*;
	top: 3px;
}
a.user:hover {
	text-decoration: none;
	color: #fecb40;
}
/* general footer style used to style, PRIVACY, COPYRIGHT, HOSTNAME, DOTNETNUKE*/
.footer, .footer TD {
	font-weight: normal;
	color: #4c637a;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.footer:link, a.footer:active, a.footer:visited {
	font-weight: normal;
	color: #4c637a;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.footer:hover {
	color: #fecb40;
	text-decoration: none;
}
a.links:link, a.links:active, a.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #4c637a;
	text-decoration: none;
}
a.links:hover {
	color: #fecb40;
	text-decoration: none;
}
/* footer links class*/
.links, .linksicon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #4c637a;
	padding: 4px 5px 0 0px;
}
/*breadcrumb styles*/
.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	font-weight: normal;
	font-size: 15px;
	color: #e5792d;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a.breadcrumb:hover {
	font-size: 15px;
	color: #e5792d;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-decoration: none;
}
/*___________________________________________________________________________________________*/
/*styles for the TD containing the menu*/
.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	height: 22px;
	background-color: Transparent;
	position: relative;
	top: 2px;
	z-index: 1000;
}
.main_dnnmenu_item td {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #6A737B;
	font-size: 12px;
	font-weight: normal;
	background-color: Transparent;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 2px 3px 3px 2px;
}
.main_dnnmenu_rootitem {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #6A737B;
	font-size: 15px;
	font-weight: normal;
	background-color: Transparent;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover {
	/* hover for root items*/
	color: #fecb40;
}
.main_dnnmenu_itemhover td {
	background-color: #B6D7B7;
}
.main_dnnmenu_root_breadcrumb {
	cursor: pointer;
	cursor: hand;
	color: #fecb40;
	font-size: 15px;
	font-weight: normal;
	background-color: Transparent;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #D9E8D8;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;
/*explicitly set padding for sub-menus */border: 1px solid #B6D7B7;
	margin-left: -1px 0px 0px 0px;
	z-index: 1000;
}
/*css hack for Chrome/Safari */
@media 
{
.main_dnnmenu_submenu {
	position: relative;
	margin: -1px 0px 0px -25px;
}
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow {
	border-right: #6A737B 1px solid;
	border-bottom: #6A737B 1px solid;
	border-top: #6A737B 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton {
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #6A737B;
	border-right: #6A737B 1px solid;
	border-top: #6A737B 1px solid;
	border-left: #6A737B 1px solid;
	border-bottom: #6A737B 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
}
/*___________________________________________________________________________________________*/
/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo {
	vertical-align: middle;
	text-align: left;
	 !important;
}
/*----------------Search Input Css Class------------------*/
#dnn_dnnSEARCH_txtSearch {
	height: 21px;
	border: 1px solid #cccccc;
	color: #000000;
	vertical-align: bottom;
	font: Verdana,Tahoma,Arial;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 2px;
	width: 130px;
	background: transparent url(Images/search_bg.png) left no-repeat;
}
.icon {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	color: #fecb40;
}
.text {
	color: #93999f;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.inner_bg {
	background: #fff url(Images/BG_greenfade.png) left top repeat-x;
	height: 100%;
	width: 892px;
	padding: 35px 20px 30px 15px;
}
/*- [ sidebar menu classes -----------------------------------------------------------*/
.MainMenu_MenuItem2 {
	color: #858384;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
	width: 150px;
	height: 22px;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb2 {
	color: #B6D7B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 2px 0px 2px 5px;
	background: #000000;
	width: 150px;
	height: 22px;
}
/* currently hovered submenuitems*/
.submenuitemselected2 {
	color: #B6D7B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 2px 5px 2px 0px;
	background: #000;
	width: 150px;
	height: 22px;
}
.submenu2 {
	z-index: 1000;
	border: #272828 solid 1px;
	padding: 0px;
	background-color: #e6f0e7;
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 150px;
}
/* applies upon the root menu items*/
.rootmenuitem2, .rootmenuitem2 TD {
	color: #4c637a;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	height: 25px;
	background: url(Images/arrow.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 10px 5px 12px;
	width: 150px;
	white-space: pre-wrap;
	text-indent: -.3em; *;
	text-indent: -.4em;
}
/*root menu hover*/
.rootmenuitemselected2 TD {
	color: #fecb40;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	height: 25px;
	background: url(Images/arrow.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 10px 5px 12px;
	width: 150px;
	white-space: pre-wrap;
	text-indent: -.3em; *;
	text-indent: -.4em;
}
/*rootmenu selected or active*/
.rootmenuitembreadcrumb2 TD {
	color: #fecb40;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	border-width: 0px;
	height: 25px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 150px;
	background: url(Images/arrow.gif) top left no-repeat;
}
/*- [ sidebar menu classes -----------------------------------------------------------*/
/* general style */
#main_div {
	margin: 0 auto;
	width: 925px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
#logo_big {
	float: left;
	width: 225px;
}
#top_nav_home {
	float: right;
	width: 925px;
	padding-top: 0px;
	margin-right: 25px;
}
#search_form_home {
	float: right;
	width: 215px;
	position: relative;
	margin: 60px 30px 0 0;
	padding: 0px 0px 5px 10px;
}
#header {
	width: 925px;
	margin: 0 auto;
}
#main-body {
	width: 925px;
	margin: 0 auto;
}
#footer {
	width: 925px;
	margin: 0 auto;
	margin-top: 40px;
}
#footer1 {
	width: 980px;
	margin: 0 auto;
	margin-top: 40px;
}
#content {
	width: 925px;
	margin: 0 auto;
}
.main_pic {
	float: left;
	width: 720px;
	margin-right: 10px;
	margin-top: 20px;
}
.sub_nav_home {
	float: right;
	width: 178px;
	padding-right: 0px;
	margin-top: 20px;
}
.content_home {
	float: left;
	width: 560px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.content_home_right {
	float: right;
	width: 330px;
	margin: 40px 0px 30px 35px;
}
#footer_container {
	float: left;
	width: 780px;
	margin: 10px 0px 0px 0px;
}
#footer_container1 {
	float: left;
	width: 830px;
	margin: 10px 0px 0px 0px;
}
#footer_logo {
	float: right;
	width: 145px;
}
/* Inner style*/
#main_div1 {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
#header1 {
	width: 980px;
	height: 75px;
	margin: 10px 0px 10px 0px;
	border: 0px solid #000;
	text-align: left; *;
	margin: 10px 0px 0px 0px;
}
#logo_sm {
	width: 185px;
	height: 75px;
	position: relative;
	margin-left: -15px;
}
#LogoPane {
}
.top_tabs {
	float: right;
	width: 590px;
	text-align: right;
	border: 0px solid #000;
}
.top_nav1 {
	width: 730px;
	height: 36px;
	text-align: right;
	margin-bottom: 10px;
}
#search_form {
	float: right;
	width: 215px;
	position: relative;
	margin: 50px -20px 0 0;
	padding: 0px 0px 5px 0px;
	border: 0px solid #000;
}
#content_wrapper {
	margin-top: 15px;
	text-align: left;
	background: url('images/BG_greenfade.png') top left no-repeat;
	width: 980px;
	min-height: 500px;
	padding: 20px 10px 10px 10px;
	border: 0px solid #000;
*margin-top: -10px;
}
#main_left {
	position: relative;
	top: -5px;
	float: left;
	width: 150px;
	margin-left: 5px;
	border: 0px solid #000;
	display: block;
}
#main_center {
	position: relative;
	top: -10px;
	float: left;
	width: 540px;
	margin-left: 10px;
	padding-right: 10px;
	border: 0px solid #000;
}
#main_right {
	position: relative;
	top: -5px;
	float: right;
	width: 217px;
	margin-left: 10px;
	padding-right: 30px;
	text-align: left;
	border: 0px solid #000;
*padding-right: 10px;
}
.sub_nav {
	padding: 10px 0px 10px 0px;
	clear: both;
}
/* Edit Menu Item  style*/
.ModuleTitle_MenuItem {
	border-style: none;
	color: black;
	cursor: pointer;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	width: 150px;
	margin: 0 10px 0 10px;
	background-color: transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	padding: 0 10px 0 px;
	text-align: center;
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_MenuIcon {
	background-color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	cursor: pointer;
	height: 22px;
	text-align: center;
	width: 15px;
}
.ModuleTitle_MenuContainer, .ModuleTitle_SubMenu {
	z-index: 1100;
}

