body { color: #333333; background-color: #ccc; }
p { font-size: 13px; line-height: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
td { font-size: 13px; line-height: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h1 {text-transform: uppercase; font-style: italic; }
h2 {text-transform: uppercase; font-style: italic; margin-bottom: 0px; padding-bottom: 0px; }
h3 {text-transform: uppercase; font-style: italic; }
a:link { color: #03c;  text-decoration: none; }
a:visited { color: #03c; text-decoration: none; }
a:hover { color: gray; text-decoration: none; }
.navbar { 
	padding-bottom: 0px; 
	font-size: 18px; 
	font-weight: bold; 
	color: gray;
	font-style: italic;
	text-transform: uppercase;
}
.header { color: black; font-size: 16px; line-height: 24px; }
.content { padding-right: 44px; padding-left: 44px; }
.footerleft {padding-left: 14px; padding-bottom: 14px; font-style: italic; }
.footerright {padding-right: 14px; padding-bottom: 14px; font-style: italic; }
.imageleft {float: left; margin-right: 14px; margin-bottom: 14px; border: 1px solid black;}
.imageright {float: right; margin-left: 14px; margin-bottom; 14px; border: 1px solid black;}
.about_photo {
	padding-left: 20px;
}

.post {
	background-color: #FFFF99;
	border: 1px solid black;
	padding: 10px;
}
.admin {color: gray;}
.admin_links {color: red;}
.admin_links a:link {color: #990033; text-decoration: none;}
.admin_links a:visited {color: #990033; text-decoration: none;}
.admin_links a:hover {color: red; text-decoration: none;}

.admin_mini_links {color: red;}
.admin_mini_links a:link { color: #990033;  text-decoration: none; }
.admin_mini_links a:visited { color: #990033; text-decoration: none; }
.admin_mini_links a:hover { color: red; text-decoration: none; }

.fieldWithErrors {
  padding: 0px;
  background-color: yellow;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 1px solid #03c;
  padding: 7px;
  margin-top: 16px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #eeeeee;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #03c;
  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 grey;
  width: 100%;
}

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

.bordertop {
    border-top: 1px solid black;
}

.borderimage {
    border: 1px solid black;
}

.ListLine0 {
	background: #ffffcc;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px;
}

.ListLine1 {
	background: #ffffff;
	border-top: 1px solid black;
    border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px;
}

.headermini {
  font-weight: bold;
}

.front_page {
	font-size: 16px; 
	font-style: italic;
	background-image: url('/graphics/logo_thumb.jpg');
	background-repeat: no-repeat;
}


.titleBackground {
  background: #cccccc;
}

.listBorder {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999999;
}

.tableBorder {
  border: 1px solid #999999;
}

