/* $Id: style.css,v 1.141 2010/05/13 19:40:18 jamore Exp $ */

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#0000CC;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
a:active {
	color:#0000CC;
	text-decoration:underline;
}
#header {
	background-color: #F1F1F1;
	border-bottom: solid 1px #999999;
}
#header .logo {
	margin-left: 20px;
	margin-top: 18px;
	margin-bottom: 12px;
}
.nav {
	background-color: #F1F1F1;
	list-style-type:none;
	padding: 0;
	margin: 0;
	margin-left: 25px;
	white-space: nowrap;
	width: 960px;
}
.nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #CECFCE;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	border-left: 1px solid #999999;
	border-right: 2px solid #666666;
	border-top: 1px solid #999999;
	float: left;
}
.nav li a, .nav li a:link, .nav li a:visited, .nav li a:active {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px;
}
.nav li:hover, .nav li.sfhover {
	background-color: #999999;
}
.nav li:hover a, .nav li.sfhover a, .nav li.sfhover a:link, .nav li.sfhover a:visited, .nav li.sfhover a:hover, .nav li.sfhover a:active {
	color: #FFFFFF;
}
.nav li.selected {
	background-color: #99D5FF;
	color: #000000;
}
.nav li.selected a, .nav li.selected a:link, .nav li.selected a:visited, .nav li.selected a:hover, .nav li.selected a:active {
	color: #000000;
}
.nav li .new {
	color: #FF0000;
	font-size: 10px;
	vertical-align: top;
}
.nav li:hover .new, .nav li.sfhover .new {
	color: #FFFF00;
}
.nav li.selected .new {
	color: #FF0000;
}

.subnav {
	background-color: #99D5FF;		
	height: 20px;
	clear:both;
	padding: 5px;
	margin: 0;
}
.subnav ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	padding-left: 60px;	
	width: 735px;
	white-space: nowrap;
}
.subnav li {
	font-size: 10px;
	padding: 5px;
	margin-right: 5px;
	float: left;
}
.subnav li.selected {
	font-weight: bold;
}
.subnav a, .subnav a:link, .subnav a:visited, .subnav a:active {
	text-decoration: none;
	color: #333333;
}
.subnav a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#user {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:10px;
	line-height: 1.5em;
	background: url(../images/user_corner.gif) no-repeat bottom left; 
	background-color: #336699;
	padding: 5px 5px 5px 15px;
	white-space:nowrap;
	color: #FFFFFF;
}
#user a {
	color: #FFFFFF;
	font-weight:bold;	
}
#user a:hover {
	color: #FF9900;
}
#user span.company_name {
	font-size: 11px;
	font-weight:bold;
}
#page {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	height: 450px;
	min-width: 950px;
}
body>#page {
	min-height: 450px;
	height: auto;
}
ul.page_tabs {
	list-style-type:none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	width: 900px;
}
ul.page_tabs li {
	position: relative;
	font-weight:bold;
	font-size: 11px;
	color: #CC0000;
	margin: 0;
	padding: 0;
	margin-right: 4px;
	border-left: 1px solid #999999;
	border-right: 2px solid #666666;
	border-top: 1px solid #999999;
	float:left;
}
ul.page_tabs li.selected, ul.page_tabs li a, ul.page_tabs li a:link, ul.page_tabs li a:visited, ul.page_tabs li a:active {
	text-decoration: none;
	color: #974846;
	display: block;
	padding: 6px 5px 6px 5px;
}
ul.page_tabs li.selected {
	background-color: #FFFFDF;
	color: #990000;
	border-bottom: 1px solid #FFFFDF;
	margin-bottom: -1px;
}
ul.page_tabs li:hover, ul.page_tabs li a:hover {
	color: #990000;
}
ul.page_tabs li.selected:hover, ul.page_tabs li.selected a:hover {
	color: #990000;
}
.page_tabs_results {
	width: 97%;
	min-width: 1000px;
	padding: 10px;
	padding-top: 15px;
	border:1px solid #999999;
	background-color: #FFFFDF;
	margin: 0;
	clear:both;
	font-size: 11px;
}
.page_tabs_results table.data_table {
	background-color: white;
}
#footer {
	font-size: 10px;
	text-align:center;
	margin-top: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: solid 1px #999999;
}

.clear {
	clear: both;
}

.rows_per_page, .rows_per_page select {
	font-size: 10px;
	text-align:center;
	margin-top: 5px;
}

.paging, .paging_top {
	padding: 5px;
	text-align:center;
	font-size:11px;
}

.paging, .paging a, .paging a:link, .paging a:visited, .paging_top, .paging_top a, .paging_top a:link, .paging_top a:visited {
	color: #990000;
}

.paging {
	margin-top: 15px;	
}

.paging_top {
	float:right;
}

.clear {
	clear:both;
}

h1, .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #CC0000;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;	
	font-weight: bold;
}

h2, .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CC0000;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;	
	font-weight: bold;
}

.small {
	font-size: 10px;
}
.medium {
	font-size: 11px;
}

#breadcrumbs {
	font-size: 11px;
	padding-bottom: 10px;
}

.arrow_up {
	background:url(../images/arrow_up.gif) no-repeat left;
}
.arrow_down {
	background:url(../images/arrow_down.gif) no-repeat left;
}
.filter, .filter_right {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
}
.filter form, .filter_right form {
	margin: 0;
	padding: 0;
}
.filter_right {
	float: right;
	margin-left: 15px;
}
.filter, .filter input, .filter select, .filter_right, .filter_right input, .filter_right select {
	font-size: 11px;
}
.filter form {
	margin: 0;
	padding: 0;
}
table.data_table, table.data_detail {
	font-size: 11px;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

table.data_table th, table.data_detail th {
	vertical-align:bottom;
	text-align:left;
	background-color:#EAEAEA;	
	border-right: 1px solid #CCCCCC;
}
table.data_table td, table.data_detail td {
	border: 1px solid #CCCCCC;
}
table#sf.data_table tr:hover, table#sf.data_table tr.sfhover {
	background-color: #EAEAEA;
}
table.data_table .change_email {
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
	font-size: 10px;
}
table.data_table th.sortable a {
	cursor: pointer;	
}

.indent {
	margin-left: 20px;
}
.success_box {
	color: #009933; 
	font-weight: bold; 
	padding: 6px; 
	border: 1px solid #009933; 
	margin-bottom:15px; 	
	display: table;
	_display: inline;
	background-color: #C6FFC6;
}
div.error_box {
	color: #FF0000; 
	font-weight: bold; 
	padding: 6px; 
	border: 1px solid #FF0000; 
	margin-bottom:15px; 
	display: inline-block;	
	background-color: #FFDFDF;
}
/* Help Popouts */
.popout_container {
	padding: 0;
}
.popout_help {
	display: none;
	position: absolute;	
	z-index: 2;
}
.popout_arrow_down {
	position: absolute;
	left: 124px;
	bottom: -15px;
}
.popout_text {
	width: 250px;	
	padding: 6px;
	padding-bottom: 16px;
	font-size: 11px;	
	color: #333333;
	background-color: #FFFFCC;
	border: solid 1px #FF9900;
}
.popout_close {
	position: absolute;
	right: 6px;
	bottom: 6px;
	font-size: 10px;	
}
.popout_close:link, .popout_close:visited, .popout_close:hover, .popout_close:active, .popout_text a, .popout_text a:link, .popout_text a:visited, .popout_text a:hover, .popout_text a:active {
	color: #FF0000;
}
a.popout_link:link, a.popout_link:visited, a.popout_link:hover, a.popout_link:active {
	text-decoration: none;
}
a.popout_link {
	cursor: help;	
	text-decoration: none;	
	border-bottom: dotted 1px;
}

/* Mailbox Monitor */
.message_source {
	/*width: 80%;*/
	height: 200px;
	padding: 10px;
	overflow:auto;
	background-color:#FFFFE8;
	border: 1px solid #EAEAEA;
	font-size: 11px;
}
.page_tabs_results .message_source {
	background-color: #FFFFFF;
}
.mm_diag_warning {
	background-color:#CC0000; 
	color:#FFFFFF; 
	font-weight:bold;
}
#mm_graph {
	visibility:hidden;
}

#mm_data_ts, #mm_data_isp {
	float: left;
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#mm_graph_ts {
	position: absolute;
	top: 0;
	right: -485px;
	width: 475px;
	height: 400px;
}

#mm_graph_isp {
	position: absolute;
	top: 0;
	right: -450px;
	width: 440px;
	height: 400px;
}

#mm_graph_loading {
	position: absolute;	
	top: 125px;
	left: 0;
	text-align: center;
	width: 475px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #999999;
}

#mm_graph_loading img {
	vertical-align: top;
}

.mm_list_coverage {
  font-size: 16px;
  font-weight: bold;
}

table.mm_summary {
	font-size: 10px;	
	border-collapse: collapse;
	border: 1px solid #CCCCCC;	
}

table.mm_summary td {
	border: 1px solid #CCCCCC;
}

table.mm_summary td.graph {
	width: 200px;
	white-space:nowrap;
}

.mm_viewer_icon {
	border:0;
	margin:0;
	padding:0;
	vertical-align:top;
}

#mm_seed_list {
	height:355px;
	width:600px;
	background-color:#FFFFD7;
	border:solid 1px #CCCCCC;
	padding:6px;
	margin: 0;
	padding: 0;
	margin-top:4px;
	font-size: 11px;
}

.mm_compare_campaigns .header {
	text-align: center;
	font-weight: bold;
}

.mm_compare_campaigns td {
	text-align: center;
}

.mm_compare_campaigns .divider {
	border-left: 2px solid #CCCCCC;
}

.mm_compare_campaigns .campaign_row_desc {
	text-align: left;
	font-weight: bold;
}

.mm_compare_campaigns .campaign {
	text-align: left;
}

.mm_compare_campaigns .column_header {
	width: 85px;
	text-align: center;	
	white-space:nowrap;
}

.mm_compare_campaigns .isp_row {
	background-color: #EEEEEE;
}

.mm_compare_campaigns .isp_row td {
	font-weight: bold;
}

.mm_compare_campaigns .isp_group_title {
	text-align: left;
}

.mm_compare_campaigns .ip_cell {
	display: none;
}

.mm_compare_campaigns .seed_row {
	background-color: #FFFFDF;
}

.mm_compare_campaigns .isp_title {
	text-align: left;
	padding-left: 30px;	
}

.mm_compare_campaigns .seed_title {
	text-align: left;
	padding-left: 60px;	
}

/* dashboard */

div#dashboard {
	margin-left: 30px;
	width: 650px;	
}

div#dashboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#dashboard .title {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 15px;
}

#dashboard a {
	color: #000000;
}

.module {
	padding: 0;
	margin: 0;	
	width: 100%;
	margin-bottom: 15px;
}

.module_title_bar {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC; /* this is more vibrant */
	padding: 4px;
	padding-left: 7px;
	background-image: url(../images/left_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
}
#dashboard .module_title_bar a {
	font-weight: bold;
	color: #FFFFFF;
}
.module_title {
	font-size: 11px;
}
.module_title_message {
	background-color: #FFFF99;
	padding: 4px;	
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
}
.module_content {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
}

.module_loading {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding: 8px;
}

.module_loading img {
    vertical-align: text-bottom;
    margin-right: 3px;
}

.module_footer {
	background-color: #C1DAEE;
	/*border: 1px dotted #0099FF;*/
	border: 1px solid #CCCCCC;
	height: 8px;
}

.announcement_foot{
	padding: 4px;
}

.module_secondary_menu {
	float: right;
	margin-right: 5px;
	font-size: 10px;
}
.alt_datacell {
	background-color: #EAEAEA;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.datatable {
	width: 100%;
	font-size: 10px;
}
th {
	vertical-align: bottom;
}
.module_header {
	font-weight: bold;
	background-image: url(../images/column_head.jpg);
	background-repeat: repeat;
	background-position: bottom;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.module_header_inbox {	
	background-image: url(../images/column_head_green.jpg);
	background-repeat: repeat;
	background-position: bottom;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.module_header_bulk {	
	background-image: url(../images/column_head_yellow.jpg);
	background-repeat: repeat;
	background-position: bottom;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.module_header_missing {	
	background-image: url(../images/column_head_red.jpg);
	background-repeat: repeat;
	background-position: bottom;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#dashboard #datetime {
	font-size: 10px;
	padding-bottom: 10px;
}
#announcements .datatable {
	border-collapse: separate;
	font-size: 10px;
}
#announcements .datatable td {
	background-color: #EAEAEA;
	border: 1px solid #FFFFFF;
}

#announcements .datatable td a{
	color:#0000FF;
}

#announcement_history_module {
	width:79%;
}

.announcement_full {
	display: none;
}

#mailbox_monitor table.datatable {
	border-collapse: separate;
	font-size: 10px;
}
#mailbox_monitor .datatable td {
	border: 1px solid #CCCCCC;
}
#mailbox_monitor .module_content table {
	border-collapse: collapse;	
	font-size: 10px;
}
#mailbox_monitor .noborder td {
	border-style: none;
}
#mailbox_monitor .graph {
	width: 200px;
	white-space:nowrap;
}

#mailbox_monitor div#campaign_alert {	
	height: 175px;	
	overflow:auto;
	padding:0;
}

#mailbox_monitor div#campaign_alert table.datatable {	
	width:628px;
}

/* IE only */
* html #mailbox_monitor div#campaign_alert table.datatable {
	width:630px;
}

#blacklist_alert .module_content table {
	border-collapse: collapse;	
	font-size: 10px;
}
#blacklist_alert table.datatable {
	border-collapse: collapse;
}

#blacklist_alert .datatable td {
	border: 1px solid #CCCCCC;
}
#blacklist_alert .noborder td {
	border-style: none;
}
#blacklist_alert td.important {
	background-color: #FFC1C1;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
}
#blacklist_alert td.non_important {
	background-color: #FFFF99;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#blacklist_alert .divider {
	background-color: #CCCCCC;
	line-height:1px;
	padding: 0;
}
#blacklist_alert .graph { 
	white-space: nowrap;
}

#blacklist_alert .graph_bar {
	vertical-align: middle;
}

#blacklist_alert .graph_percent { 
	display: inline; 
}

#spam_filter_monitor .module_content table {
	border-collapse: collapse;	
	font-size: 10px;
}
#spam_filter_monitor .alt_datacell {
	border: 1px solid #FFFFFF;
}
#spam_filter_monitor .noborder td {
	border-style: none;
}
#spam_filter_monitor .graph { 
	white-space: nowrap;
}

#spam_filter_monitor .graph_bar {
	vertical-align: middle;
}

#spam_filter_monitor .graph_percent { 
	display: inline; 
}

#campaign_preview .graph { 
	white-space: nowrap;
}

#campaign_preview .graph_bar {
	vertical-align: middle;
}

#campaign_preview .graph_percent { 
	display: inline; 
}

#campaign_preview .section_header {
	font-weight: bold;
	background-color: #EAEAEA;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
}

#campaign_preview table.data_table {
	font-size: 10px;
}

#campaign_preview .module_content table {
	border-collapse: collapse;	
	font-size: 10px;
}
#campaign_preview table.data_table table td {
	border-style: none;
}
#campaign_preview .divider {
	background-color: #CCCCCC;
	line-height:1px;
	padding: 0;
}

/* Help popups */
#popup {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#popup h1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#popup #closewindow {
	float: right;
	font-size: 10px;
	font-weight: bold;
}
#popup .content {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	height: 520px;
	width: 650px;
}

#popup .content .content_scroll {
	height: 520px;
	width: 650px;
	overflow: auto;
}

/* ESP Dashboard */
#esp_dashboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse: collapse;	
}
#esp_dashboard table {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#esp_dashboard td {
	border: solid #CCCCCC 1px;
}
#esp_dashboard th {
	background-color: #0066CC;
	border: solid #FFFFFF 1px;
	color: #FFFFFF;
}
#esp_dashboard th a, #esp_dashboard th a:link, #esp_dashboard th a:visited, #esp_dashboard th a:hover, #esp_dashboard th a:active {
	color: #FFFFFF;
}
#esp_dashboard th .arrow_up {
	background:url(../images/arrow_white_up.gif) no-repeat left;
}
#esp_dashboard th .arrow_down {
	background:url(../images/arrow_white_down.gif) no-repeat left;
}
#esp_dashboard td.subheader {
	background-color: #C1DAEE;
	border: solid #FFFFFF 1px;
	color: #000000;
}
#esp_dashboard td.subheader a, #esp_dashboard td.subheader a:link, #esp_dashboard td.subheader a:visited, #esp_dashboard td.subheader a:hover, #esp_dashboard td.subheader a:active {
	color: #000000;
}
#esp_dashboard td.subheader .arrow_up {
	background:url(../images/arrow_black_up.gif) no-repeat left;
}
#esp_dashboard td.subheader .arrow_down {
	background:url(../images/arrow_black_down.gif) no-repeat left;
}
#esp_dashboard tr.clientrow:hover, #esp_dashboard tr.sfhover {
	background-color:#EBEBEB;
}
#esp_dashboard .title {
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 15px;
}
#esp_dashboard a:hover {
	color: #CC0000;
}
.redtext, .redtext a:link, .redtext a:visited {
	color: #FF0000;
}
.redtextbold, .redtextbold a:link, .redtextbold a:visited {
	color: #FF0000;
	font-weight: bold;
}
/* Campaign Preview */
.cp_thumb {
	font-weight: bold;
	float:left;
	width: 202px;
	text-align: center;
	margin: 0 10px 10px 0;
	height: 210px;
}
.cp_thumb_desc {
	font-weight: normal;
	font-size: 10px;
	color: #5C5C5C;
	margin-top: 3px;
	height: 25px;
}
.cp_thumb img {
	display: block;
	margin-bottom: 4px;
	border:1px solid #999999;
}
#cp_img_wrapper {
	padding-left: 128px;
}
#cp_img img {
	border:1px solid #999999;
}
#cp_img {
	overflow: auto;
	width: 100%;
	float: left;
	position: relative;
}
#cp_img_thumbs {
	float: left;
	position: relative;
	margin-left: -128px;
	width: 118px;
	text-align: center;
	vertical-align:middle;
}
/*IE6 Hack*/
* html #cp_img_thumbs {
  left: 128px;
}
#cp_img_thumbs span {
	display: block;
	text-align: center; 
	font-size:10px; 
	padding: 4px; 
	color: #666666;
}
#cp_img_thumbs a, #cp_img_thumbs div {
	display: block; 
	width: 108px;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 4px;
	border: solid 1px #FFFFDF;
}
#cp_img_thumbs img {
	border: solid 1px #CCCCCC;
}
#cp_img_thumbs a:hover {
	background-color: #EAEAEA;
}
#cp_img_thumbs div.selected {
	background-color: #EAEAEA;
	border: solid 1px #CC0000;
}
#cp_compare {
	width: 100%;
	position:relative;
	height: 400px;
}
#cp_compare_msg {
	width: 100%;
	position:relative;
	height: 475px;
}
#cp_compare_left, #cp_compare_right {
	position: absolute;
	width: 49%;
	height: 400px;
	text-align:center;
}
#cp_compare_msg_left, #cp_compare_msg_right {
	position: absolute;
	width: 49%;
	height: 425px;
	text-align:center;
}
#cp_compare_left, #cp_compare_msg_left {
	left: 0;
	z-index:2;
}
#cp_compare_right, #cp_compare_msg_right {
	right: 0;
	z-index:1;
}
#cp_compare_left_img, #cp_compare_right_img {
	background-color:#EAEAEA;
	border:1px solid #999999;
	overflow:auto;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.cp_highlight {
	background-color: yellow;
}
#cp_content {
	background-color:white;
	overflow:auto;
	width:98%;
	height:400px;
	border:1px solid #999999;
	margin: 0;
	padding: 5px;
}

.cp_content_line_num {
	color: #999999;
	padding-right: 10px;
}

.cp_sfm_legend {
	float:right; 
	border: 1px solid #999999; 	
}

.cp_sfm_legend td {
	padding: 3px;
	background-color: #FFFFFF;
}

.cp_status_change {
	background-color: #EAEAEA; 
	border:1px solid #999999; 
	padding: 6px;
}

.cp_message_limit {
	font-size: 11px;
	background-color: #FFC6C6;
	border: 1px solid #FF0000;
}

.cp_sfm_scores {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #CC0000;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;	
	font-weight: bold;
}

table.cp_sfm_scores_table {
	font-size: 11px;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	text-align: center;
}

table.cp_sfm_scores_table th {
	vertical-align:bottom;
	text-align:center;
	background-color:#EAEAEA;	
	border-right: 1px solid #CCCCCC;
}
table.cp_sfm_scores_table td {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.cp_sfm_reasons {
	margin-left: 10px;
}

.cp_create_pdf_shown {
  display: inline;
}

.cp_create_pdf_hidden {
  display: none;
}

.cp_loading {
  font-size: 12px;
  font-weight: bold;
  color: #3F3F3F; 
  vertical-align: top;
}

/*Domain Assurance*/
#auth_graph_loading {
	text-align: center;
	width: 610px;
	height: 200px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #999999;
}

/*Reputation Monitor*/
table.data_table th.data_title {
	background-color: #0066CC;
	border: solid 1px #0066CC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
}
#rep_detail {
	position: relative;
}
#rep_data {
	width: 470px; 
	margin-bottom: 20px;
	position: relative;
}

#rep_data form {
	margin: 0;
	padding: 0;
}
.rep_data_you {
	background-color: #D1E7F9;
}

#rep_supp_data {
	width: 900px;
}

#rep_supp_data table {
	width: 425px;
	margin: 0 15px 15px 0;
	float: left;
}

#rep_supp_data #rep_supp_fbl {
	float: left;
	width: 275px;
	margin: 0 15px 15px 0;
}

#rep_supp_data #rep_supp_fbl table {
	width: 275px;
	margin: 0;
	margin-bottom: 7px;
	float: none;	
}

#rep_graph {
	position: absolute;
	width: 465px;
	top: 0;
	left: 495px;
}

#rep_graph_loading {
	position: absolute;
	text-align: center;
	top: 100px;
	left: 0;
	text-align: center;
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #999999;
}

#rep_graph_loading img {
	vertical-align: top;
}
#rep_screenshot {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
}

.rep_small, .rep_icon {
	font-size: 9px;
}

.rep_icon a {
	text-decoration: none;
}

.rep_icon {	
	margin-left: 18px;
}

.rep_icon img {
	margin-left: -17px;
	margin-right: 4px;
	vertical-align: top;
}

#rep_research_results {
	font-size: 11px;
	width: 640px;	
}
#rep_research_results h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
#rep_whois {	
	max-height: 400px;
	overflow: auto;
}
#rep_research_results .arrow_down {
	background:url(../images/arrow_black_down.gif) no-repeat left;
}
.rep_research_domains {
	height:200px; 
	overflow:auto;
}
.rep_research_overflow {
	height:225px; 
	overflow:auto;
}

#rep_senderscore_container {
	position: relative;
}

#rep_help_link {
	position: absolute; 
	top: 60px; 
	right: 0px; 
	font-size: 10px;
}

#rep_senderscore {
	width: 100px;
	height: 60px;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/senderscore.gif) no-repeat;
	padding-top: 20px;	
	margin-bottom: 10px;
}

#rep_senderscore_title {
	display: none;
}

.rep_icon_container {
	cursor: pointer;
	display: block;
	padding: 4px;
}
/* DAS Profile styles */
.profile_body {
	padding: 7px;
	border:1px solid gray; 
	width:615px;
	background-color:white;
}
.page_tabs_results .table_outline {
	border: 1px solid gray;
	padding: 7px;
	background-color:white;
}
input.textbox {
	width: 160px;
}
input.textbox_small{
	width: 130px;
}
textarea.textbox {
	width: 250px;
	height: 75px;
}
.question_padding {
	padding-bottom:10px;
	line-height:1.4;
}
.error {
	color:red;
	font-weight:bold;
}
.main_error {
	color:red;
	font-weight:bold;
	width:615px;
	padding-bottom:5px;
}
.prof_section_header {
	font-weight:bold;
}

.profile_required_alert {
	padding:6px; 
	text-align:right; 
	font-weight:bold;
}
.profile_top_tbl {
	width:615px; 
	background-color:#FFFFDF;
}
.profile_bottom_tbl {
	background-color:white;
}
.mailing_ip_tbl {
	font-size:11px; 
	border:2px solid #CCCCCC;
	background-color:white;
	border-collapse:collapse;
	margin-top: 5px;
}
.required {
	color:red;
}
/* End DAS Profile Styles */
/* Client Deliverability Plan */
.issue_rec_long {
	display: none;
}
/* End Client Deliverability Plan */

/* Certification Tab */
td.bad {
	background-color: #ffc4c4;
}
td.warning {
	background-color: #ffff99;
}
td.good {
	background-color: #c1ffa4;
}
table.daily_metrics {
	font-size: 11px;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

table.daily_metrics th {
	vertical-align:middle;
	text-align:center;
	background-color:#EAEAEA;	
	border-right: 1px solid #CCCCCC;
}
table.daily_metrics th.colspanned {
	border-bottom: 1px solid #CCCCCC;
}
table.daily_metrics td {
	border: 1px solid #CCCCCC;
	text-align:center;
	padding-right: 2px;
	padding-left: 2px;
}
table.daily_metrics tr:hover {
	background-color:#EAEAEA;
}
table.daily_metrics tr.summary_row {
	background-color:#EAEAEA;	
}
table.daily_metrics td.summary_title {
	text-align: right;
}
div.hideable_pane {
	display: none;
	padding-left: 5px;
	max-width: 75%;
}
.hideable_pane_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
table#aggregate_data {
	width: 700px;
}
table#aggregate_data th{
	padding: 5px;
	text-align: center;
	border: 1px solid white;
}
table#aggregate_data th.no_bottom_border{
	border-bottom-style: none;
}
table#aggregate_data th.no_top_border{
	border-top-style: none;
}
table#aggregate_data th.thirty_day{
	background-color: #336699;
	color: white;
}
table#aggregate_data th.single_day{
	background-color: #99D5FF;
	color: black;
}
table#aggregate_data td{
	width: 100px;
	padding: 5px;
	text-align: center;
	border: 1px solid white;
}
table#aggregate_data td.source_cell{
	text-align: right;
}
table#aggregate_data td.odd_row {
	min-width: 10em;
	background-color: #EAEAEA;
}
table#aggregate_data td.even_row{
	min-width: 10em;
}
.thresholds {
	font-size: 10px;
	font-weight: normal;
}
span.tooltip {
	display: none;
}
td.tooltip_link:hover {
	text-decoration: none;
	color: black;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #99D5FF;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
/* End Certification Tab */
