/********************************************/
/***** Screen styles for library survey *****/
/********************************************/

* {
	margin: 0;
	padding: 0;
}
body, table {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: #fff url(../images/skin/background.png);
	margin: 0;
	padding: 0;
}
body#popUp {
	background: #fff url(none);
	margin: 0;
	padding: 3%;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td {
	line-height: 150%;
	padding: 2px;
}	
img {
	border: 0px;
}
a, a:link, a:visited, a:active {
	color: #584D4D;
}
#container {
	width: 800px;
	margin: auto;
	font-size: 1em;
	background-color: #fff;
	padding-top: 15px;
	overflow: visible;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}
#header {
	background: #fff url(../images/skin/header.png) no-repeat 0 100%;
	/*padding: 0 0 60px 0;*/
	height: 200px;
}
#footer {
	/*background: #fff url(../images/skin/footer.png) no-repeat 0% 100%;*/
	padding: 5px 1em 8px 1em; 
	text-align: center;
	font-size: 0.8em;
	color: #333;
	background-color: #efefef;
	border-top: 1px solid #999;
}
#footer a {	color: #D2691E; text-decoration: none; }

#footer a:hover {	text-decoration: underline; }

#pagebody {	
	background-color: #fff;
	overflow: visible; 
	width: 100% !important;
}
/*
#leftcol, #rightcol, #leftColDashboard { 
	float: left; 
	padding-top: 1em;
	background-color: #fff;
	overflow: visible;
	width: auto;
}
#leftcol { 
	width: 545px;
	border-right: 1px solid #C4BEAE; 
}
#leftcolDashboard { 
	width: 725px;
}
#rightcol {
	width: 180px; 
	/*background: transparent url(../images/stripebg.gif) repeat-y 0% 0%;*/
	padding-left: 4px;}
*/
#search .TextInput {
	font-size: 1.2em;
	border: 1px solid #D2691E;
	width: 100px;
}
#search .TextInputAlt {
	font-size: 1.2em;
	border: 1px solid #D2691E;
	width: 95%;
	background-color: #D2691E;
	color: #FFF;
}
h1 {
	color: #D2691E;
	font-size: 1.6em;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
h2, h3, h5 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#pageheaderPopup h2 {
	color: #9E0B0E;
	font-size: 1.8em;
	padding: 0px 20px;
}
h2 {
	color: #D2691E;
	font-size: 1.4em;
	margin: 0 0 10px 0; 
}
h3 {
	color: #D2691E;
	font-size: 1.6em;
	margin: 0 0 10px 0; 
}
#pageheaderPopup h3 {
	color: #D2691E;
	font-size: 1.2em;
	margin: 0;
	padding: 0px 20px;
}
span.titleColor {
	color: #9E0B0E;
}
 #reports dt {
	color: #9E0B0E;
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
}
h4 { 
	font-size: 1.2em;
	margin: 0 0 4px 0; 
	padding: 0.5em 0;
	color: #B1AC9B;
}
h5 {
	color: #D2691E;
	font-size: 0.9em;
	margin: 2px 0 5px 20px; 
}
#pageheader {
	margin: 10px 0px 0px 10px;
}
#pageheaderPopup {
	margin-top: 0px;
	border-bottom: 1px solid #C4BEAE;
}
#content {
	padding: 12px 20px;
	margin-bottom: 1em;
}
#content p {
	margin-bottom: 1.3em;
}
#contentPopup {
	padding: 12px 20px;
	/* margin-bottom: 1em; */
	}
#contentPopup p {
	margin-bottom: 1.1em;
	font-size: 90%;
	line-height: 125%;
}
#contentPopup p.instructions {
	margin-bottom: 1.1em;
	font-size: 90%;
	font-weight: bold;
	line-height: 125%;
}
#contentPopup p.instructionsColor {
	margin-bottom: 1.1em;
	font-size: 90%;
	font-weight: bold;
	line-height: 125%;
	color: #9E0B0E;
}
p, li { line-height: 150%; }

p img {
	margin: 1em auto; }
	
dd p { margin: 2px 0 4px 0; }
ol {
	margin: 15px;
	padding: 0 3px;
	}
ul {
	margin: 10px;
	padding: 0 3px;
	}
li {
	margin-bottom: 1em;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */

.ralign { text-align: right; }
.right, .alignright {	float: right; margin-left:8px;}

.alignleft {
	float: left; margin-right: 8px;
}
#nav {
	display: none;
	background: #fff url(../images/skin/nav.png) 0 0 repeat-y; 
	/* padding: 1px 3px 0 3px; */
	max-height: 10px;
}
#stopButton {
	margin-top: 15px;
}
#completeButton {
	margin-top: 25px;
	width: 100%;
	text-align: center;
}
#registerButton, #commentButton {
	margin: 15px 0px 15px 0px;
	width: 100%;
	text-align: center;
}
#questionBlock {
	font: 100% Arial,Helvetica,sans-serif;
	margin: 20px 0px 15px 0px;
}
#questionNumber {
	float: left;
	width: 6%;
	font-size: 125%;
}
#questionText {
	font-weight: normal;
	float: left;
	width: 92%;
	font-size: 125%;
}
.questionInstruction {
	font: bold italic 90% Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
#answerBlock {
	width: 100%;
}
.answerField {
	margin-left: 6%;
	width: 30%;
	float: left;
}
.answerLabel {
	float: left;
	width: 80%;
	font-size: 100%;
	padding-bottom: 10px;
}
.answerLabelHot {
	float: left;
	width: 80%;
	font-size: 100%;
	padding-bottom: 10px;
	color: #900;
	font-weight: bold;
}
.answerLabel input {
	width: 200px;
	font-size: 100%;
}
textarea {
	padding: 3px;
	border: 1px solid black;
	font: 100% Arial,Helvetica,sans-serif;
}
#glossaryBlock {
	font: 90% Arial,Helvetica,sans-serif;
	margin: 50px 0px 5px 6%;
	border-top: 1px solid #CCC;
	padding: 10px 5px;
	background-color: #EFEFEF;
}
#glossaryBlock h1 {
	font: bold 100% Arial,Helvetica,sans-serif;
	margin: 0px 0px 5px 0px;
}
.glossaryEntry {
	padding-bottom: 5px;
}
.glossaryNumber {
	float: left;
	width: 5%;
	padding-right: 1%;
}
.glossaryTerm {
	float: left;
	width: 19%;
	padding-right: 1%;
	font-style: italic;
}
.glossaryDefinition {
	float: left;
	width: 70%;
}
/**** Dashboard styles ******/
#SurveyArea {
	width: 100%;
	overflow: visible !important;
	margin: 20px 0px 50px 0px;
}
#BranchArea {
	font: 11px Arial,Helvetica,sans-serif;
	float: left;
	width: 48%;
}
#SystemArea {
	font: 11px Arial,Helvetica,sans-serif;
	float: right;
	width: 48%;
	background-color: #efefef;
	padding: 0px 0px 0px 1%;
}
.colHeader {
	width: 100%;
	overflow: visible;
	margin-bottom: 10px;
}
.colBranch {
	float: left;
	width: 55%;
	font: bold 11px Arial,Helvetica,sans-serif;
	padding-right: 15px;
}
.colEntry {
	width: 100%;
	overflow: visible;
}
.colStatus {
	float: left;
	width: 20%;
	font: bold 11px Arial,Helvetica,sans-serif;
}
.colActions {
	float: left;
	width: 20%;
	text-align: left;
	font: bold 11px Arial,Helvetica,sans-serif;
}
span.colTitle {
	padding: 3px 3px 0px 3px;
	background-color: #C77218;
	color: #FFF;
}
span.colTitle2 {
	padding: 3px 3px 0px 3px;
	background-color: #666;
	color: #FFF;
}
.rowBranch {
	float: left;
	width: 55%;
	font: 11px Arial,Helvetica,sans-serif;
	padding-bottom: 9px;
	padding-right: 15px;
}
.rowStatus {
	float: left;
	width: 20%;
	text-align: left;
	font: 100% Arial,Helvetica,sans-serif;
	padding-top: 2px;
}
.rowActions {
	float: left;
	width: 20%;
	text-align: left;
	font: 90% Arial,Helvetica,sans-serif;
}
.rowActions ul {
	margin: 0; /*removes indent IE and Opera*/ 
	padding: 0; /*removes indent Mozilla and NN7*/ 
	list-style-type: none; /*turns off display of bullet*/ 
	font: 11px Arial,Helvetica,sans-serif;
	text-decoration: none;
}
.rowActions ul li {
	display: inline;
}
#logoutArea {
	font: 11px Arial,Helvetica,sans-serif;
	text-align: right;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
#surveyNav {
	border-top: 1px solid #C4BEAE;
	margin: 5px 0px 25px 0px;
	padding: 10px 0px;
}
#surveyNav .navLeft {
	float: left; 
	width: 35%;
	text-align: left;
}
#surveyNav .navRight {
	float: left; 
	width: 35%;
	text-align: right;
}
#surveyNav .navCenter {
	float: left; 
	width: 30%;
	text-align: center;
}
p.instructionsBlock {
	font-size: 90%;
	line-height: 1.1em;
}
p.specialInstructionsBlock {
	color: #9E0B0E;
	font-size: 90%;
	line-height: 1.1em;
}
/********** PROGRESS BAR STYLES **********/
#progressBar {
	display: block;
	margin-top: 5px;
	width: 170px;
}
#progessBarLabel {
	font: bold 90% Arial,Helvetica,sans-serif;
	text-align: right;
	padding-right: 10px;
	float: left;
	width: 45px;
}
#leftBarEnd {
	float: left;
	width: 2px;
	height: 13px;
}
#rightBarEnd {
	float: left;
	width: 2px;
	height: 13px;
}
#middleBar {
	float: left;
	width: 100px;
	height: 13px;
	background: #fff url(../images/bar_off_slice.gif) 0px 0px repeat-x;
	text-align: left;
}
.barLeftOff {
	background: #fff url(../images/bar_left_end_off.gif) 0px 0px no-repeat;
}
.barLeftOn {
	background: #fff url(../images/bar_left_end_on.gif) 0px 0px no-repeat;
}
.barRightOff {
	background: #fff url(../images/bar_right_end_off.gif) 0px 0px no-repeat;
}
.barRightOn {
	background: #fff url(../images/bar_right_end_on.gif) 0px 0px no-repeat;
}
/*****  VIEW/PRINT PAGE Styles **********/
#questionResultsArea {
	margin: 10px 0px 0px 20px;
	font: normal 100% Arial,Helvetica,sans-serif;
}
.questionResult {
	margin-bottom: 10px;
}
.questionResultNumber {
	font-weight: bold;
	float: left;
	width: 5%;
}
.questionResultText {
	font-weight: bold;
	float: left;
	width: 90%;
}
.questionResultAnswer {
	font: normal 100% Arial,Helvetica,sans-serif;
	margin: 5px 0px 20px 5%;
}
.questionResultAnswer div {
	margin: 0px 0px 10px 0px;
}
/*****  LOOKUP PAGE Styles **********/
#stateLinkArea {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 0px 5px 0px;
}
ul#stateList {
	margin: 0; /*removes indent IE and Opera*/ 
	padding: 0; /*removes indent Mozilla and NN7*/ 
	list-style-type: none; /*turns off display of bullet*/ 
	font: normal 100% Arial,Helvetica,sans-serif; 
	color: #000000; 
}
ul#stateList li {
	display: inline;
	padding: 2px;
}
ul#stateList li a, ul#stateList li a:active, ul#stateList li a:link, ul#stateList li a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
ul#stateList li a:hover {
	background-color: #D2691E;
	color: #FFF;
	text-decoration: none;
}
ul#stateList li.on {
	background-color: #D2691E;
	color: #FFF;
	display: inline;
	padding: 2px;
}
ul#stateList li.on a, ul#stateList li.on a:active, ul#stateList li.on a:link, ul#stateList li.on a:visited {
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}
#lookupResults {
	/*height: 300px;*/
	width: 100%;
	overflow: visible;
	margin: 15px 0px;
	text-align: left;
}
.librarySystemListHeader {
	margin: 5px 0px 5px 0px;
	background-color: transparent;
	font: bold 100% Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #000;
}
.librarySystemNameHeader {
	float: left;
	width: 44%;
	padding-right: 1%;
}
.librarySystemCityHeader {
	float: left;
	width: 25%;
	padding-right: 1%;
}
.librarySystemFSCSKeyHeader {
	float: left;
	width: 25%;
	text-align: right;
}
.librarySystemList {
	margin: 5px 0px 5px 0px;
	background-color: transparent;
	font: normal 100% Arial,Helvetica,sans-serif; 
	width: 100%; 
	overflow: visible;
	text-align: left;
}
.librarySystemListAlt {
	margin: 5px 0px 5px 0px;
	background-color: #EFEFEF;
	font: normal 100% Arial,Helvetica,sans-serif; 
	width: 100%; 
	overflow: visible;
	text-align: left;
}
.librarySystemName {
	font-size: 100%;
	text-align: left;
}
.librarySystemCity {
	float: left;
	width: 25%;
	padding-right: 1%;
	text-align: left;
}
.librarySystemFSCSKey {
	font-size: 100%;
}
.librarySystemFSCSKey a, .librarySystemFSCSKey a:link, .librarySystemFSCSKey a:active, .librarySystemFSCSKey a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
.librarySystemFSCSKey a:hover {
	background-color: #D2691E;
	color: #FFF;
	text-decoration: none;
}
/****** State Results Area *******/
.resultsListHeader {
	margin: 5px 0px 5px 0px;
	background-color: transparent;
	font: bold 80% Arial,Helvetica,sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
.resultsListHeader div.header {
	float: left;
	width: 11%;
}
.resultsList {
	margin: 5px 0px 5px 0px;
	background-color: transparent;
	font: normal 80% Arial,Helvetica,sans-serif; 
}
.resultsListAlt {
	margin: 5px 0px 5px 0px;
	background-color: #EFEFEF;
	font: normal 80% Arial,Helvetica,sans-serif; 
}
.resultsList div.result, .resultsListAlt div.result  {
	float: left;
	width: 11%;
}
input.otherBox {
	border: 1px solid black; 
	padding: 3px; 
	margin-right: 5px;
	width: 50%;
}
/********** ADMIN STYLES **********/
.editRow {
	padding: 0px 0px 10px 0px;
}
.editLabel {
	float: left;
	width: 10%;
	font: bold 11px Arial,Helvetica,sans-serif;
}
.editValue {
	float: left;
	width: 75%;
	font: 11px Arial,Helvetica,sans-serif;
	padding: 0px 10px 0px 10px;
}
.editAction {
	float: left;
	width: 10%;
	font: 11px Arial,Helvetica,sans-serif;
}
table#surveyList {
	border-collapse: collapse;
	font: 11px Arial,Helvetica,sans-serif;
	line-height: 1em;
}
table#surveyList a, table#surveyList a:active, table#surveyList a:link, table#surveyList a:visited {
	color: #000;
	text-decoration: underline;
}
table#surveyList th {
	text-align: left;
	border-bottom: 1px solid #000;
}
table#surveyList tr {
	border-bottom: 1px solid #ccc;
}
table#surveyList td img {
	border: 0px;
}
table#surveyList tfoot {
	background-color: #EFEFEF;
}
.actionButtons {
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
.actionButtons img {
	margin-right: 10px;
}
.newRow {
	padding: 0px 0px 10px 0px;
}
.newLabel {
	float: left;
	width: 80%;
	font: 11px Arial,Helvetica,sans-serif;
}
.newLabel select {
	width: 80%;
	border: 1px solid #666;
	padding: 4px;
}
.newLabel select option {
	font: 11px Arial,Helvetica,sans-serif;
	margin-bottom: 2px;
}
.newInput {
	float: left;
	width: 5%;
	font: 11px Arial,Helvetica,sans-serif;
}
.newRow label {
	font: bold 11px Arial,Helvetica,sans-serif;
}
.newRow textarea {
	width: 50%;
	height: 100px;
	border: 1px solid #666;
	padding: 4px;
	font: 11px Arial,Helvetica,sans-serif;
}
div#SurveyDesign div#DesignHeader {
	border: 1px solid #666; 
	background-color: #EFEFEF;
	font: bold 13px Arial,Helvetica,sans-serif;
}
div#SurveyDesign div#DesignHeader img {
	border: 0px;
	margin: 0px 5px 0px 5px;
}
div#SurveyDesign div#DesignBody {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666; 
	border-right: 1px solid #666;
	padding: 5px;
	background-color: #FFF;
}
div#SurveyDesign div#DesignBody p, div#SurveyDesign div#typeSelection p {
	font: 11px Arial,Helvetica,sans-serif;
}
div#SurveyDesign div#typeSelection {
	margin: 0px 0px 0px 20px;
}
div#SurveyDesign div#typeSelection h5 {
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #000;
	margin: 0px;
}
div#SurveyDesign div#typeSelection select {
	font: 12px Arial,Helvetica,sans-serif;
	width: 50%;
	border: 1px solid #666;
	padding: 2px;
}
table.matrix {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 98%;
}
table.matrix td {
	font: normal 11px Arial,Helvetica,sans-serif;
	padding: 2px;
	border: 1px solid #666;
}
table.matrix td.sectionItem {
	padding-left: 10px;
}
table.matrix td.matrixAnswer {
	text-align: center;
}
table.matrix td.matrixAnswerHot {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #900;
}
table.matrix td.matrixAnswerBlocked {
	text-align: center;
	background-color: #999;
}
table.matrix th {
	font: normal 11px Arial,Helvetica,sans-serif;
	padding: 15px 5px 5px 2px;
	border: 1px solid #666;
}
table.matrix th.groupName {
	font: normal 11px Arial,Helvetica,sans-serif;
	padding: 15px 5px 5px 2px;
	border: 1px solid #666;
	font-weight: bold;
	text-align: left;
}
table.matrix th.answer {
	font: normal 11px Arial,Helvetica,sans-serif;
	padding: 2px;
	border: 1px solid #666;
}
#actionBox {
	/*** this style is for the box associated with js function doAction() ****/
	padding: 1px;
	border: 1px solid #666;
}
ul#programList {
	margin: 0; /*removes indent IE and Opera*/ 
	padding: 0; /*removes indent Mozilla and NN7*/ 
	list-style-type: none; /*turns off display of bullet*/ 
	font: normal 100% Arial,Helvetica,sans-serif; 
	color: #000000; 
}
ul#programList li {
	display: block;
	padding: 2px;
}
ul#programList li a, ul#programList li a:active, ul#programList li a:link, ul#programList li a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
ul#programList li a:hover {
	background-color: #D2691E;
	color: #FFF;
	text-decoration: none;
}
ul#programList li.on {
	background-color: #D2691E;
	color: #FFF;
	display: inline;
	padding: 2px;
}
ul#programList li.on a, ul#programList li.on a:active, ul#programList li.on a:link, ul#programList li.on a:visited {
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}
#pagination {
	font: normal 100% Arial,Helvetica,sans-serif; 
	margin: 10px 0px 0px 0px;
	width: 100%;
	border-top: 1px dashed #D2691E;
	padding-top: 5px;
	text-align: center;
}
#pagination a, #pagination a:active, #pagination a:link, #pagination a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
#pagination a:hover {
	background-color: #D2691E;
	color: #FFF;
	text-decoration: none;
}
#programSelectArea {
	margin: 0px 0px 15px 0px;
}
#programSelectArea select {
	width: 50%;
	border: 1px solid #666;
	padding: 2px;
	font: 11px Arial,Helvetica,sans-serif;
}
#programSelectArea select option {
	font: 11px Arial,Helvetica,sans-serif;
}
#programSelectArea input {
	font: 11px Arial,Helvetica,sans-serif;
	border: 1px solid #666;
	padding: 2px;
	cursor: pointer;
}
#programSelectArea div.on {
	background-color: #D2691E;
	color: #FFF;
	display: inline;
	padding: 2px;
}
.sectionHeader {
	background-color: #efefef;
	font-weight: bold !important;
	padding: 5px 0px 5px 3px !important;
}
div#verifySurveyArea {
	width: 100%;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
div.verifyBlock {
	overflow: auto;
	width: 100%;
	margin: 0px 0px 5px 0px;
}
div.nameColumn {
	float: left;
	width: 35%;
	font-size: 90%;
}
div.completeColumn {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
}
div.requiredColumn {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
}
div.verifyBlockHeader {
	overflow: auto;
	width: 100%;
	margin: 20px 0px 5px 0px !important;
}
div.nameColumnHeader {
	float: left;
	width: 35%;
}
div.completeColumnHeader {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
div.requiredColumnHeader {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
span.req {
	padding-left: 5px;
	color: #900;
}
.completeNotice {
	font-size: 90%;
	margin: 15px 0px;
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.emph {
	font-weight: bold;
}
div#verifySurveyArea {
	width: 100%;
	text-align: center;
	margin: 15px 0px 15px 0px;
}
div.verifyBlock {
	overflow: auto;
	width: 100%;
	margin: 10px 0px 5px 0px !important;
}
div.nameColumn {
	float: left;
	width: 35%;
	font-size: 90%;
}
div.completeColumn {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
}
div.requiredColumn {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
}
div.verifyBlockHeader {
	overflow: auto;
	width: 100%;
	margin: 0px 0px 5px 0px;
}
div.nameColumnHeader {
	float: left;
	width: 35%;
}
div.completeColumnHeader {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
div.requiredColumnHeader {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
span.req {
	display: none;
	visbility: hidden;
	padding-left: 5px;
	color: #900;
}
div.unanswereds {
	margin: 15px 0px 0px 20px;
	font-size: 120%;
	font-weight: bold;
	color: #9E0B0E;
}
.clearfix {
	clear: both;
}
#floatmenu {
	float: right;
	width: 200px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #ccc;
	padding: 10px 0px 20px 10px;
	background-color: #efefef;
}
/**** Admin styles *****/
#adminSelectDiv
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#adminSelectDiv select
{
	width: 95%;
}
#questionSelectDiv
{
	margin: 15px 0px 0px 0px;
	display: none;
}
#adminSelectDiv h5
{
	font-size: 14px;
	font-weight: bold;
}
#loadingDiv
{
	width: 100%;
	text-align: center;
	display: none;
}
#actionArea {
	margin: 3% 0;
}