/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/* EcommVcss.css										  */
/* for use with IE7 browser                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #006699;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3Err{

 font: bold 100% Arial, sans-serif;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main_element{
	position: absolute;
	top: -80px;
	left: 1%;
	right: 1%;
	text-align: center;
}

#pagecell1{
	/* this is the css controler for the section that holds all content
 & the top of both sections the menu and the content, but not the
  very top of the webpage itself */
	position: relative;
	vertical-align: top;
	font-size: smaller;
	text-align: left;
	left: -40px;
	width: 106%;
}

#menuimg { 
/*this is the css controler for the menu image*/
	position: relative;
	vertical-align: top;
	top: 0px;
	left: -39px;
	z-index: 50;
		background-image: url(../images/menuarea.png);
		width: 192px;
		height: 258px;
}

#pageNav{
		top: 6px;
		left: -3px;
	position: relative;
	width:180px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
/* This controls the look of the section with content inside it,
 the page that you visit shows up here */
 position: relative;

   min-height: 398px;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #FFFFFF;
		background-color: #ffffff;
}

#loginplacement{
	/* controls the placement of the Login textboxes and Form*/
	position: relative;
		width: 300px;
	color: black;
	top: -408px;
	right: -452px;
}

#loggedas{
	/* controls the placement of the 'you are logged in as dialog'*/
	position: relative;
	text-align: center;

	width: 210px;
	font-size: larger;
}

#loggedtable{
	position: relative;

		top: 100px;
		right: -175px;
		height: 80px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	position: absolute;
	font: 75% Verdana,sans-serif;
	top: 100px;
	right: 20px;
	color: #919999;

}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{ /* This controls the Large Text that is also called hPageTitle */
	position: relative;
	top: -292px;
	right: -427px;
	width:250px ;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #FFFFFF;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	top: 0px;
	right: 0px;
	position: absolute;
	min-width: 400px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}



a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#searchcontroller{ /*Control where the seach is from here*/
	position: relative;
	left: -4px;
	top: 20px;
	z-index: 100;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/********* Text Box Styles**********************/
/*******************************/

.loginbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: black;
	background-color: #FFFFFF;
	border: 2px outset #336699;
	height: 12px;
	width: 130px;
}

.searchbox{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: Black;
	background-color: #FFFFFF;
	border: 2px outset #336699;
	height: 15px;
	width: 110px;
}

.searchbox a:onfocus{
value='';
}

/************** feature styles *****************/

.feature{
position: relative;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}

.feature {height: auto;}

.feature h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding: 5px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	font-size: 125%;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	text-align: center;
/*border-top: 1px solid #cccccc;*/
	font-size: small;
	color: white;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.Plogin{/*this is the class for the words 'Please log in'*/
	font-size: larger;
	font-stretch: wider;
	font-weight: bold;
}

.relatedLinks{
	font-size: smaller;
		font-size:13px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
/*   position: absolute;
	margin-top: 0px;
	margin-left: 0px;*/
	padding: 10px;
}

#advert img{
	display: block;
}

/*****************EcommV Data Tabels *************/
.DT_Hcell {
	font-size: 110%;
	font-weight: bold;
	color: #334D55;
	background-color: #EAECE9;
}

.DT_Dcell {
	font-size: 110%;
	color: #000000;
	background-color: #FFFFFF;
}

.ResultsHeader {
	font-size: 125%;
	font-weight: bold;
	color: #334D55;
	text-align: center;
}
defaults {
	font-weight:bold;
	}


/*************** EcommV Error Message ***********/
.H3Err {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
}


/********************* end **********************/

