body, html {
	background-color: #005880;
}

fieldset {
	border: 1px solid #7C7B7D;
	padding: 10px;
}

.site_width {
	width: 801px;
}

.container {
	background-color: #FFFFFF;
	border: 1px solid #333;
	padding: 2px;
	margin: 5px 0;
	text-align: center;
}

#live_chat {
	text-align: right;
	padding-top: 10px;
}

.content {
	width: 98%;
	margin: 10px auto;
	text-align: left;
}

/* Horizontal delimiter defaults */

hr {
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
}

body, ul, td, th {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: italic;
}

acronym {
	border-bottom: none;
}

code, pre, tt {
	font-family: Courier, "Courier New", monospace;
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #004869;
}
h1 a {
	color: #004869 !important;
}

h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #004869;
	text-align: left;
}
h2 a {
	color: #004869 !important;
}

h3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #004869;
}
h3 a {
	color: #004869 !important;
}

h4 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #333333;
	background: #0087C7;
	padding: 2px 8px;
	color: #FFFFFF;
	margin: 10px 0 10px 0;
	text-align: left;
}
h4 a {
	color: #FFFFFF !important;
}

h4.expander {
	padding-left: 20px;
	position: relative;
}

h4.expander img {
	position: absolute;
	top: 4px;
	left: 4px;
}
small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 75%;
}

/* NOTE: for some reason it is necessary for A:hover to come LAST
   in order for the folling to work. */
A.menunav:link, A.menunav:visited, A.menunav:active {
	text-decoration: none;
	color: #000;
}

A.menunav:hover {
	text-decoration: underline;
}

A.menunav_active:link, A.menunav_active:visited, A.menunav_active:active {
	text-decoration: none;
	color: #FFF;
}

A.menunav_active:hover {
	text-decoration: underline;
}

A.menusubnav:link, A.menusubnav:visited, A.menusubnav:active {
	text-decoration: none;
	color: #FFF;
}

A.menusubnav:hover {
	text-decoration: underline;
}

A.subtle:link, A.subtle:visited, A.subtle:active {
	text-decoration: none;
	font-size: 70%;
	color: #707CB5;
}

A.subtle:hover {
	text-decoration: underline;
	font-size: 70%;
	color: #909CC1;
}

A:link, A:visited, A:active {
	/*text-decoration: none;*/
	color: #005880;
}

A:hover {
	text-decoration: underline;
	color: inherit;
}

A.item:link {
	text-decoration: none;
}

A.item:visited {
	text-decoration: none;
	color: #283C9B;
}

A.item:active {
	text-decoration: none;
	color: #283C9B;
}

A.item:hover {
	text-decoration: none;
	color: #5A6ECD;
}

/* end of A styles */

.tableTitle {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}

.tableExtras {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 85%;
	color: #FFFFFF;
}

input {
	font-family: verdana,arial,helvetica,sans-serif;
}

textarea {
	font-family: verdana,arial,helvetica,sans-serif;
}

input.small, select.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 75%;
}

textarea.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 75%;
}

fieldset {
	margin-left: 0px;
	margin-right: 0px;
}

.formerror {
	border: 1px solid #ff0000;
	color: #000000;
	background: #ffeeee;
	padding: 2px 4px;
}

.errors {
	border: 1px dashed #666600;
	color: #660000;
	background: #ffeeee;
	margin: 4px;
	padding: 6px;
}

.error {
	color: #cc0000;
}

.error_msg {
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #333;
}

.tip {
	border: 1px solid #dddddd;
	background: #fafafa;
	color: #666666;
	font-size: 90%;
	padding: 2px 8px;
}

.scode {
	border: 1px solid #dddddd;
	background: #fafafa;
	color: #666666;
	font-size: 90%;
	padding: 2px 8px;
	overflow: auto;
}

.blurb {
	border: 1px solid #000;
	background-color: #F1F6F8;
	color: #333;
	padding: 2px 8px;
}

.help {
	border: 1px solid #C0CCE1;
	background: #DAE8FD;
	color: #666666;
	font-size: 70%;
	padding: 2px 8px;
}

.help_icon {
	padding-left: 10px;
}

td.head {
	border: 1px solid #333;
	background: #0087C7;
	font-weight: bold;
	padding: 2px 8px;
	color: #FFF;
}
td.head a:link, td.head a:visited, td.head a:active {
	color: #FFF;
}

.banner {
	background: #FFFFFF;
	font-weight: bold;
}

td.body {
	padding: 2px 8px;
}

td.navbar {
	background: #FFFFFF;
	border-bottom: 1px solid #005880;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 8px;
	color: #333;
}

td.navbar_active {
	background: #0087C7;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #0087C7;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 8px;
	color: #FFF;
}

td.subnavbar {
	background: #0087C7;
	border-bottom: 1px solid #333;
	font-size: 12px;
	padding: 4px 8px;
	color: #FFF;
}

td.subnavbar_left {
	background: #0087C7;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	font-size: 12px;
	padding: 4px 8px;
}

td.subnavbar_right {
	background: #0087C7;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 12px;
	padding: 4px 8px;
}

td.subnavbar_active {
	background: #0087C7;
	border-bottom: 1px solid #333;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
}

.top_menu {
	text-align: center;
	font-size: 12px;
}

.top_menu .main_row {
	font-size: 12px;
	width: 100%;
}

.top_menu .main_row .tab {
	background: #FFFFFF;
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding: 1px 8px;
	color: #333;
	text-align: center;
}

.top_menu .main_row .tab_active {
	background: #0087C7;
	border: 1px solid #333;
	border-bottom: 1px solid #0087C7;
	font-weight: bold;
	padding: 1px 8px;
	color: #FFF;
	text-align: center;
}

.top_menu .sub_row {
	background-color: #0087C7;
	border: 1px solid #333;
	border-top: none;
	text-align: center;
}

.top_menu .sub_row table {
	margin: 0 auto;
	font-size: 12px;
}

.top_menu .sub_row table td {
	padding: 4px 8px;
	font-weight: normal;
}

.top_menu .main_row a {
	text-decoration: none;
	color: #000;
}

.top_menu .main_row a.active {
	text-decoration: none;
	color: #FFF;
}

.top_menu .sub_row a {
	text-decoration: none;
	color: #FFF;
}

.top_menu .sub_row a.active {
	font-weight: bold;
}

.top_menu .main_row a:hover, .top_menu .sub_row a:hover {
	text-decoration: underline;
}

/* Footer */

.bottomline {
	width: 100%;
}

.bottomline_menu {
	background: #0087C7;
	border: 1px solid #333;
	padding: 3px 8px;
	color: #FFF;
}

.bottomline_menu a:link, .bottomline_menu a:visited, .bottomline_menu a:active {
	color: #FFF;
	text-decoration: none;
}
.bottomline_menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

.bottomline_copy {
	padding: 5px 0;
	text-align: center;
}

.bottomline_copy a:link, .bottomline_copy a:visited, .bottomline_copy a:active {
	color: #0087C7;
	text-decoration: none;
}
.bottomline_copy a:hover {
	color: #0087C7;
	text-decoration: underline;
}

/*This if for active tabs, like in the newletter list*/
B.active {
	font-size: 95%;
	font-style: italic;
}

/*For a light/dark row when alternating between light and dark*/
#alt_light {}
#alt_dark { background-color: #F5F5F5; }

.white_content {
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #333;
}

/* For AJAX stuff, like errors */

.ajax_err_input{
	border: 2px solid red;
}

.ajax_err_text {
	color: red;
	font-weight: bold;
}

/* other */

table.report {
	width: 100%;
	border: 0px;
	padding: 0px;
}

.key {
	margin: 0 auto;
}

.key tr td {
	font-family: Verdana;
	font-size: 9px;
	padding: 2px;
}

.sec_info {
	padding: 15px 0;
}

#top_right_nav {float: right;}
.top_right_sec {float: right; padding-left: 5px; margin-left: 5px;}
.sec_to_left {border-left: 1px dashed #0087C7;}
.page_help {float: right; margin-left: 5px;}
.page_help a {
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Ent Share Content */

.cpanel_report {}
	.cpanel_report .report_row {overflow: hidden; clear: both; margin: 2px 0;}
		.cpanel_report .report_label {float: left; width: 30%; text-align: right;}
		.cpanel_report .report_input{float: left; width: 65%; margin-left: 10px; text-align: left;}

.share_content {}
.share_content .selected {
	background-color: #CCC;
}
.share_content td {
	padding: 3px;
}
.share_content select {
	border:  1px solid #333;
}

.h_title {
	text-align: right;
	font-weight: bold;
}

.color_swatch {
height: 16px;
width: 16px;
border-style: solid;
border-width: 1px;
}

.deleted {
	background-color: #FA8383;
}

.highlighted {
	background-color: #6CE026;
	font-weight:bold;
}

.added {
	background-color: #009900;
}

.unavailable {
	color: #BEBEBE;
	background-color: #E8E8E8;
}

.pre_break { 
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}
