/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/

/* CSS Document */
html {font-size: 12px;}
body {background:#e6ecee; margin:0px; padding:0px;height: 100%;text-align: left;color: #000;}
/************************* DNN Styles *********************************/
/* style for module titles */
.Head {font: bold 100% Verdana, Tahoma, Arial, Helvetica;color: #000000;}
/* style of item titles on edit and admin pages */
.SubHead {font: bold 100% Arial, sans-serif;color: #666;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {font: bold 100% Arial, sans-serif;color: black;}
/* text style used for most text rendered by modules */
.Normal {font: normal 100% Arial, sans-serif;color: #000;}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {font: normal 100% Arial, sans-serif;}
.NormalRed {font: bold 100% Arial, sans-serif;color: #FF0000;}
.NormalBold {font: bold 100% Arial, sans-serif;}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {font: normal 100% Arial, sans-serif;}    
A.CommandButton:link {text-decoration: underline;color: #999;}
A.CommandButton:visited {text-decoration: underline;color: #999;}
A.CommandButton:hover {text-decoration: underline;color: #666;}
A.CommandButton:active {text-decoration: underline;color: #999;}
/*   end of dnn styles   */
a, a:link, a:visited, a:active {text-decoration:none; font-family: Arial, sans-serif; font-weight:normal;color: #1d9035;} /* 5994ab 6bd5d9 */
a:hover {color:#000; text-decoration:none;} /* 81bed5 5994ab */
img {border: 0px;}
p {margin: 0 0 10px 0;padding: 0;}
table {font: normal 100% Arial, sans-serif;color: #333;}
ul {
	list-style-type: disc;
	line-height: 1.3em;
	margin: 0 0 8px 25px;
	padding: 0;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #23933c;
	margin: 5px 0 15px 0;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #23933c;
	margin: 10px 0 15px 0;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #23933c;
	margin: 10px 0 15px 0;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #23933c;
	margin: 10px 0 15px 0;
}
h5 {
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #23933c;
	margin: 10px 0 15px 0;
}
h6 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #23933c;
	margin: 10px 0 15px 0;
}
/*-------- design style --------*/
#mainbody {background: #fff;text-align: left;}
#toppers {padding: 1px 10px 0 0;}
#toppers div, #toppers p {font-weight: normal;color: #1d9035;}
#toppers a:link, #toppers a:visited, #toppers a:active {font-weight: normal;color: #1d9035;text-decoration: underline;}
#toppers a:hover {font-weight: normal;color: #000;text-decoration: none;}
#topperlinks {padding: 12px 15px 0 0;}
#sizer {padding: 0px;}
#logos {padding-bottom: 10px;}
#logo1 {}
#searcher {display: none;}
#logo2 {padding:0 20px;width: 118px;}
#nav {height: 25px;background: #23933c;z-index: 1000;text-align: center;}
#navpad {padding: 0 10px;}
#flash {position: relative;z-index: 0;}
#flashpad {padding: 10px;}
#homebody {padding: 10px 0;}
#homepad1 {padding: 0 10px;}
#homeline {background: #1d9035; width: 2px;}
#homepad2 {padding: 0 10px;}

#blankbg {background: #fff;}
#blank {padding: 5px 0px;}
#blank2 {padding: 10px 0px;}

#intpad1 {width: 200px; background: #93d9e8;padding: 10px;}
#intpad2 {padding: 10px 15px 10px 25px;}
#intpad3 {padding-bottom: 10px;}
#intpad4 {padding-right: 10px;}
#intpad5 {padding-left: 10px;}
#intpad6 {padding-top: 10px;}
#printer {padding: 5px;text-align: right;}

#admin {padding: 10px;}
#account {display: none;}

#copy {padding: 10px 2px;}
.copy {font-size: 85%;color: #999;}
/*-------------- ADMIN --------------*/
a.user:link, a.user:visited, a.user:active {font-size: 90%;font-weight: normal;color: #e8e8e8;}
a.user:hover {font-size: 90%;font-weight: normal;color: #999;}
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar {
	cursor:pointer;
	background-color:transparent;
	border-left: 1px solid #e8e8e8;
	height: 25px;
	padding: 7px 0 4px 0;
}
/*  Main Menu Normal  */
.main_dnnmenu_rootitem {	
	color: #fff;
	font-size: 120%; 
	font-weight:normal;
	padding: 4px 14px 3px 14px;
	text-transform:uppercase;
	border-right: 1px solid #e8e8e8;
	height: 25px;
	line-height: 25px;
}
/*  Main menu hover  */
.main_dnnmenu_rootitem_hover {  
	color:#000;
	font-size: 120%;
	font-weight:normal;
	background: #a5da92;
	padding: 4px 14px 3px 14px;
	text-transform:uppercase;
	border-right: 1px solid #e8e8e8;
	height: 25px;
	line-height: 25px;
}
/*  Main menu selected  */
.main_dnnmenu_rootitem_selected {
	color:#000;
	font-weight:normal;
	font-size: 120%;
	background: #a5da92;
	padding: 4px 14px 3px 14px;
	text-transform:uppercase;
	border-right: 1px solid #e8e8e8;
	height: 25px;
	line-height: 25px;
}
/*  SUB Menu Normal */
.main_dnnmenu_submenu {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#23933c;
	z-index: 1000;
}
.main_dnnmenu_submenu td {
	background-color:#c6ebb9;
	font-size: 100%; 
	font-weight:normal;
	text-align:left;
	color:#23933c;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
	border-bottom: 1px solid #23933c;
	z-index: 1000;
}
/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td {
	font-size: 100%;
	background: #a5da92;
	color:#000;
	font-weight:normal;
	text-align:left;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
	border-bottom: 1px solid #23933c;
	z-index: 1000;
}
.main_dnnmenu_break {height: 2px;background-color: #D5E0FF;}
/* Module Action Menus */
.ModuleTitle_SubMenu {border:1px solid #C0D6E5;z-index: 1000;}
.ModuleTitle_SubMenu td {background-color:#F8FAFF;white-space: nowrap;z-index: 1000;} 
.ModuleTitle_MenuIcon {background-color:#F8FAFF; border:none;padding: 0px 2px;z-index: 1000;}
.ModuleTitle_MenuItem {z-index: 1000;}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon {background: #ccc url(../images/arrow.gif) no-repeat center center;color: #fff;z-index: 1000;}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {height: 2px;background-color: #D5E0FF;}
/* Dotted line around active button in Firefox */
:-moz-any-link:focus {
    outline-style: none !important;
    outline-width: 0px !important;
}
/* End Dotted line around active button in Firefox */
/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/