@IMPORT url("theme/stylesheet.css");

/*html , body {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
body{
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 20px;
	color: #000000;
}*/

	.toggler { width: 500px; height: 475px; }
#effect { 
width: 500px;
 height: 475px;
  padding: 0.4em;
   position: relative; 
   }
   
#logoutbox{
  width:150px;
  height:40px;
  background-color: transparent;
  border-style: none;
   border-width: 0px;
   z-index:800;
   float:right;
  }
  
.logOutbutton{
	background:transparent;
	border:0px;
	height:100%;
	width:100%;	
}   

.boxText{
	font-size:16px;

}  
.button{
	width:1px;
	height:1px;
	cursor:pointer;
}

#bigBoxContainer{
	top:0;
	left:0;
	position:absolute;
	z-index:999;
	display:none;
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
	
}

#dummy{

	z-index:888;
	
}
#doneDiv{
	height:200px;
	width: 15%;
	margin-right: 15px;
	background-repeat: repeat-x;
	float:right;
	border: 1px solid #383847;

}

#doneDiv:hover{
	cursor: pointer;
	color: #FFDA76;

}

#doneDiv .outputText{
	position: absolute;
	bottom: 50%;
	text-align: center;
	width:100%;
	font-size: 48px;
	

}

.done-left-border{
	
	width:3px;
	height:200px;
	float:left;
}

.bigBoxHeader{
	width:100%;
	color: #ffffff;
	font-weight: bold;
}

.bigBox{

height:200px;
width:80%;
font-size: 48px;
float:left;
margin-left: 15px;
	font-family: Arial;
	overflow: auto;
}
   
#effect h3 { 
	margin: 0; 
	padding-top: 0.4em; 
	padding-bottom: 0.4em; text-align: center;}

#background {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    z-index: -20;
    left: 0px; 
    top: 0px; 
}

.stretch {
    height:100%;
    width:100%;
}

.okay{
	background-color: transparent; 
	border-style: none;
	border-width: 0px; 
	height: 87px; 
	width: 170px; 
	text-align: center;
}


.main #container { 

	position: absolute; 
	text-align: left; 
	/*width: 1280px;*/
	width: 100%;
	height: 100%;
	z-index: 2;
	/*margin: 0; 
	left: 0px; 
    top: 147px;*/
} 

.main #header { 
	 
	position: relative;
	height: 100px;
	z-index: 1;
} 

.main #header h1 {
	padding: 0 0;
	margin: 0; 
}

.main #leftsidebar {
	padding: 15px 0; 
	/*width: 489px;*/
	width: 38%;
	float: left; 
}

.main #leftsidebar h3, .main #sidebar1 p {
	margin-right: 10px;
	margin-left: 10px;
}

.main #mainContent {
	margin: 0 0 0 38%;
} 

.main #mainContentFull {
	margin: 0px 10px 0px 10px;
} 
.main #footer { 
	bottom:0; 
	font-size: 10pt;
} 

.main #footer p {
	padding: 10px 0; 
	margin: 0; 
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px;
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 8px;
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    line-height: 0px;
    font-size: 1px;
	clear:both;
    height:0;
} 

#logo{ 
	font-size: 20pt;
	color: #B4BFCD;
}
.outer{	
	padding: 17px;
	height: 350px;
	width: 400px;
}

.outer2{
	text-align:center;		
	padding: 17px;
	height: 350px;
	width: 400px;
}

.inner{
	scrollbar-face-color:#0C578E;
	scrollbar-base-color:#0C578E;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#FFF;
	scrollbar-shadow-color:#0C578E;
	scrollbar-highlight-color:#0C578E;
	scrollbar-3dlight-color:black;
	scrollbar-darkshadow-Color:black;


	
	overflow-x:hidden;
	
	overflow: auto;
	background:white;
	padding: 17px;
	height: 520px;
	width: 580px;
	zoom:1.5;
}


.questionaire{
		position: relative;
		overflow: hidden;			
		height: 100%;
		width: 400px;
}


.questions{
		position: absolute;
}

.confirmQuestions{
}
.question{			
		height: 336px;
		padding: 0 5px;
		width: 400px;			
		float: left;			
}
	
.question h1{			
		font-size: 18pt;		
}
	
.buttons{
		width: 400px;
		position: absolute;
		padding: 5px;
		
}
#back{
		text-align: center;			
		height: 60px;
		width: 117px;
		float: left;
}
#next{
		text-align: center;
		height: 60px;
		width: 117px;
		float: right;
}

.disabled{
		background: #999;
}

.answer{
	font-size: 22px;
}

.selected{
			margin: 10px 0 0 0;
		text-align:center;
		line-height:75px;
		height: 75px; 
		color: #333;
}
	
.notselected{

		margin: 10px 0 0 0;
		text-align:center;
		line-height:75px;
		height: 75px; 
		color: #FFF;
}
	
.textinput{
		font-size: 25px;
}

.outputText{
	color: #FFFFFF;
}

.outputTextTabbed{
	color: black;
}


.columnClass1 .outputText{
	color: black;
}

.confirmationText{
	color: #FFFFFF;
}

.headerClassARS{
	background: none;
	font-size: 18px;
	height: 70px;
}
.columnClassARS{
		font-size: 24pt;
}

.rowClassARS1{
	background: none;
}
.rowClassARS2{
	background: none;
}




.ui-dialog-titlebar, .ui-widget-header, .ui-corner-all, .ui-helper-clearfix{
	display:none;
}