﻿body 
{
	margin: 0px;
	padding-bottom: 20px;  /*always leave some blank space, 20px, after the footer*/
	text-align: center;
	/* background-image: url('/images/global_bg_top.jpg'); 
	background-position:  left top;
	background-repeat: repeat-x;  */
	background-color: #eee;  /*light gray for the outside area*/	
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	/* Create a consistent base font size across browsers. */
	font-size: 90.7% !important
}
body > * { /* IE6-only filter */
	text-align: left;
}
/* Yes: all links in all pages get these preferances */
a {
	color: #3C61A5;/*MSI Nice blue*/
	text-decoration:none;
}
a:visited{
	color: #3C61A5;
}
/* Hide the Homepage Contextual Section Headers */
h2.contextual-section-header {
	display: none;
}
/* Yes: Outer Container for bottom shadow */
div#outer-container {
	width: 772px;
	padding: 0;
	margin: 0px auto;
	/* background-image: url('/images/global_page_side_shadow.jpg');
	background-repeat: repeat-y; */
	background-color: white;	
	position: relative; 	
	background-position:center;
}


/****Header******/
div#globalheader {
	padding: 20px;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	min-height: 39px;
	height: auto !important;
	height: 39px; /* For IE6 */
}
#globalheader a#MSI-header {
	float: left;
	width: 30%;
	text-align: left;
	border: none;
}
/**********/
/* Main Container for All Content */
div#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;

	background-image: url('/images/global_page_bottom_shadow.jpg');
	background-position:    center bottom;
	background-repeat: no-repeat;
	
	position: relative; padding-left:6px; padding-right:6px; padding-top:0; padding-bottom:6px
}
/* ************************************************************************** */
/*                              Main Contents Body 							*/
/* ************************************************************************** */

#contents-body{
font-family: Arial, Helvetica, Verdana, sans-serif !important;
/* color:#9CA5C6; */ /*just use default color */
/*font-size: 11.2677 px;*/
/* Create a consistent base font size across browsers. */
font-size: 80.7% !important;
margin-bottom: 5px;
text-decoration: none;
border-bottom: 2px solid #9CA5C6; /* MSI light blue  */
}
/********others******/
td
{
   vertical-align: top;
}

td.fieldname
{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}
hr
{
   color: #b45d16;
}
div.sectiontitle
{
   /*background-color: #706a6a;*/   
   /*color: #f7b76b;*/  
	background-color: #082863; /* MSI Dark blue*/
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	color: #FFF; /*white*/
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;

}

div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}
#mainBody
{
   padding: 15px 6px 15px 20px;/* top, right, bottom, and left */
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

/* ************************************************************************** */
/*                                   Footer                                   */
/* ************************************************************************** */

#footer 
{
    font-size: 75.7% !important;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	clear: both;
	margin: 0px;
	min-height: 40px;
	position: relative;
	background-color: white;
	/* background-image: url('../images/footer/footer_top_shadow.jpg'); /* ugly bar*/
	background-position: left top;
	background-repeat: repeat-x
}
#footer p, #footer address {
	margin: 0;
	font-size: 100% !important;
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
}
#footer p.badges {
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 45px !important;
	line-height: 100%;
}
#footer p.badges a {
	line-height: 100%;
}
#footer p.tools {
	position: absolute;
	right: 0;
	top: 10px;
	width: 232px;
	text-align: right;
	padding-right: 4px;
}
#footer a.badge {
	margin-right: 7px;
}
#footer a.badge img {
	vertical-align: middle;
}
#footer p.copyright {
	text-align: center;
	padding-top: 10px;
	color: #9CA5C6;
	width: 400px;
	margin: 0 auto;
}
#footer address {
	text-align: center;
	font-style: normal;
	color: #9CA5C6;
	width: 290px;
	margin: 0 auto;
}
#footer p.policy {
	text-align: center;
	color: #9CA5C6;
	width: 290px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#footer a.tool {
    padding: 2px 4px 4px 22px;
	color: #9CA5C6;
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	display: block;
	text-align: left;
	width: 10.3em; 
 	background-image: url('../../images/footer/footer_email.png');
 }
