/* axa colors

AXA blue #103183
for navigation level 1 (when a section is selected)

Medium blue #dfecf7  
for navigation level 2

Light Blue #f4f8fc 
for navigation level 3.

*/


body{
	margin:0px;
	padding:0px;
	width:940px;
	
	
	/* *background-color: #000; /* notice the * before the property - shows in IE7 and below */
}

:active, :focus { outline: none; -moz-outline-style: none; }

img{ border:none; }


.border{
	border:1px red solid;
}

#pageContainer{
	margin:0px;
	padding:0px;
}


#siteContainer{
	position:relative;
	width:930px;	
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	padding-bottom:25px;	
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.clear{
	width:0px;
	height:0px;
	clear:both;
}


#varStore{
	display:none;
}


.border{
	border:1px solid black;
}


#titleBar{
	width:930px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	color: #0060d6;
	font-size: 23px;
	border-bottom: 1px solid #CCC;
}


#kbBtn{
	float:right;
	font-size: 13px;
	color:#103183;
	cursor:pointer;
}

#kbBtn div{
	float:left;
	margin-right:8px;
	margin-top:10px;
}



ul{
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
}


#mainNav{
	width:950px;
	margin-top: 10px;
	margin-bottom: 15px;
}


.navOver a{
	color: #000 !important;
}

.navArw{
	width:20px;
	height:31px;	
	background-image: url('../../_img/divider.png');	
	background-repeat: none;
}


.navArwStart{
	width:6px;
	height:31px;	
	background-image: url('../../_img/divider-start.png');	
	background-repeat: none;
}

.navArwStartOn{
width:6px;
	height:31px;	
	background-image: url('../../_img/divider-startOn.png');	
	background-repeat: none;
}

.navArwEnd{
	width:20px;
	height:31px;	
	background-image: url('../../_img/divider-end.png');	
	background-repeat: none;
}

.navArwEndOn{
	width:20px;
	height:31px;	
	background-image: url('../../_img/divider-endOn.png');	
	background-repeat: none;
}


.navArwLeftOn{
	width:20px;
	height:31px;	
	background-image: url('../../_img/divider-leftOn.png');	
	background-repeat: none;
}

.navArwRightOn{
	width:20px;
	height:31px;	
	background-image: url('../../_img/divider-rightOn.png');	
	background-repeat: none;
}



#mainNav li {	
	position:relative;
	display:block;
	float:left;
	font-size: 13px;	
}

#mainNav li a:link, #mainNav li a:visited{
	display:block;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	height:31px;
	text-decoration: none;

}


.mainNavOff a{
	display:block;
	height:31px;
	color: #103183;
		
	background-image: url('../../_img/mainNavBg.png');	
	background-repeat: repeat-x;
}


.mainNavOn a{
	display:block;
	height:31px;
	color: #FFF;

	background-image: url('../../_img/mainNavBg-on.png');	
	background-repeat: repeat-x;
}


#contentArea{ 
	min-height:425px;
}


#loaderIcon{
	position:absolute;
	z-index:500;
	top:250px;
	left:550px;
	display:none;
	width:50px;
	height:50px;
}


/**/


#vidPlayer{
	position:absolute;
	left: 184px;
	z-index:555;
	/*margin-top:117px;*/

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border: 2px solid #dfecf7;
			
	background-image:url('../../_img/vidBG.jpg');
	background-repeat: no-repeat;
	background-color: #f4f8fc;
	width:740px;
	height:416px;
	
	/*IE7-----------------------*/
	*margin-top:2px;

}


#content {
	position:absolute;
	top:117px;
	left: 170px;
	margin-left:14px;
	width:740px;
	height:416px;
	border: 2px solid #dfecf7;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	
	/*IE7-----------------------*/
	*margin-top:30px;
}


#sideNav{
	position:absolute;
	top:117px;
	left:5px;	
	z-index:0;
	width:163px;
	text-decoration: none;	
	border:1px solid transparent;
	
	/*IE7-----------------------*/
	*top:147px;
}



.NonERISA{
	float:left;
	width:375px;
	margin-left:25px;
	font-size: 10px;
	margin-top:15px;	
}


/* quiz styles */
#quizSpace{
	position:relative;
	overflow: hidden;
}

#quizContainer{
	position:relative;
	height:416px;
}


.quizScreen{
	position:relative;
	float:left;
	color: #666666;
	padding:25px;
	width:690px;
	height:370px;
}


.quizTitle{
	font-size: 19px;
	color: #0060d6;
	width:550px;
	margin-bottom:20px;
}


.quizAlert{
	padding:5px;
	margin-bottom:15px;
	border: #fcefa1 solid 1px;
	background-color: #fbfaf1;
}


.quizAnswers{
	float:left;
	margin-left:15px;
	font-size: 14px;
}

.quizAnswers li{
	margin-bottom:10px;
}


.quizImg{
	float:right;
}


.quizNav{
	position:absolute;
	width:275px;
	bottom: 20px;
	left: 440px;
}

.quizBtn{
	float:left;
	width:117px;
	height:40px;
	margin-right: 15px;
}

.quizBtn button{	
	font-size: 18px;
	font-family: Arial, sans-serif;
	padding:5px;
	width:117px;
	text-align:center;
	
	background-image: url('../../_img/btn_bg_blue.png');
	background-repeat: no-repeat;
	border: transparent 0px solid;
	
	/*background-color: #538bba;
	border: #4180bc 2px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px; 
	*/
	
	color: white;	
	cursor:pointer;
}

.save button{
	
	background-image: url('../../_img/btn_bg_green.png') !important;
	background-repeat: no-repeat;
	border: transparent 0px solid;
	
	/*
	background-color: #70b162;
	border: #319f38 2px solid;*/
}

.audioPlayer{
	border: 1px solid black;
	float:right;
}

#kbLink{
	display:none;
	position:absolute;
	top:120px;
	left:673px;
	width:250px;
	height:25px;
	padding-top:5px;
	padding-left:18px;
	z-index:999;
	color:#FFF;	
	cursor:pointer;
	
	/*IE7-----------------------*/
	*top:149px;
}

#kbLinkBG{
	display:none;
	position:absolute;
	top:120px;
	left:673px;
	width:250px;
	height: 25px;
	z-index:666;	
	background-color:#000;
	/* background-color: red; */
	opacity:0.7;	
	border: 1px solid black;
	
	/*IE7-----------------------*/
	*top:149px;
	
	
}


#trace{
	padding:15px;
}

/* -- vid audio players -- */


#touchPlay {
	display:none;
	position:absolute;
        left:186px
	top:119px;
	z-index:999;
	background-image:url('../../_img/ttp.jpg');
	background-repeat: no-repeat;
	width:740px;
	height:416px;
	cursor:pointer;
}

#audPlayer {
	display:block;
	position:absolute;
	top:119px;
	left:845px;
	z-index:0;
	background-color: #f4f8fc;
	width:50px;
	max-height:15px;
	overflow:hidden;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	
	/*IE7-----------------------*/
	*top:147px;
}


#sndBtn{
	position:absolute;
	top:119px;
	left:826px;
	z-index:1;
	background-color: #f4f8fc;
	width:100px;
	height:25px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */	
	
	/*IE7-----------------------*/
	*top:147px;
}

#sndBtn img{
	float:left;
	cursor:pointer;
}

#sndBtn ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	cursor:pointer;
}

#sndBtn li{
	float:left;
	background-color: #103183;
	width:3px;
	height:10px;
	margin-top:7px;
	border: 1px solid #f4f8fc;
	
}

.volOff{
	background-color: #dfecf7 !important;
}

#touchAudPlay {
	display:none;
	position:absolute;
	top:123px;
	left:845px;
	z-index:5;
	color: #103183;
	font-size: 11px;
	font-family: sans-serif;
	background-color: #f4f8fc;
	width:100px;
	height:25px;
	cursor:pointer;
}

#touchAudPlay div{
	float:left;
	margin-top:6px;
}

#touchAudPlay img{
	float:left;
	margin-right:3px;
}


/*profile ---------------------------------------------------- */

.inTitle{
	float:left;
	color:#103183;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:10px;
}


.smallVid{
	float:right;
	border-bottom:1px solid #ccc;
}

.infoBox{
	width:355px;
	
	/*min-height:235px;*/
	
	float:left;
	margin-right:15px;
	background-image: url('/_img/box-bg.png');
	background-repeat: repeat-x;
	background-color: #d8e2eb;
	border:1px solid #dfecf7;
}

.profileBar{
	position:relative;
	width:370px;
	height:55px;
	padding:10px;
}


.barTitle{
	position:relative;
	color:#999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}




.indicator{
	position:absolute;
	top:20px;
	/*left:300px*/
	
}

.barMarker{
	padding:3px;
	float:left;
	color:#103183;
	font-size: 12px;
	background-color: #FFF;
	border:1px solid #103183;
}

.barArrow{
	background-image: url('/_img/ind-arrow.png');
	background-repeat: no-repeat;
	width:26px;
	height: 11px;
}



.bar{
	position:absolute;
	top:25px;	
	width:335px;
	height:23px;
}

.barBg{
	position:absolute;
	top:25px;
	left:0px;
	z-index:5;
	width:335px;
	height:23px;
	background-image: url('/_img/scalegrey-bg.png');
}

.barColor{
	position:absolute;
	top:25px;
	left:0px;
	z-index:10;
	width:335px;
	height:23px;
	background-image: url('/_img/scalecolor-bg.png');
}

.question{
	position:absolute;
	top:27px;
	left:350px;
	width:18px;
	height:18px;
	background-image: url('/_img/question-icon.png');
	background-repeat: no-repeat;
	cursor:pointer;
}


/* ---------------------------------- */

.formInpt{
	width:250px;
	clear:right;
}

.formInpt input{
	float:right;
	padding:3px;
	width:120px
	color: #666666;
	font-size: 12px;
	border:1px solid #dfecf7;
}

textarea{
	padding:3px;
	width:245px;
	color: #666666;
	font-family: sans-serif;
	font-size: 12px;
	border:1px solid #dfecf7;
}

.invalid{
	border:1px solid red !important;
}

#frmWarn{
	display:none;
	margin-bottom:15px;
	color:red;
}



/* --- dialog ---*/

#dialog{
	position:absolute;
	display:none;
	z-index:666;
	top:200px;
	left:350px;
	width:416px;
	min-height: 200px;
	background-color: #FFF;	
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

#diaTitle{
	/*
	background-image: url('/_img/dialogHeaderBg.png');
	background-repeat: repeat-x;
	*/
	
	font-size: 19px;
	color: #0060d6;
	padding: 10px;
	

	
}

#dialog p{
	padding-right:15px;
	padding-left:15px;
	padding-bottom:10px;
	font-size: 12px;
	color: #666666;
}


.dialogBtnHolder{
	position:absolute;
	left:275px;
	bottom:0px;
	width:120px;
	padding:10px;
	margin:0px;
}

/*
#dialog button{
	position:relative;
	float:right;	
	font-size: 14px;
	color: white;
	padding:5px;
	min-width:50px;
	text-align:center;
	background-color: #538bba;
	border: #4180bc 2px solid;
	text-transform:capitalize;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px; 

	cursor:pointer;

	
}

*/


/* library -----------------------------------------------------  */

.column{
	float:left;
	width:318px;
	height:235px;
	margin-right:25px;
}


#docList{
	height:175px;
	overflow-y:scroll;
	border-bottom:1px solid #dfecf7;
}



.scroll{
	overflow-y:scroll;
	border-bottom:1px solid #dfecf7;
}


.solutionBox{
	padding:15px;
	background-image: url('/_img/box-bg.png');
	background-repeat: repeat-x;
	background-color: #d8e2eb;
	border-top:1px solid #dfecf7;
}

.solutionBox li{
	list-style: disc;
	margin:9px;
}


.libItm{
	margin-bottom: 10px;
	background-color: #f4f8fc;
}

.added{
	background-color: #dfecf7 !important;
}


.add2basket{
	float:right;
}

.libItm input{
	margin-top:17px;
	float:left;
}

.libItm button{
	height:33px;
	width:40px;
	margin:10px;
	float:left;
	background-color: #f4f8fc;
	border: #dfecf7 2px solid;
	color:#103183;
	font-size:16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

.icon, .libItm img{
	float:left;
}


.libItm a{
	color:#103183;
}


.vidCap{
	margin:10px;
	float:left;
}

.docCap{
	margin:10px;
	float:left;
	max-width:200px;
	
	/* IE 7 ---- */
	background-color: #f4f8fc;
	padding:5px;
	margin:0px;
	height:43px;
	

}

.docCap a{
	text-decoration: none;
	
}


.docDesc{
	display:none;
}


#previewCloseBtn{
	position:absolute;
	display:none;
	width:25px;
	height:25px;
	top: 150px;
	left: 805px;
	z-index:55;
	cursor:pointer;
	background-image: url('../../_img/close.png');	
	background-repeat: none;
}

#previewPlayer{
	position:absolute;
	display:none;
	top: 145px;
	left: 260px;
	z-index:50;
	background-color:#FFF;
	width:570px;
	height:324px;
	border: 2px solid #dfecf7;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}


.smallVidBtn{
	float:right;
	text-align:center;
	background-color: #538bba;
	border: #4180bc 2px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */	
	color: white;	
	cursor:pointer;

}


#desTxt{
	list-style-type: disc;
	margin-left:15px;
	width:300px;
}

.psca{
	float:right;
}

.psca a{
	color:#dfecf7;
}


.contactform{
	float:left; 
	margin-right:45px; 
	width:275px; 
}

/* axa colors

AXA blue #103183
for navigation level 1 (when a section is selected)

Medium blue #dfecf7  
for navigation level 2

Light Blue #f4f8fc 
for navigation level 3.

*/





















