/**
* @(#)style.css
* CircleSoft Group Cascading Style Sheet's
* CIRCLESOFT INTERNAL/PROPRIETARY/CONFIDENTIAL.
*/
html { min-height: 100%; margin-bottom: 1px; }
body { margin: 0px; padding: 0px; background: #EFA52D; font-size: 12px;
	   font-family: Verdana; color: #3A3A3A;
	   height: 0px; }

/* General font families, alignments and links */
form { margin: 0px; padding: 0px; }
p { margin: 0px 0px 1em; }
font, th,
td, p { font-family: Verdana; font-size: 12px; color: #000000; }

hr { width: 1px; }

/* Anchor Tag Styles */
a, a:link,
a:active, a:visited { text-decoration: none; color: #445588; }
a:hover	{ text-decoration: underline; color: #224466; }

a.maintitle { font-size: 18px; font-weight: bold; }
a.forumlink { font-size: 12px; font-weight: bold; }
a.nav { font-size: 12px; }

/* Table Formatting */
.topArea { background: url(images/Top.gif); width: 900px; height: 149px; font-size: 11px; color: #000000; }
.sidebarArea { background: url(images/Sidebar-Repeater.gif) repeat-y; width: 222px; font-size: 11px; color: #000000; }
.contentArea { background: url(images/Content-Repeater.gif) repeat-y; width: 678px; font-size: 11px; color: #000000; }
.footerArea { background: url(images/Bottom.gif); width: 900px; height: 33px; font-size: 11px; color: #EAEAEA; }

.box { border-collapse: collapse; height: 22px; width: 100%; }
.boxLine { background-color: #A4A4A4; border: 0px #006699 solid; }
.boxLeft { background: url(images/bar_l.gif) no-repeat; width: 22px; }
.boxMiddle { background: url(images/bar_m.gif) repeat-x; width: 100%; font-size: 11px; font-weight: bold; color: #445588; }
.boxRight { background: url(images/bar_r.gif) no-repeat; width: 22px; }

.errorline { background-color: #FF6666; color: #000000; border: 1px solid #435560; }

/* Table Styles */
td.cat { font-weight: bold; color: #000000; background: #D1D7DC url(images/cellpic1.gif); height: 25px; }
.row1 { background-color: #EFEFEF; padding: 4px; font-family: Verdana; border-color: #FFFFFF; border-style: solid; border-width: 1px 1px 0px 1px; }
.row2 { background-color: #ECECEC; padding: 4px; font-family: Verdana; border-color: #FFFFFF; border-style: solid; border-width: 1px 1px 0px 1px; }
.row3 { background-color: #DFDFDF; padding: 4px; font-family: Verdana; border-color: #FFFFFF; border-style: solid; border-width: 1px 1px 0px 1px; }

/* BB Code Styles */
/* Code blocks */
.code { background: #EAEAEA; border: 1px solid #D1D7DC; color: #006600; font: 11px Courier,"Courier New",sans-serif; padding: 5px; }

/* Quote blocks */
.quote { background: #EAEAEA; border: 1px solid #D1D7DC; color: #444444; font: 11px/125% Verdana; }

