body{
	width:100%;
	margin:0px auto;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
}

img{
	border:none;
}

.clr{
	clear:both;
}

#outermostDiv{
	width:1000px;
	/*background:#6666FF;*/
	text-align:left;
}

#outerDiv{
	width:970px;
	margin:0 auto;
	padding:10px 0px;
	background:#fff;
	
}
#mainDiv{
	padding:10px 0px;
}

/****************************************headerDiv****************************/

#headerDiv{
	width:965px;
	height:100px;
	padding:5px;
	overflow: hidden;
	background:url(../images/surveyEngine3_red/headerBg.png) no-repeat;
	
	/*border-radius:35px 35px 0px 0px;
	-webkit-border-radius:35px 35px 0px 0px ;
	-moz-border-radius:35px 35px 0px 0px ;
		
	background:url(../images/surveyEngine3_red/header_btm.jpg) no-repeat bottom, -webkit-gradient(linear, 0 0, 0 bottom, from(#074f8c), to(#1d67a4));
	background:url(../images/surveyEngine3_red/header_btm.jpg) no-repeat bottom, -webkit-linear-gradient(#074f8c, #1d67a4);
	background:url(../images/surveyEngine3_red/header_btm.jpg) no-repeat bottom, -moz-linear-gradient(#074f8c, #1e67a4);
	background:url(../images/surveyEngine3_red/header_btm.jpg) no-repeat bottom, -ms-linear-gradient(#074f8c, #1e67a4);
	background:url(../images/surveyEngine3_red/header_btm.jpg) no-repeat bottom, -o-linear-gradient(#074f8c, #1e67a4);
	background:url(../images/surveyEngine3_red/header_btm.jpg) no-repeat bottom, linear-gradient(#074f8c, #1e67a4);
	-pie-background:url(../images/surveyEngine3_red/header_btm.jpg) no-repeat bottom, linear-gradient(#074f8c, #1e67a4);
	behavior: url(../css/PIE.htc);*/
}

#logoDiv{
	width:80px;
	height:80px;
	background:url(../images/surveyEngine3_red/srsLogo.png) no-repeat;
	float:left;
	
}

#titleDiv{
	width:700px;
	padding-top:10px;
	/*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:#8c0707;
	padding:5px 0px;
	
	/*background:#FF3366;*/
}

#contentDiv{

	font-size:14px;
	color:#000;
	line-height:20px;
	text-align:justify;
}

.instructionsDiv{
	position:relative;
	color:#fff;
	padding:5px;
	margin-bottom:10px;
	
	border-radius:12px 12px 0px 0px;
	-webkit-border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d44d4d), to(#a31c1c));
	background: -webkit-linear-gradient(#d44d4d, #a31c1c);
	background: -moz-linear-gradient(#d44d4d, #a31c1c);
	background: -ms-linear-gradient(#d44d4d, #a31c1c);
	background: -o-linear-gradient(#d44d4d, #a31c1c);
	background: linear-gradient(#d44d4d, #a31c1c);
	-pie-background: linear-gradient(#d44d4d, #a31c1c);
	
	behavior: url(../css/PIE.htc);
}

.quesTab{
	/*width:100%;*/
	position:relative;
	margin-bottom:20px;
	
	-webkit-box-shadow:inset #8d1c1c 0px 0px 20px;
	-moz-box-shadow:inset #8d1c1c 0px 0px 20px;
	box-shadow:inset #8d1c1c 0px 0px 20px;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(../css/PIE.htc);
}
.border{
	border:#920d0d solid 3px;
}

.topDiv{
	position:relative;
	padding:10px;
	font-size:14px;
	color:#fff;
	
	border-radius:12px 12px 0px 0px;
	-webkit-border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d44d4d), to(#a31c1c));
	background: -webkit-linear-gradient(#d44d4d, #a31c1c);
	background: -moz-linear-gradient(#d44d4d, #a31c1c);
	background: -ms-linear-gradient(#d44d4d, #a31c1c);
	background: -o-linear-gradient(#d44d4d, #a31c1c);
	background: linear-gradient(#d44d4d, #a31c1c);
	-pie-background: linear-gradient(#d44d4d, #a31c1c);
	
	
	behavior: url(../css/PIE.htc);
}

.quesNo{
	float:left;
	padding-right: 10px;
	
}

.quesText{
	padding-left:30px;
}

.btmDiv{
	padding:20px 0px 20px 40px;

	
	
}

#imageDiv{
	width:880px;
	/*background:#6FF;*/
	text-align:center;
	margin:20px auto;
}

.txtBox{
	position:relative;
	border: 1px solid #5c5b5b;
	width: 420px;
	height:25px;
	padding:0px 3px;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:12px;*/
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #404040 0px 2px 0px;
	-moz-box-shadow: #404040 0px 2px 0px;
	box-shadow: #404040 0px 2px 0px;
	behavior: url(../css/PIE.htc);
}
.msgBox{
	position:relative;
	border: 1px solid #5c5b5b;
	width: 820px;
	height:65px;
	padding:3px;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:12px;*/
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #404040 0px 2px 0px;
	-moz-box-shadow: #404040 0px 2px 0px;
	box-shadow: #404040 0px 2px 0px;
	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/surveyEngine3_red/bullets.png) no-repeat; background-position:5px -175px;}
.label_check { background: url(../images/surveyEngine3_red/bullets.png) no-repeat;
background-position:5px -90px; text-transform: capitalize;}
label.c_on { background: url(../images/surveyEngine3_red/bullets.png) no-repeat;
background-position:5px -48px;}
label.r_on { background: url(../images/surveyEngine3_red/bullets.png) no-repeat; background-position:5px -130px;}
.label_check input,
.label_radio input { position: absolute; left: -9999px; }


.arrow_bullet{
	background:url(../images/surveyEngine3_red/bullets.png) left center no-repeat;
	background-position:0px 5px;
	
	padding:10px 0px 10px 35px;
}

/********************************for player************************************/
.player{
	position:relative;
	width:420px;
	text-align:center;
	background:#FFF;
	margin:20px auto;
	padding:5px;
	border:#000 1px solid;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	-webkit-box-shadow: #000 2px 2px 1px;
	-moz-box-shadow: #000 2px 2px 1px;
	box-shadow: #000 2px 2px 1px;
	
	behavior: url(../css/PIE.htc);
}

div.jp-audio,
div.jp-video {
	background-color:#FFF;
	border:none;
	}

div.jp-interface {
	background-color:#FFF;
}

div.jp-title ul,
div.jp-title li {
	padding:0;
}

#adnRadios{
	padding:10px 0px 0px 25px;
}

/*********************************************buttons*******************************/


#nav_btns{
	float:right;
}

.btn{
	border:none;
	width:85px;
	height:30px;
	cursor:pointer;
	margin:0px 5px;
}

.prev_link{
	background:url(../images/surveyEngine1/prev_btn.png) no-repeat;
}

.next_link{
	background:url(../images/surveyEngine1/next_btn.png) no-repeat;
	
}

.prev_btn{
	background:url(../images/icon_wizard_previous.png) no-repeat;
	height:44px;
	width:70px;
}

.next_btn{
	background:url(../images/icon_wizard_next.png) no-repeat;
	height:44px;
	width:70px;
}

.FRR_btn{
                background:url(../images/surveyEngine3_red/FRR_btn.png) no-repeat;
                width: 200px;
}
.submit_btn{
	background:url(../images/surveyEngine3_red/submit_btn.png) no-repeat;
}

.ok_btn,
.ui-widget-content .ok_btn,
.ui-widget-content .ok_btn.ui-state-focus{
	background:url(../images/surveyEngine3_red/ok_btn.png) no-repeat;
}
.cancel_btn{
	background:url(../images/surveyEngine3_red/cancel_btn.png) no-repeat;
}
/*
#prev_link,
#next_link{
	padding:5px;
}
*/
/*********************************************footer*******************************/

#footerDiv{
	width:975px;
	height:100px;
	
	background:url(../images/surveyEngine3_red/footerBg.png) no-repeat;
	line-height:160px;
	text-align:right;
	margin:0px auto;
	color:#fff;
	font-size:10px;
	
	/*position:relative;
	
	border-radius:0px 0px 35px 35px;
	-webkit-border-radius:0px 0px 35px 35px;
	-moz-border-radius:0px 0px 35px 35px;
	background:#216ba9 url(../images/surveyEngine3_red/footer_top.jpg) no-repeat top;
	
	behavior: url(../css/PIE.htc);*/
}

/*******************************for dialogue box******************************/

.engDialog.ui-dialog{
	
	border:#920d0d solid 3px;
	padding:0;
	
	-webkit-box-shadow:inset #8d1c1c 0px 0px 20px;
	-moz-box-shadow:inset #8d1c1c 0px 0px 20px;
	box-shadow:inset #8d1c1c 0px 0px 20px;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(../css/PIE.htc);
}

.engDialog .ui-dialog-titlebar {
	border-radius:12px 12px 0px 0px;
	-webkit-border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d44d4d), to(#a31c1c));
	background: -webkit-linear-gradient(#d44d4d, #a31c1c);
	background: -moz-linear-gradient(#d44d4d, #a31c1c);
	background: -ms-linear-gradient(#d44d4d, #a31c1c);
	background: -o-linear-gradient(#d44d4d, #a31c1c);
	background: linear-gradient(#d44d4d, #a31c1c);
	-pie-background: linear-gradient(#d44d4d, #a31c1c);
	
	
	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/surveyEngine1/close_icon.png) no-repeat;
}

.engDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick:hover{
	background:url(../images/surveyEngine1/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/surveyEngine1/tick_icon.png) no-repeat;
}

.engDialog .ui-widget-content .ui-icon-closethick {
	background:url(../images/surveyEngine1/close_icon.png) no-repeat;
}

.engDialog .ui-state-default,
.engDialog .ui-widget-content .ui-state-default,
.engDialog .ui-widget-header {
	/*background:#d44d4d;*/
	border:none;
	color:#fff;
}

.engDialog .ui-dialog-buttonpane{
	padding:0px;
	background:none;
	border:none;
}


/***************************for Loading**************************************/

#progressbar.ui-progressbar{
	margin:10px auto;
	width:400px;
	height:20px;
	border:none;
	background:url(../images/surveyEngine3_red/loading_bar.png);
}
#progressbar .ui-widget-header{
	box-shadow:none;
	background:url(../images/surveyEngine3_red/loading_progress.png) !important;
}

#divPercentage{
	width:400px;
	margin:10px auto;
}

.divLeft{
	float:left;
}

.divRgt{
	margin-left:90%;
}

.send_btn{
                background:url(../images/surveyEngine3_red/send_btn.png) no-repeat;
}
