/* $Id: print.css,v 1.42 2008/06/04 23:47:46 jgoldsmith Exp $ */
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}
#header .logo {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.nav, .subnav {
	display:none;
}
#user {
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 12px;
}
#user_controls {
	display:none;
}
#user span.company_name {
	font-size: 14px;
	font-weight: bold;
}
#page {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

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: #000000;
	margin: 0;
	padding: 0;
	margin-right: 4px;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-top: 1px solid #000000;
	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: #000000;
	display: block;
	padding: 6px 5px 6px 5px;
}
ul.page_tabs li.selected {
	background-color: #EAEAEA;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: -1px;
}
.page_tabs_results {
	width: 97%;
	padding: 10px;
	padding-top: 15px;
	border:1px solid #000000;
	background-color: #FFFFFF;
	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 #000000;
}

.clear {
	clear: both;
}

.paging {
	margin-top: 15px;
	padding: 5px;
	text-align:center;
	font-size:11px;
}

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

.paging_top {
	display: none;
}

.clear {
	clear:both;
}

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

h2, .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	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;
}

table.users {
	font-size: 11px;
	width: 500px;
	border-collapse:collapse;
}
* > table.users {
	min-width: 500px;
}
table.users th {
	text-align: left;
	background-color:#FFFFFF;
	color: #333333;
	border-right: 1px solid #FFFFFF;
}
table.users td, table.users th {
	border: 1px solid #000000;
}
table.users tr.user td {
	border-bottom: 1px solid #000000;
}
table.users .company_name {
	background-color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #000000;
}
table.users .company_name .add {
	float:right;
	font-weight:normal;
	font-size:10px;
}
table.users .change_email {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 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;	
	margin-left: 15px;
	background-color:#FFFFFF;
	border:1px solid #000000;
}
.filter_right {
	/*float:right;*/
	position:absolute;
	top:10px;
	right:0;
}
.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 #000000;
	margin-top: 5px;
}

table.data_table th, table.data_detail th {
	vertical-align:bottom;
	text-align:left;
	background-color:#FFFFFF;	
	border-right: 1px solid #000000;
}
table.data_table td, table.data_detail td {
	border: 1px solid #000000;
}
.indent {
	margin-left: 20px;
}

/* Mailbox Monitor */
.message_source {
	width: 80%;
	padding: 10px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
}

table.mm_summary {
	font-size: 10px;	
	border-collapse: collapse;
	border: 1px solid #000000;	
	width: 100%;
}

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

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

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

/* dashboard */

div#dashboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 95%;
}

#dashboard .title {
	display: none;
}

#dashboard a {
	color: #000000;
}



.module {
	padding: 0;
	margin: 0;	
	width: 100%;
	margin-bottom: 30px;
	font-size: 10px;
}

.module_title_bar {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	padding-left:0;
	text-align:left;
	font-size: 10px;
}
#dashboard .module_title_bar a {
	font-weight: bold;
	color: #000000;
}
.module_title, .module_title a {
	font-size: 14px;
	text-decoration:none;
}
.module_title_message {
	padding: 4px;	
}
.module_content {
	font-size: 10px;
}

.module_footer {
	display: none;
}

.announcement_foot{
	padding: 4px;
}

.announcement_short, .announcement_full a {
	display: none;
}

.module_secondary_menu {
	display: none;
}
.alt_datacell {
	padding: 4px;
	border: 1px solid #000000;
}
.datatable {
	width: 100%;
	font-size: 10px;
}
th {
	vertical-align: bottom;
	border: 1px solid #000000;
	font-weight:bold;
}
#dashboard #datetime {
	font-size: 10px;
	padding-bottom: 10px;
}
#dashboard #datetime .noprint {
	display: none;
}
#announcements .datatable {
	border-collapse: collapse;
}
#announcements .datatable td {
	border: 1px solid #000000;
}

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

#announcement_history_module {
	width:79%
}

#mailbox_monitor table.datatable {
	border-collapse: collapse;
}
#mailbox_monitor .datatable td {
	border: 1px solid #000000;
}
#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;
}

#blacklist_alert td.graph_cell table {
	font-size: 10px;
}

#blacklist_alert table.datatable {
	border-collapse: collapse;
}
#blacklist_alert .datatable td {
	border: 1px solid #000000;
}
#blacklist_alert .module_content table {
	border-collapse: collapse;	
	font-size: 10px;
}
#blacklist_alert .noborder td {
	border-style: none;
}

#blacklist_alert .divider {
	background-color: #000000;
	line-height:1px;
	padding: 0;
}
#blacklist_alert {
	page-break-before:always;
}
#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 #000000;
}
#spam_filter_monitor .noborder td {
	border-style: none;
}
#spam_filter_monitor .datatable {
	border: 1px solid #000000;
	border-collapse:collapse;
	font-size: 10px;
}
#spam_filter_monitor .graph { 
	white-space: nowrap;
}

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

#spam_filter_monitor .graph_percent { 
	display: inline; 
}

/* 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;
}

/* ESP Dashboard */
  #esp_dashboard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 95%;
}
#esp_dashboard table {
	border-collapse: collapse;
}
#esp_dashboard td {
	border: solid #000000 1px;
}
#esp_dashboard th {
	background-color: #FFFFFF;
	border: solid #000000 1px;
	color: #000000;
}
#esp_dashboard td.subhead {
	background-color: #FFFFFF;
	border: solid #000000 1px;
	color: #000000;
}
#esp_dashboard .title {
	display: none;
}
#esp_dashboard a:hover {
	color: #000000;
}
.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 #000000;
}
#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: #000000;
}
#cp_img_thumbs a, #cp_img_thumbs div {
	display: block; 
	width: 108px;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 4px;
	border: solid 1px #FFFFFF;
}
#cp_img_thumbs img {
	border: solid 1px #CCCCCC;
}
#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:#FFFFFF;
	border:1px solid #000000;
	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 #000000;
	margin: 0;
	padding: 5px;
}

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

.cp_message_limit {
	font-size: 11px;
	border: 1px solid #000000;
}

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

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

table.cp_sfm_scores_table th {
	vertical-align:bottom;
	text-align:center;
	background-color:#FFFFFF;	
	border-right: 1px solid #000000;
}
table.cp_sfm_scores_table td {
	border: 1px solid #000000;
}

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

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

#rep_supp_data table {
	width: 450px;
	margin: 0 15px 15px 0;
}
#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;
	display: none;
}

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

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

.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: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

#rep_research_results .arrow_down {
	background:url(../images/arrow_black_down.gif) no-repeat left;
}

#rep_help_link {
	display: none;
}

#rep_senderscore {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*DAS Client Profile*/
#profile_tabs {
	display: none;
}
input.button {
	display: none
}
.profile_top_tbl {
	width:615px; 
	background-color:#FFFFDF;
}
textarea.textbox {
	width: 250px;
	height: 75px;
}
.question_padding {
	padding-bottom:10px;
	line-height:1.4;
}
.error {
	color:black;
	font-weight:bold;
}
.main_error {
	color:black;
	font-weight:bold;
	width:615px;
	padding-bottom:5px;
}
.question_padding {
	padding-bottom:10px;
	line-height:1.4;
}
.required {
	color:red;
}
.profile_required_alert {
	padding:6px; 
	text-align:right; 
	font-weight:bold;
}
/* End Client Profile Styles*/
/* Client Deliverability Plan */
.issue_rec_short, .issue_rec_long img {
	display: none;
}
/* End Client Deliverability Plan */