@import url('pcm-thread-controls.css');

body{
	text-align: center;
	color: black;
	font-family: arial, sans-serif;
	background-color: #ddd;
	background-attachment: fixed;
	background-position: bottom center;
	/*background-image: url('bfade.png');*/
	background-repeat: repeat-x;
}

body,td,th,div,pre,p{
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.modname{
	color: #AA0000;
	font-weight: bold;
	font-size: 110%;
}
.threadtitle{
	font-weight: bold;
	font-size: 110%;
}
.comtitle{
	font-weight: bold;
	font-size: 110%;
}

a{
	border-style: none;
	text-decoration: none;
}
a:link { 
	color: #777;
	text-decoration: underline;
	}
a:visited { 
	color: #777;
	text-decoration: underline;
	}
a:hover { 
	text-decoration: underline;
	}
a:active { 
	color: #aaa;
	}

img{
	border-style: none;
}

input[type="text"], input[type="password"], textarea
{
color: black;
border: 2px solid black;
}

input[type="submit"], select, input[type="file"]
{
color: #000;
background: #fff;
border: 2px solid black;
} 

.top-nav{
	background-color: #eeeeee;
	border-bottom: 2px solid black;
}
.style-nav{
	background-color: #eeeeee;
	border: 2px solid black;
}

.listalt{
	background-image: url('listalt.png');
	background-attachment:fixed;
}

.ls1, .l1{
	background-color: #E5E5E5;
}
.ls2, .l2{
	background-color: #DDDDDD;
}
.l1:hover, .l2:hover{
	background-color: #D5D5D5;
}

.hd{
	background-color: #D5D5D5;
}
.bd{
	background-color: #E7E7E7;
}
.ft{
	background-color: #E7E7E7;
	border-top:2px solid #D5D5D5;
}
.qt{
	border: 4px dashed #D5D5D5;
}
.bo{
	border-color:#D5D5D5;
}

.rpa{
	font-weight: bold;
}

/*.thread .xbg, .postform .xbg, .xbg{
	padding: 12px;
	margin-top:2px;
	margin-bottom:2px;
}

.thread .xin, .postform .xin, .xin{
	text-align: left;
}
.thread .tlc, .postform .tlc, .tlc{
	background-image: url('tlc.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute; left: 0px; top: 0px; height: 14px; width: 14px;
}
.thread .trc, .postform .trc, .trc{
	background-image: url('trc.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute; right: 0px; top: 0px; height: 14px; width: 14px;
}
.thread .blc, .postform .blc, .blc{
	background-image: url('blc.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute; left: 0px; bottom: 0px; height: 14px; width: 14px;
}
.thread .brc, .postform .brc, .brc{
	background-image: url('brc.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute; right: 0px; bottom: 0px; height: 14px; width: 14px;
}

.thread .tmd, .postform .tmd, .tmd{
	background-image: url('tmd.png');
	left: 14px;
	right: 14px;
	height: 12px;
	position: absolute;
	top: 0px;
}
.thread .bmd, .postform .bmd, .bmd{
	background-image: url('bmd.png');
	left: 14px;
	right: 14px;
	height: 12px;
	position: absolute;
	bottom: 0px;
}
.thread .lmd, .postform .lmd, .lmd{
	background-image: url('lmd.png');
	background-repeat: repeat-y;
	background-position: left;
	position: absolute; left: 0px; top: 14px; bottom: 14px; width: 14px;
}
.thread .rmd, .postform .rmd, .rmd{
	background-image: url('rmd.png');
	background-repeat: repeat-y;
	background-position: right;
	position: absolute; right: 0px; top: 14px; bottom: 14px; width: 14px;
}

.thread .lup, .postform .lup, .lup{
	background-image: url('lup.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute; left: 0px; top: 12px; height: 2px; width: 14px;
}
.thread .llo, .postform .llo, .llo{
	background-image: url('llo.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute; left: 0px; bottom: 12px; height: 2px; width: 14px;
}
.thread .rup, .postform .rup, .rup{
	background-image: url('rup.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute; right: 0px; top: 12px; height: 2px; width: 14px;
}
.thread .rlo, .postform .rlo, .rlo{
	background-image: url('rlo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute; right: 0px; bottom: 12px; height: 2px; width: 14px;
}






.reply .xbg, .bd .xbg{
	padding: 12px;
}
.reply .xin, .bd .xin{
	text-align: left;
}
.reply .tlc, .bd .tlc{
	background-image: url('reply/tlc.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute; left: 0px; top: 0px; height: 14px; width: 14px;
}
.reply .trc, .bd .trc{
	background-image: url('reply/trc.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute; right: 0px; top: 0px; height: 14px; width: 14px;
}
.reply .blc, .bd .blc{
	background-image: url('reply/blc.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute; left: 0px; bottom: 0px; height: 14px; width: 14px;
}
.reply .brc, .bd .brc{
	background-image: url('reply/brc.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute; right: 0px; bottom: 0px; height: 14px; width: 14px;
}

.reply .tmd, .bd .tmd{
	background-image: url('reply/tmd.png');
	left: 8px;
	right: 8px;
	height: 8px;
	position: absolute;
	top: 0px;
}
.reply .bmd, .bd .bmd{
	background-image: url('reply/bmd.png');
	left: 6px;
	right: 6px;
	height: 8px;
	position: absolute;
	bottom: 0px;
}
.reply .lmd, .bd .lmd{
	background-image: url('reply/lmd.png');
	background-repeat: repeat-y;
	background-position: left;
	position: absolute; left: 0px; top: 12px; bottom: 10px; width: 14px;
}
.reply .rmd, .bd .rmd{
	background-image: url('reply/rmd.png');
	background-repeat: repeat-y;
	background-position: right;
	position: absolute; right: 0px; top: 12px; bottom: 10px; width: 14px;
}

.reply .lup, .bd .lup{
	background-image: url('reply/lup.png');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute; left: 0px; top: 10px; height: 2px; width: 6px;
}
.reply .llo, .bd .llo{
	background-image: url('reply/llo.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	position: absolute; left: 0px; bottom: 8px; height: 2px; width: 6px;
}
.reply .rup, .bd .rup{
	background-image: url('reply/rup.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute; right: 0px; top: 10px; height: 2px; width: 6px;
}
.reply .rlo, .bd .rlo{
	background-image: url('reply/rlo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute; right: 0px; bottom: 8px; height: 2px; width: 6px;
}*/

.an128{
	background-image: url('an128.png');
}
.an64{
	background-image: url('an64.png');
}
.an32{
	background-image: url('an32.png');
}
.an16{
	background-image: url('an16.png');
}
.an8{
	background-image: url('an8.png');
}

.me128{
	background-image: url('me128.png');
}
.me64{
	background-image: url('me64.png');
}
.me32{
	background-image: url('me32.png');
}
.me16{
	background-image: url('me16.png');
}
.me8{
	background-image: url('me8.png');
}