/* CSS stylesheet for OOH */

#weirdglitch{} /* bypass Mozilla's intermingling HTML/CSS comment glitch */

/* general content attributes */

img {
   border: 0;
}

.center {
   text-align: center;
}

h1,h2,h3,h4 {
   margin: 0;
   padding: 0 0 0 0;
   color: #600;
   font-size: 16px;
   line-height: 1em;
   font-family: georgia,apple garamond,times new roman,serif;
}

h2,h3 {
   float: left;
}

h4 {
   float: right;
}

em
{
   color: #faa;
   font-style: normal;
   font-weight: bold;
}
hr {
   width: 240px;
   height: 5px;
   border: 1px solid black;
}

small {
   font-size: 8pt;
   font-weight: normal;
}

html {
   background : #300 url('../images/site/botborder.gif') scroll repeat-x bottom;
}

body {
   background: #300 fixed;
   margin: 0;
   padding: 0;
   margin-bottom: 1em;
   font-size: .8em;
}

form {
   margin: 0;
   padding: 0;
}

a       { color: #900; text-decoration: none; }
a:hover { color: #600; text-decoration: underline; }

.error { color: #f00; font-family: Courier New, sans-serif; font-size:8pt; }
   

/* Attributes pertaining to header and navigation */

#logo {
   height:100px;
   background: url(../images/site/logobg.jpg) #000 top left no-repeat;
}

#nav ul {
   float: right;
   margin: 0;
   padding: 0;
   margin: 21px 21px 0 0;
}

#nav li {
   float: left;
   list-style: none;
}

a.button {
   display: block;
   width: 91px;
   height: 26px;
   padding: 9px 0 0 20px;
   margin-right: 5px;
   text-align: center;
   border-right: none;
   background: url(../images/site/button.gif);
   background-position: 111px 0px;
   color:#E7CF9E;
   font-size: 12px;
   font-family: "Courier New",sans-serif,verdana,arial;
   font-variant: small-caps;
   letter-spacing: 2px;
   text-decoration: none;
   cursor: default;
}

a.button:hover {
   background-position: 0px 0px;
}

#loginbox {
   float: right;
   margin: 5px 30px 0 0;
   padding: 0;
   clear: right;
   font-size: 10px;
   font-family: verdana,arial,sans-serif;
   color: #fff;
   text-align: right;
}


#siterow {
   width: 100%;
   height: 186px;
   background: url(../images/site/topborder.gif) #000 repeat-x bottom left;
}

#siterow img {
   float: left;
}

#topbar {
   width: 100%;
   height: 21px;
   background: url(../images/site/botborder.gif) #000 repeat-x left;
}

/* These pertain to the news item elements */

#content {
   width: 90%;
   margin: 10px auto;
}

table.parch {
   clear: both;
   width: 100%;
   margin-bottom: 10px;
}

.w12 {
   width: 12px;
}

.h12 {
   height: 12px;
   line-height: 0px;
}

table.imageframe {
   display: inline;
}

table.imageframe td.v {
   width: 1px;
   background: url('../images/site/vedge.gif');
}

table.imageframe td.h {
   height: 1px;
   background: url('../images/site/hedge.gif');
}

table.imageframe td.i {
   padding: 20px;
   background: url('../images/site/parchl.jpg') #EAD2A6;
}

div.imageframe {
   padding: 0px;
   padding-bottom: 5px;
   text-align: center;
   line-height: 1em;
}

div.post { padding: 1em 1em;}

div.postbody {
   clear: both;
/*  line-height: 1.6em;*/
   font-family: Arial,Verdana,sans-serif;
   text-align: justify;
   letter-spacing: .1em;
}

div.post div.posticon {
   float: right;
   padding: 0 0 1em 2em;
   border: 0;
   width: 200px;
}

/* elements pertaining to the footer */

#copyright {
   font-size: .8em;
   color: #a33;
   font-family: verdana,sans-serif;
   text-align: center;
   width: 640px;
   margin: 0px auto;
}

/* elements pertaining to archive calendars */

.minicalrow {
   clear: both;
   width: 680px;
   position: absolute;
   margin-left: 19px;
}
         
.minicalrowspace {
   height: 170px;
}

.minical {
   float: left;
   width: 146px;
   margin-top: 19px;
   margin-right: 19px;
} 
         
.minical a {
   font-weight: bold;
}

.minical table {
   width: 100%;
   text-align: center;
   border-collapse: collapse;
}
.minical th {
   border-bottom: 3px dotted #000;
}

/* elements pertaining to table rendering */
table.hstep
{
   width: 100%;
   border-style: solid;
   border-color: #963;
   border-width: 1px 2px 2px 1px;
   line-height: 1em;
   margin-bottom: 12px;
}
table.hstep td
{
   padding: 0px 5px;
   margin: 0px;
   border-style: solid;
   border-color: #963;
   border-width: 1px 0px 0px 1px;
}

table.hstep tr.head
{
   background: url("../images/site/parchd.jpg") #D3A863;
   text-align: center;
   font-weight: bold;
}

table.hstep tr.odd
{
   background: url("../images/site/parchll.jpg") #F3E7CF;
}

table.hstep tr.even
{
   background: url("../images/site/parchl.jpg") #EAD2A6;
}

.classheader {
   padding: 0px !important;
   margin: 0px !important;
   border: 0px;
}

.classicon
{
   overflow: hidden;
   margin: 0px ! important;
   padding: 0px ! important;
   border: 0px ! important;
   height: 62px;
   width: 62px;
}

.classtitle
{
   border: 0px ! important;
   font-family: 'Verdana';
   font-size: 24px;
   background: #000;
   color: #E7CF9E;
   line-height: 24px;
}

.tradebody
{
   padding: 0px ! important;
}

.trade
{
   width: 54px;
   border: 0px ! important;
   padding: 0px ! important;
   margin: 0px ! important;
}
.trademini
{
   width: 24px;
   height: 24px;
   border: 0px ! important;
   padding: 0px ! important;
   margin: 0px ! important;
   font-size: 9px;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
