/***********************************************/
/* 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: #FFFFFF;
}

th{
	font-size: 100%;
	font-weight: bold;
        font-style: italic;
        text-align: right;        
	color: #334D55;
	background-color: #EAECE9;
}

td{
	font-size: 100%;
	background-color: none;
}
/******* 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                                 */
/***********************************************/
#test{
	position:absolute;
	top: 100px;
	left: 100px;
	z-index:1000;
	width: 100px;
	height: 100px;
	background-color: Black;
}

#center{
	width: 931px;
	z-index: 1;
}

.relative{
	position: relative;
	z-index: auto;
}

#main_element_home{/*everything is encased inside of this element*/
margin-top: 0px;
padding-right: 0px;
	position: relative;
	top: -1px;
	left: 25px;
	right: 0px;
		width: 95.6%;
	text-align: center;
}

#main_element{/*everything is encased inside of this element*/
margin-top: 0px;
padding-right: 0px;
	position: absolute;
	top: -1px;
	left: 0px;
	right: 0px;
	text-align: center;
	z-index: 100;
}

#maincontent{/*the main content under the menu & utilities*/
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 0;
}

#dataarea{ /*main content in the module pages on the ecommerce demo*/
	position: absolute;
	width: 930px;
	top: 110px;
	left: 0px;
	z-index: 100;
}

.dataarea{
	width:auto;
	padding-right:5px;
	height:auto;
}

#mainutilitys{/*all the utilites, login, search, menu this controls the placement*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#mod_Util{/*same as mainutilitys but this is for the modules pages*/
	position: absolute;
	top: 0px;
	left: 68px;
}

#headerimg{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
}

#backgroundimg{
	position: absolute;
	left: 0px;
	top: 109px;
	z-index: 0;
}

#bubbles{
	position:absolute;
	top: 170px;
	right: 0px;
	z-index: 1001;
}

#loggedas{
	/* controls the placement of the 'you are logged in as dialog'*/
	position: absolute;
	width: 450px;
	top: 22px;
	left: 490px;
		text-align: center;
}

.loggedas{
	color: white;
	font-size: normal;
}

/************* Home Page Controls *********/
/************* Home Page Controls *********/

#areabackground{ /*control the layout of the areabackground image*/
	position: relative;
	z-index: 0;
	top: 0px;
}

#areabubbleA{
	position: relative;
	padding-top: 10px;
	padding-left: 5px;
	top: -45px; /*-580px*/
	left: 20px;
	width: 333px;
	height: 378px;
	background-image: url(../images/home/areabubbleA.png);
	text-align: left;
	z-index:1000;
}

#welcometxt{
	position: absolute;
	top: -1px;
	text-align: justify;
	font-size: 16px;
	width: 308px;
	height: 350px;
}

#areabubbleb{
	position: absolute;
	top: 150px;
	left: 454px;
	width: 443px;
	height: 193px;
 background-image: url(../images/home/areabubbleB.png);
	z-index:1000;
}

#btxt{
			 /*control the font*/
 			font-size: 14px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: justify;
		 padding-top: 3px;
		 padding-left: 5px;
		 padding-right: 24px;
		 	z-index:1000;
}

#areabubblec{
	position: relative;
	top: 160px;
	left: 10px;
	width: 435px;
	height: 335px;
 background-image: url(../images/home/areabubbleC.png);
	z-index:1000;
}

#ctxt{
 /*control the font*/
	 			font-size: 13.5px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: justify;
		 padding-top: 3px;
		 padding-left: 5px;
		 padding-right: 14px;
		 	z-index:1000;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#homeutility{/*rep login*/
	position: absolute;
	font: 75% Verdana,sans-serif;
	top: 5px; /*626*/
	right: 0px; /*-430*/
	color: white;
	height: 16px;
	width: 300px;
	z-index: 100;
	text-align: left;
}

#homeutility a{
	color: white;
}

#homeutility a:hover{
	text-decoration: underline;
	background-color: transparent;
}

#utility{
	position: absolute;
	font: 75% Verdana,sans-serif;
	top: 5px; /*626*/
	left: 500px; /*-430*/
	color: white;
	height: 16px;
	width: 550px;
	z-index: 100;
	text-align: left;
	font-size: 12px;
}

#utility a{
	color: white;
}

#utility a:hover{
	text-decoration: underline;
}

#loginplacement{	/* controls the placement of the Login textboxes and Form*/
	position: absolute;
		width: 550px;
	color: white;
	top: 35px;
	right: 12px;
	text-align: center;
	z-index: 100;
	font-size: 12pt;

}

.logintxt{
	text-align:right;
}

/************ MenuItems styles **************/
/* The MenuItems are the menu links. MENU.  */
/***********************************************/

#menuItems{
position: absolute;
top: 64px;
left: -4px;
	margin: 0px;
	padding: 0px;
	width: 925px;
	font: Verdana,sans-serif;
	font-size: 13px;
	background-color: transparent;
}

#menuItems h3{
	padding: 10px 0px 2px 10px;
}

#menuItems a:link, #menuItems a:visited {
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#menuItems a:hover{
	background-color: transparent;
	font-weight: bold;
   text-decoration: underline;
}

/*************** search styles *****************/

#searchcontroller{ /*Control where the seach is from here*/
	position: absolute;
	left: 737px;
	top: 82px;
	z-index: 200;
}

#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;
}

/************** pageName styles ****************/

#pageName{ /* This controls the Large Text that is also called hPageTitle */
	position: absolute;
	top: 110px;
	left: 20px;
	z-index: 1000;
	width: 500px;
	text-align: left;
	font-size: 13px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #006699;
	margin:0px;
	padding: 0px;
}

#homepageName{ /* This controls the Large Text that is also called hPageTitle */
	position: absolute;
	top: 120px;
	left: 26px;
	z-index: 100;
	width: 500px;
	text-align: left;
		font-size: 13px;
}

#homepageName h2{
	font: bold 175% Arial,sans-serif;
	color: #006699;
	margin:0px;
	padding: 0px;
}

#homepageName 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;
}

/************* 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: 11px;
	font-style: normal;
	color: black;
	background-color: #FFFFFF;
	border: 2px outset #336699;
	height: 12px;
	width: 80px;

}

#login_button{
}

.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%;
}

/************** footer styles ****************/

#footer_dy{
position: relative;
	top: -10px;
	left: 0px;
	clear: both;
	text-align: center;
	font-size: small;
	color: white;
		background-image: url(../images/footerimgv2.gif);
		width: 931px;
		height: 30px;
 text-align: center;
 padding-top: 145px;
 			z-index: -100;
}

#footer_dy a:link {
	font-weight: bold;
	color: white;
}
#footer_dy a:visited {
	font-weight: bold;
	color: white;
}

#footer_img{
	position:absolute;
	margin-left: -468px;
	top: 700px;
	z-index: 1;
}

#footer{
position: relative;
	top: 447px;
	left: -7px;
	clear: both;
	text-align: center;
	font-size: small;
	color: white;
 text-align: center;
 padding-top: 145px;
 z-index: 1;
}

#footer a:link {
	font-weight: bold;
	color: white;
}
#footer a:visited {
	font-weight: bold;
	color: white;
}

/************** siteInfo styles ****************/

#siteInfo{
position: relative;
display:block;
	clear: both;
	text-align: right;
	font-size: small;
	color: #21536A;
	padding: 10px 10px 10px 10px;
	top:0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, {
	font-weight: bold;
	color: #21536A;
}
#siteInfo a:visited {
	font-weight: bold;
	color: #2C7190;
}

/************* 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;
}

.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 **********************/

