body
{
	font-size: 10pt;
	font-family: helvetica, verdana, arial, geneva, sans-serif;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px;
}

ul, ol
{
	padding: 0 0 0 1.5em;
	margin: 0;
	list-style: square;
}

.bordertable
{
	width: 100%;
	height: 100%;
	border: none;
	background: #e0e0e0;
}

.logo
{
	padding: 0;
	margin: 0;
}

.qotd
{
	font-style: italic;
}

.bodytable
{
	width: 100%;
	border: none;
}

.bodytablecell
{
	padding: 6px 6px 6px 6px;
	vertical-align: top;
}

.bodytablethincell
{
	padding: 6px 6px 6px 6px;
	vertical-align: top;
	width: 175px;
}

.internalthincell
{
	width: 175px;
	border: #c0c0c0 solid 1px;
	background: #ffffff;
}

.internalcell
{
	border: #c0c0c0 solid 1px;
	background: #ffffff;
	width: 100%;
}

.bodyinternalcell
{
	border: #c0c0c0 solid 1px;
	background: #ffffff;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.nullcell
{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.footer
{
	text-align: center;
}

.newstitle
{
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
}

.smalltext
{
	font-size: 8pt;
}

.code
{
	font-size: 8pt;
	height: 200px;
	overflow: auto;
}
.underline
{
	text-decoration: underline;
}

.quotetable
{
	width: 75%;
	border: #c0c0c0 solid 1px;
	background: #e0e0e0;
}

.iotd
{
	text-align: center;
}

.uploadfailed
{
	color: #e01010;
	text-align: center;
}

.error
{
	color: #e01010;
}

.greentext
{
	color: #10e010;
}

.yellowtext
{
	color: #e0e010;
}

.cvheader
{
	text-decoration: underline;
	font-weight: bold;
}

.pre
{
	font-family: courier, monospace;
	font-weight: bold;
}

#dbtable
{
    width:100%;
    border-collapse:collapse;
}
#dbtable td, #dbtable th 
{
    border:1px solid #98bf21;
    padding:3px 7px 2px 7px;
}
#dbtable th 
{
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#A7C942;
    color:#fff;
}
#dbtable tr.alt td 
{
    color:#000000;
    background-color:#EAF2D3;
}
#dbtable td.fixed
{
	font-family: courier, monospace;
}

#edittable
{
    border-collapse:collapse;
    margin-left:auto; 
    margin-right:auto;
}
#edittable td, #edittable th 
{
    border:1px solid #000000;
    padding:3px 7px 2px 7px;
}

#wrapper, #loginform
{
    margin: 25px 25px 25px 25px;
    padding-bottom:25px;
    background:#f0f0f0;
    border:1px solid #000000;
    float:left;
}

#chatbox
{
    font-family: courier, monospace;
    text-align:left;
    margin:0 25px;
    background:#000000;
    color: #d0d0d0;
    border:1px solid #000000;
    overflow:scroll;
    overflow-x: hidden;
    white-space:pre-wrap;
}

a.chaturl {
	color: #ffffff;
	text-decoration: underline;
}

#testwidth
{
    font-family: courier, monospace;
}

#msg
{
    font-family: courier, monospace;
    background:#000000;
	color: #d0d0d0;
    border:1px solid #000000;
    margin-left:25px;
}

#submit
{
    margin-right:25px;
}

#menu { padding:12.5px 25px 12.5px 25px; }
.logout { float:right; }
.msgln { margin:0 0 2px 0; }


#revbox
{
    font-family: courier, monospace;
    text-align:left;
    margin: 0px;
    padding: 10px;
    background:#000000;
    color: #d0d0d0;
    border: 0;
    white-space:pre-wrap;
}

#revtitle
{
    font-family: courier, monospace;
    color: #d0d0d0;
}

#revtext
{
    font-family: courier, monospace;
    color: #d0d0d0;
}

#reverror
{
    font-family: courier, monospace;
	font-weight: bold;
	color: #e01010;
}
