@charset "utf-8";
/* ############################# */
/* EMAIL SECURITY GRADER         */
/* Revision 2 (2010/08)          */
/* Copyright (c) 2010 by Vircom. */
/* ############################# */


/* ----------- */
/* Menu Holder */
/* ----------- */

.menu_top {
	background-image: url(../images/branding/menu_backg.jpg); 
	background-repeat: repeat-x; 
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	height: 33px;
	letter-spacing: 0;
	margin-left: 40px;
}

.menu_top ul {
	list-style-image: url(../images/branding/blank.gif);
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu_top ul li {
	display: inline;
	float: left;
	margin-bottom: 0;
	position: relative;
	text-align: center;
}
.menu_top ul li a {
	background-image: url(../images/branding/menu_backg.jpg);
	border-right: 2px solid #EFEFEF; 
	color: #FF0000;
	display: block;
	margin-bottom: 0;
	padding: 10px 25px 8px; 
	text-decoration: none;
}

* html .menu_top ul li a {
	display: inline-block;
}

.menu_top ul li a:link, .menu_top ul li a:visited {
	color: #434343;
}

.menu_top ul li a:hover {
	background-image: url(../images/branding/menu_backg_on.jpg);
	color: #434343;
}

.menu_top ul li a.on {
	background-image: url(../images/branding/menu_backg_on.jpg);
	color: #434343;
}

.menu_top ul li .select {
	background-image: url(../images/branding/menu_backg_on.jpg);
	color: #434343;
}

div.smallish-progress-wrapper { 
	position: relative; 
	border: 1px solid #47A0E9; 
	height: 40px;
	vertical-align: middle;
} 
div.smallish-progress-bar { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	background-color: #1569AD;
} 
div.smallish-progress-text { 
	text-align: center; 
	position: relative; 
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #6BB3ED;
}

.progressBarDesc{
	font-size: .75em; 
	color: #0C3D66; 
}

.ui-widget-header-blue { 
	border: 1px solid #47a0e9; 
	background: #1569ad url(images/ui-bg_highlight-soft_15_1569ad_1x100.png) 50% 50% repeat-x; 
	color: #ffffff; 
	font-weight: bold; 
}

.ajaxloader {
    text-align:center;
    padding-bottom:10px;
}
