a {
	color: #009933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

a.feature_image {
	background: #E9E9E9;
	border: 4px solid #E9E9E9;
	color: #888888;
	display: block;
	font-size: 14px;
	margin: 0 0 15px 0;
	text-align: center;
}

a.feature_image img {
	clear: both;
	float: left;
	padding: 0 0 4px 0;
}

a.feature_image:hover {
	background: #79B328;
	border: 4px solid #79B328;
	color: #FFFFFF;
	text-decoration: none !important;
}

a.user {
	clear: left;
	display: block;
	float: left;
}

fieldset.users {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
}

body {
	background: url(assets/template_images/body_bg.png) #FFFFFF repeat-x 0px 80px;
}

body, form {
	margin: 0px;
	padding: 0px;
}

body, input, textarea, select {
	color: #6A6A6A;
	font: 12px Arial, Helvetica, sans-serif;
}

div.menu_divider {
	line-height: 33px;
}

fieldset {
	border: 1px solid #DDEBC7;
	display: block;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	padding: 0 15px 0 15px;
}

fieldset table {
	margin-bottom: 15px;
	margin-top: 15px;
}

fieldset#account_details {
	float: left;
	width: 700px;
}

fieldset#last_five {
	clear: both;
}

fieldset#last_five table, #login_container table {
	margin-left: auto;
	margin-right: auto;
}

fieldset#link_buttons {
	clear: right;
	float: left;
	height: 204px;
	margin-left: 5px;
	text-align: center;
	width: 163px;
}

fieldset#link_buttons img {
	margin: 0 auto 10px auto;
}

fieldset.fieldset_details {
	float: left;
	margin-right: 10px;
	padding-top: 15px;
	width: 410px;
}

fieldset.fieldset_login {
	background: url(assets/template_images/bg_login_fieldset.jpg) repeat-x bottom;
	height: 182px;
	width: 360px;
}

fieldset.fieldset_unsubscribe {
	background: url(assets/template_images/bg_login_fieldset.jpg) repeat-x bottom;
	margin: 20px auto 20px auto;
	width: 470px;
}

h1 {
	border-bottom: 2px solid #A6C57A;
	color: #062E77;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0 0 4px 0;
}

h2 {
	color: #062E77;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h2.underlined {
	border-bottom: 2px solid #A6C57A;
	padding: 0 0 5px 0;
}

input, .vertical_middle {
	vertical-align: middle;
}

legend {
	color: #84C31D;
	font-size: 12px;
	font-weight: bold;
}

li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}

td.title {
	font-weight: bold;
	white-space: nowrap;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding-left: 0;
}

.blue_text {
	color: #25507A;
}

.columns_three {
	background: url(assets/template_images/column_three_bg.gif) repeat-x top left;
	min-height: 152px;
}

.columns_three .column_left {
	background: url(assets/template_images/column_three_left.png) no-repeat top left;
	padding: 15px 10px 20px 20px;
}

.columns_three .column_middle {
	padding: 15px 10px 20px 10px;
}

.columns_three .column_right {
	background: url(assets/template_images/column_three_right.png) no-repeat top right;
	padding: 15px 20px 20px 10px;
}

.columns_two .column_left {
	background: url(assets/template_images/top_left_bg.jpg) no-repeat top left;
	padding: 10px 10px 15px 15px;
	width: 100%;
}

.columns_two .column_right {
	padding: 10px 0 15px 10px;
	vertical-align: top;
}

.ddmx {
	position: relative;
}

.ddmx .section {
	background: url(assets/template_images/sub_menu_bg.png) #FEFEFE repeat-x;
	border: 0px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx a.item1, .ddmx a.item1-active {
	color: #FFFFFF;
	display: block;
	line-height: 33px;
	padding: 0 10px 0 10px;
	text-decoration: none !important;
	white-space: nowrap;
}

.ddmx a.item1:hover, .ddmx a.item1-active, .ddmx a.item1-active:hover {
	border-bottom: 5px solid #5FA005;
	line-height: 23px;
	padding: 5px 10px 0 10px;
}

.ddmx a.item2, a.item2-active {
	background: transparent;
	border-bottom: 1px solid #C9C9C9;
	color: #010101;
	display: block;
	line-height: 36px;
	position: relative;
	text-decoration: none !important;
	text-transform: capitalize;
	width: 100%;
	z-index: 500;
}

.ddmx a.item2:hover, .ddmx a.item2-active, .ddmx a.item2-active:hover {
	background: #B1B1B1;
	border-bottom: 5px solid #9A9A9A;
	line-height: 28px;
	padding: 4px 0 0 0;
}

.error_wrap{
	background: #FFEEEA;
	border: 1px solid #E10000;
	padding: 10px 10px 10px 10px;
}

.error_wrap_none{
	border: 0px solid #E10000;
	padding: 12px 10px 10px 10px;
}

.float_right {
	float: right;
}

.green_border {
	border: 2px solid #79B328;
}

.required {
	color: #E10000;
}

.small_font {
	font-size: 10px;
}

.submit_pad{
	padding: 6px 0px 0px 0px;
}

.success, .fail {
	color: #000000;
	font-weight: bold;
}

.table_sub {
	background: #D1F4C6;
	font-size: 14px;
	padding: 1px 1px 1px 2px;
}

.table_title {
	background: #528D03;
	color: #FFFFFF;
	font-size: 16px;
	padding: 2px 2px 2px 2px;
}

.top_left_detail {
	background: url(assets/template_images/top_left_bg.jpg) no-repeat top left;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	width: 940px;
}

#alert {
	background: transparent url(assets/template_images/error_bg.gif) repeat-x left top;
	border: 1px solid #E2BE74;
	color: #D5A13D;
	float: right;
	height: 19px;
	margin-top: -5px;
	padding: 2px 5px 0 5px;
}

#alert img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#banner {
	background: transparent url(assets/template_images/banner_smaller_bg.jpg) no-repeat left top;
	height: 97px;
}

#banner_container {
	height: 161px;
	margin: 0 auto 0 auto;
	width: 955px;
}

#banner_graphic, #helpdesk img {
	float: left;
	position: relative;
	z-index: 0;
}

#banner_phrase, #menu_container div, #menu a, #menu img, .float_left {
	float: left;
}

#banner_shadow {
	background: transparent url(assets/template_images/banner_shadow.png) repeat-x left top;
	height: 48px;
}

#body_container, #column_container, #footer_container {
	margin: 5px auto 0 auto;
	width: 955px;
}

#bottom_container {
	margin: 0 auto 0 auto;
	width: 955px;
}

#cancel_button {
	background: #FF0000;
	border: #D6DFCA solid 1px;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 5px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#clients {
	background: url(assets/template_images/clients_bg.gif) repeat-x top left;
	float: left;
	height: 107px;
	margin: 5px 0 0 5px;
	width: 458px;
}

#clients div.left {
	background: url(assets/template_images/clients_end_left.gif) #6FAC19 no-repeat top right;
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 74px;
	line-height: 18px;
	padding: 33px 7px 0 0;
	text-align: center;
	width: 77px;
}

#clients img {
	display: block;
	margin: 8px auto 0pt;
}

#clients_reflec {
	background: url(assets/template_images/clients_reflec.gif) repeat-x top left;
	float: left;
	height: 32px;
	margin: 0 0 0 5px;
	width: 458px;
}

#clients_reflec div.left {
	background: url(assets/template_images/clients_end_left_reflec.jpg) no-repeat;
	height: 32px;
	width: 85px;
}

#content_title{
	color: #528D03;
	float: left;
	font-size: 16px;
}

#details_container {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

#filters {
	text-align: center;
}

#footer {
	clear: both;
	color: #484848;
	float: left;
	font-size: 10px;
	padding: 0 0 20px 0;
	text-align: center;
	width: 955px;
}

#helpdesk {
	background: url(assets/template_images/helpdesk_bg.jpg) #95C74F no-repeat top right;
	float: left;
	height: 107px;
	margin: 5px 0 0 0;
	width: 288px;
}

#helpdesk a {
	color: #FFFFFF;
	text-decoration: none !important;
}

#helpdesk div {
	float: left;
	position: relative;
}

#helpdesk div.bottom {
	font-size: 24px;
	left: 11px;
	top: -65px;
}

#helpdesk div.middle {
	font-size: 24px;
	left: -5px;
	top: -62px;
}

#helpdesk div.top {
	font-size: 30px;
	left: 100px;
	top: -90px;
}

#helpdesk img {
	margin: -22px 0 0 0;
}

#helpdesk_reflec {
	background: transparent url(assets/template_images/helpdesk_reflec.jpg) no-repeat top left;
	float: left;
	height: 32px;
	width: 288px;
}

#information_container {
	float: left;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 425px;
}

#login_container {
	padding: 25px 0 25px 0;
}

#logo {
	float: none;
	padding: 0px 0 0 0px;
	padding-top:100px;
	width: 186px;
}

#logo_container {
	height: 70px;
	margin: 0 auto 0 auto;
	width: 955px;
}

#menu {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 23px 0 23px;
	width: 795px;
}

#menu_container {
	background: url(assets/template_images/menu_bg_dark.png) repeat-x;
	height: 33px;
	margin: 0 auto 0 auto;
	width: 955px;
}

#newsletter {
	background: #AFE06C;
	float: left;
	height: 93px;
	margin: 5px 0 0 5px;
	padding: 7px 10px 7px 10px;
	width: 179px;
}

#newsletter div {
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px 0 5px 0;
}

#newsletter_reflec {
	background: transparent url(assets/template_images/newsletter_reflec.gif) repeat-x top left;
	float: left;
	height: 32px;
	margin: 0 0 0 5px;
	width: 199px;
}

#print_email {
	clear: both;
	float: left;
	font-size: 10px;
	width: 100%;
}

#print_email div {
	float: right;
	margin: 0 0 0 5px;
}

#quick_links {
	color: #5A9A03;
	float: right;
	padding: 0px 0px 0 0;
	text-align: right;
	width: 680px;
	margin-left:260px;
	
}

#quick_links a {
	color: #5A9A03;
	text-decoration: none;
}

#submit_button {
	background: #9DCD45;
	border: #D6DFCA solid 1px;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 5px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#submit_button_container {
	clear: both;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

#table_wrap {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
}

#valid {
	clear: both;
	float: left;
	padding: 0 0 95px 0;
	text-align: center;
	width: 955px;
}

#report-padding
{
	padding-right:3px; 
	margin-left:2px;
	padding-left:2px;
}

#report-heading {
	background:#e9e9e9 none repeat scroll 0% 50%;
	margin-left:2px;
	padding-left:2px;
	padding-right:3px;
}
.date-field table
{
	margin:2px;
}
.date-label
{
	margin:3px;
}
.clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}
.green-lists
{
	background-color:#78bd16; 
	color:#FFFFFF; 
	height:19px; 
	padding-top:4px
}
.float-left
{
	float:left;
}
.float-right
{
	float:right;
}
.list-block
{
	width:650px; 
	margin-top:1px; 
	padding-top:5px; 
	color:#333333;
}
.img-plus
{
	border:none;
	padding-top:0px;
}
.report-fieldset
{
	width:650px; 
	margin-top:14px; 
	padding-top:5px; 
	background-color:#F7F7F7
}
.green-back
{
	background:#78BD16;
	color:#FFFFFF;
	padding-left:2px;
}
.totals {
	background:transparent url(../assets/template_images/table-header.jpg) repeat-x scroll 0%;
	border-top:1px solid #78BD16;
	color:#333333;
}
.close_block
{
	padding:3px;
	border:1px solid #cccccc;
	color:#333333;
}
.export-fieldset
{
	width:263px; 
	margin-left:8px; 
	padding:10px;
	padding-top:0px;
}
.even
{
	background: #E1E1E1
}
.odd
{
    background: #ffffff
}