body {
    background: white;
	font-family: Roboto, Verdana, Arial, sams-serif;
}

p, td, div {
	font-family: Roboto, Verdana, Arial, sams-serif;
	font-weight: 300;
}

a:link, a:visited {
    text-decoration: none;
}

a:focus, a:hover {
    color: #036;
}

a:focus {
    text-decoration: underline;
}

a img {
    border: none;
}

.header {
	font-size: 150%;
	color: red;
}

.optiontable, .search_table, .admin_table {
	border-spacing: 20px 0px;
}

.bluetopcell {
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}

.bluebottomcell {
	border-bottom: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}

.search_intro {
	font-size: 200%;
	color: blue;
}

.correction_intro {
	font-size: 150%;
	color: blue;
}

.correction_messages {
	font-size: 125%;
	color: red;
}

.access_denied {
	font-size: 200%;
	color:red;
}

#label_subject, #search_subject, #label_quick_search, #search_quick_search {
	margin-bottom: 20px;
	display: inline-block;
}

xinput[type=submit] {
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	background-color: #007fff;
	color: White;
	font-size: 125%;
	font-weight: 400;
}

.results_header {
	text-align: center;
	font-size: 150%;
	color: red;
	font-weight: 400;
}

.results_table {
	border-collapse: collapse;
	width: 100%;
}
	
.results_table td {
	font-family: Roboto, Verdana, Arial, sans-serif;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	border-left: none;
	border-right: none;
	padding: 10px;
}

.undo_results_table td {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0px;
}

.result_num {
	font-size: 200%;
	font-weight: 900;
	color: blue;
}

.result_code {
	font-size: 75%;
	color: gray;
}

.result_label {
	font-weight: 700;
	color: black;
}

.material-icons.red { color: #ff0000; }
.material-icons.blue { color: #0000ff; }
.material-icons.green { color: #00cc00; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

img {
	border:none;
}

.results_table ul, .results_table li {
	margin: 0;
	padding: 0;
}

.results_table li{
	list-style: none;
	float: left;
	display: inline;
	margin-right: 10px;
}

pre {
	display: block;
	font: 100% "Courier New", Courier, monospace;
	padding: 10px;
	border: 1px solid #bae2f0;
	background: #e3f4f9;	
	margin: .5em 0;
	overflow: auto;
	width: 800px;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
	
div.centered, td.centered, span.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto;
	text-align: left;
}

.pagination_prevnext, .pagination_current {
	vertical-align: center;
}

.pagination_prevnext a:link, .pagination_prevnext a:visited, .pagination_pages {
	font-size: 125%;
	font-family: Roboto, Verdana, Arial, sans-serif;
	font-weight: 300;
	margin: 0 20px 0 20px;
	color: DeepPink;
}

.pagination_current {
	font-size: 150%;
	font-family: Roboto, "Arial Black", Arial, sans-serif;
	font-weight: 900;
	color: BlueViolet;
}

.pagination_pages select {
	padding: 5px 5px;
	border: none;
	border-radius: 4px;
	background-color: LightPink;
}

.search_table select, .admin_table select, .correction_table select {
	padding: 5px 5px;
	border: none;
	border-radius: 4px;
	background-color: #f0f0ff;
	color: #007fff;
}

.admin_table select {
	width: 20em;
}

.admin_table input[type=text] {
	width: 20em;
}

.search_table td, .search_table th, .admin_table td, .admin_table th, .correction_table td, .correction_table th {
	font-family: Roboto, Verdana, Arial, sans-serif;
	font-weight: 700;
	color: black;
}

.search_table th, .admin_table th, .correction_table th {
	text-align: right;
}

input[type=radio] {
	background-color: #007fff;
}

.footer_text {
	font-family: Roboto, Verdana, Arial, sans-serif;
	font-size: 75%;
	font-weight: 300;
	color: gray;
}

.admin_header {
	font-family: Roboto, Verdana, Arial, sans-serif;
	font-size: 150%;
	font-weight: 700;
	color: red;
}

ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc url(img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

.errornote {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
}

ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
    background: #fff;
}

ul.errorlist li {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

ul.errorlist li:first-child {
    margin-top: 0;
}

ul.errorlist li a {
    color: inherit;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0;
    padding: 0;
}

td ul.errorlist li {
    margin: 0;
}

.form-row.errors {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.form-row.errors ul.errorlist li {
    padding-left: 0;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid #ba2121;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: #c11;
    background: #ffefef url(img/icon-no.svg) 5px 5px no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

.fieldchanged {
	background: #ffcccc;
}
