/* ===============
   PRINTING
=============== */
table.print { border: solid 1px #C0C0C0; }
.printheader { background-color: #DDDDDD; color: #000000; padding: 4px; }
.printbody { background-color: #FFFFFF; color: #000000; padding: 4px; }
/* =============== */


/* ===============
   HACKS
=============== */
/* OVERFLOW - IE: specify for overflow to work properly. */
div.postdiv { min-height: 100px; }
div.postdiv img { max-width: 645px; }

/* QUICK REPLY */
td#tdPostQuickReply { padding: 0px; margin: 0px; }
td#tdPostQuickReply div { padding: 0px; margin: 0px; }
td#tdPostQuickReply div table { padding: 0px; margin: 0px; } 
/* =============== */


/* ===============
   EDITOR FORM BUTTONS
=============== */
.ButtonOver { background-color: #FFE1AC; border: #FFAD55 1px solid; }
.ButtonOff { background-color: #C0C0C0; border: #7F9DB9 1px solid; }
.ButtonOut { border: #7F9DB9 1px solid;  } 
.ButtonChecked { background-color: #FFE1AC; border: #FFAD55 1px solid; }
/* =============== */


/* ===============
   BOXES
=============== */
img { border: 0px; }

.header1, .header1 td { height: 22px; }
.header2 { height: 18px; }
.footer1 { height: 28px; }

div.Welcome div { margin-top: 0px; margin-bottom: 0px; }

table.content 
{
  padding: 0px; border: 1px solid Black;
  margin-bottom: 0px;
}

table.content td, table.command { padding: 3px; }

    /* ~~ links */
p.navlinks { margin-top: 5px; margin-bottom: 5px; }

.postsep { height: 1px; }
.quote { padding: 4px; border: solid 1px #666666; }
.innerquote { padding: 4px; border-top: solid 1px #666666; }
.posteditor { width: 100%; height: 200px; }

/* =============== */


/* ===============
   STYLES 
=============== */
.header1, .header1 td
{ font: 14px bold Verdana; color: #ffffff; }

.header1Title  {font-weight: bold; }

.header2
{ font: 12px bold Verdana; color: #000000; }

.footer1, .footer1 select, .footer1 td
{ font-size: 7pt; color: #000000; }

table.content 
{ font: 8pt verdana; color: #000000; }

  /* ~~ font classes */
.smallfont	{ font-size: 7pt; }
.largefont	{ font-size: 9pt; }

  /* ~~ links */
a.imagelink { font-weight: bold; color: #000000; }
a:hover.imagelink { text-decoration: none; }

.navlinks { font-weight: bold; color: #000000; }
.navlinks a { text-decoration: none }


/* THEME GRAPHICS */
.header1, .header1 td { background-image: url('header1.gif'); }
.header2 { background-image: url('header2.gif'); }
.postheader { background-image: url('postheader.gif'); }


/* THEME COLORS */
  /* ~~ links */
.navlinks a:hover { color: #000000; }
.navlinks a { color: #000080; }

.content a  { color: #000080; text-decoration: underline; }
.content a:hover { color: #000000; text-decoration: underline; }

.header1Title  { color: #ffffff; }
.header1  {	background-color: #587092; }
.header2  {	background-color: #9aaac2; }
.header2 a { color: #000000; }
.header2 a:hover { color: #ccccff; }

.postheader { background-color: #bfd0e8; }
.post { background-color: #f3f3f3; }
.post_alt { background-color: #f3f3f3; }
.quote { background-color: #e0e0ff; }
.postfooter { background-color: #bfd0e8; }
.postsep { background-color: #555555; }
.formfield { background-color: #abbfdc; }

table.content { background-color: #FFFFFF; }


