/* 
thecompliancecenter.com global CSS file
Copyright ICC The Compliance Center Inc.
*/

/* Global layout styles */

html, body {
	background: #cfd6e8 url(../img/bg.gif) repeat-x top;
	color: #000000;
	margin: 0;
	padding: 0;
}

html, body, table {
	font: 12px/18px 'Lucida Grande', Verdana, Arial, sans-serif;
}

a:link, a:visited {
	color: #287dc3;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

a:link.topLink, a:visited.topLink {
	color: #b9e0f7;
	margin-right: 16px;
	text-decoration: none;
}

a:hover.topLink { 
	color: #fdc82f;
}

a:link img, a:visited img {
	border-color: #287dc3;
}

a:hover.scheduleLink { 
	color: #3198ed;
	text-decoration: none;
}

h1 {
 	color: #333333;
	font: bold 20px/26px 'Lucida Grande', Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
 	color: #032236;
 	font: bold 15px/20px 'Lucida Grande', Tahoma, Arial, sans-serif;
	margin: 5px 0;
 	padding: 0;
}

h2.black {
	color: #000000;
}

h2.indexbox {
	margin: 0;
}

h2.request {
 	color: #333;
 	font: bold italic 15px Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 15px 0;
}

h2.sitemap {
	margin: 15px 0 5px 0;
}

h2.tab-names {
	margin: 0;
}

h3 {
 	color: #000000;
	font: bold 12px/16px 'Lucida Grande', Tahoma, Arial, sans-serif;
	margin: 0 0 1px 0;
 	padding: 0px;
}

hr {
	background-color: #cdcdcd;
	border: 0;
	color: #babcbe;
	height: 1px;
}

hr.faq {
	margin: 10px 0;
	width: 99%;
}

hr.faq2 {
	margin: 0;
	padding: 0;
	width: 99%;
}

hr.regUpdates {
	background-color: #999999;
	color: #999999;
	margin: 3px 0 6px 0;
}

#layout {
	background: #ffffff;
	border-left: 1px solid #032236;
	border-right: 1px solid #032236;
	margin: 0 auto;
	width: 970px;
}

#header {
	margin: 0 auto 26px;
	padding: 12px 0 16px 8px;
	width: 963px;
}

#subheader {
	background-color: #032236;
	color: #ffffff;
	font: 11px 'Lucida Grande', Tahoma, Arial, sans-serif;
	margin: 0 auto;
	padding: 10px 15px 10px 10px;
	width: 947px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
}

#main {
	background-color: #ffffff;
	border-left: 1px solid #032236;
	float: right;
	padding: 10px;
	width: 794px;
}

#menu {
	background-color: #ffffff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 155px;
	padding: 0;
}

#bottomlinks {
	background-color: #032236;
	border-top: 1px solid #032236;
	clear: both;
	color: #ffffff;
	font: 11px 'Lucida Grande', Tahoma, Arial, sans-serif;
	padding: 10px 0;
	text-align: center;
}

.highlightBox {
	background: #b9e0f7 url(../img/blue_gradient.gif) repeat-x top;
	border: 1px solid #cccccc;
	float: right;
	margin: 3px 0 15px 15px;
	padding: 10px;
	width: 240px; 
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.highlightBox2 {
	background: #b9e0f7 url(../img/blue_gradient.gif) repeat-x top;
	border: 1px solid #cccccc;
	margin: 5px 20px 2px 0;
	padding: 10px;
	text-align: center;
	width: 230px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.left {
	float: left;
	margin: 5px 15px 15px 0;	
}

.right {
	float: right;
	margin: 5px 0 15px 15px;	
}

#search {
	font-size: 11px;
	height: 13px;
	z-index: 101;
}
 
#searchBox {
	margin-top: 10px;
	text-align: right;
}

#search input {
	font-size: 10px;  			
}

/* Breadcrumb styles */

.bread {
	color: #515151;
	font-size: 11px;
}

.bread a, .bread a:visited {
	color: #515151;
}

.bread a:hover {
	color: #287dc3;
	text-decoration: none;
}


/* Main Menu */

#sidetree { background-color: #cae8f9; border-bottom: 1px solid #032236; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul { margin-top: 4px; }

.treeview a:link, .treeview a:visited { color: #032236; text-decoration: none; }
.treeview a:hover, .treeview span:hover { color: #2babe2; }

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	border-bottom: 1px solid #a0c3d7;
	margin: 0;
	padding: 3px 5px 3px 16px;
}

.treeview li li {
	border-bottom: none;
	font-weight: normal;
	line-height: 15px;
}

.treeview li li li { font-size: 10px; }

.treeview .expandable:hover { color: #2babe2;	cursor: pointer; }

.treeview .collapsable:hover { cursor: pointer; }

.treeview span { display: block; }

.treeview .expandable-hitarea { background: url(../img/arrow_closed.png) no-repeat; }

.treeview .collapsable-hitarea { background: url(../img/arrow_open.png) no-repeat; }

/* END Main Menu */

/* Category index page styles */

.frontCatTable td {
	border: solid 1px #ffffff;
}

.frontCatTableShops td { /* Keeps border invisible */
	border: solid 1px #e3e4e5;
}

/* "Jump to" table styles */
.jumpTable {
	border: solid 1px #032236;
	font-size: 11px;
}

.jumpTable th {
	background-color: #b9e0f7;
	text-align: left;
}

.jumpTable tr {
	border-color: #ffffff;
}

/* Training course pages */

.courseWrapper {
	float: right;
	margin: 0 0 10px 10px;
	width: 320px;
}

.topicHead {	
	background-color: #ffdc67;
	padding-left: 15px;
}

.topicBody {
	background-color: #ffecb0;
	font-size: 11px;
	padding-left: 15px;
}

.topicBody p {
	margin: 0 0 7px 0;
}

.materialHead {
	background-color: #cccccc;
	padding-left: 15px;
}

.materialBody {
	background-color: #dedede;
	font-size: 11px;
	padding-left: 15px;
}

.materialBody p {
	margin: 0 0 7px 0;
}

/* RSS styles */

.datefield {
color: #999999;
font-size: 11px;
}

#feed { }

.feedclass {
font-size: 12px;
}

/* Miscellaneous styles */

.aboutUs {
	background: #b9e0f7 url(../img/blue_gradient.gif) repeat-x top;
	border: 1px solid #999999;
	float: right;
	line-height: 20px;
	margin: 0 0 10px 10px;
	padding: 10px;
	position: relative;
	width: 190px;	
}

.blueText {
	color: #0000ff;
}

.flagSpace { /* Online store link graphics */
	margin: 0 5px 0px 0;
	border: none;
}

.flagSpace2 { /* Online store link graphics - tags */
	margin: 6px 3px 0 3px;
	border: none;
}

.flagSpace3 { /* Online store link graphics - ribbons */
	margin: 4px 9px 0 5px;
	border: none;
}

.gray666666 {
	color: #666666;	
}

.handcursor {
	cursor: pointer;
}

.languages {
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-right: 10px;
}

.indexBoxB {
	background-color: #f0f3f7;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	padding: 12px;
}

.indexBoxB2 {
	background-color: #f0f3f7;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

.indexBoxG {
	background-color: #eaf2e7;
	border-bottom: solid 1px #a2ce91;
	border-top: solid 1px #a2ce91;
	padding: 12px;
}

.indexBoxGray {
	background-color: #e3e4e5;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}

.indexBoxR {
	background-color: #fae1e1;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	padding: 5px;
}

.indexBoxTDG {
	background-color: #032236;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	color: #ffffff;
	font: 12px 'Lucida Grande', Verdana, Arial, sans-serif;
	padding: 12px;
}

.indexBoxY {
	background-color: #f8f8e6;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	padding: 12px;
}

.indexBoxY2 {
	background-color: #f8f8e6;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

.moreInfo {
	font-size: 12px;
}

.newsBox {
	border: 1px solid #000000;
	position: relative; 
	right: 7px;
	top: 2px; 
}

.notice {
	background-color: #fae1e1;
	border: 1px solid #cccccc;
	font-size: 9px;
	line-height: 13px;
	margin-top: 10px;
	padding: 5px;
}

.popContent {
	margin: 10px;
}

.prodCap {
	font: bold 9px/13px Verdana, Arial, sans-serif;
}

.prodDetails {
	background-color: #f0f3f7;
	border: 1px solid #cccccc;
	padding: 7px;
	font-size: 11px;
}

.redBullet {
	color: #990000;
}

.redText {
	color: #ff0000;
}

.schedules {
	margin: 2px 0 2px 10px;
}

.shareThis {
	float: right;
	margin: 5px 0 0 10px;
}

.size9 {
	color: #666666;
	font-size: 9px;
	line-height: 12px;
}

.size10 {
	font-size: 10px;
	line-height: 14px;
	margin: 3px 0 0 0;
}

.size11 {
	font-size: 11px;
	line-height: 16px;
	margin: 4px 0 0 0;
}

.swatches {
	background: #f5f5f5;
	border: 1px solid #cccccc;
	float: right;
	margin: 5px 0 20px 20px;
	padding: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
}

.swatches h2 {
	margin: 0 0 10px 0;	
}

.swatches hr {
	margin: 20px 0;
}

.termDef {
	color: #287dc3;
	cursor: pointer;
	font-weight: bold;
	margin: 8px 0 0 0;
}

td.survey1 {
	background-color: #ffdc67;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

td.survey2 {
	background-color: #ffecb0;
	border-bottom: 1px solid #000000;
	font-weight: bold;	
}

td.survey3 {
	border-bottom: 1px solid #000000;
}

.testimony-quote {
	color: #cccccc;
	font-size: 64px;
	font-weight: bold;
}

.trainingDates h3 {
	margin: 25px 0 0 0;
}

ul.kit {
	 margin-top: 4px;
}

#updatesWrap {
	float: right;
	margin: 0 0 10px 5px;
	width: 270px;
}

.updatesTop {
	background: url('../img/rightside_updates_top.gif') no-repeat top;
	float: right;
	height: 13px;
	width: 270px;
}

.updatesMiddle {
	background: url('../img/rightside_updates_middle.gif') repeat-y top;
	float: right;
	padding: 0 10px;
	width: 250px;
}

.updatesBottom {
	background: url('../img/rightside_updates_bottom.gif') no-repeat top;
	float: right;
	height: 13px;
	width: 270px;
}

.whiteBackground {
	background-color:#ffffff;
}

.whiteText {
	background-color: #999999;
	color: #ffffff;
}

.yellowText {
	background-color: #999999;
	color: #ffff00;
}

.plusOne {
	position: absolute;
	padding-top: 8px;
	
}

