/* ------------------------------------------------------------------*/
/* Default HTML element styles */
/* ------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}
html {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F7F6F4 url(../graphics/wide-bkgd.jpg) no-repeat 50% -25px;
	}
body {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: normal 75%/1.5 arial, helvetica, sans-serif;
	background: transparent url(../graphics/grid.gif) repeat-x 50% 75px;
	}
h1 {
	position: relative;
	color: #ccc;
	font: bold 18pt/1 arial, helvetica, sans-serif;
	padding-top: 1.125em;
	}
h2 {
	position: relative;
	color: #669;
	font: bold 18pt/1 arial, helvetica, sans-serif;
	padding-top: 1.125em;
	}
h3 {
	position: relative;
	color: #003031;
	font: bold 16pt/1.125 arial, helvetica, sans-serif;
	padding-top: 1.125em;
	}
h4 {
	position: relative;
	font: bold 14pt/1.286 arial, helvetica, sans-serif;
	color: #333;
	}
ul, ol {
	margin: 0;
	padding: 0;
	}
li {
	margin-left: 2em;
	padding-left: 1em;
	}
h4:target, h4.sftarget {
	background-color: #fc6;
	}
dl {
	width: 400px;
	position: relative;
	}	
dt {
	padding: .5em 0px .5em 5px;
	font: bold 11px/1.64 verdana;
	}

dd {
	padding-bottom: .75em;
	font: normal 11px/1.64 verdana;
	margin-left: 5px;
	padding-left: 0px;
	}
dt:target, dt.sftarget {
	background-color: #fdb;
	}
fieldset {
	width: 400px;
	display: block;
	position: relative;
	border: 0px solid #fff;
	}
* html fieldset {	
    margin-top: 3em; /*IE6 does this thing with the legend - this hacks around it */
    width: 600px;
}
*:first-child+html fieldset {	
    margin-top: 3em; /*IE6 does this thing with the legend - this hacks around it */
    width: 600px;
}
legend {
	font: bold 16pt/1.125 arial, helvetica, sans-serif;
	display: block;
	position: absolute;
	top: -1.25em;
	background-color: #fff;
	}

a {
	text-decoration: none;
	border-bottom: 1px dotted #8D94B0;
	color: #120C80;
	}
a:hover {
	border-bottom: 1px solid #120C80;
	}
kbd {
	font: normal 13px/1.5 Courier, terminal, monospace;
}
code {
	font-size: 10pt;
}
input, select {
	font: normal 11px/1 verdana;
}
.Error 
{   
    width: 400px;
    border: #900 solid 1px;
    padding: 5px;
    margin: .7em 0;
    background-color: #fcc;
}
* html #solutions .Error p, * html #solutions .Error ul {
    padding-right: 0;
    }
*:first-child+html #solutions .Error p, *:first-child+html #solutions .Error ul {
    padding-right: 0;
    }
/* ------------------------------------------------------------------*/
/* Header styles */
/* ------------------------------------------------------------------*/
#header {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 75px;
	width: 798px;
	background: #120C80 url(../graphics/header-logo.gif) no-repeat -175px top;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	}
#header h1, #header h2 {
	position: relative;
	display: block;
	left: -9999px;
	margin: 0;
	padding: 0;
	}
#header ul, #footer ul, #login ul, #products ul {
	list-style: none;
}
#quickMenu {
	position: absolute;
	top: 0;
	left: 525px;
	border: 0 solid #0c0;
	}
#quickMenu ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
#quickMenu li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	}
#quickMenu li a {
	display: block;
	position: relative;
	top: 0;
	font: normal 12px/1.8 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 42px 6px 1em;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}
#quickMenu li a.active {
	background-color: #fff;
}
/* html #quickMenu li a {
	margin: 0;
	height: 70px;
	width: 40px;
	text-align: center;
	}*/
* html #quickMenu li.CC a {
/*	margin-left: -130px; */
	width: 120px;
	}
*:first-child+html #quickMenu li.CC a {
/*	margin-left: -130px; */
	width: 120px;
	}
* html #quickMenu li.chgPW a {
	width: 120px;
	}
#quickMenu li a:hover {
	display: block;
	position: relative;
	background-color: #039;
	background: transparent url(../Images/20white.png) repeat; 
	}
/* html #quickMenu li a:hover { /* Hack for IE6 Transparent PNG bkgd 
    background: transparent none;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/20white.png', sizingMethod='scale');
     }

/*#quickMenu {
	position: absolute;
	top: 0;
	left: 625px;
	border: 0 solid #0c0;
	}
#quickMenu li {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	}
#quickMenu li a {
	display: block;
	position: relative;
	font: normal 12px/1.8 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 42px 5px .9em;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}
#quickMenu li a.active {
	background-color: #fff;
}
* html #quickMenu li a {
	margin: 0;
	height: 70px;
	width: 40px;
	text-align: center;
	}
* html #quickMenu li.CC a {
	margin-left: -130px;
	width: 120px;
	}
#quickMenu li a:hover {
	background-color: #003399;
	background: transparent url(../graphics/20white.png) repeat;
	}
* html #quickMenu li a:hover {
    background: transparent none;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/20white.png', sizingMethod='scale');
     }*/
/* ------------------------------------------------------------------*/
/* User Bar styles */
/* ------------------------------------------------------------------*/
#userBar {
	position: relative;
	top: 0;
	left: 0;
	width: 788px;
	margin: 0;
	padding: 0 5px;
	border-bottom: 0px solid #ccc;
	clear: both;
	}
#userBar h1 {
	position: relative;
	display: inline;
	color: #ccc;
	font: bold 14pt/1.29 arial, helvetica, sans-serif;
	margin: 1.29em 0 1.29em 195px;
	padding: 0;
	border: 1px solid #936;
}
#userBar #logout {
	position: relative;
	display: inline;
	font: normal 9pt/2 arial, helvetica, sans-serif;
	}
#userBar #myCC {
	background-color: #8D94B0;
	padding: 1em 5px;
	width: 165px;
	position: relative;
	}
/* ------------------------------------------------------------------*/
/* Main Content styles */
/* ------------------------------------------------------------------*/
#content {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 798px;
	top: 0;
	left: 0;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px dotted #fff;
	min-height: 80em;
	}
* html #content {
    height: 80em;
}
#userInfo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 788px;
    margin: 0 auto;
    padding: 1.29em 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    clear: both;
}
#messages {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 788px;
    margin: 0 auto;
    padding: 1.29em 5px;
    background-color: #FFC652;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    clear: both;
}
ul#benefits {
	margin-left: 1em;
	padding-left: 1em;
	}
#login {
	margin: 0;
	padding: 1em 0 0;
	display: block;
	position: absolute;
	width: 175px;
	border: 0px solid #963;
	text-align: right;
	}
* html #login { /* Adjusts for Box Model problem in IE6 */
	width: 160px;
	}
#login h3 {
	width: 150px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px dotted #999;
	}
* html #login h3 {
	width: 145px;
	}
#login p {
	padding: 0 1em;
	width: 150px;
	background-color: transparent;
	}
* html #login p {
	padding: 0 5px 0 10px;
	width: 135px;
	}
#login p a {
	font-size: 12px;
	line-height: 1.5;
	color: #8D94B0;
	text-decoration: none;
	border-bottom: 0px dotted #8D94B0;
	}
#login p a:hover {
	text-decoration: underline;
	color: #120C80;
	}
#login label {
	display: block;
	clear: both;
	font-size: 10px;
	color: #333;
	}
#login ul {
	}
#login li {
	margin: 0;
	padding: 0;
	}
#login li a {
	display: block;
	width: 150px;
	position: relative;
	text-decoration: none;
	padding: 1em 5px .64em 10px;
	font: bold 11pt/1.64 arial, helvetica, sans-serif;
	color: #E95C40;
	border-bottom: 0px dotted #8D94B0;
	}
* html #login li a {
	width: 145px;
	}
#login li a:hover {
	color: #f93;
	background: #fff url() no-repeat 150px 50%;
	}
#login ul#pageOpts {
    margin: 0;
    padding: 0;
    border-bottom: dotted #666 1px;
}
#login ul#pageOpts li a {
	font: bold 10pt/1.8 arial, helvetica, sans-serif;
	color: #003031;
}
#login ul#pageOpts li a:hover {
	color: #669;
}

/* Imported from old format.css - not sure that we need it.
#login #pageNav ul {
    position: relative;
    float: none;
    list-style: none inside none;
    margin: 0;
    padding: 0;
}

#login #pageNav li {
    margin: 0;
    padding: 0;
    border: 0px solid #090;
}

* html #login #pageNav li {
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
}*/


#login #pageNav h4 {
	font: bold 12px/1.54 verdana, arial, helvetica, sans-serif;
	margin: 1.5em 0 0 0;
	width: 150px;
	padding-right: 5px;
	padding-left: 10px;
	color: #8D94B0;
    border: 0px solid #009;
}
* html #login #pageNav h4 {
	width: 145px;
	}
#login #pageNav a {
	font: normal 11px/1.64 verdana, arial, helvetica, sans-serif;
	display: block;
	position: relative;
	color: #999;
	padding: 0 5px;
}

* html #login #pageNav a {
    height: 1%;
    border: 0px solid #090;
}

#login #pageNav a:hover {
	color: #333;
	background-color: #eee;
	text-decoration: none;
}
#login #pageNav h4 a {
	color: #99f;
	text-decoration: none;
	padding-left: 0;
	}
	
#login #pageNav h4 a:hover {
	color: #f93;
	}

/*#login .bubble {
    position: relative;
    width: 160px;
    top: 0;
    left: 0;
    background: transparent url() repeat 0 0;
    padding: 0;
    margin: 0;
    z-index: 120;
    text-align: left;
    }
* #login .bubble {
    width: 150px;
}*/
#login .bubble a {
    color: #f63;
    }
#solutions, #products {
	display: block;
	position: relative;
	top: 0;
	left: 195px;
	width: 603px;
	}
	
#solutions table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#solutions table tbody th {
    text-align: left;
}
/* WARNING - Because of "ie float model bug" http://www.positioniseverything.net/explorer/floatmodel.html */
/* There's some serious hacking going on below */
#solutions h1, #solutions h2, #solutions h3, #solutions h4 {
	width: 425px;
	}
* html #solutions h1, * html #solutions h2, * html #solutions h3, * html #solutions h4 {
    width: auto;
	padding-right: 175px;
	height: 1%;
}
#solutions p { 
	position: relative;
	margin-bottom: 1.5em;
	clear: none;
	}
html>body #solutions p { /* Hide from IE 6 */
	width: 425px;
	}
* html #solutions p { /* For some reason you can't have this IE 6 hack alongside the below IE 7 hack */
	width: auto;
	padding-right: 175px;
	}
*:first-child+html #solutions p {
	width: auto;
	padding-right: 175px;
	}
#solutions ul, #solutions ol {
	position: relative;
	width: 400px;
	margin-bottom: 1.5em;
	list-style-position: outside;
	clear: none;
	}
* html #solutions ul, * html #solutions ol {
    width: auto;
	padding-right: 200px;
}
* html #solutions ol p {
    width: auto;
	padding-right: 0px;
}
*:first-child+html #solutions ul {
    width: auto;
	padding-right: 200px;
}
*:first-child+html #solutions ol {
    width: auto;
	padding-right: 200px;
}
*:first-child+html #solutions ol p {
    width: auto;
	padding-right: 0px;
}
#solutions ul ul, #solutions ol ul {
    width: 350px;
}
*:first-child+html #solutions ul ul {
	padding-right: 0;
}
*:first-child+html #solutions ol ul {
	padding-right: 0;
}
#solutions ul ul ul, #solutions ol ul ul {
    width: 300px;
}
#solutions ul, #solutions ol {
    padding-left: 1em;
}
#solutions li {

}
* html #solutions li *:first-child+html #solutions li {
}
#solutions img { /* Text not flowing around img in IE 6, 7 */
    position: relative;
    float: right;
    margin-top: .25em;
    margin-right: 185px;
}
* html #solutions img {

}
#solutions h4 img {
    position: relative;
    display: inline;
    float: none;
    border: 0 none #fff;
    width: auto;
    margin: 0;
}
#solutions p img 
{
    float: none;
    margin-right: 0;
}
ul#vizList 
{
    list-style-type: none;
}
#vizList li {
	display: block;
	position: relative;
	width: 400px;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	min-height: 48px;
	clear: left;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	background: #fff url() no-repeat 5px 5px;
	}
#vizList li:hover, #vizList li.sfhover {
	background: #E1E0CE url() no-repeat 5px 5px;
	min-height: 48px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	color: #333;
	}
#vizList a img {
	position: relative;
	margin: 2px;
	float: left;
	clear: left;
	}
.vizType {
    display: block;
    position: relative;
	font: bold 18pt/1 arial, helvetica, sans-serif;
	color: #669;
	text-decoration: none;
	border-bottom: 0px dotted #8D94B0;
	}
* html .vizType {
	line-height: 1;
	}
a.vizType:hover {
	color: #f90; /* #010414; */
	border-bottom: 0px dotted #8D94B0;
	}
#products {
	display: block;
	position: absolute;
	top: 0;
	left: 625px;
	width: 172px;
	padding-bottom: 1.8em;
	z-index: 10;
	background: transparent url(../graphics/grid-h.gif) repeat-y 103px 2px;
	border-left: 1px dotted #ccc;
	}
#products ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1.286em;
    list-style: disc none inside;
}
#products li {
    margin-left: 1em;
    padding-left: 1em;
    text-indent: -1em;
}
#products h4 {
	padding-left: 5px;
	padding-right: 5px;
}
#products h3, #products p {
	padding-left: 5px;
	padding-right: 5px;
	}
#products ul.productList {
    list-style-type: none;
}
#products ul.productList li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: 0;
	margin-top: 1em;
	clear: left;
	padding: .45em 5px;
	}
* html #products ul.productList li a {
    text-indent: -1.25em;
}
*:first-child+html #products ul.productList li a {
    text-indent: -1.25em;
}
.productList li:hover, .productList li.sfhover {
	}
.productList li.active {
	color: #f93;
	background-color: #fff;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	top: 0;
	left: -1px;
	}
.prod, .productList a.vizType {
	display: block;
	font: bold 14pt/1.286 arial, helvetica, sans-serif;
	color: #FFC652;
	text-decoration: none;
	border-bottom: 0px dotted #8D94B0;
	}
.productList a.vizType {
	color: #366;
	}
.productList a.vizType:hover {
	color: #699;
	border-bottom: 0px dotted #8D94B0;
	}
a.prod:hover {
	color: #f93; /* #010414; */
	border-bottom: 0px dotted #8D94B0;
	}
span.loginError {
    display: block;
    position: relative;
    top: 1em;
    padding: 0;
	width: 423px;
	background: #fcc url(../graphics/pointer.gif) no-repeat -50px 50%;
	padding-bottom: 30px;
}
/* html span.loginError {
    width: 381px;
}
* html #solutions span.loginError {
    width: auto;
}*/
* html #solutions span.loginError p {
    padding-left: 40px;
    padding-right: 0;
    width: 381px;
}
*:first-child+html #solutions span.loginError p {
    padding-left: 40px;
    padding-right: 0;
    width: 381px;
}
#solutions span.loginError h3 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: transparent url(../graphics/Warning-Arrow.gif) no-repeat 2px 50%;
    padding-left: 40px;
    width: 381px;
}
#solutions span.loginError h4 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 40px;
    width: 381px;
}
* html #solutions span.loginError h3, * html #solutions span.loginError h4 {
    width: 350px;
    padding: 1.125em 0 0 40px;
}
*:first-child+html #solutions span.loginError h3, *:first-child+html #solutions span.loginError h4 {
    width: 350px;
    padding: 1.125em 0 0 40px;
}
#solutions span.loginError ul {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    padding-right: 10px;
    width: 345px;
    color: #300;
}
/* ------------------------------------------------------------------*/
/* Footer styles */
/* ------------------------------------------------------------------*/
#footer {
	position: relative;
	display: block;
	clear: both;
	width: 798px;
	margin: 0 auto;
	font-size: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	}
#footer h4 {
    display: block;
    float:left;
    width: 150px;
    margin: 0;
    padding: 0;
    text-align: right;
    border: 0px solid #f09;
    margin-right: 30px;
}
#siteNotes {
	position: relative;
	width: 788px;
	padding: 1em 5px;
	text-align: left;
	}
* html #siteNotes {
	width: 788px;
	}
/*lstSiteNotes {
    display: block;
    position: relative;
    width: 583px;
}*/
#siteNotes li {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	}
#siteNotes li a {
	display: block;
	position: relative;
	font: normal 12px/1.8 Arial, Helvetica, sans-serif;
	margin: 0;
	text-decoration: none;
	border-bottom: none;
	padding: .25em 5px .5em;
	text-decoration: none;
	}
* html #siteNotes li a {
	margin: 0;
	text-align: center;
	}
#siteNotes li a:hover {
    color: #111;
    text-decoration: underline;
}
#siteCredits {
	position: relative;
	display: block;
	width: 588px;
	padding: 0 5px 1em 190px;
	margin-bottom: 3em;
	text-align: left;
	clear: both;
	}
* html #siteCredits {
	width: 588px;
	}
#siteCredits h4 {
	visibility: hidden;
	display: none;
	}
.first {
	width: 10em;
	float: left;
	text-align: right;
	padding: .25em 2px;
	}
/* ------------------------------------------------------------------*/
/* From old CC stylesheets */
/* ------------------------------------------------------------------*/
	
#pnlHiddenInfo {
	clear: both;
	width: 590px;
	border: #ccc 1px dotted;
	background-color: #eee;
	}

