@charset "utf-8";

/* general stuff */
* { font-family: Verdana, Geneva, sans-serif; }
form { margin: 0px; padding: 0px; }
hr { background-color: #BBB; border: medium none #CCC; color: #BBB; height: 1px; clear: both; }
a { color: #AF3A2B; }
a img { border: none; }
div.clear { clear: both; }
h2 { margin: 10px 0px; padding: 0px; font-size: 16px; color: #AF3A2B; }
h3 { margin: 10px 0px; padding: 0px; font-size: 13px; color: #000; }
/* h4 and h5 can be used for section formatting, h6 is reserved for class .content (user input) */

p { margin: 10px 0px; padding: 0px; font-size: 12px; color: #333; line-height: 16px; }

p.warn { margin: 10px 0px 20px; padding: 5px 10px 5px 30px; border: 1px solid #DCB; background: url(img/icon_warn.png) #FFF7EE no-repeat 5px 5px; }
p.info { margin: 10px 0px 20px; padding: 5px 10px 5px 30px; border: 1px solid #DCB; background: url(img/icon_note.png) #F8F2EB no-repeat 5px 5px; }
p.progress { margin: 10px 0px 20px; padding: 5px 10px 5px 30px; border: 1px solid #CCC; background: url(roller-dark.gif) #F5F5F5 no-repeat 5px 5px; font-weight: bold; }
ul { margin: 10px 0px; padding: 0px 20px 0px 20px; }
li { margin: 5px 0px; padding: 0px; font-size: 12px; color: #333; line-height: 15px; }
span.required { color: #F00; }
code { font-family: monospace; border: 1px solid #DDD; background-color: #F2F2F2; padding: 0px 1px; line-height: 1.5em; white-space: nowrap; color: #468; font-style: normal; }
small { font-size: 10px; color: #666; white-space: nowrap; }
small a { color: #666; }

/* form stuff */
button::-moz-focus-inner { padding: 0px; border: none; } /* Gecko button padding fix */
button { border: 1px solid #999; border-radius: 3px; padding: 2px 8px; background: url(img/g-25-100.png) #DDD repeat-x top left; font-size: 12px; font-weight: bold; cursor: pointer; box-shadow: 0px 1px 5px -4px #000; }
button:hover { border: 1px solid #666; background: url(img/g-25-100.png) #DCB repeat-x top left; }
button:disabled { opacity: 0.5; }
button.small { padding: 1px 5px; font-size: 11px; font-weight: normal; }
button#previewedit { float: right; margin-top: 5px; }

input, textarea, select { font-size: 11px; outline: none; }
input[type=text], input[type=password], input[type=file], select, textarea { background: url(img/input.png) #F4F3F2 repeat-x; border: 1px solid #999; border-radius: 2px; padding: 2px 1px; }
select { padding: 1px 1px; }
option { background-color: #FFF; }
textarea { width: 99%; height: 100px; padding: 2px 0px 0px 2px; }
label { margin: 0px; padding: 2px 8px 2px 1px; line-height: 22px; }
label input { margin: 0px 0px 3px 1px; padding: 0px; vertical-align: middle; }
label:hover { padding: 1px 7px 1px 0px; border: 1px solid #DDD; background-color: #F5F5F5; }

/* button alignment */
div.bl { padding: 3px 0px; height: 22px; text-align: left; }
div.bc { padding: 3px 0px; height: 22px; text-align: center; }
div.br { padding: 3px 0px; height: 22px; text-align: right; }
div.bs { padding: 3px 0px; height: 22px; }
div.bs button.l { float: left; margin-right: 3px; }
div.bs button.r { float: right; margin-left: 3px; }

/* bbcode editor */
div.editor {  }
div.editor ul { border: 1px solid #777; border-bottom: none; background: url(img/g-25-100.png) #EEE repeat-x top left; width: 99%; margin: 0px; padding: 0px 2px 0px 0px; height: 20px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
div.editor ul li { display: block; float: left; margin: 0px; padding: 0px; position: relative; }
div.editor ul li:hover { background: url(img/g-25-100.png) #DCB repeat-x top left; }
div.editor ul a { display: block; float: left; padding: 0px 7px; border-right: 1px solid #999; font-size: 11px; color: #000; line-height: 20px; text-align: center; text-decoration: none; min-width: 10px; }
div.editor ul li .bbhelp { display: none; position: absolute; left: -1px; bottom: 25px; padding: 5px; font-size: 11px; background-color: #FAF7DC; border: 1px solid #999; white-space: nowrap; box-shadow: 0px 3px 10px -3px #000; }
div.editor ul li .bbmenu { display: none; position: absolute; left: -1px; top: 20px; background-color: #FAFAFA; border: 1px solid #777; white-space: nowrap; padding: 1px 0px; min-width: 80px; box-shadow: 0px 3px 10px -3px #000; }
div.editor ul li .bbmenu a { display: block; border: none; float: none; text-align: center; padding: 1px 5px; line-height: 1.3em; min-height: 12px; }
div.editor ul li .bbmenu a:hover { padding: 0px 5px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; background: #EEE; }
div.editor ul li .bbmenu .split { width: 201px; }
div.editor ul li .bbmenu .split .l { float: left; width: 100px; border-right: 1px solid #DDD; }
div.editor ul li .bbmenu .split .r { float: right; width: 100px; }
div.editor ul li .bbmenu .bbpicker { margin-top: 2px; padding: 2px 0px; border-top: 1px solid #DDD; height: 16px; }
div.editor ul li .bbmenu .picker { display: none; position: static; margin: 1px 0px 0px 0px; border: none; border-top: 1px solid #CCC; padding: 1px 1px 0px 1px; width: 199px; height: 80px; box-shadow: none; }
div.editor ul.hidden { display: none; }
div.editor textarea { margin-top: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
div.editor p { width: 99% !important; margin: 0px !important; padding: 0px 0px 0px 4px !important; text-align: right !important; font-size: 10px !important; line-height: 12px !important; color: #666 !important; }
div.editor a { color: #666; }
div.editor a:hover { color: #000; }

#pickerpreview { background-color: #FFF; z-index: 100; font-size: 11px; font-weight: bold; padding: 2px 5px; border: 1px solid #000; box-shadow: 0px 1px 15px -5px #000; }
#overlay { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #000; z-index: 100; display: none; }
#modal { position: fixed; top: 50%; left: 50%; /*width: 10px; height: 10px;*/ background-color: #FFF; z-index: 101; display: none; padding: 10px; border: 2px solid #000; box-shadow: 0px 0px 30px 0px #000; }
#modal small { display: block; color: #666; margin-top: 10px; font-size: 10px; text-align: center; }


/* page layout (header/footer) */
body#main { width: 880px; margin: 10px auto; background: url(img/bg.png) #333; }
body#main.front { width: 680px; }
#main #head { background: url(img/g-100-30.png) #701918 repeat-x top left; border: 1px solid #000; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
#main #head #toplinks { height: 18px; padding: 0px 10px; }
#main #head #toplinks a { display: block; float: right; text-decoration: none; color: #FFF; font-size: 10px; text-decoration: none; line-height: 20px; padding: 0px 8px 1px; }
#main #head #toplinks a:hover { background: url(img/g-25-70.png) repeat-x top left; text-decoration: none; border: 1px solid #571414; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; padding: 0px 7px 0px; }
#main #head #logo { padding: 5px 10px; }
#main #head #tabs { display: block; height: 32px; margin: 0px; padding: 0px 10px; background: url(img/headsepa.png) repeat-x bottom left; }
#main #head #tabs li { display: block; height: 32px; float: right; margin: 0px; padding: 0px 2px; position: relative; z-index: 20; }
#main #head #tabs li .tab { background: url(img/g-25-30.png) #333 repeat-x top left; display: block; float: left; padding: 0px 8px; height: 24px; line-height: 24px; text-decoration: none; color: #FFF; font-size: 11px; font-weight: bold; border: 1px solid #000; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
#main #head #tabs li:hover a.tab { background: url(img/g-25-100.png) #F0F0F0 repeat-x top left; text-decoration: none; color: #000; border-color: #000; }
#main #head #tabs li.a .tab { background: url(img/g-25-100.png) #F0F0F0 repeat-x top left; color: #000; border-color: #000; height: 31px; line-height: 24px; font-size: 13px; }
#main #head #tabs li.d { opacity: 0.5; cursor: disabled; }
#main #head #tabs li.d .tab { color: #999; }
#main #head #tabs li div.sub { position: absolute; top: 32px; left: 2px; display: none; border: 1px solid #000; border-top: none; padding: 5px 0px; background-color: #333; z-index: -1; box-shadow: 0px 3px 15px 0px #000; }
#main #head #tabs li div.sub h4 { display: block; margin: 3px 7px; text-decoration: none; color: #999; font-size: 10px; white-space: pre; }
#main #head #tabs li div.sub a { display: block; padding: 2px 10px; text-decoration: none; color: #FFF; font-size: 11px; font-weight: bold; white-space: pre; }
#main #head #tabs li div.sub a small { font-size: 9px; color: #999; font-weight: normal; }
#main #head #tabs li div.sub a:hover { background: url(img/g-25-50.png) #666 repeat-x top left; }
#main #foot { padding: 15px 0px 5px; text-align: center; color: #999; font-size: 10px; text-shadow: #000 0px 1px 3px; }
#main #foot a { color: #999; }

/* page layout for popup window */
body#popup { width: 880px; margin: 0px auto; background: url(img/bg.png) #333; }
#popup #head { background: url(img/g-50-50.png) #7A0100 repeat-x top left; border: 1px solid #000; border-bottom: none; }
#popup #head #toplinks { display: none; }
#popup #head #logo { padding: 5px 10px; text-align: right; }
#popup #head #tabs { display: block; height: 7px; margin: 0px; background: url(img/headsepa.png) repeat-x bottom left; }
#popup #head #tabs li { display: none; }
#popup #foot { display: none; }

/* page layout for chat */
body#chat { margin: 0px; background: url(img/bg.png) #333; overflow: hidden; }
#chat #head { background: url(img/g-50-50.png) #7A0100 repeat-x top left; }
#chat #head #toplinks { display: none; }
#chat #head #logo { padding: 2px 10px; height: 58px; }
#chat #head #tabs { display: block; height: 7px; margin: 0px; background: url(img/headsepa.png) repeat-x bottom left; }
#chat #head #tabs li { display: none; }

#chat #chatmain { position: fixed; top: 69px; bottom: 15px; left: 0px; right: 0px; } /* container for chatscreen, post, and left/right navigation */
#chat #chatcenter { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } /* container for chatscreen and post (shifted by left/right navigation */
#chat #chatscreen { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 45px; overflow: auto; overflow-x: hidden; padding: 10px; background-color: #FFF; box-sizing: padding-box; }
#chat #chatscreen div { overflow: hidden; }
#chat #chatscreen img { vertical-align: text-bottom; }
#chat #chatscreen a { color: inherit; }
#chat #chatpost { position: absolute; bottom: 0px; left: 0px; right: 0px; height: 44px; background: url(img/g-50-100.png) #999 repeat-x top left; }
#chat #chatpost form { padding: 10px 14px 0px 10px; }
#chat #chatpost input { width: 100%; font-size: 13px; border-color: #666; }
#chat #chatpost input:focus { border-color: #333; box-shadow: 0px 0px 4px -1px #AC3500; }

/* legacy */
body#chatscreen { margin: 10px; padding: 5px 0px 0px; }
body#chatscreen img { vertical-align: text-bottom; }
body#chatscreen a { color: inherit; }

#chat #chatusers { position: absolute; top: 0px; left: 0px; bottom: 0px; padding: 3px 5px; width: 150px; overflow: auto; display: none; }
#chat #chatusers div.channels { margin: 0px -10px; white-space: nowrap; }
#chat #chatusers div.channels ul { list-style: none; margin: 0; padding: 0; }
#chat #chatusers div.channels ul li { margin: 0; padding: 3px 0px; }
#chat #chatusers div.channels ul li h4 { margin: 0px; padding: 3px 5px; font-size: 11px; }
#chat #chatusers div.channels ul li h4.channel-locked { color: #D00; }
#chat #chatusers div.channels ul li h4 a { color: #000; text-decoration: none; }
#chat #chatusers div.channels ul li h4 a:hover { text-decoration: underline; }
#chat #chatusers div.channels ul li ul li { padding: 0; }
#chat #chatusers div.online { margin: 0px -10px; padding-bottom: 10px; white-space: nowrap; display: none; }
#chat #chatusers div.online h4 { margin: 0px; padding: 3px 5px; font-size: 11px; }
#chat #chatusers div.online ul { list-style: none; margin: 0; padding: 0; }
#chat #chatusers div.online ul li { margin: 0; padding: 0; }
#chat #chatusers .user { display: block; text-decoration: none; }
#chat #chatusers span.user { display: block; font-style: italic; }
#chat #chatusers a.user:hover { text-decoration: underline; }
#chat #chatusers .user { padding: 1px 1px 1px 20px; font-size: 11px; }
#chat #chatusers .user-m { background: url(../media/img/icon_male.png) 8px center no-repeat; }
#chat #chatusers .user-f { background: url(../media/img/icon_female.png) 8px center no-repeat; }
#chat #chatusers .user-u { background: url(../media/img/icon_unknown.png) 8px center no-repeat; }
#chat #chatusers .user-su { font-weight: bold; }
#chat #chatusers .user-away { text-decoration: line-through; }

#chat #chatnavi { position: absolute; top: 0px; right: 0px; bottom: 0px; padding: 3px 5px; width: 180px; overflow: auto; display: none; }
#chat #chatnavi .navi { margin-top: 2px; margin-bottom: 2px; }
#chat #chatnavi a { padding-right: 3px; padding-left: 20px; font-size: 11px; line-height: 14px; }
#chat #chatnavi form { padding-right: 3px; padding-left: 20px; font-size: 11px; line-height: 14px; }
#chat #chatnavi hr { margin: 3px 0px; }
#chat #chatnavi input { font-size: 11px; }
#chat #chatnavi select { font-size: 11px; }
#chat #chatnavi .picker { width: 93%; height: 45px; margin-left: -4px; border: 1px solid #999; border-radius: 2px; padding: 1px; }

#chat #chatpanels { position: absolute; left: 0px; right: 0px; bottom: 0px; height: 15px; background-color: #333; }
#chat #chatpanels a { font-size: 10px; display: block; color: #999; display: none; margin: 0px 5px; }
#chat #chatpanels a:hover { color: #FFF; }
#chat #chatpanels a.chatusers { float: left; }
#chat #chatpanels a.chatnavi { float: right; }

#chat #chatradio { display: none; position: fixed; top: 0px; right: 10px; padding: 5px 0; background: url(img/g-50-100.png) #DDD repeat-x top left; border: 1px solid #333; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
#chat #chatradio #radioonline { display: none; width: 500px; height: 42px; background: url(radio-online.png) no-repeat 3px 5px; padding: 2px 5px 2px 40px; }
#chat #chatradio #radioonline h4 { margin: 0px; font-size: 12px; color: #000; }
#chat #chatradio #radioonline h4 strong { color: #090; }
#chat #chatradio #radioonline p { margin: 0px 60px 0px 0px; font-size: 10px; line-height: 12px; color: #000; white-space: nowrap; width: 400px; overflow: hidden; }
#chat #chatradio #radiooffline { display: none; background: url(radio-offline.png) no-repeat 3px center; padding: 2px 5px 2px 25px; }
#chat #chatradio #radiooffline h4 { margin: 0px; font-size: 11px; color: #666; }
#chat #chatradio #radiolisten { border-left: 1px solid #568; width: 100px; width: 90px; height: 42px; float: right; padding-left: 5px; text-align: center; }

#jplayer_controls { position: relative; width: 80px; height: 28px; }
#jplayer_play { position: absolute; top: 0px; left: 0px; display: block; width: 28px; height: 28px; background: url(jplayer.png) 0px 0px no-repeat; }
#jplayer_play:hover { background: url(jplayer.png) -28px 0px no-repeat; }
#jplayer_stop { position: absolute; top: 0px; left: 0px; display: none; width: 28px; height: 28px; background: url(jplayer.png) 0px -28px no-repeat; }
#jplayer_stop:hover { background: url(jplayer.png) -28px -28px no-repeat; }
#jplayer_stop.progress { background: url(jplayer.png) -56px 0px no-repeat; }
#jplayer_stop img { margin-top: 6px; }
#jplayer_volume_min { position: absolute; top: 12px; left: 32px; width: 11px; height: 15px; background: url(jplayer.png) 0px -56px no-repeat; }
#jplayer_volume_min:hover { background: url(jplayer.png) -11px -56px no-repeat; }
#jplayer_volume_max { position: absolute; top: 12px; left: 72px; width: 16px; height: 15px; background: url(jplayer.png) -22px -56px no-repeat; }
#jplayer_volume_max:hover { background: url(jplayer.png) -38px -56px no-repeat; }
#jplayer_volume_bar { position: absolute; top: 3px; left: 32px; width: 60px; height: 8px; background: url(jplayer.png) 0px -71px no-repeat; cursor: pointer; }
#jplayer_volume_bar_value { height: 8px; background: url(jplayer.png) 0px -81px no-repeat; }
#jplayer_ext { font-size: 9px; color: #666; margin-top: 2px; }
#jplayer_ext a { color: #666; }
#jplayer p { display: none; }

/* content area and columns (main/popup only) */
#body { padding: 15px 15px 5px; background-color: #F2F2F2; border: 1px solid #000; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: 0px 5px 15px -5px #000; }
.content-l #content { width: 600px; float: left; }
.content-l #sidebar { width: 235px; float: right; }
.content-r #content { width: 600px; float: right; }
.content-r #sidebar { width: 235px; float: left; }
.content-f #content { } /* full size content */

/* boxes */
h1.blue  { border: 1px solid #333; margin: 0px; padding: 3px 10px; background: url(img/g-25-40.png) #222222 repeat-x top left; color: #FFF; font-size: 13px; border-top-left-radius: 3px; border-top-right-radius: 3px; text-shadow: #000 0px 1px 1px; }
h1.red   { border: 1px solid #333; margin: 0px; padding: 3px 10px; background: url(img/g-25-70.png) #AA0000 repeat-x top left; color: #FFF; font-size: 13px; border-top-left-radius: 3px; border-top-right-radius: 3px; text-shadow: #000 0px 1px 1px; }
h1.black { border: 1px solid #333; margin: 0px; padding: 3px 10px; background: url(img/g-25-40.png) #222222 repeat-x top left; color: #FFF; font-size: 13px; border-top-left-radius: 3px; border-top-right-radius: 3px; text-shadow: #000 0px 1px 1px; }
div.box { border: 1px solid #AAA; margin: 0px 0px 10px; padding: 5px 10px; background: url(img/boxbg.png) #FFF repeat-x bottom left; overflow: hidden; border-radius: 3px; box-shadow: 0px 2px 5px -2px #AAA; }
h1+.box { border-top: none; padding-top: 1px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
#chat .box { border-color: #000; box-shadow: 0px 2px 5px -2px #000; margin-bottom: 3px; }

div.splitbox {  }
div.splitbox .left { float: left; width: 49%; }
div.splitbox .right { float: right; width: 49%; }

/* page chooser */
div.pages { width: 100%; margin: 5px auto; padding: 0px; font-size: 11px; color: #666; height: 25px; }
div.pages .count { float: left; line-height: 25px; }
div.pages .chooser { float: right; line-height: 25px; }
div.pages .chooser a,
div.pages .chooser span.disabled { border: 1px solid #BBB; margin: 0px 0px 0px 1px; padding: 1px 3px; background-color: #FFF; color: #333; text-decoration: none; }
div.pages .chooser span.disabled { background-color: #F4F4F4; color: #999; }
div.pages .chooser a:hover,
div.pages .chooser span.active { border: 1px solid #000; margin: 0px 0px 0px 1px; padding: 1px 3px; background-color: #888; color: #FFF; text-decoration: none; }
div.pages .chooser span.active { font-weight: bold; }
div.pages .chooser span.skip { font-size: 9px; margin: 0px 0px 0px 1px; font-weight: bold; color: #999; }

/* generic content (user input) */
div.content { overflow: hidden; font-size: 12px; }
div.content img { vertical-align: text-bottom; }
div.content .block { width: 98%; margin: 15px auto; border: 1px solid #CCC; background-color: #F4F4F4; }
div.content .block .block { background-color: #FFF; }
div.content .block h6 { margin: 3px 10px; padding: 0px; font-size: 12px; font-weight: normal; line-height: 18px; color: #666; border-bottom: 1px solid #CCC; }
div.content .block blockquote { margin: 0px; padding: 10px; overflow: auto; }
div.content .block pre { margin: 0px; padding: 10px; overflow: auto; font-family: monospace; color: #468; }

/* generic list table */
table.list { width: 100%; table-layout: fixed; border-spacing: 0px; }
table.list th { padding: 2px; text-align: center; font-size: 11px; font-weight: bold; color: #666; }
table.list td { padding: 3px; text-align: center; font-size: 12px; border-top: 1px solid #CCC; overflow: hidden; }
table.list tr:hover td { background: url(img/g-25-80.png) #F3EDE7 repeat-x top left; }
.tableopts { background: url(sum.gif) 5px center no-repeat; padding: 4px 2px 4px 26px; border-top: 1px solid #CCC; font-size: 10px; color: #666; display: none; }

/* generic form table */
table.form { margin: 10px 0px; width: 97%; table-layout: fixed; border-spacing: 0px; }
table.form th { padding: 8px; text-align: right; vertical-align: top; font-size: 12px; font-weight: bold; color: #333; }
table.form td { padding: 4px; text-align: left; vertical-align: top; font-size: 12px; color: #333; }
table.form td input, table.form td select { margin: 2px 0px; }
table.form td p { margin: 0px; padding: 0px; font-size: 10px; color: #666; }
table.form .picker { display: none; position: absolute; width: 200px; height: 52px; padding: 2px; border: 1px solid #999; background-color: #EEE; overflow: hidden; z-index: 10; -moz-box-shadow: 0px 3px 10px -3px #000; -webkit-box-shadow: 0px 3px 10px -3px #000; }
table.form .picker img { width: 4px; height: 4px; cursor: pointer; }
table.form .picker img.g { width: 6px; margin-right: 2px; }

/* generic form element (full-size) */
div.form { margin: 10px 0px; padding: 5px 10px; }
div.form h4 { margin: 0px -10px 10px; font-size: 12px; }
div.form p { margin: 5px 0px; }
div.form input { width: 99%; }

/* user images */
div.image a.i { display: block; border: 1px solid #CCC; border-radius: 3px; background: url(img/g-100-80.png) #EEE repeat-x top left; width: 106px; height: 106px; line-height: 106px; text-align: center; text-decoration: none; font-size: 0px; }
div.image a.i:hover { border: 1px solid #AAA; background: url(img/g-100-80.png) #F3EDE7 repeat-x top left; box-shadow: 0px 0px 10px -5px #000; }
div.image a.i img { border: 1px solid #000; vertical-align: middle; }
div.image a.a { display: block; text-align: center; font-size: 10px; color: #666; }

/* group specific... */
.user_admin { font-weight: bold; }

/*
 * section/box formatting sidebar
 */

.navi { margin: 8px -10px; }
.navi h4 { margin: 4px 10px; padding: 0px; font-size: 12px; color: #000; }
.navi a { display: block; padding: 2px 10px 2px 22px; text-indent: -11px; font-size: 12px; line-height: 15px; color: #333; text-decoration: none; }
.navi a:hover { padding: 1px 10px 1px 22px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; background: url(img/g-25-80.png) #F3EDE7 repeat-x top left; }
.navi form { padding: 2px 10px 2px 22px; text-indent: -12px; font-size: 12px; color: #333; }
.navi form * { text-indent: 0px; } /* reset text-indent on children */
.navi form input { width: 90%; }
.navi form select { width: 93%; }

.stats { margin: 8px 0px; }
.stats h4 { margin: 10px 0px; padding: 0px; font-size: 12px; color: #000; }
.stats ul { margin: 0px; padding: 0px; }
.stats li { margin: 2px 0px; padding: 0px; list-style: none; }
.stats strong { float: right; }

.friendsonline { margin: 8px 0px; }
.friendsonline h4 { margin: 10px 0px 5px; padding: 0px; font-size: 12px; color: #000; }
.friendsonline ul { margin: 0px; padding: 0px 0px 0px 1.5em; }
.friendsonline li { margin: 3px 0px; padding: 0px; }
.friendsonline strong { float: right; }

/*
 * section/box formatting content
 */

.login .l { float: left; width: 46%; padding-right: 2%; border-right: 1px solid #CCC; }
.login .r { float: right; width: 50%; }
.login .form { margin: 0px 0px; }

.error { margin: 10px; padding: 0px 20px 0px 40px; background: url(img/icon_error.png) no-repeat 3px 3px; }
.error h4 { margin: 0px; padding: 5px 0px; font-size: 13px; font-weight: bold; color: #D00; }
.error p { margin: 0px; padding: 0px; font-size: 12px; color: #333; }

.success { margin: 10px; padding: 0px 20px 0px 40px; background: url(img/icon_success.png) no-repeat 3px 3px; }
.success h4 { margin: 0px; padding: 5px 0px; font-size: 13px; font-weight: bold; color: #4A0; }
.success p { margin: 0px; padding: 0px; font-size: 12px; color: #333; }

.empty { margin: 20px; text-align: center; }
.empty h4 { margin: 5px; font-size: 12px; font-weight: bold; color: #333; }
.empty p { margin: 5px; font-size: 12px; color: #333; }

.users { margin: 10px; font-size: 12px; line-height: 18px; }

.channels { margin: 10px 0px; }
.channels ul { margin: 0px; padding: 0px 25px; }
.channels li { margin: 10px 0px; padding: 0px; font-size: 12px; line-height: 16px; }
.channels li h4 { margin: 3px 0px; padding: 0px; font-size: 12px; color: #333; }
.channels li h4 a { color: #333; }
.channels li h4 .topic { color: #666; font-size: 10px; font-weight: normal; }
.channels li h4 .locked { color: #D00; font-size: 10px; font-weight: normal; }

.news { margin: 0px 0px; }
.news .content { margin: 10px auto; }
.news .foot { border-top: 1px solid #CCC; font-size: 10px; text-align: right; color: #999; }
.news .foot a { color: #999; }

.members { margin: 5px 0px; }
.members th.n { width: 50px; }
.members th.t { width: 110px; text-align: right; }
.members th.p { width: 110px; }
.members th.r { width: 110px; }
.members td.n { font-weight: bold; font-size: 13px; }
.members td.t { text-align: right; }

.mailbox { margin: 5px 0px; }
.mailbox th.c { width: 20px; }
.mailbox th.s { text-align: left; }
.mailbox th.u { width: 100px; }
.mailbox th.d { width: 110px; }
.mailbox td { padding: 2px 3px; }
.mailbox td.s { text-align: left; padding: 0px; }
.mailbox td.s a { display: block; padding: 2px 3px; }
.mailbox .unread td { font-weight: bold; }

.memo { margin: 10px 0px; }
.memo .head { margin: 5px 0px; }
.memo .head th { padding: 3px 5px; font-size: 12px; color: #666; text-align: right; width: 100px; }
.memo .head td { padding: 3px 5px; font-size: 12px; color: #333; text-align: left; }
.memo .body { margin: 10px 1px; padding: 10px; border: 1px solid #CCC5B0; background-color: #FDF8E9; min-height: 100px; }

.gallery { margin: 10px -10px 3px 0px; }
.gallery .image { float: left; margin: 0px 7px 15px 0px; }
.gallery .image a.i { width: 185px; height: 180px; line-height: 180px; }
.gallery .image a.a { width: 185px; font-size: 12px; line-height: 20px; font-weight: bold; overflow: hidden; text-decoration: none; }

.entry { margin: 5px 0px; }
.entry .meta { float: left; width: 125px; text-align: center; }
.entry .meta .n { font-size: 10px; margin: 5px 0px 10px; }
.entry .meta .w { font-size: 11px; margin: 5px 0px 0px; font-weight: bold; }
.entry .meta .d { font-size: 48px; margin: 0px 0px 2px; font-weight: bold; line-height: 48px; }
.entry .meta .m { font-size: 11px; margin: 0px 0px 5px; font-weight: bold; }
.entry .meta .t { font-size: 11px; margin: 5px 0px; }
.entry .body { margin-left: 130px; padding: 0px 0px 10px 10px; border-left: 1px solid #CCC; min-height: 120px; }
.entry .body h4 { margin: 0px 0px 10px; padding: 3px 0px; border-bottom: 1px solid #CCC; font-size: 12px; }
.entry .body button { float: right; }

.profile { margin: 10px 0px; }
.profile .image { float: right; margin: 0px 0px 7px 7px; }
.profile h4 { margin: 10px 0px; font-size: 13px; }
.profile .content { margin: 10px 5px 15px; }

.userimages { margin: 10px 0px 5px; }
.userimages div.image { float: left; margin: 0px 7px 7px 0px; }

.galleryselect { margin: 10px 0px; }
.galleryselect table { border-spacing: 0px; width: 90%; margin: 0px auto; }
.galleryselect th { width: 100px; padding: 3px; }
.galleryselect th .image { margin: 3px; }
.galleryselect td { padding: 3px; text-align: center; }
.galleryselect tr:hover th { padding: 2px 3px 2px 2px; border: 1px solid #CCC; background-color: #F8F8F8; border-right: none; }
.galleryselect tr:hover td { padding: 2px 2px 2px 3px; border: 1px solid #CCC; background-color: #F8F8F8; border-left: none; }

.friends { margin: 5px 0px; }
.friends th.o { width: 140px; }
.friends th.a { width: 140px; }
.friends th.l { width: 140px; }
.friends th.t { width: 140px; }
.friends th.d { width: 100px; }
.friends td { height: 30px; }
.friends td.w { font-style: italic; }

.helpsmileys { margin: 5px 0px; }
.helpsmileys th.c { width: 40%; }
.helpsmileys th.s { }
.helpsmileys td.c { padding: 5px; font-weight: bold; font-size: 13px; }
.helpsmileys td.s { padding: 5px; }

.helpcolors { margin: 5px 0px; }
.helpcolors th.c { width: 20%; }
.helpcolors th.n { width: 30%; }
.helpcolors th.s { }
.helpcolors td.c { padding: 4px; font-weight: bold; }
.helpcolors td.s { padding: 4px; }

.boards { margin: 5px 0px; }
.boards th.i { width: 25px; }
.boards th.b { text-align: left; }
.boards th.t { width: 65px; }
.boards th.p { width: 65px; }
.boards th.l { width: 130px; }
.boards td.b { text-align: left; padding: 5px 0px; height: 50px; }
.boards td.b a { display: block; padding: 3px 5px; font-size: 14px; font-weight: bold; text-decoration: none; }
.boards td.b span { display: block; padding: 0px; font-size: 11px; font-weight: normal; color: #333; text-decoration: none; }
.boards td.b p { margin: 0px; padding: 0px 5px; font-size: 9px; line-height: 12px; font-weight: bold; color: #777; } /* Mod */
.boards td.b p a { display: inline; margin: 0px; padding: 0px; font-size: 9px; color: #777; font-weight: normal; text-decoration: underline; } /* Mod Names */
.boards td.l { font-size: 10px; white-space: nowrap; }
.boards td.l a { color: #333; }

/* topic list and topic search results */
.topics { margin: 5px 0px; }
.topics th.i { width: 25px; }
.topics th.t { text-align: left; }
.topics th.f { width: 100px; }
.topics th.r { width: 75px; }
.topics th.l { width: 130px; }
.topics td.i { vertical-align: top; padding: 8px 5px; }
.topics td.t { text-align: left; padding: 5px; }
.topics td.t a { display: block; padding: 5px 0px; font-size: 12px; text-decoration: none; }
.topics td.t a:hover { text-decoration: underline; }
.topics td.t strong { color: #000; }
.topics td.t p { margin: 0px; color: #333; font-size: 11px; line-height: 13px; }
.topics td.t small { margin: 5px 0px 0px; display: block; color: #679; font-size: 10px; }
.topics td.t small a { display: inline; padding: 0px; color: #679; font-size: 10px; }
.topics td.l { font-size: 10px; white-space: nowrap; }
.topics td.l a { color: #333; }

/* post search results only */
.posts { margin: 5px 0px; }
.posts th.t { text-align: left; }
.posts th.f { width: 120px; }
.posts td.t { text-align: left; padding: 5px; }
.posts td.t a { display: block; padding: 5px 0px; font-size: 12px; text-decoration: none; }
.posts td.t a:hover { text-decoration: underline; }
.posts td.t strong { color: #000; }
.posts td.t p { margin: 0px; color: #333; font-size: 11px; line-height: 13px; }
.posts td.t small { margin: 5px 0px 0px; display: block; color: #679; font-size: 10px; }
.posts td.t small a { display: inline; padding: 0px; color: #679; font-size: 10px; }
.posts td.f { font-size: 11px; white-space: nowrap; font-weight: bold; padding: 10px 5px; }
.posts td.f small { display: block; margin-top: 5px; font-size: 11px; font-weight: normal; }

.boardhead { margin: 10px 0px; }
.boardhead h4 { margin: 0px; font-size: 12px; }
.boardhead ul { margin: 0px; padding-right: 0px; }
.boardhead li { margin: 2px 0px; }
.boardhead li.i { margin-left: 0px; }
.boardhead li.b { margin-left: 10px; }
.boardhead li.t { margin-left: 20px; }
.boardhead .actions { float: right; margin-left: 20px; }

.boardfoot { margin: 8px 0px; font-size: 12px; color: #333; }
.boardfoot .actions { float: right; margin-top: -3px; }

.boardsearch { width: 160px; float: right; text-align: center; border-left: 1px solid #CCC; margin: 5px 0px 5px 25px; padding: 5px; }
.boardsearch h4 { margin: 0px; font-size: 11px; color: #666; }
.boardsearch input { width: 140px; margin: 5px 0px; font-size: 12px; color: #999; }
.boardsearch a { font-size: 11px; }

/* topic view */
.post { margin: 5px 0px; }
.post .meta { float: left; padding: 2px 5px 5px 0px; width: 160px; text-align: center; overflow: hidden; border-right: 1px solid #CCC; }
.post .meta .u { font-size: 12px; font-weight: bold; }
.post .meta .g { margin-bottom: 10px; font-size: 11px; color: #333; }
.post .meta .i { display: block; margin: 0px; }
.post .meta .i img { border: 1px solid #000; padding: 1px; }
.post .meta .p { margin-top: 10px; font-size: 11px; color: #333; }
.post .body { margin-left: 165px; padding: 0px 0px 10px 10px; border-left: 1px solid #CCC; min-height: 120px; }
.post .body button { float: right; margin-left: 3px; }
.post .body h4 { margin: 0px 0px 10px; padding: 3px 0px; border-bottom: 1px solid #CCC; font-size: 12px; }
.post .body .content { }
.post .foot { clear: both; padding: 0px 0px; font-size: 10px; text-align: right; color: #999; }
.post .foot .u { float: left; padding: 2px 5px 2px 0px; width: 160px; height: 15px; text-align: center; font-size: 11px; color: #333; border-right: 1px solid #CCC; }
.post .foot .d { margin-left: 175px; padding: 2px 0px; border-top: 1px solid #CCC; }

/* small content boxes (home page) */

.entrysmall { border-bottom: 1px solid #CCC; }
.entrysmall h4 { margin: 5px 0px; font-size: 11px; }
.entrysmall h4 small { float: right; }
.entrysmall .content { margin: 5px 0px; font-size: 11px; }
.entrysmall .content a { text-decoration: none; color: #333; }
.entrysmall .content a:hover { text-decoration: underline; }

.topicsmall { border-bottom: 1px solid #CCC; }
.topicsmall img { float: left; }
.topicsmall h4 { margin: 5px 0px 2px 22px; font-size: 11px; }
.topicsmall small { display: block; margin: 2px 0px 5px 22px; font-size: 10px; }


/*
 * Chat-Screen
 */

.cs-fallback,
.cs-expired { border: 2px solid #A00; background-color: #FEE; margin: 20px 0px; padding: 10px; font-size: 12px; display: none; }

.cs-welcome { margin: 10px 0px; }
.cs-welcome h4 { margin: 0px; font-size: 15px; }
.cs-welcome p { margin: 0px; color: #666; font-size: 11px; }

.cs-news { margin: 10px 0px; padding: 10px 10px 1px; border: 1px solid #CCC; background-color: #F5F5F5; }
.cs-news h4 { margin: 0px; font-size: 13px; line-height: 15px; }
.cs-news p { margin: 0px; font-size: 10px; line-height: 12px; color: #666; }
.cs-news .content { margin: 10px 0px; line-height: 13px; }

.cs-observer { margin: 0px -10px; padding: 0px 10px; font-size: 10px; color: #666; background-color: #EEE; opacity: 0.5; }
.cs-observer:hover { opacity: 1.0; }
.cs-notify, .cs-info { margin: 4px 0px; padding-left: 20px; line-height: 16px; font-size: 11px; font-weight: bold; background: url(img/icon_info.png) 0px 0px no-repeat; }
.cs-error { margin: 4px 0px; padding-left: 20px; line-height: 16px; font-size: 11px; font-weight: bold; background: url(img/icon_exclamation.png) 0px 0px no-repeat; }

.cs-enter, .cs-leave, .cs-t, .cs-l, .cs-k { margin: 3px 0px; font-size: 11px; font-style: italic; }
.cs-gag, .cs-su { margin: 0px 0px; font-size: 11px; font-weight: bold; font-style: italic; }
.cs-post { margin: 0px; font-size: 12px; padding-left: 25px; text-indent: -25px; }
.cs-post-me, .cs-post-aq, .cs-post-aw, .cs-post-s { margin: 0px; font-size: 12px; font-weight: bold; font-style: italic; padding-left: 25px; text-indent: -25px; }
.cs-addcmd, .cs-away { margin: 0px 0px; font-size: 11px; font-weight: bold; font-style: italic; }
.cs-col, .cs-td { margin: 0px 0px; font-size: 11px; font-style: italic; }
.cs-m, .cs-vip { margin: 3px 0px; padding-left: 30px; text-indent: -10px; font-size: 12px; font-weight: bold; font-style: italic; background: url(img/icon_message.png) 0px 2px no-repeat; }

.cs-userlist { margin: 3px -10px; padding: 3px 15px; background-color: #F7F7F7; }
.cs-userlist h4 { margin: 0px; font-size: 12px; font-weight: bold; font-style: italic; }
.cs-userlist p { margin: 0px; font-size: 10px; color: #666; }
.cs-userlist ul { margin: 4px 0px; padding: 0px; }
.cs-userlist li { margin: 4px 0px; padding: 0px 0px 0px 20px; list-style: none; text-indent: -20px; font-size: 11px; }
.cs-userlist li .s { font-weight: bold; white-space: nowrap; }
.cs-userlist li .i { font-size: 10px; color: #666; }

.cs-channellist { margin: 3px -10px; padding: 3px 15px; background-color: #F7F7F7; }
.cs-channellist h4 { margin: 0px; font-size: 12px; font-weight: bold; font-style: italic; }
.cs-channellist p { margin: 0px; font-size: 10px; color: #666; }
.cs-channellist ul { margin: 4px 0px; padding: 0px; }
.cs-channellist li { margin: 4px 0px; padding: 0px 0px 0px 25px; list-style: none; text-indent: -20px; font-size: 12px; }
.cs-channellist li .t { font-size: 10px; color: #666; }
.cs-channellist li .l { color: #F00; }
.cs-channellist li .s { font-weight: bold; }
.cs-channellist li a { text-decoration: none; }
.cs-channellist li a:hover { text-decoration: underline; }

.cs-user { margin: 3px -10px; padding: 3px 15px 3px 30px; text-indent: -15px; background-color: #F7F7F7; font-size: 11px; }
.cs-user .i { font-size: 10px; color: #666; }

.cs-friendlist { margin: 3px -10px; padding: 3px 15px; background-color: #F7F7F7; }
.cs-friendlist h4 { margin: 0px; font-size: 12px; font-weight: bold; font-style: italic; }
.cs-friendlist ul { margin: 4px 5px; padding: 0px; }
.cs-friendlist li { margin: 0px 0px; padding: 0px 0px 0px 0px; list-style: none; font-size: 11px; }
.cs-friendlist a { font-weight: bold; }

.cs-iplist { margin: 10px 0px; }
.cs-iplist table { border-collapse: collapse; }
.cs-iplist th { border: 1px solid #CCC; padding: 1px 5px; background-color: #E9E9E9; font-size: 10px; font-weight: bold; color: #333; }
.cs-iplist td { border: 1px solid #CCC; padding: 2px 8px; background-color: #F7F7F7; font-size: 11px; color: #000; }
.cs-iplist td.u { text-align: center; }
.cs-iplist td.u .n { display: block; font-weight: bold; }
.cs-iplist td.u .g { display: block; font-size: 10px; color: #666; }
.cs-iplist td.c .i { display: block; }
.cs-iplist td.c .b { display: block; font-size: 10px; color: #666; }

.cs-ipcheck { margin: 10px 0px; }
.cs-ipcheck table { border-collapse: collapse; }
.cs-ipcheck th { border: 1px solid #BBB; padding: 1px 5px; background-color: #E9E9E9; font-size: 10px; font-weight: bold; color: #333; }
.cs-ipcheck td { border: 1px solid #BBB; padding: 2px 8px; background-color: #F7F7F7; font-size: 11px; color: #000; }
.cs-ipcheck td.i { text-align: center; font-weight: bold; }

.cs-broadcast { margin: 15px -10px; padding: 10px; border-top: 2px solid #F00; border-bottom: 2px solid #F00; background-color: #FEE; }
.cs-broadcast h4 { margin: 10px; font-size: 14px; font-weight: bold; }
.cs-broadcast p { margin: 10px; font-weight: bold; }

.cs-p { margin: 10px 0px; padding: 0px 20px; }
.cs-p h4 { margin: 5px -20px; font-size: 12px; font-weight: bold; font-style: italic; }
.cs-p img { display: block; max-width: 100%; max-height: 400px; }

.cs-mp { margin: 10px 0px; padding: 0px 70px; }
.cs-mp h4 { margin: 5px -70px; font-size: 12px; font-weight: bold; font-style: italic; }
.cs-mp img { display: block; max-width: 100%; max-height: 400px; }
