@charset "utf-8";
/* CSS Document */

html { background-color:#FFFFFF; margin: 0; padding: 0;}

/*This is to preload any images so that they will already be loaded when needed*/

@font-face {
    font-family: 'effraregular'; 
    src: url('http://www.surveycontinue.com/fonts/Effra-Regular.ttf'); 
}
#preload_images
{
	background: url('radiobutton_selected.png') no-repeat -9999px -9999px,
				url('checkbox_selected.png') no-repeat -9999px -9999px;
	width: 0;
	height: 0;
}

body
{
	color: #333;
	font-family:'Open Sans',arial,sans-serif;
	font-size: 12px;
	min-height: 650px;
	padding: 0; 
}
.header1, .header2, .question_body, .footer
{
	padding: 0px !important;
}


.page 
{ 
	border-bottom: none; 
	background: #ffffff; 
	min-height: 400px; 
}

.question
{
	background-color: #ffffff;
	color:#333;
	/*border-bottom: dotted #333 1px;*/
}


.submit_div
{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
}

.submit_div
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.graphical_next_button {
    background: url(next.png) no-repeat center center;
    background-size: 5rem;
    width: 5rem;
}
.graphical_previous_button {
    background: url(back.png) no-repeat center center;
    background-size: 5rem;
    width: 5rem;
}

.indent {
    margin-left: 0px !important;
}

.page_header
{
	background: url(header.jpeg) no-repeat center top;
	background-size:10rem;
	font-size: 12px; 
	color: #333; 
	text-shadow: 0px 1px 0px #e8e8e8;
	font-weight: normal; 
	min-height: 70px;
	margin: 5px 0 0 0;
	/*padding: 0px 15px 0px 15px; */
	line-height: 45px;
	font-family:'Open Sans',arial,sans-serif; 
	font-style: italic; 
}

.page_footer
{
	background: url(footersl.png), url(footersag.png) ;
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size:2rem, 8.1rem;
	font-size: 12px; 
	color: #333; 
	text-shadow: 0px 1px 0px #e8e8e8;
	font-weight: normal; 
	min-height: 75px;
	margin: 5px 0 0 0;
	/*padding: 0px 15px 0px 15px; */
	line-height: 45px;
	font-family:'Open Sans',arial,sans-serif; 
	font-style: italic; 
	margin-right: 13px;
}

.page_footer a 
{
	color: #333;
	text-decoration: underline;

}



.question_text 
{
	color:#333;
	font-size:12px;
	font-family:'Open Sans',arial,sans-serif;
}

.question_body 
{
	font-size: 12px;
}

.footer 
{
	font-size: 12px;
	font-weight: bold;
}

.alt_color1
{
	background-color: transparent !important; 
}

.alt_color2
{
	background-color: transparent !important;
}

.progress_bar_inner
{
	background-color: #297dbc;
}

.progress_bar_outer {
    background-color: #f3f3f3;
}

.progress_bar {
	margin-top: 0px;
	margin-bottom: 20px;
}

.submit_div {
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.highlight, .highlight td
{
	background-color: #ccc !important;
}

.checkbox
{
	background:url('checkbox_unselected.png') no-repeat center center;
	background-size: contain;
}

.checkboxselected
{
	background:url('checkbox_selected.png') no-repeat center center;
	background-size: contain;
}

.radiobox
{
	background:url('radiobutton_unselected.png') no-repeat center center;
	background-size: contain;
}

.radioboxselected
{
	background:url('radiobutton_selected.png') no-repeat center center;
	background-size: contain;
}

.checkbox, .checkboxselected, .radiobox, .radioboxselected 
{
	height:20px;
	width:20px;
}

/* Slider */

.slider_control .ui-slider-handle
{
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #c9c9c9 50%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#c9c9c9), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#c9c9c9 50%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#c9c9c9 50%,#e2e2e2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#c9c9c9 50%,#e2e2e2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #efefef 0%,#c9c9c9 50%,#e2e2e2 100%); /* W3C */
	border: 1px solid #666;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	width:16px;
	height:16px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

.slider_control .ui-slider-handle:hover
{
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 0%, #b2b2b2 50%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(50%,#b2b2b2), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0e0e0 0%,#b2b2b2 50%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0e0e0 0%,#b2b2b2 50%,#d1d1d1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e0e0e0 0%,#b2b2b2 50%,#d1d1d1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e0e0e0 0%,#b2b2b2 50%,#d1d1d1 100%); /* W3C */
}

.ui-slider-horizontal {
	background-image: url(bar_bg.png);
	background-position:center;
	background-repeat: repeat-x;
	background-color:#eaeaea;
	border-color:  #666;
	height:11px;
	margin: 5px 0 5px 0;
/*	
	-moz-box-shadow: inset 0 1px 2px #888;
-webkit-box-shadow: inset 0 1px 2px#888;
box-shadow: inner 0 1px 2px #888;
*/
}

