body{
	width:100%;
	margin:auto 0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}

img{
	border:none;
}

.clr{
	clear:both;
}

#outermostDiv{
	width:1000px;
	/*background:#6666FF;
	text-align:center;*/
}

#outerDiv{
	width:968px;
	margin:0 auto;
	background:#fff;
}
#mainDiv{
	text-align:left;
	padding:10px 0px 20px;
}

/*****************************************headerDiv***************************/

#headerDiv{
	width:100%;
	height:auto;
	position:relative;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: #343434 0px 0px 4px;
	-moz-box-shadow: #343434 0px 0px 4px;
	box-shadow: #343434 0px 0px 4px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2a74b2), to(#074f8c));
	background: -webkit-linear-gradient(#2a74b2, #074f8c);
	background: -moz-linear-gradient(#2a74b2, #074f8c);
	background: -ms-linear-gradient(#2a74b2, #074f8c);
	background: -o-linear-gradient(#2a74b2, #074f8c);
	/*background: linear-gradient(#2a74b2, #074f8c);*/
    background:#002060;
	-pie-background: linear-gradient(#2a74b2, #074f8c);
	behavior: url(../css/PIE.htc);
	overflow: hidden;
}

#logoDiv{
	width:70px;
	height:70px;
	
	float:left;
	margin:5px;
}

#titleDiv{
	width:700px;
	line-height:70px;
	/*padding-top:40px;
	margin-left:60px;
	background:#00FF66;*/
	font-size:20px;
	color:#FFF;
	float:left;
	text-align:center;
}
#dateDiv{
	/*background:#663399;*/
	float:right;
	color:#fff;
	font-size:12px;
	padding:0px;
	margin:10px;
	text-align:left;
}

/******************************************mainDiv****************************/

#heading{
	font-size:16px;
	color:#258ce4;
	padding:10px 0px;
	
	/*background:#FF3366;*/
}

.quesTab{
	width:100%;
	background:#efefef;
	margin-bottom:10px;
}

.border{
	border-bottom:#a4a0a0 solid 1px;
	border-left:#a4a0a0 solid 1px;
	border-right:#a4a0a0 solid 1px;
}

.topDiv{
	position:relative;
	/*height:40px;*/
	line-height:20px;
	font-size:14px;
	color:#fff;
        padding:10px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#258ce4), to(#2771af));
	background: -webkit-linear-gradient(#258ce4, #2771af);
	background: -moz-linear-gradient(#258ce4, #2771af);
	background: -ms-linear-gradient(#258ce4, #2771af);
	background: -o-linear-gradient(#258ce4, #2771af);
	/*background: linear-gradient(#258ce4, #2771af);*/
    background:#002060;
	-pie-background: linear-gradient(#258ce4, #2771af);
	
	box-shadow:1px 1px 3px #343434;
	-moz-box-shadow:1px 1px 3px #343434;
	-webkit-box-shadow:1px 1px 3px #343434;
	
	behavior: url(../css/PIE.htc);
}

.quesNo{
	float:left;
	position:relative;
	/*overflow:hidden;
    zoom:1;
	border:1px solid transparent;*/

	width:42px;
	height:30px;
	margin:5px;
	line-height:25px;
	text-align:center;
	background:#FFF;
	color:#000;
	
	box-shadow:inset 0px 0px 4px #343434;
	-webkit-box-shadow:inset 0px 0px 4px #343434;
	-moz-box-shadow:inset 0px 0px 4px #343434;
	-khtml-box-shadow:inset 0px 0px 4px #343434;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	behavior: url(../css/PIE.htc);
	
	padding-right: 10px;
}
.quesText{
	/*float:left;*/
	padding-left:20px;
}
#contentDiv{
	font-size:14px;
	color:#000;
	line-height:20px;
	text-align:justify;
}

.instructionsDiv{
	position:relative;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#258ce4), to(#2771af));
	background: -webkit-linear-gradient(#258ce4, #2771af);
	background: -moz-linear-gradient(#258ce4, #2771af);
	background: -ms-linear-gradient(#258ce4, #2771af);
	background: -o-linear-gradient(#258ce4, #2771af);
	 background:#002060;
	-pie-background: linear-gradient(#258ce4, #2771af);
	
	box-shadow:0px 0px 4px #343434;
	-moz-box-shadow:0px 0px 4px #343434;
	-webkit-box-shadow:0px 0px 4px #343434;
	
	behavior: url(../css/PIE.htc);

	padding:5px;
	margin-bottom:20px;
	
	font-size:14px;
	color:#fff;
	
}
#imageDiv{
	width:800px;
	text-align:center;
	/*background:#3CC;*/
	margin:20px auto;
}

.btmDiv{
	padding:20px 20px 20px 80px;
	font-size:12px;
}

.txtBox{
	position:relative;
	border: 5px solid #FFF;
	width: 420px;
	height:25px;
	padding:0px 3px;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:12px;*/
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: #b1aeae 0px 0px 4px;
	-moz-box-shadow: #b1aeae 0px 0px 4px;
	box-shadow: #b1aeae 0px 0px 4px;
	background: #e9e7e7;
	behavior: url(../css/PIE.htc);
}
.msgBox{
	position:relative;
	border: 5px solid #FFF;
	width: 820px;
	height:65px;
	padding:3px;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:12px;*/
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: #b1aeae 0px 0px 4px;
	-moz-box-shadow: #b1aeae 0px 0px 4px;
	box-shadow: #b1aeae 0px 0px 4px;
	background: #e9e7e7;
	
	behavior: url(../css/PIE.htc);
}

fieldset{border:none;}

label{ display: block; height:26px; line-height:26px; cursor: pointer; padding-bottom:10px}


.label_check,
.label_radio { padding-left: 34px; margin-left:-12px;}
.label_radio { background:url(../images/surveyEngine4/bullets.png) no-repeat;background-position:5px -175px;line-height: 20px;padding-top: 3px; margin-bottom: 15px; }
.label_check { background:url(../images/surveyEngine4/bullets.png) no-repeat;background-position:5px -90px;line-height: 20px;padding-top: 3px; margin-bottom: 15px;}
label.c_on { background:url(../images/surveyEngine4/bullets.png) no-repeat;background-position:5px -48px;}
label.r_on { background:url(../images/surveyEngine4/bullets.png) no-repeat;background-position:5px -130px;}
.label_check input,
.label_radio input { position: absolute; left: -9999px; }

.label_check, .label_check.c_on, .label_radio, .label_radio.r_on  { background:none !important;position:relative; }
.label_check:before {
    content: '';
    background: url(../images/surveyEngine4/bullets.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    background-position: 5px -90px;
}
.label_check.c_on:before {background-position: 5px -48px;}

.label_radio:before {
    content: '';
    background: url(../images/surveyEngine4/bullets.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    background-position:5px -175px;
}
.label_radio.r_on:before {background-position: 5px -130px;}

/******************************for player************************************/

.player{
	width:420px;
	text-align:center;
	position:relative;
	background:#FFF;
	margin:0px auto;
	margin-top:20px;
	padding:8px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow: #000 0px 0px 1px;
	-moz-box-shadow: #000 0px 0px 1px;
	box-shadow: #000 0px 0px 1px;
	behavior: url(../css/PIE.htc);
}

#playerOptions{
	padding:20px 0px;
}

div.jp-title ul,
div.jp-title li {
	padding:0;
}

.arrow_bullet{
	background:url(../images/surveyEngine4/arrow_icon.png) left center no-repeat;
	padding:10px 0px 10px 35px;
}
#adnRadios{
	padding:10px 0px 0px 25px;
}

/***************************************buttons*******************************/

#nav_btns{
	float:right;
}
.btn{
	border:none;
	width:100px;
	height:40px;
	cursor:pointer;
	margin:0px 2px;
	
}

.prev_link{
	background:url(../images/surveyEngine4/prev_btn.png) no-repeat;
	margin-bottom: 5px;
}

.next_link{
	background:url(../images/surveyEngine4/next_btn.png) no-repeat;
	margin-bottom: 5px;
	
}

.prev_btn{
	background:url(../images/icon_wizard_previous.png) no-repeat;
	height:44px;
	width:70px;
	margin-bottom: 5px;
}

.next_btn{
	background:url(../images/icon_wizard_next.png) no-repeat;
	height:44px;
	width:70px;
	margin-bottom: 5px;
}

.FRR_btn{
                background:url(../images/surveyEngine4/FRR_btn.png) no-repeat;
                width: 200px;
}

.submit_btn{
	background:url(../images/surveyEngine4/submit_btn.png) no-repeat;
}

.ok_btn,
.ui-widget-content .ok_btn,
.ui-widget-content .ok_btn.ui-state-focus{
	background:url(../images/surveyEngine4/ok_btn.png) no-repeat;
}
.cancel_btn{
	background:url(../images/surveyEngine4/cancel_btn.png) no-repeat;
}

/*#prev_link,
#next_link{
	padding:5px;
}
*/

/****************************************footer*******************************/

#footerDiv{
	height:30px;
	line-height:30px;
	text-align:right;
	color:#fff;
	font-size:10px;
	margin:0px;
	padding:0px 15px;
	
	position:relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #343434 0px 0px 4px;
	-moz-box-shadow: #343434 0px 0px 4px;
	box-shadow: #343434 0px 0px 4px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2a74b2), to(#074f8c));
	background: -webkit-linear-gradient(#2a74b2, #074f8c);
	background: -moz-linear-gradient(#2a74b2, #074f8c);
	background: -ms-linear-gradient(#2a74b2, #074f8c);
	background: -o-linear-gradient(#2a74b2, #074f8c);
	/*background: linear-gradient(#2a74b2, #074f8c);*/
    background:#002060;
	-pie-background: linear-gradient(#2a74b2, #074f8c);
	behavior: url(../css/PIE.htc);
}

/*********************************for dialogue box***************************/
.engDialog.ui-dialog{
	border-bottom:#a4a0a0 solid 1px;
	border-left:#a4a0a0 solid 1px;
	border-right:#a4a0a0 solid 1px;
	padding:0;
	background:#efefef;
}

.engDialog .ui-dialog-titlebar {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#258ce4), to(#2771af));
	background: -webkit-linear-gradient(#258ce4, #2771af);
	background: -moz-linear-gradient(#258ce4, #2771af);
	background: -ms-linear-gradient(#258ce4, #2771af);
	background: -o-linear-gradient(#258ce4, #2771af);
	background: linear-gradient(#258ce4, #2771af);
	-pie-background: linear-gradient(#258ce4, #2771af);
	
	box-shadow:1px 1px 3px #343434;
	-moz-box-shadow:1px 1px 3px #343434;
	-webkit-box-shadow:1px 1px 3px #343434;
	
	border-radius:0;
	
	behavior: url(../css/PIE.htc);
	
	font-size:14px;
	color:#fff;
	
}

.engDialog .ui-widget-content{
	color:#000;
	font-size:14px;
}
.engDialog .ui-dialog-content span,
.engDialog .ui-dialog-content p{
	padding:10px;
	margin:0px;
}

.engDialog .ui-dialog .ui-dialog-title {color:#fff;}

.engDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick{
	width:15px;
	height:15px;
	background:url(../images/surveyEngine4/close_icon.png) no-repeat;
}

.engDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick:hover{
	background:url(../images/surveyEngine4/close_icon.png) no-repeat;
	
}

.engDialog .ui-state-hover{
	background:none;
	border:none;
	margin:-9px  1px 0 0;
}

.engDialog .ui-widget-content .ui-icon-circle-check {
	background:url(../images/surveyEngine4/tick_icon.png) no-repeat;
}


.engDialog .ui-state-default,
.engDialog .ui-widget-content .ui-state-default, 
.engDialog .ui-widget-header {
	border:none;
	color:#fff;
}

.engDialog .ui-dialog-buttonpane{
	padding:0px;
	border:none;
	background:none;
}

/*****************************for Loading*************************************/
#progressbar.ui-progressbar{
	margin:10px auto;
	width:400px;
	height:20px;
	border:none;
	background:url(../images/surveyEngine4/loading_bar.png);
}
#progressbar .ui-widget-header{
	box-shadow:none;
	background:url(../images/surveyEngine4/loading_progress.png) !important;
}

#divPercentage{
	width:400px;
	margin:10px auto;
}

.divLeft{
	float:left;
}

.divRgt{
	margin-left:90%;
}

.send_btn{
                background:url(../images/surveyEngine4/send_btn.png) no-repeat;
}
