
/*----------------------------------------------------------------------------------------
		ELT Global CSS v2 - 2007
		
		updated last: 07.14.09 -et
----------------------------------------------------------------------------------------*/

html {
	overflow-y: auto;
	overflow-x: hidden;
	}


body {
	color: #444;
	background-color: #fff;
	font-family: Verdana, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight:normal;
	letter-spacing: 0.02em;
	line-height:1.5em;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	text-align: center;
	margin: 15px auto 20px auto;
	padding:7px;
	}

body.launch_pg {
	overflow:hidden;
	background: #fff;
	margin: 0;
	padding: 0;
	}

body.auto-tool {
	background: #f1f1f1;
	}

/*----------------------------------------------------------------------------------------
		Page Layout
----------------------------------------------------------------------------------------*/


#wrapper { 
	background-color: #fff;
	}

#header { 
	padding: 10px 10px 15px 10px;
	margin: 10px 10px 5px 10px;
	}

#content {
	padding: 10px;
	text-align: left;
	}


#top-info-block {
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	}

#bottom-info-block {
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	}

.logo-block {
	margin: 10px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}

.logo-block img {
	text-align: center;
	margin: 10px auto;
	display: block;
	padding: 15px;
	}


#footer { 
	
	}


.question_spacer {
	margin-top: 50px; 
	margin-bottom: 60px;
	}





/*----------------------------------------------------------------------------------------
		Typography
----------------------------------------------------------------------------------------*/

p { 
	margin:0px 15px 10px 0px;
	padding: 0 0 15px 10px;
	}

h1,h2,h3, h4 {
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	margin:0px 15px 10px 0px;
	}

h1 {
	color: #093766;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 10px 0;
	padding: 0 0 0 10px;
	}

h2 {
	color: #093766;
	font-size: 145%;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 8px 0px 6px 10px;
	border-top: #999 solid 1px;
	border-bottom: #666 solid 1px;
	}

h3 {
	color: #333;
	font-size: 135%;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 2px 10px;

	}

h4 {
	color: #333;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 10px;
	}
	
h5 {
	color: #333;
	margin: 0;
	padding: 10px 0 0 10px;
	}
		
h6 {
	color: #333;
	margin: 0;
	padding: 10px 0 2px 10px;
	}


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

.rule_solid {
	border-bottom: 1px solid #999;
	display: block;
	margin: 10px;
	}

.rule_dotted {
	border-bottom: 1px dotted #999;
	display: block;
	margin: 10px;
	}


/* Misc Type Styles ---------------------------------------*/

p.indent_txt {
	margin-left: 30px;
	}


.red_highlight {
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	}

body.launch_pg p {
	padding: 0 10px 15px 10px;
	}

h1.launch_title {
	color: #fff;
	font-size: 130%;
	background: #093766;
	padding: 12px 10px 15px 10px;
	margin: 0 0 15px 0;
	}

#header p {
	margin: 0;
	padding: 0;
	}

.highlight {
	color: #799ac7;
	border-left: 1px #ccc solid;
	padding: 3px 45px 5px 10px;
	margin: 10px 10px 15px 30px;
	display: block;
	}

.float_right {
	float: right;
	display: block;
	padding-left: 30px;
	}

.float_left {
	float: left;
	display: block;
	padding-right: 30px;
	}

.clear {
	clear: both;
	display: block;
	}

.signature {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	border-top: 1px #ccc solid;
	padding: 10px 0 0 10px;
	margin-top: 40px;
	margin-bottom: 0;
	}

.footnote {
	color: #666;
	font-style: italic;
	font-size: 90%;
	padding: 3px 0 15px 10px;
	display: block;
	background: none;
	}

code {
	font-family: Courier, monospace;
	font-size: 90%;
	font-style: normal;
	color:#FF0000;;
	}

/* ---------------------------------------*/

hr {
	border: none 0; 
	border-top: 1px solid #bdc2c6;
	height: 2px;
	padding: 10px;
	margin: 5px auto 5px auto;
	}


/*----------------------------------------------------------------------------------------
		Links
----------------------------------------------------------------------------------------*/


a:link, a:visited  {
	color:#799ac7;
	font-weight: bold; 
	text-decoration: none;
	border-bottom: 1px solid #799ac7;
	}
a:hover {
	color:#ffffff; 
	background:#799ac7; 
	text-decoration: none;
	}


/* -- Bottom Navigation Buttons --*/

body.bottom_nav {
	background-color: #6B96BA;
	margin: 0;
	padding: 0;
	}

#bottom_nav_container {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	}

#bottom_nav_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}

#bottom_nav_container ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #ccc;
	}
	
#bottom_nav_container ul li.right_button {
	float: right;
	border-left: 1px solid #ccc;
	border-right: none;		
	}		
	
#bottom_nav_container ul li a {
	font-size: 90%;
	width: 150px;
	height: 30px;
	color: #fff;
	background-color: #666;
	padding: 5px 8px 0 8px;
	margin: 0;
	display: block;
	}

#bottom_nav_container ul li a:hover {
	background-color: #003366;
	} 

#bottom_nav_container ul li span.left_arrow {
	background: no-repeat url(faq_arrow_lt.gif) left 2px;
	padding-left: 11px;
	margin: 0;
	}

#bottom_nav_container ul li span.right_arrow {
	background: no-repeat url(faq_arrow_rt.gif) right 3px;
	padding-right: 11px;
	margin: 0;
	}

#bottom_nav_container li.navtext {
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding: 10px 5px 2px 5px;
	margin: 0;
	border-right: none;	
	line-height: 1.0em;
	float: none;
	}


/* Button on Demo Launch Page */

ul.basic_button {
	width: 670px;
	margin: 0 0 30px 0;
	list-style: none;
	text-align: center;
	}

ul.basic_button li {
	margin: 10px;
	}

ul.basic_button li a, ul.sm_toc_nav li a:hover {
	padding: 8px;
	width: auto;
	border: 1px solid #ccc;
	font-size: 130%;
	display: block;
	}

/* Button Questons Page*/
	
	ul.basic_button2 {
		width: 400px;
		margin: 0 auto 40px auto;
		list-style: none;
		text-align: center;
		}
	
	ul.basic_button2 li {
		margin: 5px;
		}
		
	ul.basic_button2 li a { 
		padding: 8px 8px 10px 8px;
		width: auto;
		background: #093766;
		border: 1px solid #ccc;
		font-size: 130%;
		color: #fff;
		display: block;
		}

	ul.basic_button2 li a:visited {
		padding: 8px 8px 10px 8px;
		width: auto;
		background: #093766;
		border: 1px solid #ccc;
		font-size: 130%;
		color: #fff;
		display: block;
		}

	ul.basic_button2 li a:hover{
		padding: 8px 8px 10px 8px;
		width: auto;
		background: #406896;
		border: 1px solid #ccc;
		font-size: 130%;
		color: #fff;
		display: block;
		}


/*----------------------------------------------------------------------------------------
		Lists
----------------------------------------------------------------------------------------*/


ul, ol {
	margin: 10px 0 20px 50px;
	padding: 0;
	font-weight: normal;
	}

ul li {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	}

ul li ul {
	margin: 5px 0 8px 55px;
	padding: 0;
	}
ul li ul li {
	margin:0;
	padding: 3px;
	}

ul.noBullets {
	list-style: none;
	}

ul.noIndent_noBullets {
	margin: 0 0 15px 10px;
	list-style: none;
	}
	
/*------------------------------------------ */

ol li {
	margin: 0 0 10px 0;
	}

ol li ul {
	margin-top: 10px;
	}

ol li ul li {
	margin: 0 0 3px 0;
	font-weight: normal;
	}

ol li ol li {
	font-weight: normal;
	}

	
ol li p {
	font-weight: normal;
	}	

ol p {
	padding-top: 5px;
	padding-left: 0px;
	}

/* Use these classes to get the desired list style need */

ol.decimal {
	list-style: decimal;
	}

ol.upper_alpha {
	list-style: upper-alpha;
	}
	
ol.lower_alpha {
	list-style: lower-alpha;
	}
	
ol.upper_roman {
	list-style: upper-roman;
	}

ol.lower_roman {
	list-style: lower-roman;
	}

	
/* Table of Content List */

ul.sm_toc_nav {
	margin: 0 0 15px 10px;
	list-style: none;
	}

ul.sm_toc_nav li {
	margin: 0;
	padding: 0 0 4px 0;
	}

.topbtn {
	margin: 8px 0 10px 0;
	}
	
.topbtn a {
	background: url("top_arrow.gif") no-repeat;
	background-position: 0px 7px;
	padding: 0 0 0 20px;
	border-bottom: none;
	display: block;
	}	

.topbtn a:hover {
	border-bottom: none;
	color: #799ac7;
	}


/*------------------------------------------ */

dl {
	margin: 4px 0 5px 0;
	padding: 0 0 15px 10px;
	}

dl.indented_dl {
	margin: 6px 0 5px 15px;
	padding: 0 0 15px 15px;
	}

lh {
	font-size: 112%;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	}

dt {
	font-weight: bold;
	float: left;
	}

dd {
	padding-bottom: 15px;
	clear: left;
	}

dl.indented_dl dd {
	padding-left: 15px;
	padding-bottom: 15px;
	}


/* Table Styles ------------------------------------------------------- */

	#content table {
		border: 1px solid #ccc;
		margin: 5px 10px 20px 10px;
	}
	
	#content td {
		border: 1px solid #ddd;
		padding: 5px;
	}
	
	#content th {
		background: #ccc;
		padding: 5px;

	}




/*----------------------------------------------------------------------------------------
		iFrame Bottom Button Styles
----------------------------------------------------------------------------------------*/


.popBottom {
	background-color: #6B96BA;
	margin: 0 0 4px 2px;
	padding: 1px;
	}
	
body.popBottom {
	width: 95%;
	}

#buttonA {
	margin-left: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	}

#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 15px;
	}

#buttonA li {
    list-style-type: none;
	
    width: 80px;
    text-align:center;
	}

#buttonA li a {
    height: 20px;
    width: 80px;
    display: block;
    text-decoration: none;
    border-width: 3px;
	margin-bottom: 1px;
	}

#buttonA li a:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #6B96BA;
    border-style: outset;
	}

#buttonA li a:visited {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #6B96BA;
    border-style: outset;
	}

#buttonA li a:hover {
    font-weight: bold;
    color: #FF9800;
    background-color: #477498;
    border-style: outset;
	}

#buttonA li a:active {
    color: #FFFFFF;
	font-weight: bold;
    background-color: #6B96BA;
    border-style: inset;
}

.navtext { 
	color: #fff;
	font-weight: bold; 
	font-size: 100%; 
	padding-top: 3px;
	display: block;
	}

