body
  {
    font-family: arial;
  }
.bold         { font-weight:bold;}
.float_left   { float:left; }
.float_right  { float:right; }

.nano           { font-size: 5pt; }
.micro          { font-size: 6pt; }
.tiny           { font-size: 7pt; }
.small          { font-size: 8pt; }
.medium         { font-size: 9pt; }
.regular        { font-size: 10pt; }
.large          { font-size: 11pt; }
.huge           { font-size: 14pt; }
.jumbo           { font-size: 16pt; }

.show           { display:inline;}
.hide           { display: none;}

.color_grey     { color: #C0C0C0; }

form {margin:0px;padding:0px;border:0px;}

.negative_margin  {margin-top: -1px;}

th { background-color:#E0E0E0; font-weight: bold; }
td { background-color:#F0F0F0; }
tr.subheading td { background-color:#E8E8E8; }
tr.subfooter td { background-color:#F4F4F4; }
td.white {background-color:#FFFFFF;}

input[type="text"],
input[type="password"],
textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0;
  background-color: #FFFFFF;
}

.thumbnail_large
  {
    width:256px;
    height:192px;
    background-color:#C0C0C0;
  }
.thumbnail_small
  {
    width:128px;
    height:96px;
    background-color:#C0C0C0;
    text-align: middle;
  }
  
.photo_loading
{
  position: absolute;
  margin: 8px;
}