body
{
	font-family: sans-serif;
	font-size: 9pt;
	background-color: #f7f7f7;
	/* background-color: #fff; */
	color: #000;
	margin-top: 0px;
	margin-bottom: 1em;
}

table, .tablebg
{
	border-collapse: collapse;
	border: none;
	background-color: #d2d5da;
}

table.menu
{
	border: none;
	background-color: #1C2045;
}

table.main, table.mainouter { background-color: transparent; }
table.bottom { background: transparent; }

div.onecol {
	max-width: 90%;
}

.table--striped > tbody > tr:nth-child(2n+1) > td, .table--striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #cccccc;
}

td.label {
    text-align: right;
	font-weight: bold;
}

#messagetable > tbody > tr > td{
	padding: .7em .5em;
}

.table--bordered {
    border: thin solid #eeeeee;
}

.table--bordered > thead > tr > th, .table--bordered > tbody > tr > th, .table--bordered > tfoot > tr > th, .table--bordered > thead > tr > td, .table--bordered > tbody > tr > td, .table--bordered > tfoot > tr > td {
    border: thin solid #eeeeee;
}

h1 { font-size: 13pt; }

h2
{
	font-size: 11pt;
	margin-bottom: 6px;
}

p { font-size: 9pt; }
p.sub { margin-bottom: 4pt; }

td
{
	font-size: 9pt;
	border: solid #000000 0px;
}

#browse td { border: none; }

td.embedded
{
	border: none;
	padding: 0px;
	text-align: left;
	background-color: transparent;
}

td.bottom { border: none; }
td.heading { font-weight: bold; }

td.text
{
	padding: 10pt;
	text-align: left;
	max-width: 60em;
}

td.comment
{
	padding: 10pt;
	font-size: 9pt;
	text-align: left;
}

td.colhead, td.colheadblank
{
	font-weight: bold;
	color: #ffffff;
	background-color: #445672;
}

td.colhead:hover
{
	background-color: #667894;
}

td.rowhead
{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.title { font-size: 16pt; }

td.navigation
{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border: none;
}

td.clear
{
	padding: 0px;
	background: transparent;
}

form
{
	margin-top: 0;
	margin-bottom: 0;
}

.sublink
{
	font-size: 8pt;
	font-weight: normal;
}

font.gray
{
	color: #ACA899;
	text-decoration: underline;
}

a:link, a:visited
{
	text-decoration: none;
	color: #445672;
}

a:hover { color: #f00; }
a.index { font-weight: bold; }

a.biglink
{
	font-weight: bold;
	font-size: 13pt;
}

a.altlink:link, a.altlink:visited
{
	font-weight: bold;
	color: #1C1E45;
	text-decoration: none;
}
a.altlink:hover { text-decoration: underline; }
a.altlink.afk {color:#939BA8;}
a.panel:link, a.panel:visited
{
	color: white;
	text-decoration: none;
}

a.panel:hover
{
	color: #FCCF35;
	text-decoration: none;
}

a.req:link, a.req:visited
{
	color: #c90000;
	text-decoration: underline;
}

a.req:hover
{
	color: #0073b5;
	text-decoration: underline;
}

a.my:link, a.my:visited
{
	color: #005a9c;
	text-decoration: none;
}

a.my:hover
{
	color: #1C1E45;
	text-decoration: none;
}

a.altlink_blue:link, a.altlink_blue:visited
{
	font-weight: bold;
	color: #004E98;
	text-decoration: none;
}

a.altlink_blue:hover { text-decoration: underline; }

a.altlink_green:link, a.altlink_green:visited
{
	font-weight: bold;
	color: #007800;
	text-decoration: none;
}

a.altlink_green:hover { text-decoration: underline; }

.important
{
	font-weight: bold;
	font-size: 10pt;
}

.red { color: #ee0000; }
.yellow { color: #997700; }
.green { color: #000000; }

input, select, textarea
{
	font-family: sans-serif;
	font-size: 9pt;
}

.btn
{
	width: 75px;
	height: 23px;
}

.small { font-size: 8pt; }
.big { font-size: 10pt; }

li
{
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ul
{
	margin-left: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.border
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

#ddimagetabs
{
	position: absolute;
	top: 104px;
	right: 0px;
}

#ddimagetabs a
{
	text-decoration: none;
	font: bold 12px Verdana;
	/*tab font */
	color: #ccc;
	/*font color */
	width: 82px;
	/*width of tab image */
	/*height: 26px; height of tab image */
	float: right;
	display: inline;
	margin-left: 1px;
	/*spacing between tabs */
	padding-top: 5px;
	/*vertical offset of tab text from top of tab*/
	background-image: url(butoff.gif);
	/*URL to tab image */
	background-repeat: no-repeat;
	text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current
{
	background-image: url(buton.gif);
	/*URL to tab image onmouseover */
	color: #fccf00;
}

#ddimagetabs .customtab1
{
	width: 50px;
	/*width of custom tab image */
	background-image: url(butoffa.gif);
	/*URL to custom tab image */
}

#ddimagetabs .customtab1:hover, #ddimagetabs #customtab1.current
{
	background-image: url(butona.gif);
	/*URL to tab image onmouseover */
	color: #fccf00;
}

#ddimagetabs .customtab2
{
	width: 50px;
	/*width of custom tab image */
	background-image: url(buton.gif);
	/*URL to custom tab image */
}

#ddimagetabs .customtab2:hover, #ddimagetabs #customtab1.current
{
	background-image: url(butoff.gif);
	/*URL to tab image onmouseover */
	color: #fccf00;
}

#ddimagetabs .customtab3
{
	width: 50px;
	/*width of custom tab image */
	background-image: url(mom.gif);
	/*URL to custom tab image */
}

#ddimagetabs .customtab3:hover, #ddimagetabs #customtab1.current
{
	background-image: url(butoff.gif);
	/*URL to tab image onmouseover */
	color: #fccf00;
}

#tabcontentcontainer
{
	width: 480px;
	/*width of 2nd level content*/
	height: 40px;
	/*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent { display: none; }
a.catlink:link, a.catlink:visited { text-decoration: none; }
a.catlink:hover { color: #A83838; }

#allgenres
{
	background-color: #fff;
	text-align: left;
	width: 110px;
}

#search
{
	text-align: left;
	float: left;
	padding: 5px 0 5px 0;
}

#showdead
{
	float: right;
	margin: 0 10px 0 0;
}

#browse { margin: 0px 5px 0px 5px; }

a#on
{
	background-image: url(buton.gif);
	/*URL to tab image onmouseover */
	color: #000;
}

.customtab3#on
{
	background-image: url(butoff.gif);
	/*URL to tab image onmouseover */
	color: #000;
}

.customtab2#on
{
	background-image: url(butona.gif);
	/*URL to tab image onmouseover */
	color: #000;
}

.customtab1#on
{
	background-image: url(butona.gif);
	/*URL to tab image onmouseover */
	color: #000;
}

.oddrow
{
	/*background-color:#d6dfec;*/
	background-color: #eee;
}

.snatchedrow
{
	background-color: #ffadfe;
	/*background-color:#FEB58F;*/
}

.featuredrow
{
	background-color: #ffffe0 ;
	/*background-color:#FEB58F;*/
}

tr.nonactiverow
{
	opacity: 0.5;
}

.deadrow, .deadrow a
{
	color: #777;
	text-decoration: none;
}

.deadrow a:hover { color: #f00; }

#upside
{
	width: 350px;
	padding: 5px;
	float: left;
	margin-right: 10px;
	background-color: #ddd;
	text-align: left;
}

#upside img
{
	display: inline;
	padding: 0;
}

#upright
{
	text-align: left;
	border-left: 1px solid #000;
	padding: 5px 10px 10px 10px;
	width: 50%;
	background: #fff;
	margin: 0 0 0 370px;
}

.helpbox
{
	border: 0px none;
	vertical-align: middle;
	background-color: transparent;
}

#bbcodecontrols
{
	background-color: #ccc;
	margin: 0;
	padding: 5px 5px 5px 0;
}

.replybutton
{
	font-size: .9em;
	border: 1px solid green;
}

.replybutton:hover
{
	color: red;
	border: 1px solid red;
}

table.short, table.short td, table.short table td { background-color: transparent !important; }
#sorted { background-color: #A83838; }

#showcomms
{
	float: left;
	padding: 10px 0 0 10px;
}

#showcommsalone
{
	float: left;
	padding: 10px 0 0 80px;
}

.showspecial
{
	float: left;
	padding: 10px 0 0 50px;
}

/* Spoil Mod */
span.spoil { color: #FFFFFF; }

.spoiler
{
	color: #444;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background-color: #FFF;
	padding: 5px;
	/* font-size: 12px; */
	font-family: monospace;
}

.spoiler-header
{
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	/* font-size: 11px; */
	line-height: 1.2em;
	font-family: sans-serif;
	font-weight: normal;
	color: #808080;
	background-color: #FFF;
}

.spoiler-content
{
	color: #444;
	display: block;
	margin: 5px;
	width: auto;
	background-color: #FFF;
	padding: 5px;
	/* font-size: 12px; */
}

/* end Spoiler Mod */
.columns
{
	-moz-column-gap: 10px;
	-moz-column-count: 4;
	/*column-count: 4;
	column-gap: 10px;*/
}

.stepactive
{
	font-weight: bold;
	padding: 10px;
	background-color: #FFC;
}

.stepinactive
{
	color: #666;
	padding: 10px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

#winlist
{
	margin-left: 20px;
	padding-left: 0px;
}

.sortable-list 
{
	list-style-type:none;
	margin:0pt;
}

.sortable-list li 
{
	text-align: left;
	background:#ccc none repeat scroll 0%;
	border:1px solid #999;
	cursor:move;
	margin:2px 0pt;
	padding:3px;
	width:450px;
}

/* mediainfo parser ----------------- */
.nobr {
    white-space: nowrap;
}
table.mediainfo {
	border: thin solid #c6c8cd;
    margin: 0;
	margin-top: .2em;
	margin-bottom: 1em;
}
table.mediainfo tr {
    vertical-align: top;
	background-color: #e4e6eb;
}
table.mediainfo table {
    border-color: #777;
    border-style: dashed none none;
    border-width: thin medium medium;
    margin-left: .8em;
    margin-right: .8em;
}
table.mediainfo table caption {
    font-weight: bold;
}
table.mediainfo table td {
    text-align: left;
}
div.mediainfo {
	margin: 0.5em;
	padding: 1em;
	padding-bottom: 0;
	border: thin dashed #e4e6eb;
	font-family: monospace;
}
/* ----------------- */


/* lightbox */
html.noscroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}
#curtain {
	cursor: pointer;
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
#lightbox {
	cursor: pointer;
	display: none;
    height: 90%;
    left: 3%;
    overflow: auto;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 5%;
    width: 94%;
    z-index: 1010;
}
#lightbox-instructions {
	color: #777;
	display: none;
    padding: 0;
    position: fixed;
    text-align: center;
    bottom: 1%;
	width: 100%;
    z-index: 1005;
}
/* ----------------- */

.nobr { white-space:nowrap; }
.font90 { font-size:90%; }

img.listflag {
	width: 16px;
	height: 10px;
	float: right;
	margin-left: .7em;
}

.listfloatr {
	float:right;
	clear: right;
	margin: .7em 0 0 .7em;
}