@charset "utf-8";
/* ############################# */
/* EMAIL SECURITY GRADER         */
/* Revision 2 (2010/08)          */
/* Copyright (c) 2010 by Vircom. */
/* ############################# */


/* ---- */
/* Page */
/* ---- */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height:100%;
}

.page_container {
	min-height: 100%;
	position: relative;
	min-width: 950px;
}

.page_cleardiv {
	clear: both;
}

/* ----------- */
/* Page header */
/* ----------- */

.page_header {
	width: 100%;
	height: 104px;
}
.page_header_left {
	float: left;
	width: 840px;
	height: 104px;
	background-image: url(../images/branding/email_security_test_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.page_header_fill {
	height: 104px;
	background-image: url(../images/branding/email_security_test_header_rep.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#page_header_title {
	border: none;
	position: relative;
    height: 84px;
    width: 400px;
    left: 40px;
    top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
div#page_header_title_pt1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
}
div#page_header_title_pt2 {
	position: relative;
	top: -15px;
	left: 50px;
}
div#page_header_title_pt2a {
	float: left;
	color: #D1F2FC;
	font-size: 36px;
	font-weight: bold;
}
div#page_header_title_pt2b {
	color: #1BBCEF;
	font-size: 36px;
	font-weight: bold;
}

.page_header_vircom {
	border: none;
	float: right;
	height: 0;
	margin-right: 40px;
	position: relative;
	top: -80px;
	text-align: center;
	color: #D1F2FC;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

/* --------- */
/* Page menu */
/* --------- */

.page_menu_top {
	background-image: url(../images/branding/menu_backg.jpg);
	background-repeat: repeat-x;
	border: 0 solid #00FF33;
	width: 100%;
	height: 33px;
}

/* ------------------------------------------------------------ */
/* Page content container (Inner container for content+sidebar) */
/* ------------------------------------------------------------ */

.page_content_container {
	margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	padding-bottom: 180px;   /* Height of the footer */
	font-size: small;
	min-height: 45em;
	font-family: Arial, Helvetica, sans-serif;
}

.page_content_container h1 a {
	color: white; 
}

.page_content_container h1 a:link {
	color: white; 
}

.page_content_container h1 a:visited{
	color: white; 
}

.page_content_container h1 a:active {
	color: white; 
}

.page_content_container h1 a:hover{
	color: white; 
}

.page_content_container a {
	color: #1569AD; 
}
.page_content_container a:link {
	color: #1569AD; 
}
.page_content_container a:visited {
	color: #1569AD; 
}
.page_content_container a:active {
	color: #FF3605; 
}
.page_content_container a:hover {
	color: #1bbcef; 
}

.undecorated_link
{
    text-decoration: none;
}

.orange_link {
	color: #FF3605;
	font-weight: bold;
	text-decoration: none;
}
.orange_link a {
	color: #FF3605;
	font-weight: bold;
	text-decoration: none;
}
.orange_link a:link {
	color: #FF3605;
	font-weight: bold;
	text-decoration: none;
}
.orange_link a:visited {
	color: #FF3605;
	font-weight: bold;
	text-decoration: none;
}
.orange_link a:active {
	color: #FF3605;
	font-weight: bold;
	text-decoration: none;
}
.orange_link a:hover {
	color: #FF3605;
	font-weight: bold;
	text-decoration: none;
}

.page_content_container h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF3605;
	margin-bottom: 0px;
}

.page_content_container h2 { 
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1569AD;
	margin-top: 0px;
	margin-bottom: 25px;
}
.page_content_container h2 a {
	color: #1569AD; 
}
.page_content_container h2 a:link {
	color: #1569AD; 
}
.page_content_container h2 a:visited {
	color: #1569AD; 
}
.page_content_container h2 a:active {
	color: #FF3605; 
}
.page_content_container h2 a:hover {
	color: #1569AD; 
}
	
.page_content_container .orange_h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF3605;
	margin-top: 0px;
	margin-bottom: 25px;
}
 
.page_content_container .white_h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 25px;
	z-index: 100000;
}
.page_content_container h2 a {
	color: #FFFFFF; 
	text-decoration: none;
}
.page_content_container h2 a:link {
	color: #FFFFFF; 
}
.page_content_container h2 a:visited {
	color: #FFFFFF; 
}
.page_content_container h2 a:active {
	color: #FFFFFF; 
}
.page_content_container h2 a:hover {
	color: #FFFFFF; 
}

.page_content_container h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1569AD;
	margin-top: 0px;
	margin-bottom: 5px;
}

.page_content_container h4 {
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 5px;
}

.page_content_container ul {
	 /* list-style-image: url(../images/branding/ul-style-image_grey.png); */
	 padding-left: 8px; 
	 margin-left: 8px; 
}

.page_content_container ul li {
}

/* ------------ */
/* Page sidebar */
/* ------------ */

.page_sidebar {
	float: right;
	width: 290px;	/* to put as margin-right of page_content */
	padding-top: 110px;
	padding-right: 20px;
}

.page_sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.page_sidebar ul a {
	text-decoration: none;
}

/* ------------ */
/* Page content */
/* ------------ */

.page_content {
	margin-right: 325px;  /* width of page_sidebar + padding-right of page_sidebar + separator width */
	padding-left: 40px;
}

/* ---------- */
/* Form Table */
/* ---------- */

.form_table {
}

.form_table tr {
	vertical-align: top;
}

.form_table td .form_table_left_col {
	text-align: left;
}

.form_table .form_table_left_col {
	white-space: nowrap;
}

.form_table h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1569AD;
	margin-top: 0px;
	margin-bottom: 5px;
}

.form_table h4 {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #696969;
	margin-top: 0px;
	margin-bottom: 0px;
}

.form_table input[type="text"] {
	color: #FF3605; /* 1569AD */
	font-weight: bold;
	font-size: 14px;
	background: #f5f8fc; /* e9f1f7 */
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #92b7d7;
	border-left: 1px solid #92b7d7;
	border-bottom: 1px solid #1569AD;
	border-right: 1px solid #1569AD;
}

.form_table .form_button  {
	color: #1569AD; 
	font-weight: bold;
	font-size: 14px;
	background: #f5f8fc; /* e9f1f7 */
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #92b7d7;
	border-left: 1px solid #92b7d7;
	border-bottom: 1px solid #1569AD;
	border-right: 1px solid #1569AD;
} 
.form_table .form_button:hover  {
	color: #FF3605; 
	cursor: pointer;
	background: #FDE2D3;
	border-top: 1px solid #FF3605;
	border-left: 1px solid #FF3605;
	border-bottom: 1px solid #FF3605;
	border-right: 1px solid #FF3605;
}

/* ----------- */
/* Page footer */
/* ----------- */

.page_footer {
 	position: absolute;
	bottom: 0;
	width: 100%;
	height: 180px;
}
.page_footer_left {
	float: left;
	width: 840px;
	height: 180px;
	background-image: url(../images/branding/mail_server_security_test_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.page_footer_fill {
	height: 180px;
	background-image: url(../images/branding/mail_server_security_test_footer_rep.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#page_footer_info {
	border: none;
	position: relative;
    width: 100%;
    top: 70px;
	font-family: Tahoma, Geneva, sans-serif;
}
div#page_footer_links {
	color: #1BBCEF;
	font-size: 13px;
	font-weight: normal;
    padding-left: 40px; 
    padding-right: 40px; 
	text-align: center;
}
div#page_footer_links a {
	color: #595959;
}
div#page_footer_copyright {
	color: #7F7F7F;
	margin-top: 15px;
    padding-left: 40px; 
    padding-right: 40px; 
	font-size: 10px;
	font-weight: normal;
}

/* -------------- */
/* Review Results */
/* -------------- */

.emailsecurityreport_header {
	padding-bottom: 20px;
}

.emailsecurityreport_header table td {
	vertical-align: top;
}

.emailsecurityreport_badge {
    width: 130px;
}

.emailsecurityreport_badge_publish {
    padding-top: 4px;
    font-size:10px;
    text-align:center;
}

.emailsecuritybadge_container {
	float: left;
	width: 140px;
}

.emailsecurity_ranking {
	text-align: left;
}

.emailsecurityreport_body {
	margin-right: 20px;
}

.emailsecurityreport_body h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #1569AD;
	color: #ffffff;
	border-top: 3px solid #1569AD;
	border-bottom: 3px solid #1569AD;
	border-left: 8px solid #1569AD;
	border-right: 8px solid #1569AD;
	margin-top: 0px;
	margin-bottom: 0px;
	/* 
	margin-top: 30px;
	margin-bottom: 50px;  
	*/
}

.testHeader {
	font-size: 18px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #4B4B4B; 
	background-color: #F8F8FF;
	margin-top: 0px;
	margin-bottom: 0px;
	border: solid 1px #8DCEF0;
	padding: 7px; 
}

.emailsecurityreport_body h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF3605;
	padding-top: 7px;
}

.emailsecurityreport_body a {
	text-decoration: none;
}

.emailsecurityreport_body_table {
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 1px solid #C7E2F8;
	border-right: 1px solid #C7E2F8;
}
.emailsecurityreport_body_table thead {
	background-color: #C7E2F8;
	color: #1569AD;
	font-weight: bold;
}
.emailsecurityreport_body_table tr {
}
.emailsecurityreport_body_table td {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #C7E2F8;
}
.emailsecurityreport_body_result_ok {
	padding-bottom: 40px; 
}

.emailsecurityreport_body_result_info {
	padding-bottom: 40px; 
}

.emailsecurityreport_body_result_bad {
	padding-bottom: 40px; 
}

#emailsecurityreport_body_result_ok_status {
	color: #090;
	font-weight: bold;
	text-transform: uppercase;
}

#emailsecurityreport_body_result_info_status {
	color: #03F;
	font-weight: bold;
	text-transform: uppercase;
}

#emailsecurityreport_body_result_bad_status {
	color: #F00;
	font-weight: bold;
	text-transform: uppercase;
}

#emailsecurityreport_body_result_text {
}

/* ----- */
/* Badge */
/* ----- */

.emailsecuritygrader_badge_box {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #FF3605;
	border-left: 1px solid #FF3605;
	border-bottom: 1px solid #FF3605;
	border-right: 1px solid #FF3605;
}

/* Validation */

label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 2px solid red;
}

#errorDlgMessage{
	color: #CE0C0C; 
	font-size: small; 
}

#failedAuthenticationDlgMessage{
	color: #CE0C0C;
	font-size: small;
}

.errorFooter{
	text-align:right;
	font-style: italic;
}

#separator {
	padding: 5px; 
}

.hand{
	cursor: pointer;
}

/* Overriding jQuery definitions */

.ui-icon { display: inline-block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_228ef1_256x240.png); }
.myIcon.expanded{
	background-position: -16px -192px;
}

.border {
	border: 1px solid black; 
}

.warning {
	color: #c3c3c3; 
	font-style: italic; 
	font-family: verdana; 
	font-weight: bold; 
}

.boldText {
	font-weight: bold; 
}

.blue{
	color: #2D58A3; 
}

.large {
	font-size: 15px; 
}

#badgeImg{
	width: 130px; 
	height: 156px; 
}