
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.notice {
	color: #002283;
	background-color: white;
}

div.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
  border: 3px solid #AA0000;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #AA0000;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #AA0000;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

p#validation {
	margin: 0 0 0 0;
	text-align:right;
	padding: 0 1% 0 0; 
}

img.icon {
	border: none;
	vertical-align: middle;
}


table.listing {
	width: 100%;
	border-collapse: collapse;
	border: 1pt solid black;
}
table.listing th, table.listing td {
	text-align: left;
}
table.listing th {
	border-bottom: 1pt solid black;
	margin-bottom: 5px;
	background-color: black;
	color: white;
	padding: 0.2em;
}
table.listing th a {
	color: white;
	background-color: transparent;
}
table.listing th.sortup {
	background: url('/images/up-small.png') black;;
	background-repeat: no-repeat;
	background-position: center;
}
table.listing th.sortdown {
	background: url('/images/down-small.png') black;;
	background-repeat: no-repeat;
	background-position: center;
}
table.listing tr.even {
	background-color: inherit
}
table.listing tr.odd 	{
	background-color:  #eeeeee;
}
table.listing td.actions {
	text-align: center;
	width: 10%;
	white-space: nowrap;
}
table.listing .centered {
	text-align: center;
}
table.listing .right {
	text-align: right;
}

/*
input[type=text], input[type=password] {
	border: 1pt solid black;
}
*/

div.locked {
	color: gray;
}

div.button {
	padding: 0.5em;
}

div.button a  {
	text-decoration: none;
}

input.submit {
	background-color: white;
}


button img, div.button img {
	margin-right: 0.5em;
}

button img.icon_right, div.button img.icon_right {
	margin-left: 0.5em;
	margin-right: -0.5em;
	vertical-align: middle;
}

table.editform {
	width: 100%;
}

table.editform textarea {
	width: 100%;
}

table.editform th {
	text-align: left;
}

div.submit {
	margin-top: 1em;
}

div.submit td {
	border: 0pt solid black;
	vertical-align: middle;
}

table.pagination {
	margin-top: 1em;
	width: 100%;
}
table.pagination td.previous {
	text-align: left;
	width: 50%;
}

table.pagination td.next {
	text-align: right;
	width: 50%;
}

table.details {
	border: 1pt solid black;
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.details td, table.details th {
	padding: 0.2em;
}
table.details th {
	font-weight: bold;
	text-align: left;
}
table.details tr.even {
	background-color: inherit
}
table.details tr.odd 	{
	background-color:  #eeeeee;
}

table.login {
	margin: 0 auto;
	padding: 1em;
	width: 50%;
}
table.login td.submit {
	text-align: center;
	padding-top: 0em;	
}
table.login input {
	text-align: center;
	width: 20em;
}
table.login td.note {
	text-align: center;
	font-size: 80%;
}

div.certificate {
	text-align: center;
}

dt {
	font-weight: bold;
	padding-top: 1em;
}

div.confirm_destroy {
	text-align: center;
}
div.confirm_destroy table {
	margin: 1em auto;
}
div.confirm_destroy td {
	vertical-align: middle;
}

#spinner {
	vertical-align:middle; 
	border: none;
}

p.update_notice {
	font-style: italic;
	font-size: small;
	text-align: center;
	margin-top: 3em;
}

p.attention_notice {
	font-style: italic;
	font-size: small;
	text-align: center;
}


div.preview {
	margin: 1em;
	border: 1pt solid black;
	padding: 1em;
}

div.news_post {
	margin: 1em;
}

div.news_post blockquote {
	border-left: 2pt solid black;
	margin-left: 0.5em;	
	padding-left: 0.5em;
}

div.news_post table {
	width: 100%;
	background-color: black;
	color: white;
	font-size: 100%;
	padding: 0 0.2em;
}
div.news_post table tr:hover {
	color: inherit;
}
div.news_post table td {
	text-align: right;
}
div.news_post table th {
	text-align: left;
}
p.author {
	font-size: 80%;
}

fieldset {
	border: 1px solid black;
}

fieldset + fieldset {
	margin-top: 1.5em;
}

div.statistics-menu {
	width:20%; 
	float:left;
}
div.statistics-content {
	margin-left: 20%;
}

div.statistics-menu p {
	font-weight: bold;
	padding: 0.2em;
}
div.statistics-menu ul {
	margin: 0pt;
	padding-left: 1em;
}
div.statistics-menu ul li {
	display: block;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

div.center {
	text-align: center;
}

div.right {
	text-align: right;
}

table.copyright {
	margin: 1em 5%;	
}
table.copyright th {
	text-align: left;
	padding-right: 1em;
	vertical-align: top;
}
table.copyright td {
	vertical-align: top;	
}

div.support_email table th {
	text-align: right;
}

form.phpmyadmin_autologin {
    padding: 0;
    margin: 0;
}

form.phpmyadmin_autologin button {
    border: none;
    margin:0; 
    padding: 0; 
    background-color: transparent; 
    height: 20px;
}

div.pending_actions {
	border: 1pt solid black;
	width: 40%;
	padding: 0 1em 0 1em;
}
div.quick_create {
	margin-top: 1em;
	width: 40%;
	border: 1pt solid black;
	padding: 0 1em 0 1em;
}
div.task_list {
	float:right;
	width:50%;
	border: 1pt solid black;
	padding-left: 1em;
}
div.task_list table {
	border-collapse: collapse;
	font-size: 70%;
}
div.task_list table tr.even {
	background-color: inherit;
}
div.task_list table tr.odd {
	background-color: #eeeeee;
}

table.person_form th.group_header {
    text-align: left;
    padding-top: 0.5em;
    border-bottom: 1px solid silver;
    margin-bottom: 0.2em;
    font-size: larger;
}
table.person_form th, table.person_form td {
    text-align: left;
    padding-top: 0.3em;
    margin-bottom: 0.2em;
}

table.details_table th, table.details_table td {
    text-align: left;
    padding-top: 0.3em;
    margin-bottom: 0.2em;
}
table.person_details td.name {
    font-size: larger;
    font-weight: bold;
}

table.about_info {
	width: 80%;
	margin: 1em auto;
	text-align: left;
}

label.required {
	font-weight: bold;
}
