/* This is the main CSS file */


/* Banner
---------------------------------------------------------*/

#Banner {
	text-align: left;
	}


/* Body
---------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font: 75% arial, helvetica, sans-serif;
	text-align: center;
	background-repeat: repeat-x;
	}

h1 {
	font-size: 16px;
	font-weight:bold;
	background: inherit;
	color: #3463B1;
	margin-top: -3px;
	margin-bottom: 0px;
	}
	
	
h2 {
	font-size: 14px;
	font-weight:bold;
	background: inherit;
	color: #3463B1;
	margin-top: -3px;
	margin-bottom: 0px;
	}

h4 {
	color: #3463B1;
	font-size: 1em;
	font-weight: bold;
	}

#innercontent {
	padding: 0 0 20px 30px;
	/*adding display inline to a float fixes the IE double margin bug */
	 display: inline;
	}
	
	
/* Pagehead
---------------------------------------------------------*/
#pagehead {
	font-family: Verdana;
	text-align: left;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 0px;

	}

#pagehead p {
	font-size: 11px;
	background: #fff;
	color: #606;
	margin-bottom: 4px;
	margin-top:8px;
	}

#pagehead h1 {
	font-size: 21px;			
	background: #fff;
	color: #606;
	margin-top: 4px;
	margin-bottom: 5px;
	}
	
#pagehead a {
	background: #fff;
	color: #606;
	text-decoration: none;
	background: none;
	}

#pagehead a:hover { 
	text-decoration: underline;
	}

/* Content
---------------------------------------------------------*/
#content {
	margin: 0;
	position: relative;
	padding: 16px 10px 0 0;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	background: inherit;
	color: #333;
	}
	
#content p {
	margin-top: 5px;
	margin-bottom: 10px;
	}

#content .disabled {
	background: inherit;
	color: #999;
	}
	
#content a {
	background: inherit;
	color: #33c;
	text-decoration: none;
	}

#content a:hover { 
	text-decoration: underline;
	}	

#content .label {
	background: inherit;
	color: #666;
	font-weight: bold;
	padding-right: 4px;
	}

#content .description {
	background: inherit;
	color: #666;
	}

#content .link {	background: inherit;
	color: #3130ce
	}

#content .hilight { 
	color: inherit;
	background: #fff;
	}

#content .normal {
	background: #f7faf5;
	color: inherit;
	}
	
#content .divider {
	background: url('/Home/images/divider_gradient.jpg') no-repeat left top;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	}	

#content .bmargin {
	margin-bottom: -10px;
	}
	
/* Share Pages
---------------------------------------------------------*/	
	
#share {
	text-align: left;
	width: 97%;
	margin:0 10px 10px 20px;
	}

#share .top { 
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 10px;
	}	

#share .tresults, #share .tmatrix {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	}
	
#share .tresults th {
	margin: 4px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	font-weight: bold;
	text-align: left;
	}
	
#share .tresults .vopen {
	width: 2%;
	}

#share h1 {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
	}

#share .box {
	border: 1px solid red;
	height: 10px;
	width: 10px;
	background: #333;
	}

#share h2 {
	color: #000;
	font-size: 16px;
	}

.controls {
	margin: 0;
	margin-bottom: 5px;
	line-height: 10px;
	}	

#share #footer {
	margin: 10px 16px 0;
	padding: 10px 0;
	font-size: 80%;
	text-align: left;
	clear: both;
	background: inherit;
	color: #989898;
	border-top: 0px solid #5189c7;
	}

#zoombanner {
	border-top: 3px solid #660066;
	background: #fc0;
	height: 57px;
	margin: 0;
	padding: 0;
	}	
	
#navbuttons {
	position: absolute;
	left:0;
	width: 100%;
	top: 37px;
	left:0;
	text-align: left;
	background-image: url(/Home/images/top-nav/nav-bg-div.gif);
	background-repeat: repeat-x;
	height: 27px;
	}

.noborder {
	border: 0;	
	}
	
	
#footer2 {
	float: left;
	margin-top: 15px;
	text-align: left;
	margin-left: 16px;
	font: 0.9em Arial, Helvetica, Sans-serif;
	color: #999;
	/*adding display inline to a float fixes the IE double margin bug */
	 display: inline;
	}	

#footer2 a {
	background: inherit;
	color: #33c;
	text-decoration: none;
	}

#footer2 a:hover { 
	text-decoration: underline;
	}

/* Print Pages
---------------------------------------------------------*/
#print {
	}

#print h1 {
	color: #660066;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	}


#print h2 {
	color: #3463B1;
	font-size: 15px;
	}
		
	
#printbar {
	border-bottom: 1px solid #6494ce;
	background: #eaf4ff;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 10px;
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
	height: 15px;
	}
	
		
#printbutton {
	display: inline;
	position: absolute;
	left: 16px;
	top: 7px;
	}
	
#closebutton {
	display: inline;
	position: absolute;
	right: 4%;
	top: 7px;
	}	
	

.talign {
	vertical-align: 65%;
	}


.pagebox {
	vertical-align: 50%;
	width: 34px;
	height: 15px;
	padding: 0;
	font: 0.9em arial;
	}

.vresponses {
	margin-top: 20px;
	}
	
	
/* Message boxes
---------------------------------------------------------*/

.message {
	width: 584px;
	margin-top: 15px;
	background: #FFFFE1;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #cdcdcd;
	margin-bottom: 12px;
	font-size: 0.9em;
	}

.warning {
	width: 440px;
	text-align: left;
	margin-top: 5px;
	background: #FFFFE1;
	padding: 10px 10px 10px 10px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
	font-size: 0.9em;
	}

#pagehead .warning a {
	color: #33c;
	text-decoration: none;
	}

	
/* General Purpose Classes
---------------------------------------------------------*/

.textcenter {
	text-align: center;
	}
	
.textright {
	text-align: right;
	}
	
.smallfont {
	font-size: 0.9em;
	}
	
	
.indent {
	margin-left:25px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.bold {
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}

.bold-underline {
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}
	
.bold-underline a{
	text-decoration:underline;
	}
	
.blue {
	color: #3130CE;
	font-weight: bold;
	}

.red {
	color: #c00;
	font-weight: bold;
	}
	

.space {
	width: 15px;
	}
	

.ddbox {
	font-size: 1em;
	}

.learnmore {
	margin-left: 5px;
	background: inherit;
	color: #999999;
	font-size: 11px;
	}
	
.learnmore a
{
	text-decoration:underline;
}
	
.zpro {
	border-width: 0px;
	text-decoration: none;
	vertical-align: -30%;
	padding-right: 3px;	
	}

.urlbox {
	width:580px;
	margin-left: 0;
	margin-top: -5px;
	font-size: 0.8em;
	color: #333;
	}

.disablemenu {
	font-size: 0.9em;
	margin: 8px;
	color: #999;
	border-right: solid 1px #94B7E1;
	background-color:#E3E3F4;
	padding: 0 0 0 15px;
	}

.rname {
	font-weight: bold;
	color: #666;
	margin-right: 10px;
	}	
	
.button {
	margin-top: 0;
	margin-right: 17px;
	}

.ztext {
	vertical-align: 0%;
	margin-left: 6px;
	}
.dtext {
	color: #666;
	}
	
.next {
	vertical-align: -50%;
	margin-left: 12px;
	}
	
.toptext{
	width: 95%;
	padding-bottom: 14px;
	}
	

#ctitle {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	}

#cimage {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	vertical-align: middle;
	}

.hcustom {
	position: relative;
	margin-top: 30px;
	margin-bottom: -45px;
	color: #000;
	font-size: 1.5em;
   } 
/* Error page styles */
.NoSpace 
{ 
	display: none; 
}
.ErrorFieldset
{ 
	position:relative;	
	margin-left: 50px;
	margin-bottom: 30px;
	margin-right:50px;
	padding-left:10px;
}

.ErrorText
{ 
	font-size:16pt; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#330099; 
}
.ErrorDescription
{ 
	font-size:12px; 
	font-family: Verdana; 
} 
.TechnicalDetailsLink
{ 
	font-size:10pt; 
	font-family: Verdana, Helvetica, sans-serif; 
	color:#666666; 
} 
.ErrorTitle 
{ 
	text-align:right; 
	font-size:8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:darkgrey; 
	width:150px; 
	vertical-align:top; 
} 
.ErrorTrace 
{ 
	font-size: 10pt; 
	color: darkgrey; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left; 
} 
.ErrorSimple 
{ 
	font-size:10pt; 
	color:Red; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align:left; 
	width:100%; 
}

.mobileHeaderIcon
{
	 vertical-align:middle;
}