/*
  Filename: preview.css
  Created By: Cathy Yu (cathy@ridbc.org.au)
  Created For: RIDBC Renwick Centre - OzVisKids data form
  Created On: 27 Sep 2011
*/

/*
 * Color Schemes
 * Blue'ish Color: #1e6daf;
 * Red'ish' Color: #bb1d2b;
 */

/* For display preview - management system */

body {
	margin: 10px 0;
	padding: 0;
	background: #1e6daf;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:center;
}

#content {
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background-color: white;
}

#header {
	height: 160px;
}

#header-participant {
	height: 140px;
}

#header h2, #header-participant h2 {
	font-size: 1.2em;
	text-align: center;
}

#logo {
	width: 250px;
	height: 130px;
	float:left;
}

#title {
	width:640px;
	float:left;
	margin:30px 0 0 0;
}

#spacer {
	clear: both;
	background-color: #bb1d2b;
	color:white;
	height: 10px;
}

#menu {
	display: none;
}
#menu ul {
	width:900px;
	margin:0;
	padding:0;
	height:30px;
	line-height: 30px;
}

#menu ul li {
	display: inline;
	padding: 0;
}

#menu a {
	color:white;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px;
	font-size: 12px;
}

#menu a:hover {
	background-color: black;
}

#middle {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:10px 20px;
	text-align: left;
}

#login-container {
	text-align: center;
}
#login-form {
	margin: 100px auto;
	width: 250px;
	text-align: left;
}

#login-form label {
	font-weight: bold;
}

#login-form input {
	margin-bottom: 20px;
}

#login-error {
	text-align: center;
	width: 600px;
	margin: 20px auto;
	border: 4px solid red;
	padding: 10px;
	font-weight: bold;
}

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	font-style:italic;
	color: #000000;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 10px;
	margin: 10px 0px;
}

form label {
	width: 150px;
	float: left;
	font-weight:bold;
}

#form-success-box {
	text-align: center;
	width: 832px;
	margin: 20px auto;
	border: 4px solid green;
	padding: 10px;
	font-weight: bold;
}

#form-error-list {
	text-align: left;
	width: 832px;
	margin: 20px auto;
	border: 4px solid red;
	padding: 10px;
	font-weight: bold;
}

#warning-box {
	text-align: center;
	width: 832px;
	margin: 20px auto;
	border: 4px solid orange;
	padding: 10px;
	font-weight: bold;
}

#form-error-list li {
	margin-bottom: 5px;
}

#thankyou, #thankyou h2 {
	text-align:center;
}

p {
	margin: 2px 0px 10px;
}

input.report-button {
	width: 300px;
}
p.button-container {
	margin: 20px 0;
	text-align: center;
}

#form-data {
	clear:both;
}

textarea {
	width: 700px;
	height: 60px;
	padding: 2px;
}

table {
	width: 765px;
}

th {
	font-size: 12px;
	padding: 2px;
	font-weight:bold;
	text-align: left;
}

td {
	font-size: 12px;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

table.participant-search-results,
table.user-list,
table.secondary-ocular,
table.eye-operation {
	width: 100%;
}

#report-main-form table {
	width: 100%;
}

tr.even {
	background-color: #eeeeee;
}

tr.odd {
	background-color: white;
}

.secondary-ocular th {
	padding: 10px 2px;
}

td.second-ocular-checkbox,
th.second-ocular-checkbox,
td.visual-acuity-checkbox,
th.visual-acuity-checkbox {
	text-align: center;
}

.participant-search-results td {
	padding: 10px 2px;
	vertical-align: middle;
	font-size: 11px;
}
.participant-search-results p {
	margin: 0 0 5px;
}

.report-list td {
	padding: 10px 2px;
	vertical-align: middle;
	font-size: 11px;
}

.report-list p {
	margin: 0 0 0px;
}

input.short {
	width: 130px;
}

input.other {
	width:200px;
}

input.norm {
	width: 300px;
}

input.wide {
	width: 700px;
}

textarea.address {
	width:300px;
	padding:1px;
}

textarea.detail {
	width: 100%;
	padding: 2px;
	margin: 0;
}
textarea.csvdata {
	width: 100%;
	padding: 2px;
	margin: 0;
	height: 100px;
}

textarea.other_comments, textarea.other_messages {
	width: 100%;
	padding: 2px;
	margin: 0 0 10px;
	height:120px;
}

textarea.sql {
	width: 100%;
	padding: 2px;
	margin: 0 0 10px;
	height:120px;
}

textarea.configure-email-entry {
	height:200px;
	width:100%;
}

td.detail {
	padding:0;
}

select.veryshort {
	width:80px;
}

select.short {
	width:130px;
}

select.norm {
	width:300px;
}

select.extended {
	width:350px;
}

#no-permission {
	width:600px;
	font-weight:bold;
	border: 2px solid orange;
	margin: 60px auto 30px;
	text-align: center;
	padding:20px;
}

hr {
	margin: 20px 0;
}

legend {
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

.status-search-type {
  margin-bottom: 15px;
}

.status-search-details {
	width: 580px;
	float: left;
}

.participant-search-details {
	width: 580px;
	float: left;
}

.results-per-page {
	width: 200px;
	float: left;
}
/******************************/

	br.breakhere {
    display: none;
  }
	tr.single {
		height: 30px;
		padding: 4px;
		}
	tr.linenhalf {
		height: 25px;
		padding: 3px;
		}

.field-area {
	width:350px;
	height:150px;
}

.field-select {
	width:200px;
}

.andor {
	width:100px;
}

.center {
	text-align: left;
}

/******************************/
p.no-saved-reports {
	text-align:center;
	font-weight:bold;
}

p.question {
	font-weight: bold;
	margin-top: 10px;
}
p.warning {
	font-weight: bold;
	color:red;
}

p.participant-email-sent {
	color:green;
}

p.participant-email-not-sent {
	color:red;
}

.print-details {
	width: 500px;
	margin: 0 auto;
	padding:10px;
	border: 2px solid darkblue;
	background-color: #f8f8f8;
}

.print-details p {
	text-align: justify;
}

.print-details .center {
	text-align: center;
}

.checkbox-array-box {
	margin: 0;
	display: block;
	width: 25px;
	float: left;
}

.checkbox-array-value {
	margin: 2px 0 0;
	display: block;
	line-height: 135%;
}


#footer {
	border-top:2px solid #bb1d2b;
	margin-top:40px;
	width:900px;
	height:80px;
	text-align:center;
	font-size:9px;
	background-color:#f8f8f8;
}

#ridbc-logo {
	width:360px;
	height:50px;
	margin:10px 0;
	float:left;
}

#footer-text {
	width: 480px;
	float:left;
	margin-top:10px;
}

a.download-consent {
  color: green;
}

a.upload-consent {
  color: red;
}

.highlight {
  color: #bb1d2b;
}

.outdated_question {
  color: #aaa;
}
