@CHARSET "UTF-8";

body {
	margin: 0.75em 0em;
	/*background-image: url('../img/tile.gif');*/
	background-repeat: repeat;
}

#container {
	width: 860px;
	height: 100%;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 1.0em 1.0em;
	background-color: #FFFFFF;
}

#body,#header,#footer {
	padding: 0em;
}

#body {
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	clear: both;
}

#footer {
	text-align: center;
	clear: both;
}

#logo {
	display: block;
	/*
	margin-left: auto;
	margin-right: auto;
*/
}

#menu {
	margin-top: 1.0em;
}

#menu li {
	display: inline;
	font-size: smaller;
	font-family: helvetica;
	font-weight: bold;
	letter-spacing: 0.0625em;
	padding: 0.25em 1.25em;
	text-transform: uppercase;
	color: #064d79;
}

#menu li a:visited,#menu li a:link {
	text-decoration: none;
	color: #064d79;
}

#menu li a:hover {
	color: #8d8f8c /* color of 'central' in the logo */
}

#login {
	margin: 1.0em 0em;
	font-size: smaller;
	float: right;
}

form div.input label {
	font-size: smaller;
}

form div.input input,form div.textarea textarea {
	display: block;
}

form div.checkbox input, form div.checkbox label {
	display: inline;
}
	 {
	display: inline;
}

form div {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 2.0em;
	color: #333333;
}

h2 {
	font-size: 1.50em;
	color: #333333;
}

h3 {
	padding: 0.1em 0em;
	margin: 1.25em 0em 0.25em 0em;
	font-size: 1.1em;
}

ul {
	margin-top: 0;
	list-style-type: none;
	padding-left: 0;
}


table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-spacing: 0;
	padding: 0;
	empty-cells: show;
}

td {
	padding: 0.25em;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

td table td {
	padding: 0.25em;
	border: none;
}

img {
	padding: 0px;
	border-spacing: 0px;
	border: none;
}

thead td {
	border-bottom: 1px solid #cccccc;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	/* font-weight: bold; */
	background-color: rgb(239, 239, 239);
	/* color: #666666; */ /* font-size: larger; */
}

tfoot td {
	border-top: 1px solid #cccccc;
	background-color: rgb(239, 239, 239);
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align: left;
	border-top: 0;
}

.formLabel {
	vertical-align: top;
	text-align: right;
}

.loginPane {
	text-align: right;
	display: inline;
}

#login .username {
	color: #064d79;
}
.createAccount,.forgotPassword {
	font-size: smaller;
}

.questionPane {
	
}

.percentage {
	font-size: smaller;
}

.leftColumnPane {
	width: 60%;
	float: left;
}

.leftColumnPane div,.rightColumnPane div {
	padding-right: 2.0em;
}

.rightColumnPane {
	width: 40%;
	float: left;
}

.columnClearPane {
	clear: both;
}

.citations {
	color: #999999;
	font-size: smaller;
}

.citations li {
	padding-bottom: .75em;
}

.generateCitation {
	padding: 0.125em 0.25em;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: smaller;
	margin-left: 0.5em;
}

.navigationPanel {
	text-align: center;
	margin: 0.5em;
}

.navigationPanel * {
	display: inline;
}

.resultsInfo {
	text-align: right;
	font-size: smaller;
}

.reportStatement {
	padding: 1em 0em;
}

.reportStatementName {
	
}

.reportStatementVariables {
	color: #CCCCCC;
	font-size: smaller;
}

.reportStatementBody {
	
}

.simpleButton {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 0.32em 1.28em;
}

.simpleButtonDisabled {
	cursor: default;
}

a.simpleButton {
	text-decoration: none;
	font-size: smaller;
}

a.simpleButton:link {
	color: #000000;
}

a.simpleButton:visited {
	color: #000000;
}

.simpleButtonMouseOver {
	background-color: rgb(239, 239, 239);
	cursor: pointer;
}

.buttonsPanel {
	white-space: nowrap;
}

.submitButtonsPanel {
	text-align: left;
}

.questionItem {
	
}

.questionItemNumber {
	text-align: center;
}

.questionItemWeight {
	text-align: left;
	width: 8em;
}

/* General input field classes */
fieldset.titleField input {
	width: 32.0em;
}

fieldset {
	padding: 0.5em 0em;
	border: 0;
}

fieldset label {
	display: block;
	font-size: smaller;
}

fieldset textarea {
	display: block;
	width: 614px;
	height: 5em;
}

fieldset textarea.smallTextArea {
	display: block;
	width: 450px;
	height: 5em;
}

fieldset.simpleField {
	display: inline;
	padding-right: 1em;
}

fieldset.simpleField label,fieldset.simpleField input {
	display: inline;
	height: 1em;
}

fieldset.simpleField input {
	width: 3em;
}

fieldset.simpleField input {
	text-align: center;
}

.ui-tabs-panel table {
	width: 100%;
}

/*
	Form Panels
*/
.qbuilderSimpleAddForm * {
	display: inline;
	margin-right: 0.25em;
}

.qbuilderEditForm table {
	width: 100%;
}

.qbuilderShowFormClickable {
	cursor: pointer;
}

.qbuilderHiddenFormRow {
	display: none;
}

#tipFormPanel {
	display: none;
	background-color: rgb(239, 239, 239);
	padding: 0.25em;
}

.formPanel,.addFormPanel {
	display: none;
	background-color: rgb(239, 239, 239);
	padding: 0.25em;
}

.editTipFormPanel {
	background-color: rgb(239, 239, 239);
	padding: 0.25em;
}

.questionnaireTitle {
	font-style: italic;
	padding-bottom: 0.50em;
	border-bottom: 1px solid #000000
}

.questionChoices {
	padding-left: 0;
}

.questionChoices li {
	padding-bottom: 0.5em;
}

.questionTitle {
	font-weight: bold
}

.userListing {
	width: 100%;
	border: 1px solid #CCCCCC;
}

.userListing td {
	border: 0;
}

.userListing tbody tr td,.userListing thead tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em;
}

/* Tips */
.adminListing {
	margin: 0.25em;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.adminItem {
	
}

.adminListing td {
	padding: 0.5em;
}

#usersTab .adminListing tbody td {
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.adminEdit {
	display: none;
	background-color: rgb(239, 239, 239);
}

.adminEdit td {
	padding: 1.0em;
}

.tipsListing {
	
}

.citationsListing {
	
}

#CitationShort {
	width: 32em;
}

.webResourcesListing {
	
}

.webResource .lastChecked {
	font-size: smaller;
}

ul.webResources li {
	margin-bottom: 0.75em;
}

.webResourceUrl {
	display: block;
	font-size: smaller;
	color: #999999;
}

a.webResourceUrl,a.webResourceUrl:visited {
	text-decoration: none;
	color: #999999;
}

a.webResourceUrl:hover {
	text-decoration: underline;
}

table.questionsListing {
	border: 1px dotted #CCCCCC;
}

.questionsListing thead td, .questionsListing tbody td {
	border: 1px dotted #CCCCCC;
}

table.questionsListing tbody td fieldset.simpleField {
	padding: 0em;
}

.answersListing {
	
}

.answersListing .actionButtons,.questionsListing .actionButtons {
	padding: 0;
	margin-right: 0;
	visibility: hidden;
}

/*
.answersListing .simpleButton, .questionsListing .simpleButton {
	font-size: 75%;
	padding: 0.1em .5em;
}
*/
.answersListing .actionButtons .sortableHandle,.questionsListing .actionButtons .sortableHandle
	{
	margin: 0em;
	padding: 0em;
	vertical-align: middle;
	cursor: move;
}

.answersListing li,.questionsListing .li {
	padding: 0.5em;
}

.answersListing li div,.questionsListing li div {
	display: inline;
}

.criticalAnswer {
	background-color: #FFDDDD;
}

.nonCriticalAnswer {
	background-color: #FFFFFF;
}

.answerBody {
	
}

.answerBodySkipped {
	margin-top: 1.0em;
}
	
.answerBody p {
	display: inline;
}

.reference ul {
	margin-left: 2em;
}

.ajaxFormPanel .formPanel {
	display: none;
}

.formHelp {
	color: #CCCCCC;
	display: inline;
}

td .formHelp {
	color: #FFFFFF;
}

.disabled {
	color: #999999;
	font-style: italic;
}

.announcement {
	border: 1px solid #CCCCCC;
	margin-bottom: 1.0em;
	padding: 0.25em 0.5em;
}

.announcement .title {
	font-size: larger;
	display: block;
	margin: 0em;
}

.announcement .created {
	font-size: smaller;
	color: #999999;
	display: block;
	margin-bottom: 0.75em;
}

.announcement .picture {
	display: inline;
	margin-right: 0.5em;
}

.announcement img.left {
	float: left;
}

.announcement img.right {
	float: right;
}

.announcement .body {
	display: inline;
	clear: both;
}

.announcement br {
	clear: both;
}

.enablerForm {
	text-align: center;
}

table.correlationMatrix td {
	text-align: center;
	width: 3.5em;
}

/*  nicEdit specifics */
.nicEdit-frame {
	background: #FFFFFF;
}

.loading {
	background-color: #f18101;
	color: #000000;
	padding: 0.25em 0.5em;
	font-weight: bold;
	font-size: smaller;
}

.flashMessage, #flashMessage, #authMessage {
	font-weight: bold;
	color: #f18101;
}

#flashMessage.message {
	top: 0;
	left: 0;
	background: #f18101;
	color: white;
	width: 100%;
	z-Index: 9999;
	position: fixed;
	margin: 0;
	padding: 0.50em 0em;
}

#flashMessage, #authMessage {
	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
	font-size: smaller;
	text-align: center;
	padding: 0.25em 0.5em;
}

/* Cake specific styles */
.error-message {
	color: #FF0000;
}

table.cake-sql-log {
	background: #f4f4f4;
	padding: 4px 8px;
	text-align: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-spacing: 0;
	padding: 0;
	margin: 1.0em 1.0em;
	empty-cells: show;
}

table.cake-sql-log caption {
	border: 1px solid #cccccc;
	background: #f4f4f4;
	margin: 1.0em 0em;
}

table.cake-sql-log th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#writtenExpressionStories {
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
}

#writtenExpressionStories .pagination {
	font-size: 9pt;
	font-weight: normal;
}

#writtenExpressionStories .pagination .header {
	padding: 0.25em 0.5em;
	text-align: right;
}

#writtenExpressionStories .pagination {
	text-align: center;
	padding: 0.5em;
}

#writtenExpressionStories .pagination div {
	display: inline;	
}

#writtenExpressionStories .pagination .pages .current, #writtenExpressionStories .pagination .pages .page {
	padding: 0.25em 0.25em;
	border: 1px solid #EFEFEF;
}

#writtenExpressionStories .pagination .pages .current {
	border: 1px solid #CCCCCC;
}

#writtenExpressionStories .writtenExpressionStories, #writtenExpressionStories .actions {
	margin: 0.25em 0.75em;
	font-size: 10pt;
}

#writtenExpressionStories .writtenExpressionStories .writtenExpressionStory, #writtenExpressionStories form {
	padding: 0em 0.25em;
	padding-bottom: 0.25em;
	display: block;
}

#writtenExpressionStories .actions {
	margin-bottom: 0.75em;
}

#writtenExpressionStories .writtenExpressionStories .writtenExpressionStory .number {
	font-weight: bold;
}

#writtenExpressionStories .writtenExpressionStories .altrow {
	background: #DFDFDF;
}

#writtenExpressionStories .writtenExpressionStories .inPageEdit:hover {
	background: #8fbfe1;
	cursor: pointer;
}


#writtenExpressionStories form {
	padding-top: 0.5em;
	border: 1px solid #CCCCCC;
}

#WrittenExpressionStoryEditForm .header {
	width: 100%;
}

#WrittenExpressionStoryEditForm .header .left {
	width: 50%;
	float: left;
}

#WrittenExpressionStoryEditForm .header .right {
	width: 50%;
	float: right;
	text-align: right;
}

#WrittenExpressionStoryNumber {
	width: 5em;
}

#writtenExpressionStories form fieldset legend {
	font-weight: bold;		
}

.inPageEdit {
	text-decoration: none;
	color: #000000;	
}
