﻿img, div { behavior: url(../css/iepngfix.htc) }

body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
	 
body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}



/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}


.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


th.CommerceHeader
{
	border-bottom: solid 1px DarkGray;
	font-size: large;
	color: #7C6F57;
}
table.CommerceTable
{
	text-align: left;
	width: 80%;
}
div.CommerceDiv
{
	font-family: Verdana;
	background-color: White;	
	font-size: 0.9em;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	display: block;
	width: 90%;
}
body {
}
input:focus, textarea:focus{
background-color: white;
}
 div.yui-b p 
 {
            
                margin:0 0 .5em 0;
                color:#999;
            
            
            }
            
            div.yui-b p strong {
            
                font-weight:bold;
                color:#000;
            
            }
            
            div.yui-b p em {

                color:#000;
            
            }            
            
            h1 {

                font-weight:bold;
                margin:0 0 1em 0;
                padding:.25em .5em;
                background-color:#ccc;

            }

            #productsandservices {

                margin:0 0 0px 0;
            
            }
            /*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* Menu styles */

div.yuimenu 
{
	

    background-color:#5577AA;
    border:solid 1px #c4c4be;
    padding:0px;
    
}

/* Submenus are positioned absolute and hidden by default */

div.yuimenu div.yuimenu,
div.yuimenubar div.yuimenu {

    position:absolute;
    visibility:hidden;

}

/* MenuBar Styles */

div.yuimenubar {

background-image: url(../Images/Default_back.jpg);
background-repeat: repeat-x; 
background-color: #E1E1E1;
    
    
}

/*
    Applying a width triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenubar div.bd {

    width:100%;

}

/*
    Clear the module body for other browsers
*/
div.yuimenubar div.bd:after {

    content:'.';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;

}

/* Matches the group title (H6) inside a Menu or MenuBar instance */

div.yuimenu h6,
div.yuimenubar h6 { 

    font-size:100%;
    font-weight:normal;    
    margin:0;
    border:solid 1px #c4c4be;
    color:#b9b9b9;    

}

div.yuimenubar h6 {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    padding:0px 0px;
    border-width:0 1px 0 0;
    
}

div.yuimenu h6 {

    float:none;
    display:block;
    border-width:0px 0 0 0;
    padding:0px 0px 0 0px;

}

/* Matches the UL inside a Menu or MenuBar instance */

div.yuimenubar ul {

    list-style-type:none;
    margin:0;
    padding:0;

}

div.yuimenu ul {

    list-style-type:none;
    border:solid 1px #c4c4be;
    border-width:1px 0 0 0;
    margin:0;
    padding:0px 0;

}

div.yuimenu ul.first-of-type, 
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {

    border-width:0;

}

/*
    Styles for the menu's header and footer elements that are used as controls 
    to scroll the menu's body element when the menu's height exceeds the 
    value of the "maxheight" configuration property.
*/

div.yuimenu div.topscrollbar,
div.yuimenu div.bottomscrollbar {

    height:10px;
    background-image:url(map.gif);
    background-repeat:no-repeat;

}


div.yuimenu div.topscrollbar {

    background-image:url(map.gif);
    background-position:center -72px;

}


div.yuimenu div.topscrollbar_disabled {

    background-image:url(map.gif);
    background-position:center -88px;

}


div.yuimenu div.bottomscrollbar {

    background-image:url(map.gif);
    background-position:center -104px;

}


div.yuimenu div.bottomscrollbar_disabled {

    background-image:url(map.gif);
    background-position:center -120px;

}


/* MenuItem and MenuBarItem styles */

div.yuimenu li,
div.yuimenubar li {

    font-size:85%;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;

}

div.yuimenu li.yuimenuitem 
{
	background-color: #FFFFFF;
	text-decoration: none;
    color: #000000;
    
}

div.yuimenu li li,
div.yuimenubar li li {

    font-size:100%;

}


/* Matches the help text for a menu item */

div.yuimenu li.hashelptext em.helptext {

    font-style:normal;
    margin:0 0 0 40px;

}

div.yuimenu li a,
div.yuimenubar li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
    color:#000;
    text-decoration:none;
    
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {

    text-align:right;

}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {

    /*
        Need to apply float immediately for IE or help text will jump to the 
        next line 
    */
	
    float:left;
    display:inline; /* Prevent margin doubling in IE */
    text-align:left;

}

div.yuimenu.visible li.hassubmenu a.hassubmenu, 
div.yuimenu.visible li.hashelptext a.hashelptext {

    /*
        Apply the float only when the menu is visible to prevent the help
        text from wrapping to the next line in Opera.
    */

    float:left;

}


/* Matches selected menu items */

div.yuimenu li.selected,
div.yuimenubar li.selected {

    background-color:#FFFFFF;

}

div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {

    text-decoration:none;
    

}

div.yuimenu li.selected a.selected,
div.yuimenu li.selected em.selected, 
div.yuimenubar li.selected a.selected 
{
    color: #000000;
}



/* Matches disabled menu items */

div.yuimenu li.disabled, 
div.yuimenubar li.disabled {

    cursor:default;

}

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {

    color:#b9b9b9;
    cursor:default;
    
}

div.yuimenubar li.yuimenubaritem {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    border-left: solid 1px #c4c4be;   
    max-width: 125px; 
    font-size: 8pt;    
    margin:0;

}

div.yuimenubar li.yuimenubaritem a
{
	display: block;
	line-height: 30px;
    padding:0px 15px 0px 15px;
    text-decoration: none;
    color: #000000;
    
}


div.yuimenubar li.yuimenubaritem a:hover
{
	background-image: url(../Images/highlight.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;
}

div.yuimenubar li.yuimenubaritem.first-of-type {

    border-width:0;

}


/* Styles for the the submenu indicator for menu items */

div.yuimenu li.hassubmenu em.submenuindicator, 
div.yuimenubar li.hassubmenu em.submenuindicator {

    display: none;
    vertical-align:middle;
    height:8px;
    width:8px;
    text-indent:9px;
    font:0/0 arial;
    overflow:hidden;
    background-image:url(map.gif);
    background-repeat:no-repeat;

}

div.yuimenubar li.hassubmenu em.submenuindicator {

    background-position:0 -24px;
    margin:0 0 0 10px;

}

div.yuimenubar li.hassubmenu em.submenuindicator.selected {

    background-position:0 -32px;

}

div.yuimenubar li.hassubmenu em.submenuindicator.disabled {

    background-position:0 -40px;

}

div.yuimenu li.hassubmenu em.submenuindicator {

    background-position:0 0;
    margin:0 -16px 0 10px;

}

div.yuimenu li.hassubmenu em.submenuindicator.selected {

    background-position:0 -8px;

}

div.yuimenu li.hassubmenu em.submenuindicator.disabled {

    background-position:0 -16px;

}


/* Styles for a menu item's "checked" state */

div.yuimenu li.checked {

    position:relative;

}

div.yuimenu li.checked em.checkedindicator {

    height:8px;
    width:8px;
    text-indent:9px;
    overflow:hidden;
    background-image:url(map.gif);
    background-position:0 -48px;
    background-repeat:no-repeat;
    position:absolute;
    left:6px;
    _left:-16px; /* Underscore hack b/c this is for IE 6 only */
    top:.5em;

}

div.yuimenu li.checked em.checkedindicator.selected {

    background-position:0 -56px;

}

div.yuimenu li.checked em.checkedindicator.disabled {

    background-position:0 -64px;

}

.MainHeaderRow
{	
	font-size: small; 
	font-weight: bold; 
	font-family: Calibri;	
	background-image: url(../Images/Subtitle_back.jpg); 
	background-repeat: repeat;	
	padding: 0px;
	border-spacing: 0px;	
}

.MainTopCornerRow
{
	padding: 0px;
	border-spacing: 0px;
}

.MainTopRow
{
	border-top: #c5c5c5 1px solid; 
	text-align: left;
	padding: 0px;
	border-spacing: 0px;
}

.MainLeftRow
{
	border-left: #c5c5c5 1px solid;
	padding: 0px;
	border-spacing: 0px;
}

.MainRightRow
{
	border-right: #c5c5c5 1px solid;
	padding: 0px;
	border-spacing: 0px;
}

.MainMiddleRow
{
	font-family: Verdana; 
	height: 150px; 
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border-spacing: 0px;
}

.MainBottomCornerRow
{	
	padding: 0px;
	border-spacing: 0px;
	vertical-align: text-bottom;
}

.MainBottomRow
{
	border-bottom: #c5c5c5 1px solid;
	text-align: right;
	padding: 0px;
	padding-bottom: 0px;
	border-spacing: 0px;
	vertical-align: text-bottom;
}

.MainBottomHeaderRow
{
	padding: 0px;
	border-spacing: 0px;	
	font-size: small; 
	font-weight: bold; 
	font-family: Calibri;
	background-image: url(../Images/Subtitle_back.jpg);
	background-repeat: repeat-x; 	
	background-position: bottom;
}

table.CenterSection
{
	background-color: White; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	display: block;
	width: 90%;
}

div.CenterSection
{
	background-color: White; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	display: block;
	width: 90%;
}

ListBoxPrompt
{
	color: Gray;
	font-style: italic;
}

.HelpHeader
{
	border: 1px solid #2F4F4F; 	
    background-color: #B6CDFF;  
    background-image: url(images/help_back.jpg);
    background-repeat: repeat;
	font-family: Arial, Sans-Serif;
	font-size: 12px;	
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.HelpContent
{
	background-color: #F2F6FD;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.Button
{
	font-weight: bold;
	font-size: smaller;
	margin-right: 2px;	
	white-space: nowrap;
	color: #2e0041;
	border: solid 1px black;
}

.Button :hover {
	background: url(../images/buttonsAndTabs.gif) no-repeat -210px right;
}

div.updatebox
  {
  width: 200px;
  height: 50px;
  z-index: 9999999; 
  position: absolute; 
  top: 50%; 
  left: 300px;  
  /*background-image:url(images/transparent.png);*/ 
  background-color: #BACEFC;
  border: 1px solid #000000;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  text-align: left; 
  margin-left: auto; 
  margin-right: auto; 
  display: block;
  text-align: center;
  vertical-align: middle;
  }

#MainBody
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
    font-size: 12pt; 
    background-color: #F1F5FF; 
    background-image: url(/Images/vertical-back.gif);
    background-repeat: repeat-x; 
    background-position: left top; 
}
#TitleBar
{
	height: 80px; 	
	background-position: left top;
    background-image: url(/Images/ebi_photo_70pix.gif); 
    background-repeat: no-repeat;
    width: 900px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}
#Login
{
	font-size: 0.7em;
	vertical-align: bottom;
	text-align: right;
}
.LoginPane
{
  width: 100%;
  height: 1100px;
  position: absolute; 
  z-index: 900;
  top: 0px; 
  left: 0px;  
  /*background-image:url(images/transparent.png);*/ 
  background-color: #BACEFC;
  border: 1px solid #000000;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  text-align: left; 
  margin-left: auto; 
  margin-right: auto; 
  display: block;
  text-align: center;
  vertical-align: middle;
}
.LoginControl
{
  width: 300px;
  height: 200px;
  position: absolute; 
  top: 30%; 
  left: 42%;  
  z-index: 901;
  /*background-image:url(images/transparent.png);*/ 
  background-color: white;
  border: 1px solid #000000;  
  text-align: left; 
  margin-left: auto; 
  margin-right: auto; 
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px 0px 5px;
}
.loginbutton
{	
	color: Black;
	text-decoration: underline;
	cursor: pointer;
}
#tableofcontents
{
	width: 100%;
}
#tableofcontents li
{
display: inline;
list-style-type: none;
}
#tableofcontents a
{
	padding: 0px 5px 0px 5px;
	color: #3A478D;
}
.policylist
{
	overflow: hidden;
}
.modulemaincontainer
{
	clear: both; 
	position: relative; 
	width: 800px; 
	margin-left: 45px; 
    float: left;
    
}
.moduleheader
{
	text-align: left; 
	background-color: #E9E7E0; 
	padding: 10px 0px 10px 5px;
    border: solid 1px #D6D3CA; 
    width: 800px;
}
.moduledatacontainer
{
	text-align: left; 
	width: 807px; 
	border-bottom: solid 1px #D6D3CA;
	background-color: #F6F5F1;
}
.notestree
{
	font-size: 8pt;
	font-family: Calibri, Verdana;
	text-decoration: none;
	padding-left: 2px;
}
.hovernotestree
{
	color: Maroon;
}
.formstyle
{
	width: 100%; 
	height: 100%; 
	position: absolute;
    top: 0px;
} 
.headerstyle
{
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
    display: block; 
    
}
.footerstyle
{
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
    display: block;
    clear: both; 
    /*background-image: url(/Images/vertical-back-bottom.gif);
    background-repeat: repeat-x;*/
}
.loginstyle
{
	text-align: right; 
	margin-left: auto; 
	margin-right: auto;
    display: block; 
	width: 900px;
	height: 80px;
	background-image: url(/Images/affiliate_member_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentstyle
{
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
    display: block; 
    
}
.shadowdiv
{
	background-image: url(/Images/shadow_sides_trans.png); 
	background-repeat: repeat-y;
    background-position: center top; 
    width: 920px; 
    margin-left: auto; 
    margin-right: auto;
    display: block;   
    
}

.contentareastyle
{
	width: 900px; 
	height: 100%; 
	margin-left: auto;
    margin-right: auto; 
    display: block;
}
.mainmenustyle
{
	border-right: #acacac 1px solid; 
	border-left: #acacac 1px solid;
    border-bottom: #acacac 1px solid; 
    border-top: #acacac 1px solid; 
    background-color: #5577AA;
    width: 100%; vertical-align: top;
}
.maincontentareastyle
{
	border-left: #acacac 1px solid; 
	width: 100%; 
	border-right: #acacac 1px solid;
	border-bottom: #acacac 1px solid;
    background-color: White; 
    vertical-align: top;
    text-align: left; 
    position: relative;
}
.bottomshadow
{
	
}
.bottommenustyle
{
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
    padding-top: 15px; 
}
.copyrightstyle
{
	width: 80%; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
    padding-top: 10px; 
    text-align: center;
    font-size: 7pt;
    font-family: Verdana;
}

.mainpagebox
{
	width: 90%;
	margin-left: auto; 
	margin-right: auto; 
	display: block;
}
	
.pageboxheader
{
	font-size: 16pt;
	font-family: Verdana;
	color: #7B96D1;
	background-image: url(/Images/bevel.png); 
	background-repeat: repeat-x;
    background-position: left bottom; 
    line-height: 40px;
    vertical-align: bottom;
    width: 90%;
}	
.pageboxcontent
{
	padding-top: 5px;
	width: 90%;
}
.pageboxcontent ul
{
	list-style-type:none;
}
.pageboxcontent li
{
	border-bottom: dotted 1px #7B96D1; 
	line-height: 25px; 
}
.pageboxcontent li a
{
	display: block;
	text-decoration: none;
	padding-left: 5px;
	color: #868686;
	font-size: 7pt;
}
.pageboxcontent li a:hover
{
	background: #E3EBFD;	
}
#mainadarea
{
	
}
#defaultcontentarea
{
	width: 98%;
	background-color: White;
	height: 100%;
	position: relative;
	font-size: 8pt;
    font-family: Verdana;
    clear: both;
    min-height: 1000px;
}
#mainbar
{
	float: left;
	width: 70%;	
    background-color: White;
}
#sidebar
{
	float: right;
    width: 30%;
    background-color: White;
}
#home
{
	background-color: #FFFFFF;
	width: 100px;
}
#home li
{
}
.spacerdiv
{
	clear: both; 
	height: 20px;
}
.loadingMessage {
	font-size:15px; 	
	padding-left:50px; 
	padding-right:50px; 
	padding-top:30px; 
	padding-bottom:30px; 	
	font-weight: bold;
	text-align: left;
	background:#fff url(../images/time_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; 
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:19001;
}
.loadingMask {
	width: 100%;
	height: 100%;	
	position: absolute;
	z-index:19000;
	left:0;
	top:0;
	background-color: #F6F6F6;
	border: 1px solid #000000;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}
.float-right
{
	float:right;
}
.float-left
{
	float:left;
}

/* tooltip section */
#tt {
 position:absolute;
 display:block;
 background:url(../images/tt_left.gif) top left no-repeat;
 z-index:19000;
 font-size: 8pt;
 font-family: Verdana;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(../images/tt_top.gif) top right no-repeat;
 overflow:hidden;
 z-index:19000;
 font-size: 8pt;
 font-family: Verdana;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 z-index:19000;
 font-size: 8pt;
 font-family: Verdana; 
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(../images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
z-index:19000;
font-size: 8pt;
font-family: Verdana;
}
.ListSearchExtenderPrompt
{
	width: 600px;
	font-size: smaller;
	font-style: italic;
}
