*{
  font-family: Trebuchet MS, Arial, Helvetica, Geneva, Verdana, sans-serif;
  font-size: 11px;
}

body{
  margin: 0px;
  padding: 0px;
  min-width: 900px;
  background-image: url('../images/skin/mica/blackstone_background.gif');
  background-repeat: repeat;
  background-attachment: fixed;
}

select{
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}

#header{
  width: 100%;
  height: 120px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}

#header #artwork{
  background-image: url('../images/skin/mica/header_main.png');
  background-repeat: no-repeat;
  margin: 0px;
  margin-left: 130px;
  width: 647px;
  height: 120px;
}

#header #clock{
  background-image: url('../images/skin/mica/header_clock.png');
  background-repeat: no-repeat;
  width: 173px;
  height: 173px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#menu{
  height: 24px;
  white-space: nowrap;
}

#notice_container{
  background-image: url('../images/skin/mica/ridge_upper.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 26px;
  overflow: hidden;
}

#notice{  
  color: #FFAA00;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  padding-left: 80px;
  vertical-align: middle; 
  padding-top: 4px;
}

#main_outer{
  width: 100%;
  min-height: 400px;
  min-width: 1000px;
  background-color: #14123E;
}

/* DO NOT APPLY MARGINS TO MAIN OR RIGHT COLUMN DIVS - Use padding or margins / padding on child divs / tables instead. */

#main_column{
  min-width: 700px;
  width: 80%;
  margin: 0px;
  float: left;
}

#right_column{
  width: 20%;
  min-height: 300px;
  margin: 0px;
  float: right;
  color: #D8D7E3;
}

#bumper{
  background-image: url('../images/skin/mica/ridge_lower.png');
  background-repeat: repeat-x;
  height: 26px;
  width: 100%;
}

#footer{
  width: 80%;
  margin: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-align: center;
  color: #BBBBBB;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 16px;
  background-image: url('../images/tuna_neet_logo.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.cleaner{
  clear: both;
}

.categories, .thread_list, .memberlist{
  width: 100%;
}

.categories th, .thread_list th, .memberlist th{
  font-weight: bold;
  font-size: 9px;
  text-align: left;
  color: #444444;
  background-image: url('../images/skin/mica/th_gradient.gif');
  background-repeat: repeat-x;
  background-position: left top;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 2px;
  border-color: #000000;
  padding-left: 8px;
  letter-spacing: 2px;
}

.categories .main, .thread_list .main{

}

.categories .name, .categories .name a{
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  text-decoration: none;
}

.thread_list .name, .thread_list .name a{
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-decoration: none;
}

.categories .name a:hover{
  color: #000000;
}

.thread_list .name:hover{
  color: #AA0000;
}

.thread_list td{
  vertical-align: top;
  font-size: 11px;
  padding: 4px;
}

.thread_list a{
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.thread_list a:hover{
  text-decoration: underline;
  color: #AA0000;
}

.thread_list .preview{
  width: 40%;
  font-size: 10px;
  color: #888888;
  white-space: wrap;
  font-weight: normal;
}

.categories .desc, .thread_list .desc{
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #444444;
}

.categories .count, .thread_list .count, .memberlist .count{
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  text-align: right;
}

.categories .row1, .categories .row2, .thread_list .row1, .thread_list .row2, .memberlist .row1, .memberlist .row2{
  cursor: pointer;
}

.categories .row1 td, .categories .row2 td, .thread_list .row1 td, .thread_list .row2 td, .memberlist .row1 td, .memberlist .row2 td{
  padding-left: 4px;
  padding-right: 4px;
}

.categories .row1, .thread_list .row1, .memberlist .row1, .profile .info .row1, .profile .stats .row1, .quoteable .row1, .general_stats .row1{
  background-color: #DDDDDD;
}

.categories .row2, .thread_list .row2, .memberlist .row2, .profile .info .row2, .profile .stats .row2, .quoteable .row2, .general_stats .row2{
  background-color: #EEEEEE;
}

.categories .details, .thread_list .details{
  white-space: nowrap;
  font-size: 10px;
  color: #444444;
}

.categories .details a, .thread_list .details a{
  color: #000000;
  text-decoration: none;
  font-size: 10px;
}

.categories .details a:hover, .thread_list .details a:hover{
  color: #AA0000;
  text-decoration: underline;
}

.bullet{
  vertical-align: middle;
  margin-right: 8px;
}

.pagination{
  float: right;
  margin: 8px;
}

.pagination img{
  border-width: 0px;
}

.controls .button, .send_button, .pm_display .reply_button, #search_form input[type=submit], #registration input[type=submit], #profile input[type=submit]{
  background-image: url('../images/buttons/button_bak_thread_off.gif');
  background-repeat: no-repeat;
  width: 109px;
  height: 31px;
  border-width: 0px;
  text-decoration: none;
  margin: 4px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
  padding-top: 6px;
  display: inline-block;
}

.pm_display .reply_button{
  float: right;
}

#search_form input[type=submit], #registration input[type=submit], #profile input[type=submit]{
  padding-bottom: 9px;
}

.controls .button:hover, .send_button:hover, .pm_display .reply_button:hover, #search_form input[type=submit]:hover, #registration input[type=submit]:hover, #profile input[type=submit]:hover{
  background-image: url('../images/buttons/button_bak_thread_on.gif');
  color: #000000;
}

.controls a{
  text-decoration: none;
}

.title, .title_float{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-left: 8px;
}

.title_float{
  float: left;
  margin: 8px;
}

.thread{
  width: 100%;
}

.thread .post_header td{
  background-image: url('../images/skin/mica/th_gradient.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #CCCCCC;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #AAAAAA;
}

.thread .post_header .controller, .button_column .button{
  background-image: url('../images/buttons/button_bak_tinywide_off.gif');
  background-repeat: no-repeat;
  width: 39px;
  height: 16px;
  text-align: center;
  border-width: 0px;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -1px;
  background-color: transparent;
  color: #000000;
  display: inline-block;
}

.thread .post_header a{
  text-decoration: none;
}

.thread .post_header .controller:hover, .button_column .button:hover{
  background-image: url('../images/buttons/button_bak_tinywide_on.gif');
}

.thread .username{
  width: 80px;
  font-weight: bold;
}

.thread .avatar{
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  width: 80px;
  height: 80px;
}

.thread .user_info{
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

.memberlist .user_administrator, .memberlist .user_moderator, .memberlist .user_verified, .memberlist .user_standard, .memberlist .user_banned{
  font-size: 10px;
}

.thread .user_administrator, .memberlist .user_administrator, .profile .user_administrator{
  color: #880000;
  font-weight: bold;
}

.thread .user_moderator, .memberlist .user_moderator, .profile .user_moderator{
  color: #0044AA;
  font-weight: bold;
}

.thread .user_verified, .memberlist .user_verified, .profile .user_verified{
  color: #006622;
  font-weight: bold;
}

.thread .user_standard, .memberlist .user_standard .profile .user_standard{
  color: #000000;
  font-weight: bold;
}

.thread .user_banned, .memberlist .user_banned, .profile .user_banned{
  color: #666666;
  font-weight: bold;
  text-decoration: line-through;
}

.thread .user_info, .thread .user_info a{
  font-size: 10px;
  color: #000000;
}

.thread .user_info a:hover{
  color: #AA0000;
}

.thread .content, #posting_preview_content{
  padding: 8px;
  vertical-align: top;
  font-size: 12px;
  background-color: #FFFFFF;
}

.thread .content .signature, .profile .signature{
  font-size: 10px;
  border-width: 1px;
  border-color: #AAAAAA;
  border-style: solid;
  background-color: #EEEEEE;
  padding: 6px;
  margin-top: 10px;
}

.thread .content a{
  font-size: inherit;
}

.emoticon{
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

.quote{
  border-width: 1px;
  border-style: solid;
  border-color: #AABBFF;
  padding: 8px;
  background-color: #DDEEFF;
}

.tech{
  white-space: pre;
  font-family: monospace;
  font-size: 12px;
  margin: 24px;
}

.memberlist .avatar_column img{
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #0000000;
  border-width: 1px;
  vertical-align: middle;
}

.memberlist td, .memberlist span{
  height: 40px;
  font-size: 11px;
  font-weight: normal;
}

.memberlist .avatar_column{
  width: 40px;
}

.memberlist a{
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

.profile{
  margin: 8px;
}

.profile .header{
  border-width: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #666666;
}

.profile .header .title{
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #444444;
  letter-spacing: 2px;
}

.profile .header .subtitle{
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  margin-left: 10px;
}

.profile .header .subtitle_smaller{
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0px;
  margin-left: 10px;
  color: #444444;
}

.profile .header .postcount{
  font-size: 64px;
  line-height: 48px;
  font-weight: bold;
  color: #666666;
  float: right;
  text-align: center;
}

.profile .header .postcount_label{
  font-size: 16px;
  letter-spacing: 5px;
  text-align: center;
  line-height: 24px;
}

.profile .header .postcount_label_small{
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 24px;
}

.profile .header img{
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  margin: 8px;
  float: left;
  width: 80px;
  height: 80px;
}

.profile .info, .profile .stats{
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  width: 45%;
  margin: 8px;
  padding: 8px;
  font-size: 12px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.profile .info table, .profile .stats table{
  width: 100%;
}

.profile .info td, .profile .stats td, .general_stats td{
  padding: 6px;
}

.profile .info .label_column, .profile .stats .label_column, .general_stats .label_column{
  font-weight: bold;
}

.profile .info{
  float: left;
}

.profile .stats{
  float: right;
}

#login{
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

#login a{
  font-weight: bold;
  color: #FFFFFF;
}

#login a:hover{
  color: #FFAA00;
  text-decoration: underline;
}

#login input[type=text], #login input[type=password]{
  display: block;
  width: 155px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding-left: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#login input[type=submit], #login .button{
  display: block;
  width: 158px;
  height: 22px;
  margin-top: 4px;
  cursor: pointer;
  background-image: url('../images/buttons/button_bak_login_off.gif');
  background-repeat: no-repeat;
  border-width: 0px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  padding-top: 2px;
}

#login input[type=submit]:hover, #login .button:hover{
  color: #000000;
  text-decoration: none;
}

#login input[type=submit]{
  padding-top: 0px;
  padding-bottom: 4px;
}

#login input[type=submit]:hover, #login .button:hover{
  background-image: url('../images/buttons/button_bak_login_on.gif');
}

#login a .button{
  text-decoration: none;
  color: #000000;
}

#login a{
  text-decoration: none;
}

#login input[type=checkbox]{
  position: relative;
  top: 2px;
  left: -1px;
}

#login label{
  display: block;
}

#login .inline{
  display: inline;
}

#login .title{
  margin: 0px;
  padding-bottom: 4px;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 2px;
  border-color: #A1A0A9;
}

#login table{
  width: 100%;
}

#login td{
  text-align: right;
  white-space: nowrap;
}

#login .label_column{
  text-align: left;
  font-weight: bold;
}

#login .label_column a{
  color: #FFFFFF;
  text-decoration: none;
}

#login .avatar{
  margin: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  float: right;
  width: 40px;
  height: 40px;
}

#login .time{
  font-size: 32px;
  font-weight: bold;
  color: #FF8844;
  font-family: Lucida Console, Monaco, monospace;
}

.button_column{
  width: 20px;
  overflow: hidden;
  padding: 0px;
  text-align: center;
}

.button_column a{
  font-size: 10px;
}

.button_column a:hover{
  text-decoration: none;
}

.registration_form{
  margin: 16px;
}

.registration_form .title{
  margin-left: 0px;
}

.registration_form .help{
  margin-bottom: 24px;
  font-size: 12px;
  padding: 8px;
  height: 200px;
  overflow: scroll;
  background-color: #EEEEEE;
  border-width: 2px;
  border-color: #666666;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.registration_form .inner{
  font-size: 11px;
  margin-top: 16px;
  padding: 16px;
  border-width: 1px;
  border-color: #888888;
  border-style: solid;
  white-space: nowrap;
  float: left;
  width: 40%;
  margin-right: 16px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.registration_form .inner label{
  font-weight: bold;
  display: block;
}

.registration_form .date_selector select, .registration_form .date_selector label{
  display: inline;
}

.registration_form #timezone, .registration_form input[type=text], .registration_form input[type=password], .registration_form textarea, .registration_form .readonly{
  width: 100%;
}

.registration_form #captcha_image{
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  cursor: pointer;
  width: 140px;
  height: 40px;
  margin-top: 16px;
}

.registration_form #preset_avatar{
  width: 130px;
}

.registration_form #avatar_preview{
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  float: right;
}

.registration_form .checkbox_options{
  margin-top: 16px;
  margin-bottom: 16px;
}

.registration_form .checkbox_options input{
  position: relative;
  top: 2px;
  left: -3px;
}

.registration_form .checkbox_options select{
  margin-top: 8px;
}

.registration_form .checkbox_options label {
  display: inline;
}

.registration_form .checkbox_options .title {
  padding: 0px;
  margin: 0px;
}

input[type=text], input[type=password], select, input[type=file], textarea{
  border-width: 1px;
  border-style: solid;
  border-color: #888888;
  margin-bottom: 4px;
}

.registration_form .readonly{
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  background-color: #FFFFFF;
}

/* Forms class styles */

.field_error_set{
  border-color: #FF0000 !important;
  border-style: default;
  border-width: default;
  color: #FF0000;
}

.label_error_set{
  color: #FF0000;
}

.field_error_unset, select, input, textarea{
  border-color: default;
  border-style: default;
  border-width: default;
  color: default;
}

.label_error_unset{
  color: default;
}

.form_error_messages{
  font-weight: bold;
  color: #DD0000;
  font-size: 12px;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* End Forms class styles */

/* Pulldown Menu */

div.pdmenu {
	padding: 4px;
  font-family: Palatino Linotype, Monaco, Sylfaen, Arial;
  font-size: 16px;
  position: absolute;
  left: 110px;
  top: 124px;
}

.pdmenu ul {
	margin: 0px;
	padding: 0 0 25px 0;
	list-style-type: none;
}

.pdmenu li  {
	width: 100px;
  height: 24px;
	margin: 0px;
	padding-right: 2px;
  padding-top: 7px;
  text-align: center;
  background-image: url('../images/skin/mica/menu_tab_off.png');
  background-repeat: no-repeat;  
	text-decoration:none;
  display: inline-block;
  cursor: pointer;
}

.pdmenu li:hover {
  background-image: url('../images/skin/mica/menu_tab_on.png');
  background-repeat: no-repeat;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: #666666;
	padding: 0px;
	cursor: pointer;
}

.pdmenu a:hover{
  color: #FF0000;
}

.pdmenu_cap{
  display: none;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 93px;
  height: 16px;
}

.pdmenu li:hover .pdmenu_cap{
  visibility: visible;
  display: block;
  z-index: 1;
  padding: 0px;
  margin-bottom: 0px;
}

.pdmenu li ul {
	display: none;
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  background-image: url('../images/skin/mica/menu_dropdown_bak.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	width: 100px;
	padding: 0;
	margin: 0;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.pdmenu li li {
  display: block;
  font-size: 11px;
	border: none;
  margin: 0px;
  padding: 0px;
  padding-left: 12px;
  height: 24px;
  background-image: none;
  text-align: left;
}

.pdmenu li li:hover{
  background-image: none;
}

.pdmenu li li a {
	padding: 0px;
}

/* End Pulldown Menu */

#posting_form{
  margin: 8px;
  float: right;
  width: 70%;
}

#drawing_interface_container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#drawing_controls_container select{
  width: 100%;
}

#drawing_controls_container label{
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
}

#oekaki_embed, #oekaki_object{
  width: 500px;
  height: 500px;
}

#oekaki_controls_embed, #oekaki_controls_object{
  width: 190px;
  height: 105px;
}

.color_picker{
  width: 100%;
}

.color_picker td{
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  width: 9px;
  height: 9px;
  cursor: pointer;
  padding: 0px;
}

#current_color_indicator{
  width: 180px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  margin-left: auto;
  margin-right: auto;
}

#posting_form label, #posting_form input, #posting_form textarea{
  display: block;
}

#posting_form input[type=text], #posting_form input[type=file], #posting_form textarea{
  width: 90%;
  padding: 4px;
}

#posting_form input[type=submit], #posting_form input[type=reset], #posting_form .button{
  background-image: url('../images/buttons/button_bak_thread_off.gif');
  background-repeat: no-repeat;
  margin-top: 24px;
  display: inline-block;
  cursor: pointer;
  width: 109px;
  height: 31px;
  border-width: 0px;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 10px;
}

#posting_form .button{
  text-align: center;
  padding-top: 6px;
  position: relative;
  top: 0px;
}

#posting_form input[type=submit]:hover, #posting_form input[type=reset]:hover, #posting_form .button:hover{
  background-image: url('../images/buttons/button_bak_thread_on.gif');
  color: #000000;
}

#posting_form a{
  text-decoration: none;
}

#posting_form textarea{
  height: 270px;
}

.drawing_text_content{
  height: 80px !important;
}

#posting_form label{
  font-weight: bold;
}

#preview_toggle_label, #preview_toggle, #posting_image_delete, #image_delete_label{
  display: inline !important;
}

#preview_toggle, #posting_image_delete{
  position: relative;
  top: 2px;
  left: -3px;
}

#posting_sidebox_container{
  width: 20%;
  float: left;
}

#posting_sidebox{
  width: 200px;
  background-color: #EEEEEE;
  border-color: #666666;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 4px;
  margin: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#posting_sidebox .title{
  font-size: 12px;
  font-style: italic;
  width: 100%;
  text-align: left;
  margin: 0px;
}

#posting_sidebox .help{
  text-align: left;
  margin-top: 8px;
  padding: 8px;
}

#posting_sidebox .formatting_buttons .button{
  background-image: url('../images/buttons/button_bak_tinywide_off.gif');
  background-repeat: no-repeat;
  background-position: center top;
  width: 37px;
  height: 16px;
  cursor: pointer;
  display: inline;
  font-size: 10px;
  letter-spacing: 0px;
  margin: 0px !important;
  padding: 0px;
  padding-bottom: 3px;
  border-width: 0px;
  display: inline-block;
}

#posting_sidebox .formatting_buttons .button:hover{
  background-image: url('../images/buttons/button_bak_tinywide_on.gif');
}

#posting_sidebox .formatting_buttons a{
  text-decoration: none;
}

.emoticon_chart{
  width: 180px;
  background-color: #DDDDDD;
  border-color: #666666;
  border-width: 1px;
  border-style: solid;
  padding: 8px;
  padding-top: 12px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.emoticon_chart .emote{
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
}

.emoticon_chart .emote img{
  border-width: 0px;
  vertical-align: middle;
}

#autosave_info{
  display: inline;
  font-style: italic;
}

.post_image_thumbnail{
  padding: 8px;
  background-color: #AAAAAA;
  border-color: #888888;
  border-style: solid;
  border-width: 1px;
  float: left;
  margin-right: 40px;
}

.post_image_thumbnail img{
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  margin: 4px;
  cursor: pointer;
}

#posting_preview_content, #quoteable_posts{
  margin: 8px;
  border-width: 2px;
  border-style: solid;
  background-color: #FFFFFF;
  border-color: #444444;
  padding: 16px;
  width: 90%;
  height: 200px;
  overflow: scroll;
}

#quoteable_posts{
  padding: 0px;
  height: 300px;
}

#quoteable_posts .title{
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  margin: 0px;
  margin-bottom: 8px;
  display: inline;
}

#quoteable_posts .button{
  display: inline;
  cursor: pointer;
}

#quoteable_posts .quoteable_hidden{
  display: none;
}

.quoteable{
  width: 100%;
}

.quoteable .button{
  background-image: url('../images/buttons/button_bak_tinywide_off.gif');
  background-repeat: no-repeat;
  width: 39px;
  height: 16px;
  border-width: 0px;
}

.quoteable .button:hover{
  background-image: url('../images/buttons/button_bak_tinywide_on.gif');
}

.quoteable td{
  padding: 8px;
}

.posted_image_reference{
  float: left;
  border-width: 4px;
  border-color: #000000;
  border-style: solid;
  margin-right: 16px;
  width: 80px;
  height: 80px;
  position: relative;
  top: 6px;
}

#posting_stats{
  color: #888888;
  width: 90%;
  text-align: right;
}

#search_form{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 16px;
}

#search_form input, #search_form select, #search_form .button, #search_form label, #search_form div{
  display: inline;
  margin: 8px;
}

#search_form label{
  font-weight: bold;
}

/** Highlight Class. **/
.hl{
  background-color: #FFDD00;
}

.rss_icon{
  border-width: 0px;
  display: inline;
  position: relative;
  top: 2px;
}

.label_column .rss_icon{
  vertical-align: middle;
  position: static;
}

.post_header .mini_controls, .pm_display .mini_controls{
  float: right;
  margin: 0px;
  padding: 0px;
}

.mini_controls .button{
  background-image: url('../images/buttons/button_bak_tiny_off.gif');
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  border-width: 0px;
  cursor: pointer;
}

.mini_controls .button img{
  margin-left: 5px;
  margin-top: 3px;
}

.pm_display .mini_controls .button img{
  margin-bottom: 2px;
}

.mini_controls .button:hover{
  background-image: url('../images/buttons/button_bak_tiny_on.gif');
}

.post_header #inbox_list .button{
  font-size: 9px;
  height: 18px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

.post_header .mini_controls .button img{
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.new_pm{
  background-color: #FFDD77;
  font-weight: bold;
  cursor: pointer;
}

.pm_display{
  width: 90%;
  border-width: 1px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #666666;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.pm_display .title{
  margin: 0px;
}

.pm_display .subtitle{
  margin-bottom: 16px;
  font-size: 12px;
  font-style: italic;
}

.pm_display .button a{
  text-decoration: none;
}

.pm_display .button{
  float: right;
  cursor: pointer;
}

#inbox_list{
  width: 93%;
  height: 175px;
  overflow: scroll;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  border-color: #666666;
  border-style: solid;
  margin-top: 16px;
  margin-bottom: 16px;
}

#inbox_list a{
  text-decoration: none;
}

#inbox_list .button_column{
  width: 24px;
}

.icon16{
  border-width: 0px;
  margin: 1px;
  vertical-align: middle;
}

.icon_column{
  padding: 0px;
  width: 20px;
}

.charts{
  text-align: center;
}

.profile_chart{
  margin: 8px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
  width: 345px;
  height: 145px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.calendar{
  width: 90%;
  text-align: center;
  margin: 16px;
  margin-left: auto;
  margin-right: auto;
}

.calendar table{
  width: 100%;
}

.calendar td{
  border-width: 2px;
  border-style: solid;
  height: 80px;
  text-align: left;
  vertical-align: top;
  width: 14%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.calendar td .item_container{
  height: 80px;
  overflow: hidden;
}

.calendar th{
  text-align: center;
  font-size: 16px;
  padding: 16px;
  width: 14%;
}

.calendar .today, .calendar .normal, .calendar .active{
  box-shadow: 4px 4px 0px #BBBBBB;
  -moz-box-shadow: 4px 4px 0px #BBBBBB;
  -webkit-box-shadow: 4px 4px 0px #BBBBBB;
}

.calendar .today{
  background-color: #88CCFF;
  border-color: #000000;
}

.calendar .normal{
  background-color: #FFFFFF;
  border-color: #000000;
}

.calendar .outside{
  border-width: 0px;
}

.calendar .active{
  background-color: #FFDD66;
  border-color: #000000;
}

.calendar .day_label{
  float: left;
  font-size: 18px;
  margin-left: 4px;
  margin-top: 4px;
  color: #444444;
}

.calendar .item{
  width: 60px;
  height: 14px;
  font-size: 8px;
  background-color: #FFDDAA;
  float: right;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  margin: 1px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

.calendar .item a{
  color: #000000;
  font-size: 9px;
  text-decoration: none;
}

.calendar .pagination{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.calendar .pagination #calendar_back_button{
  float: left;
}

.calendar .pagination #calendar_next_button{
  float: right;
}

.calendar_controls{
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: relative;
  top: -10px;
}

#chat_container{
  width: 70%;
  float: right;
}

#chat_container .send_button{
  float: right;
  cursor: pointer;
  margin-right: 40px;
}

#chat_list, #chat_container #posting_content{
  background-color: #FFFFFF;
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  padding: 8px;
}

#chat_list{
  height: 300px;
  overflow: scroll;
  line-height: 16px;
  margin: 8px;
}

#chat_container #posting_content{
  height: 40px;
  margin: 8px;
  width: 92%;
  display: block;
}

/* Rounded box border.  This is also the order in which the divs should be nested. */

.roundbox_left_top{
  background-image: url('../images/skin/mica/roundedbox/lt.gif');
  background-position: left top;
  background-repeat: no-repeat;
}

.roundbox_right_top{
  background-image: url('../images/skin/mica/roundedbox/rt.gif');
  background-position: right top;
  background-repeat: no-repeat;
}

.roundbox_right_bottom{
  background-image: url('../images/skin/mica/roundedbox/rb.gif');
  background-position: right bottom;
  background-repeat: no-repeat;
}

.roundbox_left_bottom{
  background-image: url('../images/skin/mica/roundedbox/lb.gif');
  background-position: left bottom;
  background-repeat: no-repeat;
}

.roundbox_left{
  background-image: url('../images/skin/mica/roundedbox/l.gif');
  background-position: left top;
  background-repeat: repeat-y;
}

.roundbox_top{
  background-image: url('../images/skin/mica/roundedbox/t.gif');
  background-position: left top;
  background-repeat: repeat-x;
}

.roundbox_outer{
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0px;
  background-color: #FFFFFF;
  width: 100%;
}

.roundbox_border div{
  width: 100%;
  height: 100%;
}

.roundbox_inner{
  padding: 8px;
  padding-bottom: 16px;
  min-height: 400px;
}

/* END ROUNDED BOX */

/* PAGINATION BUTTONS */

.pagination_first, .pagination_previous, .pagination_next, .pagination_last{
  height: 27px;
  border-width: 0px;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block !important;
}

.pagination_first, .pagination_last{
  width: 41px;
}

.pagination_previous, .pagination_next{
  width: 30px;
}

.pagination_first{
  background-image: url('../images/buttons/first.gif');  
}

.pagination_previous{
  background-image: url('../images/buttons/back.gif');  
}

.pagination_next{
  background-image: url('../images/buttons/next.gif');  
}

.pagination_last{
  background-image: url('../images/buttons/last.gif');  
}

.pagination_first:hover{
  background-image: url('../images/buttons/first_on.gif');  
}

.pagination_previous:hover{
  background-image: url('../images/buttons/back_on.gif');  
}

.pagination_next:hover{
  background-image: url('../images/buttons/next_on.gif');  
}

.pagination_last:hover{
  background-image: url('../images/buttons/last_on.gif');  
}

/* END PAGINATION BUTTONS */

.button{
  display: inline-block;
} 

#chatbox{
  width: 160px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#chat_window_icon{
  float: right;
  cursor: pointer;
  position: relative;
  top: 5px;
  left: -5px;
}

.chatlog td{
  vertical-align: top;
  min-height: 0px;
  height: auto;
  padding: 4px;
  cursor: default;
  white-space: wrap;
  word-wrap: break-all;  
}

.chatlog .time{
  white-space: nowrap;
}

.chatlog .avatar_column, .chatlog .avatar_column img{
  width: 20px;
  height: 20px;
}

#chat_edit_form input[type=submit]{
  position: relative;
  top: 1px;
  padding-top: 0px;
}

#chat_edit_form textarea{
  height: 40px;
}

.general_stats{
  text-align: center;
}

.general_stats table{
  width: 720px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
 }
 
.general_stats td{
  text-align: right;
  font-weight: bold;
}

.general_stats .label_column{
  text-align: left;
}
 
.full_chart{
  width: 700px;
  height: 120px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 8px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
 }
