hr{
	border: 1px solid #ADC4DA;
}

table, td{
	border: none;
}
html, body{
	font-size:11pt;
	background: #EAF4FF;
	color: #333333;
 	font-family: "Trebuchet MS",Trebuchet,sans-serif;
}
body{
	background-image: url(/css/images/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a{
	background:inherit;
	color:#003399;
	text-decoration:none;
}
a:visited {
	background:inherit;
	color:#003399;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	background-color:#87A9C2;
	text-decoration: none;
}
.adminbar {
	text-align:right;
	background:none;
	clear:both;
	float:right;
	margin-bottom: 20px;
}
.logo {
	clear:both;
	text-align:center;
	background:none;
	font-size:24pt;
	color:#446D8E;
	width:100%;
}
.theader {
	background:#87A9C2;
	color:#FFFFFF;
	width:100%;
}
.postarea {
	width: 600px;
	margin: auto;
	border: 2px solid #ADC4DA;
	margin-bottom: 50px;
	background-color: #D9ECFF;
}
.postarea hr{ border: none; }
.rules {
	color: #666666;
	font-size:8pt;
	font-family:sans-serif;
}
.postblock {
	color: #666666;
	font-weight:800;
	background-color: #C4D6E1;
}
.footer {
	text-align:center;
	font-size:8pt;
	font-family:sans-serif;
}
.passvalid {
	background:#99EE88;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	background:inherit;
	text-align:center;
}
.delbuttons {
	background:inherit;
	text-align:center;
	padding-bottom:4px;

}
.managehead {
	color:#000000;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
	background-color: #3399FF;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#000000;
}
.row1 {
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #66CCFF;
}
.row2 {
	background:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.unkfunc {
	color:#0066CC;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:underline;
	padding-left:3em;
}
.filetitle {
	background:inherit;
	font-size:18px;
	font-family:sans-serif;
	color:#990033;
	font-weight:800;
}
.postername {
	background:inherit;
	color: #2B66A8;
	font-weight:bold;
}
.postertrip {
	color: #0066FF;
}
.postername a {
	font-family:inherit;
}
.oldpost {
	background:inherit;
	font-size:18px;
	color:#666666;
	font-weight:800;
}
.omittedposts {
	background:inherit;
	font-size:16px;
	color:#666666;
	font-weight:800;
}
.reply {
	padding: 5px;
	color:#000000;
	background-color: #D9ECFF;
	border-bottom: solid 1px #92B1CB;
	border-right: solid 1px #92B1CB;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#446D8E;
	font-weight:800;
}
.commentpostername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color: #2B66A8;
	font-weight:800;
}
.thumbnailmsg {
	background:inherit;
	font-size:9px;
	font-family:sans-serif;
	color:#000000;
}

.highlight {
	border: 2px dashed #446D8E;
	background-color: #CAE4FF;
}

#watchedthreads {
	background-color: #EAF4FF !important;
  	border: 1px solid #C4D6E1 !important;
}

.replymode {
	background: #87A9C2;
	text-align:center;
	margin: auto;
	padding:2px;
	color:#000000;
	width:600px;
	font-weight: bold;
}
.catalogmode {
	background:#C4D6E1;
	text-align:center;
	padding:2px;
	color:#000000;
	width:100%;
	font-weight: bold;
}

.hidethread {
	background: transparent url('./icons/new/icons.gif') -32px -16px no-repeat !important;
}

.unhidethread {
	background: transparent url('./icons/new/icons.gif') -48px 0px no-repeat !important;
}

.watchthread {
	background: transparent url('./icons/new/icons.gif') -32px 0px no-repeat !important;
}

.expandthread {
	background: transparent url('./icons/new/icons.gif') 0px -16px no-repeat !important;
}

.quickreply {
	background: transparent url('./icons/new/icons.gif') 0px 0px no-repeat !important;
}

.hidewatchedthreads {
	background: transparent url('./icons/new/icons.gif') -48px -16px no-repeat !important;
}

.refreshwatchedthreads {
	background: transparent url('./icons/new/icons.gif') -16px -16px no-repeat !important;
}

.restorewatchedthreads {
	background: transparent url('./icons/new/icons.gif') -16px 0px no-repeat !important;
}

.reflinkpreview {
	background-color: #D2E8FF !important;
}