﻿
html, body {
	min-height: 101%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #4C618B url(../Images/body_bg.jpg) left top repeat-x;
}

html, body, h1, h2, h3, h4, h5, h6, div, td, th, p, li, a, select, input, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #4F4F4F;
}

h1, h2, h3, h4, h5, h6 {
	color: #1363A6;
	font-weight: bold;
	margin: 0px;
}

h1 {
	font-size: 22px;
	margin: 0px 0px 10px 0px;
}

h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}

a {text-decoration: underline;}

a:link, a:active, a:visited {
	color: #204381;
}

a:hover {color: #ff5900;}

label {cursor: pointer;}

p {margin: 0px 0px 10px 0px;}

ul {padding-left: 14px;}

/* ---------------------------------------------------------------------- layout classes */
.container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

/* --------------------------------------------------------------------- Header classes */
.hdr {
	height: 85px;
}

#hdrLogo {
	float: left;
	width: 133px;
	height: 60px;
	background: transparent url(../Images/Logo.png) top left no-repeat;
	margin: 15px 0px 0px 15px;
}

#hdrLogo a {
	width: 133px;
	height: 60px;
	display: block;
}

#hdrCompany {
	background-position: center center;
	background-repeat: no-repeat;
	width: 450px;
	height: 60px;
	float: left;
	margin: 0px;
}

#hdrRight {
	float: right;
	width: 200px;
	margin: 0px 15px 0px 0px;
}

#hdrRight div {
	float: right;
}

.hdrDivider {
	clear: left;
	height: 0px;
}

.hdrCWLogo {
	width: 140px;
	height: 50px;
	margin-top: 5px;
	background: url(../Images/cwlogo.png) top left no-repeat;
}

.hdrCWLogo img {
	border: 0;
}
.hdrCWLogo a {
	display: block;
	width: 140px;
	height: 50px;
}

.hdrInfo {
	color: #1B2F51;
	margin: 12px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}


/* ------------------------------------------------------------------ main menu classes */
.mnu {
}

.mnu, .mnuInner, .mnuStart, .mnuEnd {
	height: 50px;
}

.mnuStart, .mnuInner, .mnuEnd {
	float: left;
	background-color: transparent;
	background-image: url(../Images/mnu_bg.jpg);
}

.mnuStart, .mnuEnd {
	width: 20px;
	background-repeat: no-repeat;
}
.mnuStart {background-position: 0 0;}
.mnuEnd {background-position: 0 -100px;}

.mnuInner {
	background-position: 0 -50px;
	width: 940px;
	background-repeat: repeat-x;
}

.mnuInner ul {
	padding: 0px;
	margin: 0px 0px 0px -10px;
}

.mnuItems {
	float: left;
	width: 790px;
}

.mnuItems ul.mnuStatic li {
	list-style-type: none;
	float: left;
	line-height: 50px;
}

.mnuInner li.mnuFirst {
	padding-left: 0px;
}

.mnuInner ul li a {
	display: block;
	padding: 0px 12px;
	font-weight: bold;
	font-size: 14px;
	background: url(../Images/mnu_divider.jpg) right no-repeat;
}

.mnuInner a:link, .mnuInner a:active, .mnuInner a:visited {
	color: #CFDCEA;
	text-decoration: none;
}

.mnuInner li.mnuSelected a, .mnuInner a:hover {
	color: #fff;
	text-decoration: none;
}

.mnuLogin {
	text-align: right;
	float: right;
	width: 140px;
}

.mnuLogin, .mnuLogin a {
	font-size: 11px;
	color: #CFDCEA;
}

.mnuLogin span {
	display: block;
	margin-top: 10px;
}


/* ------------------------------------------------------------------ menu title classes */
.mnuBase {float: left;}

.mnuTitle div {
	height: 50px;
	background-color: #6286BB;
}
.mnuBlank div {
	height: 10px;
	background-color: #fff;
}
.mnuBaseLeft, .mnuBaseRight {
	width: 10px;
	background-repeat: no-repeat;
}
.mnuBaseCentre {
	float: left;
	width: 960px;
}
.mnuBaseCentre h1 {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	margin: 0px 0px 0px 10px;
}
.mnuBaseCentre h1 span {
	font-weight: normal;
	font-style: italic;
}
.mnuBaseLeft {
	float: left;
	background-position: left 0px;
}
.mnuBaseRight {
	float: right;
	background-position: right 0px;
}
.mnuTitle .mnuBaseLeft, .mnuTitle .mnuBaseRight {
	background-image: url(../Images/mnu_title.gif);
}
.mnuBlank .mnuBaseLeft, .mnuBlank .mnuBaseRight {
	background-image: url(../Images/mnu_base.gif);
}


/* ----------------------------------------------------------------------------------- home page classes */
.hpOuter {
	margin-top: -10px;
}

.hpTop, .hpLeft, .hpRight {
	float: left;
	height: 210px;
}

.hpTop {
	background: url(../Images/hp_top.gif) top left no-repeat;
	clear: both;
	width: 100%;
}

.hpLeft {
	float: left;
	width: 380px;
}

.hpRight {
	width: 560px;
}

.hpRightInner {
	float: left;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: Transparent;
	height: 208px;
}

.hpRightInner h1 {
	font-size: 30px;
	color: #072A62;
	line-height: 34px;
	margin: 12px 0px 0px 60px;
	font-family: Times New Roman;
	font-weight: normal;
}

.hpRightInner h1 span {
	display: none;
}

.hpAdvert1 {
	background-image: url(../Images/hp_advert1.jpg);
}
.hpAdvert2 {
	background-image: url(../Images/hp_advert2.jpg);
}
.hpAdvert3 {
	background-image: url(../Images/hp_advert3.jpg);
}
.hpAdvert4 {
	background-image: url(../Images/hp_advert4.jpg);
}
.hpAdvert5 {
	background-image: url(../Images/hp_advert5.jpg);
}

.hpMiddle {
	clear: both;
	float: left;
	width: 100%;
}

/* ------------------------------------------------------------------ home page bottom bar */
.mnuBar {
	clear: both;
	float: left;
	width: 100%;
}

.mnuBar, .mnuBarInner, .mnuBarStart, .mnuBarEnd {
	height: 111px;
}

.mnuBarStart, .mnuBarEnd, .mnuBarInner {
	float: left;
	background-color: transparent;
	background-image: url(../Images/mnu_btm_bg.jpg);
}

.mnuBarStart, .mnuBarEnd {
	width: 20px;
	background-repeat: no-repeat;
}
.mnuBarStart {
	background-position: 0 0;
}
.mnuBarEnd {
	background-position: 0 -222px;
	background-repeat: repeat-x;
}

.mnuBarInner {
	background-position: 0 -111px;
	width: 910px;
}

.mnuBarInner ul {
	padding: 0px;
	margin: 0px;
}

.mnuBarInner ul li {
	list-style-type: none;
	float: left;
	background: transparent url(../Images/mnu_divider_btm.jpg) right no-repeat;
	width: 225px;
	height: 110px;
}

.mnuBarInner li.mnuBarLast {
	background-image: none;
}

.mnuBarInner li span {
	display: block;
	padding: 20px 15px 0px 80px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	background: url(../Images/key_flash.jpg) left top no-repeat;
}

.homeMoreInfo{
	clear: left;
	line-height: 40px;
}



/* ------------------------------------------------------------------ content container classes */
.content, .contentInner {
	width: 980px;
	float: left;
	margin: 0px;
}

.content {
	background-color: #fff;
	line-height: 140%;
}

.contentInner {
	background-repeat: no-repeat;
	min-height: 450px;
}

.contentArea {
	margin: 15px;
}

.contentLeft .contentInner {
	background-position: bottom right;
}

.contentRight .contentInner {
	background-image: url(../Images/Photos/bw1.jpg);
	background-position: bottom left;
}

.contentLeft .colImage1 {background-image: url(../Images/Photos/col_right_1.jpg);}
.contentLeft .colImage2 {background-image: url(../Images/Photos/col_right_2.jpg);}
.contentLeft .colImage3 {background-image: url(../Images/Photos/col_right_3.jpg);}
.contentLeft .colImage4 {background-image: url(../Images/Photos/col_right_4.jpg);}
.contentLeft .colImage5 {background-image: url(../Images/Photos/col_right_5.jpg);}
.contentLeft .colImage6 {background-image: url(../Images/Photos/col_right_6.jpg);}
.contentRight .colImage1 {background-image: url(../Images/Photos/col_left_1.jpg);}
.contentRight .colImage2 {background-image: url(../Images/Photos/col_left_2.jpg);}
.contentRight .colImage3 {background-image: url(../Images/Photos/col_left_3.jpg);}
.contentRight .colImage4 {background-image: url(../Images/Photos/col_left_4.jpg);}
.contentRight .colImage5 {background-image: url(../Images/Photos/col_left_5.jpg);}
.contentRight .colImage6 {background-image: url(../Images/Photos/col_left_6.jpg);}

.clearBoth {
	clear: both;
}

/* ------------------------------------------------------------------ content column classes */
.colLeft, .colRight {
}

.colLeft {
	float: left;
}
.colRight {
	float: right;
}

.colLeftInner, .colRightInner {
}

.colHeader, .colFooter {
	clear: both;
	float: left;
	width: 100%;
}

.colFooter {
	margin: 0px 0px 10px 0px;
}

/* Standard column sizes */
.cols .colLeft {
	width: 610px;
}
.cols .colRight {
	width: 320px;
}

/* Registration column sizes */
.reg .colLeft {
	width: 600px;
}
.reg .colRight {
	width: 380px;
}

/* brochureware column sizes */
.bw .colLeft {
	width: 300px;
}
.bw .colRight {
	width: 620px;
}

/* ---------------------------------------------------------------------- firm name combo */
.firmName{
	clear:both;
	height:24px;
	margin:10px 0px;
}

.firmName label{
	float:left;
	line-height:24px;
	display:block;
	margin-right:25px;
}

.firmDropDown, .firmValidation{
	float:left;
}

/* ------------------------------------------------------------------ Accordion List items */
.accHeader h2, .accHeaderSelected h2 {
	margin: 3px 0px 0px 0px;
	cursor: pointer;
	font-size: 13px;
	display: inline;
	line-height: 22px;
	color: #182C4E;
	font-weight: bold;
}

.accHeader h2:hover {
	color: #ff5900;
}

.accContent h3 {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
}

.accItems {
	margin: 5px 15px 5px 15px;
}

.accItems p{font-size:11px;}

.accQuestion {
	clear: left;
}

/* ------------------------------------------------------------------ page footer classes */
.ftr {
	margin-top: 5px;
	height: 60px;
	clear: both;
	float: left;
	width: 980px;
}

.ftr p, .ftr a {
	font-size: 11px;
	color: #fff;
	margin: 0px;
	line-height: 16px;
}

.ftr a:link, .ftr a:visited, .ftr a:active {
	text-decoration: none;
}

.ftr a:hover {
	text-decoration: underline;
}


/* ------------------------------------------------------------------------------- alphabet A to Z classes */
.AtoZ {
	clear: both;
	float: left;
}

.AtoZ ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.AtoZ li {
	float: left;
	border: 1px solid #6286BB;
	text-align: center;
	margin: 5px 5px 0px 0px;
	line-height: 20px;
	background-color: #efefef;
}

.AtoZ li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 7px;
	color: red;
}

.AtoZ li a.AtoZEnabled {
	color: #6286BB;
}

.AtoZ li a.AtoZEnabled:hover {
	background-color: #293D60;
	color: #fff;
}

.AtoZ li a.AtoZDisabled {
	color: #ccc;
}


/* ---------------------------------------------------------------------------------------------------- grid view classes */
.gv {
	clear: both;
	border: 1px solid #A6BAD9;
	font-size: 11px;
	float: left;
	width: 950px;
	margin-bottom: 10px;
	background-color: #fff;
}

.gvHeader {
	background-color: #6286BB;
}

.gv th {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	border: 0px;
	text-align: left;
	border-right: 1px solid #fff;
}

.gv th.gvLast {
	border-right: 1px solid #A6BAD9;
}

.gv td {
	padding: 5px;
	border: 1px solid #A6BAD9;
}

.gv .gvCentre{
	text-align:center;
}

.gv .gvTotals td{
	text-align:center;
	font-weight:bold;
	background-color:#ccc;
	color:#333;
}

.gv .gvAlternating td{
	background-color:#efefef;
}

a.icn {
	overflow: hidden;
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../Images/icon_sprite.gif);
}

a.icnPdf {background-position: 0px -24px;}
a.icnEdit {background-position: 0px -48px;}
a.icnStatement {background-position: 0px -72px;}
a.icnOutstanding {background-position: 0px -96px;}
a.icnReport {background-position: 0px -120px;}
a.icnBreakdown{background-position: 0px -144px;}
a.icnIndividial{background-position: 0px -168px;}

.gvPager {
	background-color: #efefef;
}

.gvPager td {
	border: 0px;
}

.gvPager a, .gvPager span {
	padding: 5px;
	width: 16px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #fff;
}

.gvPager span {
	color: #ff6600;
}

.gvPager a:hover {
	color: #ff6600;
	border: 1px solid #999;
	background-color: #dbdbdb;
}


/* ------------------------------------------------------------------------------------------ form / fieldset classes */
div.frm {
	color: #333;
	clear: both;
	margin: 20px 0px 10px 0px;
	float: left;
}

div.frm fieldset {
	border: 1px solid #97A7AF;
	background: #fff url(../Images/box_bg.jpg) top repeat-x;
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #4F6068;
}

div.frm label {
	cursor: pointer;
}
div.frm i {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	line-height: 0;
	background-color: transparent;
	background-image: url(../Images/corners.gif);
	background-repeat: no-repeat;
}
fieldset i.tl {
	top: -1px;
	left: -1px;
	background-position: top left;
}
fieldset i.tr {
	top: -1px;
	right: -1px;
	background-position: top right;
}
fieldset i.bl {
	bottom: -1px;
	left: -1px;
	background-position: bottom left;
}
fieldset i.br {
	bottom: -1px;
	right: -1px;
	background-position: bottom right;
}

div.frm legend {
	position: relative;
}

div.frm legend span {
	border: 1px solid #97A7AF;
	background: #fff url(../Images/box_bg.jpg) top repeat-x;
	position: absolute;
	top: -12px;
	left: 10px;
	white-space: nowrap;
	background: #EFF4FA;
	font-weight: bold;
	padding: 3px 10px;
	color: #336699;
}

div.frm .frmReq {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #666666;
	margin: 5px 10px 0px 0px;
}

div.frm .frmReq span {
	color: #ff0000;
	font-weight: bold;
}

.mandatory {
	color: #ff0000;
	font-weight: bold;
	padding-left: 5px;
}

div.frm .frmInner {
	margin: 25px 12px 10px 12px;
}

div.frm .frmInnerNoLegend {
	margin: 22px 12px 10px 12px;
}

div.frm .frmGroup {
	display: block;
	clear: both;
}

/* ----------------------------------------------------------------------------------------------- form layout classes */
.frm .tbl {
	border-collapse: collapse;
}
.frm .tbl tr td {
	border-spacing: 0px;
	vertical-align: top;
	border-bottom: 1px solid #C5CDD1;
	padding: 5px 0px;
}

.frm .tbl tr.lastRow td {
	border-bottom: 1px solid white;
}

.frm .tbl th {
	text-align: left;
	font-weight: bold;
}
/* - remove padding and border for nested tables  */
.frm .tbl td table {
	float: left;
}
.frm .tbl td table td {
	padding: 0px;
	border: 0px;
}

.frm .tbl td table.rbl td {
	padding-right: 20px;
}

.frm td.cbl div{
	 float:left;
	 margin:0px 25px 0px 0px;
}


/* --------------------------------------------------------------------------------------------------------- validation classes */
.vs {
	width: 550px;
}

.vsSummary {
	background: url(../Images/err_footer.gif) bottom left no-repeat;
	padding-bottom: 20px;
}

.vsTitle {
	background: url(../Images/err_title.gif) top left no-repeat;
	color: #fff;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
}

.vsSummary li {
	color: #cc0000;
	list-style-image: url(../Images/err_bullet.gif);
}

.vsSummary ul {
	padding: 10px 0px 0px 25px;
	margin: 0px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
}

span.errIcon {
	background: url(../Images/err_icon.gif) center center no-repeat;
	cursor: help;
	display: inline-block;
	float: left;
	height: 18px;
	width: 16px;
}

.errText {
	color: #ff0000;
}


/* ----------------------------------------------------------------------------------------------- from control sizes */
.frm input, .frm select, .frm textarea {
	float: left;
}

input.dx {
	width: 158px;
	margin: 0px 5px 0px 3px;
}
input.sml {
	width: 120px;
}
input.mdm {
	width: 210px;
}
input.lge {
	width: 300px;
}
input.readOnly {
	border: 0px;
}

.frm select.sml, select.sml {
	width: 126px;
}
.frm select, select.mdm {
	width: 216px;
}
.frm select.lge, select.lge {
	width: 306px;
}

textarea.sml {
	width: 126px;
	height: 50px;
}
.frm textarea, textarea.mdm {
	width: 216px;
	height: 100px;
}
textarea.lge {
	width: 406px;
	height: 150px;
}
textarea.referred {
	width: 500px;
	height: 150px;
}

/* ----------------------------------------------------------------------------------------------- Search criteria classes */
div.srhCriteria fieldset {
}

.srhCriteria div.frmInner {
	margin: 20px 12px 10px 12px;
}

.srhLabel {
}

.srhControlDates {
	width: 225px;
}

.srhControlDates .srhCal {
	width: 95px;
	margin-right: 10px;
	float: left;
}

.srhCriteria .btnBar {
	margin: 20px 0px 0px 0px;
}

.srhCriteria div.btn {
	margin: 0px 10px 0px 0px;
}


/* ------------------------------------------------------------------------------------------------ Info pod classes */
.infoPods {
}

.infoPods .colLeft, .infoPods .colRight {
	width: 445px;
	margin: 10px 15px;
}

.infoPod fieldset {
	min-height: 240px;
}

.infoPod ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.infoPod li {
	line-height: 22px;
}

.infoPod li span {
	font-weight: bold;
	display: block;
	float: left;
	width: 110px;
}

.infoPod li span.ppRef {
	font-style: italic;
	font-weight: normal;
}


/* ----------------------------------------------------------------------------------------------------------- Help Panel classes */
.hlpIcon {
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../Images/hlp_icon.png);
}

.hlpIcon:hover {
	background-position: -20px 0px;
}

.hlpPanel, .hlpPanelBottom, .hlpPanelInner {
	width: 300px;
}

.hlpPanel {
	z-index: 99;
}

.hlpPanelInner {
	min-height: 50px;
	background: url(../Images/hlp_bg.gif) no-repeat left top;
}

.hlpPanelCopy {
	padding: 10px 25px;
	font-size: 11px;
	line-height: 14px;
}

.hlpPanelBottom {
	background: url(../Images/hlp_bottom_bg.gif) no-repeat left bottom;
	height: 15px;
}


/* --------------------------------------------------------------------------------------------------------- Quote table classes */

#qst {
	width: 580px;
}

#qst td {
}

.qstNo {
	width: 15px;
}

.qstText {
	width: 350px;
}

.qstAnswer {
	width: 230px;
}

.qstHelp {
	width: 22px;
}

.qstProducts {
	width: 290px;
}

.qstProductTitle td {
}

.qstProductTitle {
	width: 270px;
	line-height: 20px;
}

.qstProductTitle a {
	text-decoration: none;
}

.qstProductDesc {
	width: 280px;
	line-height: normal;
}

.qstProductDesc div{
	font-size:10px;
}

/* --------------------------------------------------------------------------------------------------- YES NO answer classes */
.qstYesNo {
	width: 130px;
}

.qstYesNoValues {
	float: left;
	width: 110px;
}

.qstYesNoValues table {
	margin-left: 25px;
}

.qstYesNoValues table label {
	margin-right: 5px;
}

.qstYesNoHelp {
	float: left;
	width: 20px;
}


/* --------------------------------------------------------------------------------------------------- AJAX update panel classes */
.udpCover {
	position: absolute;
	width: 600px;
	background-color: #fff;
	filter: alpha(opacity=45);
	-moz-opacity: .45;
	opacity: .45;
	z-index: 99;
}

.udpContainer {
	position: absolute;
	width: 600px;
	z-index: 100;
}

.udp {
	margin: 0px auto;
	width: 310px;
	height: 85px;
	background: transparent url(../Images/loading.gif) center center no-repeat;
}


/* ------------------------------------------------------------------------------- acrobat reader panel classes */
.acrobatReader {
	margin: 10px;
	width: 158px;
	height: 39px;
}

.acrobatReader a {
	display: block;
	background: url(../Images/get_adobe_reader.png) no-repeat center center;
	width: 158px;
	height: 39px;
}

/* ------------------------------------------------------------------------------- quote classes */
.qtePremium {
}

.qtePremium h2 {
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}

.qtePremium span, .qteRef span {
	font-style: italic;
}

.qteRef {
	margin: 15px 0px;
}

.qteRef h2 {
	display: inline-block;
	margin-right: 10px;
}

.qteMoney label {
	float: left;
	margin-right: 3px;
	line-height: 20px;
}

.tbl .qteMoney input {
	float: left;
	width: 180px;
}


/* ------------------------------------------------------------------------------- final check classes */
.fCheck {
}

.fCheck fieldset {
	width: 600px;
}

/* -------------------------------------------------------------------------------------------------------- confirmation message classes */
.cm {
	float: left;
	clear: both;
	border: 1px solid #ccc;
	width: 100%;
	margin: 0px 0px 10px 0px;
	background: #fff url(../Images/information.gif) left top no-repeat;
	min-height: 50px;
}

.cmInner {
	margin-left: 50px;
}

.cmContent {
	margin: 10px 5px;
}

.cmContent p {
	color: #333;
	margin: 2px 0px 2px 0px;
}


.headingCell {
	color: #1363A6;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------- specific list classes */
.userList {
	margin: 10px 0px;
}

.lstUsersOuter{
	width:300px;
	background-color:#fff;
}
.lstUsers{
	height:290px;
	width:100%;
	background-color:#fff;
	border:1px solid #999;
	overflow-x: none;
	overflow-y: auto;
}

.lstUsers ul{
	list-style-type:none;
}
