/* ------------------------------------------------------------------*/
/* Default HTML element styles */
/* ------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}
html {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F7F6F4 url(../Images/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(../Images/grid.gif) repeat-x 50% 75px;
	}
h1 {
	position: relative;
	color: #ccc;
	font: bold 24px/1 arial, helvetica, sans-serif;
	padding: 1em 0 0 0;
	}
h2 {
	position: relative;
	color: #669;
	font: bold 24px/1 arial, helvetica, sans-serif;
	padding: 1em 0 0 0;
	}
h3 {
	position: relative;
	color: #003031;
	font: bold 22px/1.125 arial, helvetica, sans-serif;
	padding: .5625em 0 0 0;
	}
h3 .sub {
	font: bold 18px/1 arial, helvetica, sans-serif;
}
#products h3 {
	font: bold 20px/1.2 arial, helvetica, sans-serif;
/*	color: #104041; */
}   
h4 {
	position: relative;
	font: bold 20px/1.286 arial, helvetica, sans-serif;
	color: #333;
	padding: .643em 0 0 0;
	}
.product h4 {
	padding: 0;
}   
h5 {
	position: relative;
	font: bold 16px/1.286 arial, helvetica, sans-serif;
	color: #333;
	padding: 0;
	}
p {
	font: normal 12px/1.5 arial, helvetica, sans-serif;
}
ul, ol {
	margin: 0;
	padding: 0;
	}
li {
	margin-left: 2em;
	padding-left: 1em;
	}
dl {
	width: 400px;
	position: relative;
	}	
dt {
	padding: .5em 0 .5em 5px;
	font: bold 11px/1.64 verdana;
	}	
dd {
	padding-bottom: .75em;
	font: normal 11px/1.64 verdana;
	margin-left: 5px;
	padding-left: 0;
	}
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; */
}
table {
    border-collapse: collapse;
    font: normal 12px/1.5 arial, helvetica, sans-serif;
}
legend {
	font: bold 24px/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: 13px;
}
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 {
    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(../Images/header-logo.gif) no-repeat -175px top;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-top: 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');
     }
/* ------------------------------------------------------------------*/
/* User Bar styles */
/* ------------------------------------------------------------------*/
#userBar {
	position: relative;
	top: 0;
	left: 0;
	width: 788px;
	margin: 0;
	padding: 0 5px;
	border-bottom: 1px 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/1 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;
	border-top: 1px solid #333;
	min-height: 80em;
	}
* html #content {
    height: 80em;
}
#content h2 {
    margin: 0;
    padding-top: 0;
}
#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;
}
#MyCCHead {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 778px;
    margin: 0;
    padding: 0;
    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;
}
#patientSearch {
    display: block;
    position: relative;
    margin: 0;
    padding: 3em 0 0;
    height: 6em;
    border: 0px solid #903;
}
#patientSearch p {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
	font: normal 11px/1.64 verdana, arial, helvetica, sans-serif;
}
#patientSearch label {
	font: normal 11px/1.64 verdana, arial, helvetica, sans-serif;
}
#login {
	margin: 0;
	padding: 1em 0 0;
	display: block;
	position: relative;
	border: 0px solid #963;
	text-align: left;
	}/* Adjusts for Box Model problem in IE6 */
#login h3 {
	padding-right: 5px;
	padding-left: 10px;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px dotted #999;
	}
#login p {
	padding: 0 1em;
	background-color: transparent;
	}
* html #login p {
	padding: 0 5px 0 10px;
	}
#login p a {
	font-size: 12px;
	line-height: 1.5;
/*	color: #8D94B0; 
	border-bottom: 0px dotted #8D94B0;
*/
	text-decoration: none;
	}
#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;
	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;
	}
#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;
}
#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: 0px;
	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;
	}

#content #userBar {
    display: block;
    position: relative;
    width: 783px;
    margin: 0;
    padding:  1.29em 5px 1.29em 10px;
    background: transparent url(../Images/bg-shadow.jpg) repeat-x;
}
#content #userBar h2 {
    margin: 0;
    padding-top: 0;
}
#content #userBar p {
	font: normal 10px/1.8 verdana, arial, helvetica, sans-serif;
}
#solutions {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 578px;
    margin: 0;
    padding: 1.29em 5px 1.29em 15px;
    clear: both;
    min-height: 85em;
	}
#solutions table 
{
    border: 1px solid #ccc;
    border-collapse: collapse;
}
#solutions table th {
    text-align: left;
    padding-left: 5px;
}
#solutions table td {
    padding-left: 2px;
}
#solutions p { 
	position: relative;
	margin-bottom: .75em;
	padding-left: 5px;
	clear: none;
	font: normal 12px/1.5 arial, helvetica, sans-serif;
	}
html>body #solutions p { /* Hide from IE 6 */
	}
#solutions ul, #solutions ol {
	position: relative;
	width: 548px;
	margin-bottom: 1.5em;
	list-style-position: inside;
	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: 498px;
}
*: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: 448px;
}
#solutions ul, #solutions ol {
    padding-left: 1em;
}
#solutions li {
    padding-left: 1em;
    margin-left: 1em;
    text-indent: -1.25em;
}
#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: 5em;
	left: 600px;
	width: 197px;
	padding-bottom: 1.8em;
	z-index: 10;
	background: transparent url(../Images/grid-h.gif) repeat-y 98px 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 h2 {
	padding-left: 5px;
	padding-right: 5px;
	font: bold 16pt/1.125 arial, helvetica, sans-serif;
	}
#products ul.productList {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
#products ul.productList li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: 0;
	margin-top: 1em;
	clear: left;
	padding: 0 10px .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; 
	border-bottom: 0px dotted #8D94B0;
	}
.product {
    display: block;
    position: relative;
    margin: 0 0 1em;
    padding: 0;
}
span.loginError {
    display: block;
    position: relative;
    top: 1em;
    padding: 0;
	width: 423px;
	background: #fcc url(../Images/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(../Images/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 15px;
	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;
	}

table tr th img {
    display: inline-block;
    float: left;
    clear: right;
    margin-right: 2px;
}

#QtyDsct {
    float: right;
    width: 200px;
    margin: 0 5px;
    }
.halfWidth {
    display: block;
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    padding; 0;
    width: 48%;
    }
