body{
	padding:0;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(../../images/bkg/bkg_page.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
body, html{
	height:100%;
	min-height:100%;
}
form{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
a{
	color:#28A88F;
	text-decoration:underline;
}
a:hover{
	color:#28A88F;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
	color:#28A88F;
	padding:4px 0px 12px 0px;
	margin:0px;
	font-size:18px;
}
h2, h3{
	font-size:14px;
	padding:0px;
}
h4, h5, h6{
	font-size:12px;
	padding:0px;
}
p{
	padding:0px 0px 16px 0px;
	margin:0px;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.headerContainer{
	background-color:#89CB4C;
	height:138px;
	border:solid 1px #FFFFFF;
}
table.contentTable th{
	width:202px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}

table.contentTable th  p a{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}
table.contentTable th  p a:hover{
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
table.progressTable td, table.progressTable th{
	text-align:center;
	border:none;
}

table.progressReviewFormTable {
}
table.progressReviewFormTable th{
	font-weight:bold;
	color:#000000;
	padding-top:5px;
	padding-right:7px;
}
table.progressReviewFormTable td{
	color:#000000;
	padding-top:3px;
}

/* Cell Content */
.pad12{
	padding:12px;
}
.cellTop{
	height:100px;
}
.cellTitle{
	padding-top:6px;	
}
.cellDot{
	padding-top:4px;
	padding-bottom:9px;
}

/* Cell Colours */
.cellBlack{
	background-color:#000000;
}
.cellGreen{
	background-color:#89CB4C;
}
.cellGrey{
	background-color:#999999;
}

.questionHolder{
	padding:12px;
	margin-bottom:10px;
	border:solid 1px #CCCCCC;
}
/* Footer Styling */

table.footerTable{
	color:#FFFFFF;
	border-bottom:solid 1px #FFFFFF;
}
table.footerTable td{
	width:200px;
}
table.footerTable td a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
table.footerTable td a:hover{
	text-decoration:none;
}
table.footerTable th{
	text-align:right;
	padding:12px;
}
#dhtmltooltip{
	position:absolute;
	width:300px;
	border:1px solid #C4D9EE;
	padding:5px 7px;
	background-color:#999999;
	visibility: hidden;
	z-index: 100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=2);
	color:#FFFFFF;
}
.btnFlexFramework{
	color:#FFFFFF;
	cursor:hand;
	font-size:14px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	width:150px;
	text-align:center;
	background-color:#28A88F;
	background-image:url(/images/bkg/bkg_button.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
}
.btnFlexFrameworkLonger{
	color:#FFFFFF;
	cursor:hand;
	font-size:14px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	width:200px;
	text-align:center;
	background-color:#28A88F;
	background-image:url(/images/bkg/bkg_button_longer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
}


#accPicLeft {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 150px;
	margin-bottom:20px;
	margin-right:15px;
	z-index:1;
}

#accPicLeft a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
	z-index:3;
}

#accPicLeft a img {
	border: 0;
	z-index:1;
}


#accPicLeft a.p2, #accPicLeft a.p2:visited {
	background: #FFFFFF;
	display:inline;
	height: 113px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 150px;
	z-index:1;
}

#accPicLeft a.p2:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
	z-index:1;
}

#accPicLeft a.p2:hover .large {
	display: block;
	height: 297px;
	left: -410px;
	position: absolute;
	top: -0px;
	width: 404px;
	z-index:3;
}
table.assureSessionTable{
}

table.assureSessionTable td, table.assureSessionTable th{
	text-align:left;
	padding-right:18px;
}

table.assureSessionTable th a{
	text-decoration:underline;
}

table.assureSessionTable th a:hover{
	text-decoration:none;
}
.errRow{
	background-color:#CCCCCC;
	padding:5px;
	border:1px solid #666666;
}
.errRow th{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-top:5px;
	margin-bottom:5px;
}
.errRow td{
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-top:5px;
	margin-bottom:5px;
}
.errMsgBox{
	border:1px solid #666666;
	background-color:#CCCCCC;
	padding:5px;
	padding-top:10px;
	height:100%;
	width:100px;
	vertical-align:top;
}
.formTextBox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:315px;
}
.formTextArea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:315px;
}
.formDropDowm{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:320px;
}
.purchaseTitleCell{
	padding-top:10px;
	padding:5px;
	border-top:1px solid #CCC;
}
.purchaseCell{
	padding-top:10px;
	padding:5px;
	border-top:1px solid #CCC;
}

/* Navig8 CSS */
#secondary {
	background-color:#000000;
	width:100%;
	padding-top:7px;
	padding-bottom:7px;
}

#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  color:#FFFFFF;
  display:block;
  font-size: 11px;
  padding:0px 5px 0px 14px;
}

#secondary a:hover {
  color:#FFFFFF;
  text-decoration: none;
}

#secondary a.active {
  font-weight:bold;
  color:#FFFFFF;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

table.registerTable{

}

table.registerTable td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

table.registerTable th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.headerRow{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
table.registerTable td.formRequired{
	color:#28A88F;
	padding-right:5px;
}
