html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px arial, sans-serif;
}
.optout-visit-button{
	float: right;
	cursor: pointer;
	margin-top: 10px;
	padding: 10px 15px 10px 15px;
	border-radius: 8px;
	font: bold 14px Arial,Sans-Serif;
}
.optout-buttons{
	cursor: pointer;
	width: 450px;
	margin-top: 40px;
	padding: 10px 15px 10px 15px;
	border-radius: 8px;

	font: bold 14px Arial,Sans-Serif;
}
.emails-display-table{
	border-spacing: 0;
	border-collapse: collapse;
}
.emails-display{
	border: 0; text-align: left; font: normal 16px arial; color: #000000; padding: 1px;
}
.emails-display-numbers{
	padding-right: 5px;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
}
.emails-display-meets-goal{
	color: green;
}
.emails-display-incomplete{
	 color: blue;
}
.emails-display-zero{
	  color: red;
}
.ui-widget-overlay
{
        z-index: 3998 !important;   
}
.ui-tooltip {
	width: 350px !important;
	max-width: 350px !important;
}
.ui-tooltip-content {
    font-size:12pt !important;
    font-family:Calibri;
 }

body a{
	color: blue;
}
.final_invoice_cell{
    border: 1px solid #000;
    padding: 5px;
}

.final_invoice_title{
    font-weight: bold;
    text-align: center;
}
#overall_table td{
    background-color: #eeeeee;
}
.ui-dialog-titlebar-close{
	display: none
}
.icon_cells{
	padding: 10px;
	background-color: #ffffff;
	width: 75px;
	height: 75px;
}
.required_astrisk{
	color: red;
	font: bold 16px arial, sans-serif;
}
#main_container{
	background-color: #ffffff;	
}
#main_body{
	border:0px solid red;
	padding: 20px 30px 30px 30px;
}

#leaderboard{
	display: none;
	float: right;
	border: 0px solid red;

	margin-top: 15px;	
}
#leaderboard table{
	border: 1px solid #007500;
	
}
.leaderboard{
	color: #000;
	border: 1px solid #007500;
	font: normal 14px arial, sans-serif;
	margin-bottom: 1px;
	padding: 5px;
}

.leaderboard_titlebar{
	background-color: #3C60D0;
	color: #ffffff;
	text-align: center;
	font: bold 14px arial, sans-serif;
	padding: 5px;
}
#links_header{
	padding-top: 3px;
	font: normal 14px arial, sans-serif;
}
#links_header a{
	font: normal 12px arial, sans-serif;
}
a {
	outline: none;
}

.hr {
	background-color: gray;
	border: 0px solid gray;
	height: 1px;
	margin: 21px 10px 20px 10px;
}
button::-moz-focus-inner { border: 0; }

#form_float{
	width: 874px;
	height: 77px;	
}
.formlist{
	padding: 5px;
}
.form_label{
	border-bottom: 2px solid #ffffff;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background-color: #007500;
	font: bold 14px arial, sans-serif;
}
