/* ------------------------------------------------------------------*/
/* Default HTML element styles */
/* ------------------------------------------------------------------*/
 * {
	margin: 0;
	padding: 0;
	}
html {
	position: static;
	top: 0;
	left: 0;
	width: 99%;
	margin: 0;
	padding: 0;
	border: 0px solid #900;
	height: 600px!important;
	}
	
body {
	display: block;
	position: static;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	font: normal 12pt/1.5 "times new roman", garamond, times, georgia, serif;
	background: none url();
/*	height: inherit;*/ /* This causes IE6, 7 to crash */
    }
form {
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
    position: static;
    border: 0px dotted #0f0;
    }
div {
	display: block;
	margin: 0;
	padding: 0;
	}
h1 {
	position: static;
	font: bold 18pt/1 helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	}
h2 {
	position: static;
	font: bold 18pt/1 helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	}
h3 {
	position: static;
	font: bold 14pt/1.67 "times new roman", garamond, times, georgia, serif; /*helvetica, arial, sans-serif;*/
	margin: .42em 0 .42em;
	padding: 0;
	color: #ccc!important;
	}
h4 {
	position: static;
	font: bold 12pt/1.286 helvetica, arial, sans-serif;
	color: #333;
	}
p {
	font: normal 12pt/1.5 "times new roman", garamond, times, georgia, serif;
}
ul {
	margin: 0;
	padding: 0;
	}
li {
	margin-left: 2em;
	padding-left: 1em;
	}
a {
	text-decoration: underline;
	}
fieldset {
    border: 0px solid #fff!important;
    width: 100%;
}
/* #content a:link:after, #content a:visited:after { /* Shows link address in compliant browsers
   content: " (" attr(href) ") ";
   font-size: 90%;
   } */ 
/* ------------------------------------------------------------------*/
/* Header styles */
/* ------------------------------------------------------------------*/
#header {
	position: static;
	visibility: visible;
	display: block;
	margin: 0 auto;
	padding: 0;
	border: 0 none #fff!important;
	width: 100%;
	height: auto;
	}
#header * {
	border-left: 0 none #fff;
}
#header #quickMenu, #quickMenu * {
	position: static;
	display: none!important;
	visibility: hidden!important;
	border: 1px solid #000!important;
	}
.printLogo {
    display: block!important;
    visibility: visible!important;
    margin: 0;
    padding: 0;
    clear: both;
}
/* ------------------------------------------------------------------*/
/* Main Content styles */
/* ------------------------------------------------------------------*/
#content {
	display: block;
	position: static;
	margin: 0;
	padding: 0;
	width: 100%;
	top: 0;
	left: 0;
	font: normal 11pt/1.27 "times new roman", garamond, times, georgia, serif;
	border: 0px solid #333;
	height: 600px;
	min-height: 0;
	}
* html #content {
    height: 1px;
}
#content #userBar {
	position: static;
	top: 0;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #ccc;
	clear: both;
	display: none;
	visibility: hidden;
	}
#userBar p {
    display: none;
}
#login {
	margin: 0;
	padding: 1em 0 0;
	display: none;
	position: static;
	background: none url(../graphics/grid-hl.gif) repeat-y 0 3px;
	}
#MyCCHead {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}
#solutions, #products {
	display: block;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	float: none;
	border: 0px solid #f6f;
	margin: 0;
	padding: 0;
	height: auto;
	}
#solutions p {
    font: normal 12pt/1.5 "times new roman", garamond, times, georgia, serif; 
}
#solutions img {
    position: relative;
    display: block;
    float: right;
    margin-top: .25em;
}
.invisible {
	display: block!important;
	}
#pnlHiddenInfo {
    border: 0 solid #fff!important;
}
#pnlHiddenInfo p input {
    display: none;
}
#solutions p, #solutions ul, #solutions ol {
	position: static;
	margin-bottom: .5em;
	}
#products {
	display: none;
	position: static;
	visibility: hidden;
	}
dl {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	font: normal 11pt/1.27 helvetica, arial, sans-serif;
	}

dt {
	font-weight: bold;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0px dotted #3c3;
	line-height: 1.27em;
	}
	
dd {
	float: left;
	margin: 0;
	padding: 0;
	border: 0px dotted #33c;
	line-height: 1.27em;
/*	font-family: "times new roman", garamond, times, georgia, serif; */
	}
	
.column {
    position: static;
	clear: both;
	margin: 0;
	border: 0px solid #ff6;
	float: none;
    }
.column dl {
    display: block;
    position: static;
	width: 48%;
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
	border: 0px solid #c99;
	font: normal 11pt/1.27 helvetica, arial, sans-serif;
	}
	
.column dt {
	width: 33%;
	font-weight: bold;
	clear: left;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0px solid #999;
	}

* html #content #solutions .column dd {
	width: 30%!important;
	font: normal 10pt/1 helvetica, arial, sans-serif;
	color: #666!important;
/*	margin: 0;
	float: left;
	padding: 0 5px 0;
	border: 0px solid #333; */
	} 

*:first-child+html #content #solutions .column dd {
	width: 27%!important;
	font: normal 10pt/1 helvetica, arial, sans-serif;
	color: #666!important;
}
.twoCol { /* Pseudo-two-column hack */
    display: block;
    width: 49%;
    float: left;
    margin-top: 1em;
    }
.left {
    clear: left;
}

/* ------------------------------------------------------------------*/
/* Footer styles */
/* ------------------------------------------------------------------*/
#footer {
	position: static;
	visibility: hidden;
	display: none;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 10pt;
	background: none;
	border: 0px none #fff;
	}
#siteNotes {
	position: static;
	visibility: hidden;
	display: none;
	width: 165px;
	padding: 0 5px 1em;
	text-align: right;
	}
#siteCredits {
	position: relative;
	display: none;
	width: 100%;
	padding: 0 5px 1em;
	text-align: left;
	}
	
/* ------------------------------------------------------------------*/
/* Table Styles */
/* ------------------------------------------------------------------*/

table {
    margin: 0 auto 1em;
    padding: 0;
    border: 1px none #fff;
    border-collapse: collapse;
    clear: both;
}
table#tblOrderInfo td {
    border: 0px none #fff;
    text-align: left;
}
table#tblPkLstInfo td 
{
    text-align: center;
}
#content table td, th {
    font: normal 10pt/1.8 helvetica, arial, sans-serif!important;
}

td, th {
    font: normal 10pt/1.8 helvetica, arial, sans-serif!important;
    border: 1px solid #ccc!important;
}
thead tr {
    border: 1px solid #ccc;
    border-bottom: 2px solid #000;
    background-color: #FBFAF4;
}
thead th {
    text-align: center;
    padding: .25em 0;
}
tbody th {
    border: 1px solid #ccc;
    border-top: 0px none #fff;
    text-align: left;
}

tbody td {
    border: 1px solid #ccc;
    border-top: 0px none #fff;
    text-align: right;
    padding: .25em 5px;
} 
.noPrint 
{
    visibility: hidden!important;
    display: none!important;
}


