﻿*, body {
  font-family:sans-serif;
}

body {
  font-size:10pt;
  text-align:justify;
}

table
{
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #365f91;
}

td
{
  margin: 0px;
  padding: 0px;
}

a:link, a:visited, a:hover, a:active
{
  font-weight: bold;
  text-decoration: none;
  color: #365f91;
}

.admin
{
  border: 1px solid black;
  margin: auto;
}

.admin th, .admin td
{
  padding: 3px;
}

.admin th
{
  background-color: #365f91;
  color: White;
  text-align: left;
  vertical-align: middle;
}

.fullwidth {
  width:99%;
}

a.editlink
{
  font-weight: normal;
  font-size: smaller;
}

.error
{
  font-style: italic;
  font-weight:bold;
  color: red;
  text-align:center;
  margin:auto;
}

img.thumbnail
{
  border-width: 1px;
  border-color: #888888;
  border-style: solid;
  max-height: 100px;
  width: 100px;
  margin: 5px;
  margin-right: 10px;
}

.picture {
  border-top:1px solid #888888;
  border-bottom:1px solid #888888;
  border-left-style:none;
  border-right-style:none;
  border-left-color:transparent;
  border-right-color:transparent;
  max-width:640px;
  max-height:640px;
}

.picture-view {
  border: 1px solid #888888;
  background-color: #eeeeee;
  margin:auto;
}

.picture-frame
{
  background-color: #eeeeee;
  width: 80%;
}

.picture-frame td {
  border-color:gray;
  border-style:solid;
  border-width:0px;
}

#control-panel
{
  table-layout: fixed;
  width: 400px;
  text-align: center;
}

#control-panel td
{
  padding: 10px;
}

#footer
{
  text-align: center;
  vertical-align: middle;
  background-image: url('/images/bg_links.gif');
  background-repeat: repeat-x;
  height: 25px;
}

#top-links
{
  width: 100%;
  background-image: url('/images/bg_links.gif');
  background-repeat: repeat-x;
  table-layout: fixed;
}

#top-links td
{
  text-align: center;
  height: 25px;
}

#top-links a:link, #top-links a:visited, #top-links a:active
{
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#top-links a:hover
{
  font-weight: bold;
  color: #d9aa74;
  text-decoration: none;
}

#side-links
{
  vertical-align: top;
}

#side-links div
{
  border: 1px solid #cccccc;
  padding: 3px;
  margin: 2px;
  padding-right:10px;
  width:125px;
  color: #365f91;
}

#side-links .hover
{
  background-color: #eeeeee;
  color: #d9aa74;
}

#side-links a:visited, 
#side-links a:link, 
#side-links a:active, 
#side-links a:hover {
  color: inherit;
}

#side-links div.bullet
{
  float: left;
  background-image: url('/images/bullet_off.png');
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: inline;
  border: 0px;
  padding: 0px;
  margin:0px;
  margin-right:3px;
  margin-top:2px;
}

#side-links .hover div.bullet
{
  background-image: url('/images/bullet_on.png');
}

.registration {
  width:90%;
  margin:auto;
  margin-bottom:10px;
  border:1px solid #365f91;
  text-align:left;
}

div.registration {
  border-style:none;
  font-style:italic;
  font-size:small;
}

.registration th {
  background-color:#365f91;
  color:white;
  padding:2px;
}

.registration td {
  padding:1px;
  border-top:1px solid silver;
}

.registration td.right-column {
  width:66%;
}

.registration input {
  width:50%;
}

.photo-upload {
  width:51%;
}

.header-select {
  float:right;
}

.errorfield {
  background-color:#ffd0d0;
}

.registration textarea {
  width:66%;
}

.languages {
  float:right;
  font-size:small;
}

#contact {
  width:60%;
}