/* Body of the page */
body {
background-color: #E1E6F0;
margin-top: 5px; margin-left: 5px; margin-bottom: 5px; margin-right: 5px;
}

/* Default fonts and link colors */
font, th, td, p { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #323C46; }
a:link, a:active, a:visited { color: #007D00; text-decoration: none; }
a:hover	{ text-decoration: underline; color: #FA4B00; }
hr { height: 0px; border: solid #96A0AA 0px; border-top-width: 1px; }

/* Header */
.header_tile { background-image: url(images/randall/background/tile_header.gif); }

/* Menu */
.menu_tile { background-image: url(images/randall/background/tile_menu.gif); }
.sub_a { background-image: url(images/randall/background/sub_a.gif); }
.sub_b { background-image: url(images/randall/background/sub_b.gif); }
.sub_c { background-image: url(images/randall/background/sub_c.gif); }
.sub_d { background-image: url(images/randall/background/sub_d.gif); }
.side_menu_tile { width: 220px; background-image: url(images/randall/background/tile_side_menu.gif); background-repeat: repeat-y; }

/* Inner forum content body */
.bodyline { background-color: #F5FAFF; border: #27ABD5 2px solid; }

/* This is the outline around the main forum tables */
.forumline	{ background-color: #C3C8CD; border: 1px #AFB4BE solid; }

/* Main table cell colors and backgrounds */
td.row4 {
background-color: #CDD2D7;
}

/* General text */
.gen { font-size: 14px; }
.genmed { font-size: 13px; }
.gensmall { font-size: 11px; }
.gentiny {font-size: 4px; }
.gen, .genmed, .gensmall, .gentiny { color: #323C46; }
a.gen, a.genmed, a.gensmall, a.gentiny { color: #007D00; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover, a.gentiny:hover	{ color: #FA4B00; text-decoration: underline; }

/* Forum header links */
.mainmenu { font-size: 13px; font-weight: bold; color: #323C46; }
a.mainmenu, a.mainmenu:visited { font-weight: bold; text-decoration: none; color: #007D00; }
a.mainmenu:hover { font-weight: bold; text-decoration: underline; color: #FA4B00; }

/* Forum category titles */
.cattitle { font-weight: bold; font-style: italic; font-size: 14px; color: #323C46; }
a.cattitle { text-decoration: none; color: #007D00; }
a.cattitle:visited { text-decoration: none; color: #007D00; }
a.cattitle:hover { text-decoration: underline; color: #FA4B00; }

/* Post text */
.postbody { font-size: 13px; color: #323C46; }
a.postlink:link	{ text-decoration: underline; color: #007D00; }
a.postlink:visited { text-decoration: underline; color: #4B964B; }
a.postlink:hover { text-decoration: underline; color : #FA4B00; }

/* Copyright info at the bottom of the page */
.copyright { font-size: 12px; font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; color: #323C46; }
a.copyright	{ color: #007D00; text-decoration: none; }
a.copyright:hover { color: #FA4B00; text-decoration: underline; }

/* Form elements */
input.post, textarea.post, textarea.text { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #323C46; border: 1px solid #323C46; background-color: #EBF0FA; padding: 2px; }
textarea.text { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; }

/* Buttons and select boxes */
.button, a.button, select { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor: pointer; cursor: hand; }
.button, a.button, a.button:visited { font-weight: bold; color: #231E19; background-color: #FFEBC8; border: 1px solid #000000; padding: 1px; }
.button:hover, a.button:hover { color: #231E19; background-color: #FFFFFF; text-decoration: none; border: 1px solid #000000; }

/* Making sure the cursor turns into a hand on some elements */
.hover { cursor: pointer; cursor: hand; }