/* Main page layout */

#side {
	width: 150px;
	padding-left: 5px;
	padding-right: 4px;
}
#netsplit {
	margin-bottom: 10px;
}
#comments {
	margin-bottom: 10px;
}
#poll {
	margin-bottom: 10px;
	width: 100%;
}
#ads {
	width: 150px;
	margin-bottom: 10px;
}
#middle {
	width: 100%;
	margin-right: 8px;
}
#ircnews {
	margin-bottom: 8px;
}
#screenshots {
	margin-bottom: 8px;
}
#oldnews {
	margin-bottom: 8px;
}
#additions {
	margin-bottom: 8px;
}
#queues {
	margin-bottom: 8px;
}
#points {
	margin-bottom: 8px;
}
.code-box-global {
	width: 480px;
	overflow: auto;
}
#users {
	margin-bottom: 8px;
}
.forum-desc {
	font-size: .85em;
}
.diff_added {
	background-color: #00CC00;
	color: #FFFFFF;
}
.diff_removed {
	background-color: #CC0000;
	color: #FFFFFF;
}
input,select,textarea {
border: #5069c2 1px solid;
border-color: white;
color: #FFFFFF;
font-weight: normal;
font-size: 8pt; 
font-family: Tahoma;
background-color: #2a3753;
}

body { 
background-color: #212B4A;
scrollbar-track-color: #2a3753;
scrollbar-face-color: #344A94;
scrollbar-darkshadow-color: #000000;
scrollbar-highlight-color: #f0fff0;
scrollbar-arrow-color: #5069C2;
}
body, p, div, span, li, ul, ol, td, th, text  { 
  font-size: 8pt; 
  font-family: Tahoma;
  color: #FFFFFF;
}
.check {
	border: 0px;
	background-color: transparent;
}
A.menu:link { color: #ff9500; text-decoration: underline; }
A.menu:visited { color: #ff9500; text-decoration: underline; }
A.menu:hover { color: #ff9500; text-decoration: underline; }

A:link { color: #ffffff; text-decoration: underline; }
A:visited { color: #ffffff; text-decoration: underline; }
A:hover { color: #ff0000; text-decoration: underline; }

table { font-family: Verdana; }
.tableBG { background-color: #5069c2; }
.lineBorder { color: #5069c2; }

.forumLink { font-weight: bold; font-variant: small-caps; }

.hilight-cell {
color: #FFFFFF;
background-color: #344A94;
font-weight: bold;
font-variant: small-caps;
}
.hilight-text {
	color: white;
}
.hilight-col {
color: #FFFFFF;
background-color: #344A94;
}
.hilight-cell2 {
color: #FFFFFF;
background-color: #344A94;
	font-weight: bold;
}
.normalRow {
background-color: #212B4A; 
}
.form-line {
	border-bottom: 1px solid #5069c2;
}
.form-border {
	border: 1px solid #5069c2;
}
.form-right {
	border-right: 1px solid #5069c2;
}
.form-top {
	border-top: 1px solid #5069c2;
}
.front-col       { background-color: #2a375e; }
.back-col     { background-color: #212B4A; }

.smallText    { font-size: 80%; }
.comment-user {
	background: #344A94;
	font-size: 8pt;
	width: 130px;
	vertical-align: top;
	text-align: center;
}
.forum-title {
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
}
.normalBG {
	background-color: #2a375e;
}
.comment-user {
	background-color: #212B4A;
	align: center;
}
.msg-text {
	background-color: #212B4A;
}
.admin-text {
	color: orange;
}
.mod-text {
	color: green;
}
.review-text {
	color: #3333FF;
}
.edited-text {
	font-size: 80%;
	font-style: italic;
}
.sig-text {
	background-color: #212b4a;
}
.forum-cat-title {
	font-size: 10pt;
}
.forum-small-text {
	font-size: 8pt;
}
.code-box {
	display: block;
	width: 80%;
	text-align: left;
	word-wrap: break-word;
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #000000;
}
.php-code-box {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	width: 80%;
	text-align: left;
	word-wrap: break-word;
	font-size: 8pt;
	padding: 2px;
}
.quote-box {
	display: block;
	border: 1px solid #000000;
	width: 80%;
	text-align: left;
	padding: 2px;
}
.quote-text {
	display: block;
	font-family: Courier;
	border: 1px solid #7E9ECB;
	word-wrap: break-word;
}
.quote-title {
	display: block;
	border: 0px;
	width: 80%;
	text-align: left;
	padding: 2px;
}
	.mscript-cmd { color: red; font-family: monospace; font-weight: bold;}
	.mscript-cmd-switch { color: #FF00FF; font-family: monospace;}
	.mscript-event-cmd { color: red; font-family: monospace; }
	.mscript-id-char { color: #44BB44; font-family: monospace; font-weight: bold;}
	.mscript-var-char { color: #55BBCC; font-family: monospace;}
	.mscript-special-char { color: #FFFF00; font-family: monospace;}
	.mscript-special-char2 { color: teal; font-family: monospace;}
	.mscript-cond-op { color: #FF00FF; font-family: monospace;}
	.mscript-label-char { color: #FFFF00; font-family: monospace;}
	.mscript-label-text { color: #FF00FF; font-family: monospace;}
	.mscript-remote { color: #33AA33;font-family: monospace;}
	.mscript-comment { color: gray;font-family: monospace;}
	.mscript-number { color: orange; font-family: monospace;}

/* Main page layout */

#side {
	width: 150px;
	padding-left: 5px;
	padding-right: 4px;
	float: left;
}
#netsplit {
	float: left;
	margin-bottom: 10px;
}
#poll {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
}
#ads {
	float: left;
	clear: left;
	width: 150px;
	margin-bottom: 10px;
}
#middle {
	width: 100%;
	margin-right: 8px;
}
#ircnews {
	margin-bottom: 8px;
}
#screenshots {
	margin-bottom: 8px;
}
#oldnews {
	margin-bottom: 8px;
}
#additions {
	margin-bottom: 8px;
}
#queues {
	margin-bottom: 8px;
}
#points {
	margin-bottom: 8px;
}

.unread-pmsg { color: red; }
.priority { color: orange; }