
#utility {
	height:20px;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	border-bottom:2px solid #666;
	margin-bottom:10px;
	background-color: #FFC;
}

#whichquestion {
	float:right;
	margin-right:10px;
}

.content_wrapper {
	padding: 3px;
	-webkit-box-shadow: 0px 0px 10px #818181;
	-moz-box-shadow: 0px 0px 10px #818181;
}

.content{
	width: 100%;
	border: 1px solid black;
	padding: 1em;
}
.content table {
	width:auto;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.h3-col {
	text-align: center;
	text-decoration: underline;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.qviewbox {
	background-color: white;
	overflow: visible;
	width: 85%;
	margin: 0 auto;
	padding:10px;
	text-align:center;
}

.qviewbox2 {
	background-color: white;
	position:relative;
	top:-3px;
	left:-1px;
	OVERFLOW:auto;
	overflow-x:hidden;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	text-align:left;
}

#cat-buttons {
	height:70px;
	margin:0px auto;
	clear: both;
	padding-top: 5px;
}

#cat-buttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#cat-buttons li {
	float: left;
	margin: 0 0.15em;
	padding:0px 5px;
}

#cat-buttons li a {
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #0d2474;
}

#cat-buttons img {
	/*border: 1px solid #090 ! important;*/
	width:65px;
	height:65px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Hide from IE5-Mac \

#cat-buttons li a {
	float: none
}

*/

.columnbox {
	width:100%;
	height:auto;
}

.smallfont {
	font-size : 10px;
}

input.btnhov {
  border-color: #c63 #930 #930 #c63;
}


.lioff {
	color:green;
	list-style-type: none;
	background-image: url('../images/tri.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
}

.lion {
	color:red;
	list-style-type: none;
	background-image: url('../images/tridown.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .9em;
	font-weight:bold;
}

#reviewbox {
	text-align:left;
}

#essay_menu_bar{
}

#essay_menu_bar li{
	display: inline;
	border: 1px solid;
	padding: 3px;
	margin: 3px 0 0 5px;
	float: left;
	cursor: pointer;
}
#essay_menu_bar li.disabled{
	color: grey;
}

.v_outer{
	display: table;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	#position: relative;		/*IE only*/
}

.v_middle{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	#position: absolute;		/*IE only*/
	#top: 50%;
	#left: 0;
}

.v_inner{
	#position: relative;		/*IE only*/
	#top: -50%;
	background: white;
}

.choices{
	margin: 0px auto;
	text-align: center;
}

.template_1 .choices{
	width: 40%;
}

.template_2 .choices{
	width: 26%;
}

.template_5 .choices{
	width: 26%;
}
.template_5 .qviewbox{
	text-align: center;
}

.template_2 .choices .square_checkbox_input, .template_5 .choices .oval_radio_input{
	position: relative;
	left: 70px;
}

.template_2 .qviewbox{
	text-align: left;
}

.choices.two_col .box_radio_input,
.choices.three_col .box_radio_input{
	margin-left: 20px;
	float: left;
}

.choices.two_col{
	width: 56%;
	margin-top: 20px;
}
.choices.three_col{
	width: 85%;
	margin-top: 20px;
}



.left_panel{
	float: left;
	height:668px;
	background: white;
}
.right_panel{
	float: right;
	height:668px;
}

.v_outer.right_panel{
	height: 676px;
}

.content textarea{
	overflow-y: scroll;
}

/*Calc styles*/
#calc_mod td{
	text-align:center;
	cursor: pointer;
	border: 1px solid black;
	margin: 5px;
	padding: 5px 0;
	font-weight: bold;
	-webkit-user-select:none;
	-moz-user-select:none;
}

#calc_mod input{
	font-weight: bold;
}

#calc_mod .disabled{
	border-color: #aaa;
	color: #aaa;
	cursor: default;
}

#calc_mod input{
	text-align: right;
}

#calc_mod{
	position: absolute;
	border: 1px solid black;
	width: 175px;
	background: white;
	font-family: Calibri, Arial, Sans Serif;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#calc_mod_head{
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	height: 22px;
	background: #43C431;
	font-weight: bold;
	padding: 2px 0 0 15px;
	margin-bottom: 4px;
	color: white;
}

.panel_title{
	background: blue;
	padding: 2px 3px;
	font-weight:bold;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	color: white;
}

.instruction{
	padding: 20px 40px;
	border: 1px solid black;
	margin-bottom: 3px;
}

#calc_mod_close{
	border: 1px solid black;
	padding: 0 3px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 0 2px 0 0;
	font-size: 15px;
	background: white;
	color: black;
}
*#calc_mod_transfer{
	font-size: 20px !important;
}
*#calc_mod_head span{
	float:left;
}