﻿/* browse user control styles --------------------------------------------------------- */
.modalPopupBackground
{
background-color: #e3e0e0;	
filter: alpha(opacity=70);
opacity: 0.7;
z-index: 10000;
overflow: auto;
}

.modalPopup
{
background-color: #7b90a8;
border-width: 3px;
padding: 3px;
width: 85%;
height: 85%;
overflow: auto;
text-align:center;
z-index: 999;
}

#flash
{
z-index: 1;
}
/* browse user control styles --------------------------------------------------------- */

/* Master styles --------------------------------------------------------- */
body {
	min-width: 950px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(Images/mwhBackground.gif);
	background-repeat: repeat;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	z-index:0;
	text-align: -moz-center; 

}	

/* slogan page header */
#slogan {
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

/* copyright page footer */
.copyright {
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

/* sitemap */
.smpSiteMap {
	color: #000000;
	font-weight: bold;
}
.smpSiteMap a {
	text-decoration: underline;
	color: #000000;
}

.smpSiteMap a:hover {
	text-decoration: none;
}

/* main cotent style */
#copy {			
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 1em 1em;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

#copy a {
	color:#003875; /* blue */
	font-weight: bold;
}

#copy a:hover {
	text-decoration:none;
	color:#A91313;  /* red */
}
/* END Master styles --------------------------------------------------------- */

/* Page Styles --------------------------------------------------------------- */
h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #A91313; /* red */
}
/* END Page Styles --------------------------------------------------------------- */

/* Page Styles --------------------------------------------------------------- */
.tableHeader {
	font-size: 16px;
	font-weight: bold;
	color: #A91313; /* red */
}

.tableHeaderPost {
	font-size: 16px;
	font-weight: bold;
	color: #003875; /* blue */
}

.tableBox
{
	border: 1px solid #003875;
}

/* END Page Styles --------------------------------------------------------------- */

/* new sevice hero --------------------------------------------------------------- */
.gray16 {
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
	font-size: 16px;
	font-weight: bold;
	color: #71727f; /* gray */
}
/* END Page Styles --------------------------------------------------------------- */

/* Profile styles --------------------------------------------------------- */
.headerName {
	color: #A91313; /* red */
	font-size: 15px;
	font-weight: bold;
}

.headerSection {
	color: #A91313;
	font-size: 15px;
	font-weight: bold;
}

.headerDate {
	color: #003875;
	font-size: 13px;
	font-weight: bold;
}

li {
	list-style-image: url(Images/bulletLIst.gif);
	padding-left: 15px;
}

.size72 
{
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
	font-size: 72px;
}

.size36 
{
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
	font-size: 36px;
}

.size26 
{
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
	font-size: 26px;
}

.size16 
{
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
	font-size: 16px;
}

.size10 
{
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
	font-size: 10px;
}

td.borders 
{ 
	border-style: solid;
	border-color: Black;
	border-spacing: 0;
	border-width:thin
}

/* END Profile styles ------------------------------------------------------- */


/* Form styles --------------------------------------------------------- */
td.formLabel {
	background-color: #E0E8FF; /* lioght blue */
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

td.formDetail {
	background-color: #EEEEEE; /* light grey */
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

fieldset {
		border-left-color: #003875; 
		border-bottom-color: #003875; 
		border-top-style: solid; 
		border-top-color: #003875; 
		border-right-style: solid; 
		border-left-style: solid; 
		border-right-color: #003875; 
		border-bottom-style: solid;
		padding: 6px; 
}

legend {
	font-size: 1.5em;
	color: #003875;
}

.systemMessage
{
	font-size: 1.5em;
	color: #003399; /* black */
}

.textBox {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

.dropDownlist {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

.button {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}

.radioButtonList {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, Sans-serif ;
}
/* END Form styles --------------------------------------------------------- */

/* IE 8 fixes --------------------------------------------------------- */
.IE8Fix 
{ 
    z-index: 1000; 

}
/* END IE 8 fixes --------------------------------------------------------- */