/*
name:   stylesheet.css
desc:   Primary style sheet for ZonkBoard.com
author: Justin Scott of Sceiron Interactive, Inc.
date:   October 14, 2002
notes:  None.
*/

BODY {
/*    padding: 0; */
/*    margin: 10px 0px 10px 0px; */
    background: #CECECE;
	background-image: none;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 80%;
}

H1 {
    font-size: 20px;
    color: #365778;
    font-weight: bold
}

H2 {
    font-size: 18px;
    color: #365778;
    font-weight: bold
}

H3 {
    font-size: 16px;
    color: #365778;
    font-weight: bold
}

H4 {
    font-size: 14px;
    color: #365778;
    font-weight: bold
}

IMG {
    border: 0;
}

A:link { color: #365778; }
A:visited { color: #365778; }
A:active { color: #365778; }
A:hover { color: #365778; }

#site-container { /* Container for all content */
	position: relative;
	width: 748px;
	top: 0;
	left: 50%;
	margin-left: -375px;
	background: #FFFFFF;
	background-image: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#pri-nav { /* Primary navigation links */
	position: absolute;
	width: 488px;
	top: 73px;
	left: 258px;
	text-align: center;
	font-size: 10pt;
}

#content-container { /* Container for the body content */
	padding: 0px 15px;
	margin: 0;
}

#footer-container { /* Container for the footer content */
	border-top: 1px solid #000000;
	padding: 5px 7px;
	margin: 0;
	color: #999;
}

#footer-border-bottom { /* Color line at the bottom of the page */
	background: #A0ABC7;
	background-image: none;
	border-top: 2px solid #000000;
	line-height: 6px;
}

.center-table { 
	margin-left: auto;
	margin-right: auto;
}


.loginsignup { font-size:14px; font-weight: bold; }
.loginsignup:link { color: #003366; text-decoration: none; } 
.loginsignup:visited { color: #003366; text-decoration: none; } 
.loginsignup:active { color: #003366; text-decoration: none; } 
.loginsignup:hover { color: #336699; text-decoration: underline; }
.entries { font-size:11px; }
.entries:link { color: #003366; text-decoration: none; } 
.entries:visited { color: #003366; text-decoration: none; } 
.entries:active { color: #003366; text-decoration: none; } 
.entries:hover { color: #336699; text-decoration: underline; }
.footertext { font-size:10px; }
.footertext:link { color: #003366; text-decoration: none; } 
.footertext:visited { color: #003366; text-decoration: none; } 
.footertext:active { color: #003366; text-decoration: none; } 
.footertext:hover { color: #336699; text-decoration: underline; }

.tableheader {
    color: #FFFFFF;
    background: #365778;
	background-image: none;
    font-weight: bold
}

.tablerow1 {
    color: #000000;
    background: #EEEEEE;
	background-image: none;
    font-weight: normal
}

.tablerow0 {
    color: #000000;
    background: #D5DCE5;
	background-image: none;
    font-weight: normal
}

.smalltext {
    font-size: 8pt
}

.boldtextsmall {
    font-weight: bold;
    font-size: 9pt
}

.boldtext {
    font-weight: bold
}

.error {
    color: red;
    font-weight: bold
}

input,select,textarea {
	background: #F8F8F8;
	background-image: none;
}

.box_error {
	width: 100%;
	padding: 5px;
	margin: 10px 0 10px 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	border: 1px dotted #FF0000;
	background: #FFF3F3;
}

.box_info {
	width: 100%;
	padding: 5px;
	margin: 10px 0 10px 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	border: 1px dotted #0000FF;
	background: #F3F3FF;
}


#powered-by-container {
	padding: 4px;
	text-align: right;
	background-color: #315271;
	border-top: 1px solid #000000;
}

.powered_by {
    font-weight: bold;
    font-size: 72%;
    color: #FFF;
    text-decoration: none;
}

A:link.powered_by_link, A:visited.powered_by_link {
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

A:hover.powered_by_link {
    color: #ff0;
}
