/* This CSS is a mess. Clean it up after site is layed out. */
*

body {
  margin: 0;
  padding: 0;
  background: #000;
  text-align: center;
  color: #fff;
  font: 0.74em Arial, sans-serif;
}

a {
color : #ffcc66;
background : inherit;
text-decoration : none;
}

a:hover {
color : #ffff00;
background : inherit;
text-decoration : underline;
}

img {border: none;}

img.video_img {
   padding: 4px; 
   border: 1px solid #fff;
}

.vimg120 {
	width: 120px;
	height: 90px;
        border: 1px solid #0066cc;
        padding: 2px 2px 2px 2px;
        margin-bottom:4px; 
	}

.vimg121 {
	width: 120px;
        border: 1px solid #0066cc;
        padding: 2px 2px 2px 2px;
        margin-bottom:4px; 
	}

h1 {
font : bold 1.8em Arial, Sans-Serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
}

h2 {
font : bold 1.6em Arial, Sans-Serif;
color : #ffffff;
margin: 0;
text-transform: uppercase;
}

.sub_heading
{
font : bold 1.0em Arial, Sans-Serif;
padding : 0px 200px 0px 0px;
margin : 0px;
letter-spacing : -1px;
}

h3 {
text-transform: uppercase;
font : bold 1.4em Arial, Sans-Serif;
padding : 8px 0 4px 0;
margin : 0;
}

.head_desc {
font : bold .8em Arial, Sans-Serif;
padding : 8px 0px 4px 0;
margin: 0;
}

h4 {
font : bold 1.2em Arial, Sans-Serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
}

h4.sub_heading {
font : bold 1.0em helvetica, arial, sans-serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
}

hr {
height : 1px;
border-style : none;
color : #f00;
background-color:#f00;
margin : 5px 20px 5px 20px;
width: 80%;
}

P.fanfic {text-indent: 2pc }

.code {
   background: #444;
   display: block;
   font-size: 12px;
   margin: 0 10px 12px;
   overflow: auto;
   padding: 8px 10px;
   white-space: pre;
}

.code code {
font-family : Monaco, "Courier New", Tahoma;
font-size : 1.2em;
}
.code li {
margin : 2px 0;
padding : 0 5px;
background : #333;
}
.code li.t1 {
padding-left : 4ex;
}
.code li.t2 {
padding-left : 8ex;
}
.code li.t3 {
padding-left : 12ex;
}
.code li.t4 {
padding-left : 16ex;
}
.code li.t5 {
padding-left : 20ex;
}
.code li.t6 {
padding-left : 24ex;
}
.code li.t7 {
padding-left : 28ex;
}
.code li.t8 {
padding-left : 32ex;
}

/* misc */
.clearer {clear: both;}
.stripes {
   background: #0F233C url(images/blstripe.gif);
   height: 6px;
}

.left {
 float: left;
}

.right {
 float: right;
}

.left_footer {
 float: left;
}

.right_footer {
 float: right;
}

#leftcontent {
float: left;
background: inherit;
width:202px;
overflow: hidden;

}

#leftcontent_wide {
	float: left;
	width: 600px;
        background: inherit;
	margin: 0 0 10px 0;
}


#rightcontent_narrow {
    float: right;
    width: 310px;
    background: inherit;
    margin: 0 0 10px 0;
 }

#centercontent {
float:right;
background: inherit;
width: 580px;
margin-top: 10px;
}

#centercontent_full {
float:left;
background: inherit;
width: 1000px;
overflow:hidden;
padding: 10px 10px 10px 10px;
}

.container {
   border: 5px solid #132656;
   width: 1000px;
   max-width:1000px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left:auto;
   margin-right:auto;
   padding:0;
   text-align: left;
}

.sub-container-center{
   float: left;
   border: 1px solid #132656;
   width: 560px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 5px;
   padding: 10px 5px 5px 10px;
}

.sub-container-left{
float:left;
width:388px;
border: 1px solid #132656;
background : inherit;
margin-top: 10px;
margin-left: 2px;
padding: 10px 10px 10px 10px;
}

.sub-container-left-max {
   float: left;
   border: 1px solid #132656;
   width: 202px;
}

.sub-container-center-max {
   float: left;
   border: 1px solid #132656;
   width: 560px;
   height: 100%;
}

.sub-container-center-fluid {
   float: left;
   border: 1px solid #132656;
   width: 560px;
   padding: 5px 5px 5px 5px;
}

.sub-container-content-left {
   float: left;
   border: 0px solid #132656;
   width: 285px;
   text-align: left;
   padding: 5px 5px 5px 5px;
}

.sub-container-content-right {
   float: left;
   text-align: left;
   padding: 5px 5px 5px 5px;
}


.sub-container-right {
   float: right;
   width: 50%;
   margin-top: 2px;
}

#leftcontent_section {
  margin: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  background: #000 repeat-x;
  color: #454545;
  padding: 15px 15px 15px 15px;
}

.EntryBox{
	padding: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ccc;
	border: 1px solid #132656;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	background: #060b18;
        overflow: auto; 
	}

.EntryButton
{
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffe1e1;
	border: 1px solid #305298;
	background: #0c0e1b;
        cursor: pointer;
}

.AbuseButton
{
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffe1e1;
	border: 1px solid #305298;
	background: #0c0e1b;
        cursor: pointer;
        margin-top: 10px;
}

.mDefault {
        margin:0 0 0 0;
	color: #3e638a;
	}

.mDefault .inputField{
	padding: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
	border: 1px solid #132656;
	width: 360px;
        height: 30px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	background: #060b18;
        overflow: auto; 
	}

.mDefault .inputButton{
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffe1e1;
        cursor: pointer;
	border: 1px solid #305298;
	background: #0c0e1b;
        width: 360px;
        height: 20px;
	}


.middle_container {
float:left;
background : inherit;
padding: 10px 10px 10px 10px;
}

.left_side_container {
float:left;
width: 404px;
background : inherit;
margin-top: 10px;
margin-left: 2px;
}

.left_side_full {
position: relative;
float:left;
width: 404px;
background: inherit;
}

.left_side {
float : left;
width : 192px;
padding: 10px 10px 10px 10px;
background : inherit;
overflow : hidden;
}

.left_side .pad {
padding : 10px 17px 0 0 ;
}

.left_side p {
padding : 0 0 5px 5px;
}

.left_side ul {
margin-left:0;
padding-left: 1em;
}

.left_side li {
line-height: 18px;
list-style-type: square;
padding-right: 0px;
padding-left: 0px;
margin-left: 1em;
color: #b4e04a;
}

.left_side a {
background : inherit;
text-decoration : none;
}

.left_side a:hover {
text-decoration : underline;
}

.left_side h3 {
   margin: .5em 0;
   font: bold 1.2em helvetica, arial, sans-serif;
   border-bottom: 1px solid #305298;
}

/* header */
.header {
	background: #0c0e1b;
	border-bottom: 1px solid #132656;
	font: normal 2em sans-serif;
	height: 90px;
}

.header a {
	color: #888;
	display: block;
	line-height: 1px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}

.header a:hover {
	background: #0c0e1b;
	color: #BBB;
}

.planet_header {
	background: #000;
	border: 1px solid #132656;
	font: normal 2em sans-serif;
	height: 200px;
        margin: 10px 10px 10px 10px;
}


.mainrateentry
{
   background: #303030;
   border-bottom: 1px solid #132656;
   border-left: 1px solid #132656;
   padding: 16px;
}

.main {
	background: #000;
	border-bottom: 1px solid #132656;
	border-left: 1px solid #132656;
}
.main .left {width: 64%;}
.main .right {width: 36%;}
.main .navbar {width: 100%;}

.content {
	border: 1px solid #132656;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */

.nav {background: #191919 url(images/blnav.gif);}
.nav a {
	background: #191919 url(images/blnav.gif);
	border-right: 1px solid #161616;
	color: #ccc;
	float: right;
	font: bold 1em Verdana,sans-serif;
	line-height: 20px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(images/blnav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.lowercontent {
	background: #000000;
	border-top: 1px solid #132656;
	color: #999;
	padding: 1% 1% 1% 1%;
        min-width: 960px;
        margin-right: auto;
        margin-left: auto;
}
.lowercontent ul {
	border-top: 1px solid #132656;
	margin: 0;
}

.lowercontent li {
	border-bottom: 1px solid #132656;
	list-style: none;
}

.lowercontent li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.lowercontent a {color: #666;}
.lowercontent a:hover {
	color: #BBB;
	background: #222;
}

/* footer */

.footer {
      	clear: left;
	background: #0F233C;
	border-top: 5px solid #132656;
	color: #999;
	padding: 5px 5px 5px 5px;
        margin-top: 10px;
        text-decoration: none;
}


.col3, .col3center {
	float: left;
	width: 285px;
	background: #111;
        padding: 10px 10px 10px 10px;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
        min-height: 200px;   

}


/* bottom */

.bottom {
   color: #666;
   clear: both;
   font-size: 1.1em;
   padding: 2px 2px 2px 2px;
   margin-bottom: 0px;
} 


/* Taglog Grid */
table.taglog
{
background-color: #000000;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
}

td.username
{ background-color: #000000;
border: 1px #000000 solid;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 10;
color: #F9E620; }

td.tagbody
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #FFFFFF;
background-color: #000000;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

#chatpane 
{
	height:300px;
	width:75%;
	float:left;
	color:Black;
	border:solid 3px #4D4D4D;
	background:white;
	padding:4px;
	margin-bottom:4px;
	overflow:auto;
}

#userpane
{
	height:300px;
	width:20%;
	float:right;
	
	color:Black;
	
	overflow:auto;
	
	border:solid 3px #4D4D4D;
	background:white;
	padding:4px;
	margin-bottom:4px;
}

#chatpane ul,
#userpane ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#chatpane ul li,
#userpane ul li 
{
	font-size:8pt;
}

.servermsg 
{
	color:Red;
}

.actionmsg
{
	color:Blue;
}

.mytext 
{
	width:100%;
}

.clear 
{
	clear:left;
}

#charcount 
{
	font-size:8pt;
	padding:3px;
	border:solid 2px white;
	background:#eef;
	width:100px;
	margin:1px;
}

#username
{
 color:#fff;
}

.article {
  float: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #132656;
  width: 610px;
  padding: 10px 10px 10px 10px;
}

.article_full {
  float: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #132656;
  width: 960px;
  padding: 10px 10px 10px 10px;
}


.blog_article {
  float: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #132656;
  width: 610px;
  padding: 10px 10px 10px 10px;
  min-height: 400px;
}

.blog_article_container {
  float: left;
  margin: 10px 0px 10px 10px;
  border: 0px solid #132656;
  width: 630px;
  padding: 0px 0px 0px 0px;
  min-height: 400px;
}

.article_bottom_menu {
  float: left;
  margin: -10px 10px 10px 10px;
  border-top: none;
  border-left: 1px solid #132656;
  border-right: 1px solid #132656;
  border-bottom: 1px solid #132656;
  width: 610px;
  padding: 10px 10px 10px 10px;
}

.article_sub {
  float: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #132656;
  width: 570px;
  padding: 10px 10px 10px 10px;
}

.blog_comment_menu {
  float: left;
  margin: 0 0 0 0;
  border: none;
  width: 610px;
  padding: 2px 0 10px 0;
}

.article td {
  background: #000;
}

.article_right_fluid {
  float: right;
  margin: 10px 10px 10px 0px;
  border: 1px solid #132656;
  color: #ffffff;
  width: 310px; 
  padding: 10px 10px 10px 10px;
}

.blog_comment_menu {
  margin: 0 0 0 0;
  border: none;
  color: #454545;
  padding: 2px 0 10px 0;
}


.blog_options {
  margin: 10px 10px 10px 18px;
  border: 1px solid #132656;
  color: #454545;
  width: 310px; 
  padding: 5px 10px 5px 10px;
  line-height: 1.4em;
  height: 130px;
}

.newsimage_small {
        float: left;
	clear: left;
        border: 1px solid #0066cc;
	background: #eee;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 40px;
        height: 40px;
}


.newsimage_main {
        float: left;
	clear: left;
        border: 1px solid #0066cc;
	background: #eee;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 110px;
}

.avatarimage_tiny {
        float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	margin: 0px 5px 0px 0px;
        width: 20px;
        height: 20px;
}

.avatarimage_small {
        float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 40px;
        height: 40px;
}

.avatarimage_small_blog {
        float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 50px;
        height: 50px;
}

.avatarimage {
        float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 80px;
        height: 80px;
}

.blog_author { font-size: .9em; line-height: 1.2em; padding: 0 0 0 0px; color: #808080; }

.blog_title { font-size: .9em; line-height: 1.2em; padding: 0 0 0 0px; color: #808080;}

.blog_body { font-size: 1.0em; line-height: 1.2em; padding: 0 0 0 0px; color: #FFF;}

.blog_comment_body { font-size: 1.0em; line-height: 1.2em; padding: 40px 15px 15px 15px; color: #FFF; }

.blog_image {
        float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 250px;
}

/* default layout */
.PlanetTabs .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background-color:#000000;}
.PlanetTabs .ajax__tab_outer {padding-right:3px;height:21px;}
.PlanetTabs .ajax__tab_inner {padding-left:3px;}
.PlanetTabs .ajax__tab_tab {height:12px; padding:4px; margin: 0; border: 1px solid #132656; border-bottom: 0px; background-color: #0c0e1b;}
.PlanetTabs .ajax__tab_hover .ajax__tab_outer {}
.PlanetTabs .ajax__tab_hover .ajax__tab_inner {}
.PlanetTabs .ajax__tab_hover .ajax__tab_tab {}
.PlanetTabs .ajax__tab_active .ajax__tab_outer {}
.PlanetTabs .ajax__tab_active .ajax__tab_inner {position:relative; height: 19px; margin: 0px 0px 0px 0px; border: 1px solid #132656; border-bottom: 3px solid #000000; background: #000000;}
.PlanetTabs .ajax__tab_active .ajax__tab_tab {border: 1px solid #000000; background-color: #000000;}
.PlanetTabs .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #132656; padding:8px;background-color: #000000;}

.TabContainer {overflow: auto;}

.tab_menu {
 float: left;
 margin-left: 10px;
 border: 1px solid #132656;
 position: relative;
 top: 0px;
 left: 360px;
 background: #0c0e1b;
 width: 110px;
 height: 10px;
 text-align: center;
 font-family:verdana,tahoma,helvetica;font-size:11px;
 padding: 3px 2px 6px 2px; 
}


.thread {
  float: left;
  margin: 0px 10px 10px 10px;
  border: 1px solid #132656;
  width: 610px;
  padding: 10px 10px 3px 10px;
}

.thread_top {
  float: left;
  margin: 10px 10px 0px 10px;
  border: 1px solid #132656;
  width: 610px;
  padding: 10px 10px 10px 10px;
}

.thread_msg_body { font-size: 1.0em; line-height: 1.2em; padding: 5px 0px 0px 0px; color: #FFF; }
.thread_msg_reply { font-size: 1.0em; line-height: 1.0em; padding: 0px 0px 0px 15px; color: #FFF; }

.thread_header {
font : bold 1.6em Arial, Sans-Serif;
color : #ffffff;
padding: 10px 10px 10px 10px;
}

.thread_sub_header {
font : bold 5.0 em Arial, Sans-Serif;
color : #ffffff;
}

.blog_menu {
 position: relative;
 top: 0px;
 left: 110px;
 width: 450px;
 height: 10px;
 text-align: center;
 font-family:verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 8px 2px; 
}

.blog_menu_left {
 position: relative;
 top: 0px;
 left: 20px;
 width: 360px;
 height: 10px;
 text-align: center;
 font-family:verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 8px 2px; 
}

.planet_section_menu {
 position: relative;
 top: 0px;
 left: 110px;
 width: 500px;
 height: 10px;
 text-align: center;
 font-family:verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 8px 2px; 
}

.thread_menu {
 position: relative;
 top: 0px;
 left: 10px;
 width: 600px;
 height: 10px;
 text-align: center;
 font-family:verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 8px 2px; 
}

.thread_menu_item {
 border: 1px solid #132656;
 margin-left: 5px;
 position: relative;
 float: right;
 top: 0px;
 background: #0c0e1b;
 width: 100px;
 height: 8px;
 text-align: center;
 font-family:arial, verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 6px 2px; 
}

.thread_menu_item a {
display: block;
color : #ffffff;
background : #0c0e1b;
text-decoration : none;
}

.thread_menu_item a:visited {
display: block;
color : #ffffff;
background : #0c0e1b;
text-decoration : none;
}

.thread_menu_item a:active {
display: block;
color : #ffffff;
background : #0c0e1b;
text-decoration : none;
}

.thread_menu_item a:hover {
color: #ffff00;
width: 100%;
background:#0066cc;
text-decoration : none;
}

a.thread_menu_item:link
{
display: block;
color : #ffffff;
background:#0c0e1b;
text-decoration : none;
}

.thread_menu_item_red {
 border: 1px solid #132656;
 margin-left: 5px;
 position: relative;
 float: right;
 top: 0px;
 background: #990000;
 width: 100px;
 height: 8px;
 text-align: center;
 font-family:arial, verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 6px 2px; 
}

.thread_menu_item_red a {
display: block;
color : #ffffff;
background : #990000;
text-decoration : none;
}

.thread_menu_item_red a:visited {
display: block;
color : #ffffff;
background : #990000;
text-decoration : none;
}

.thread_menu_item_red a:active {
display: block;
color : #ffffff;
background : #990000;
text-decoration : none;
}

.thread_menu_item_red a:hover {
color: #ffff00;
width: 100%;
background: #990000;
text-decoration : none;
}

a.thread_menu_item_red:link
{
display: block;
color : #ffffff;
background: #990000;
text-decoration : none;
}

.confirm-dialog {	
    BACKGROUND: url(img/bg/dialog24.png) no-repeat left top;	
    MARGIN: 0px auto;	
    WIDTH: 400px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 10px;	
    PADDING-LEFT: 10px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(img/bg/dialog24.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px 0px 0px;	
    WIDTH: 400px;	
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(img/bg/dialog-base.png) no-repeat left bottom;	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: 0px;	
    MARGIN-RIGHT: 0px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: left;
}

.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #f60;
    TEXT-ALIGN: center;
} 

.confirm-dialog input {	
    WIDTH:50px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url(img/icn/close24.png) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}   

.modalBackground {
    background-color:Black;
    filter:alpha(opacity=70);
    opacity:0.9;
}

.balloon a:hover {background-color: #FFFF99;;color:#0000FF;}
.balloon a:link span{display: none;}
.balloon a:visited span{display: none;}
.balloon a:hover span {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:400px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 10px/12px verdana;
  text-decoration:none;
  color: #000;
  text-align:left;
  display: block;
}

.copyright {
font-family:'tahoma';
font-size: 10px;
font: serif;
color: #ffffff;
text-decoration : none;
}


.planetnav {font-family:'tahoma';font-size:10px; serif;}

.planetnav a {
color : #F87431;
background : inherit;
text-decoration : none;
}

.planetnav a:hover {
color : #ffff00;
background : inherit;
text-decoration : underline;
}

blockquote {
border : 2px solid #000;
width: 200px;
float: right;
margin: 0px;
padding: 10px;
background-color: #ccc;
quotes: "\201C" "\201D";
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.chat_panel {
  float: left;
  margin: 10px 0px 10px 10px;
  border: 1px solid #132656;
  width: 640px;
  padding: 10px 10px 10px 10px;
  min-height: 400px;
}

.chatuser_panel {
  float: left;
  margin: 10px 10px 10px 0px;
  border: 1px solid #132656;
  color: #ffffff;
  width: 280px; 
  padding: 10px 10px 10px 10px;
}


.shinychatbutton {
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffe1e1;
	border: 1px solid #305298;
	background: #0c0e1b;
        width: 80px;
        height: 20px;
}

.shadetabs {
padding: 3px 0; 
margin-left: 0;
 margin-top: 10px;
 margin-bottom: 1px; font-family: tahoma, verdana, sans-serif;
 font-size: 95%; list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs li {
display: inline; 
margin: 0;
}


.shadetabs li a {
text-decoration: none;
 padding: 3px 7px;
 margin-right: 0;
 border: 1px solid #305298;
 color: #ccc;
 background: #0c0e1b top left repeat-x;
}


.shadetabs li a:visited{
color: #2d2b2b;
}


.shadetabs li a: hover{
text-decoration: none; 
color: #2d2b2b;
}



.shadetabs li.selected {
        
position: relative;
        
top: 1px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
        
}



.shadetabs li.selected a {
           
border-bottom-color: #305298;
          
 background: #305298;
           }



.shadetabs li.selected a:hover{
text-decoration: none;
}



.tabcontentstyle {
	border: 1px solid #305298;
        
width: 260px;
        min-height:240px;
        height:auto !important;
        height:324px;
        margin-bottom: 1em;
        
padding: 10px;
        
}



.tabcontent {

    display:none;
}

.BarIndicator_TextBox2_weak
        {
            color:Red;
            background-color:Red;
        }
.BarIndicator_TextBox2_average
        {
            color:Blue;
            background-color:Blue;
        }
.BarIndicator_TextBox2_good
        {
            color:Green;
            background-color:Green;
        }

.BarBorder_TextBox2
        {
            border-style:none;
            border-width:0px;
            padding:1px 1px 1px 1px;
            width:200px;
            height: 12px;
            vertical-align:middle;
        }


#newsBar-bar a { 
      font-size: 110%; 
      color: #ffcc66; 
      font-weight: bold; 
    }
 
.titleBox_gsnb {
  color : #676767;
}

a.statusItem_gsnb {
  color : #000000;
  font-size : 11px;
}

a.statusItemSelected_gsnb {
  color : #000000;
}

div.statusBox_gsnb {
  padding-top : 4px;
  padding-bottom : 4px;
}

a.statusItem_gsnb {
  cursor : pointer;
  white-space: nowrap;
}

a.statusItemSelected_gsnb {
  font-weight : bold;
  text-decoration : none;
  border: none;
}

table.episode th, table.episode td {
  font-size : 8pt;
  font-weight: bold;
  font-family : tahoma, arial, sans-serif;
  background : #000000 none; color : #FFFFFF;
}



table.tablist th, table.tablist td {
  font-size : 8pt;
  font-family : tahoma, arial, sans-serif;
  background : #000000 none; color : #FFFFFF;
}

td.alt {
  font-size : 8pt;
  font-family : tahoma, arial, sans-serif;
  background : #666666 none; color : #FFFFFF;
}


.episode_rating {
 border: 1px solid #132656;
 margin-left: 1px;
 margin-top: 10px;
 position: relative;
 float: left;
 top: 0px;
 background: #0c0e1b;
 width: 100px;
 height:35px;
 text-align: center;
 font-family:arial, verdana,tahoma,helvetica;font-size:20px;
 padding: 18px 6px 6px 2px; 
}

.episode_rating2 {
 border: 1px solid #132656;
 margin-left: 1px;
 margin-top: -20px;
 position: relative;
 float: right;
 top: 0px;
 background: #0c0e1b;
 width: 100px;
 height:35px;
 text-align: center;
 font-family:arial, verdana,tahoma,helvetica;font-size:20px;
 padding: 18px 6px 6px 2px; 
}

.spoiler {
margin-left: 30px;
color:#000000;
}

.GoogleNews
{
margin: 10px 10px 10px;
}

.GoogleNews .gs-title b
{
color: #ffffff;
}

.GoogleNews a:link, .GoogleNews a:visited, .GoogleNews a:hover, .GoogleNews a.active, .GoogleNews a.statusItem_gsnb, .GoogleNews a.statusItemSelected_gsnb
{
font-weight : bold;
text-decoration : none;
color : #FBB917;
background-color : transparent; 
}

.ubb_quote {
margin: 15px;
font-size: 1.0em;
line-height: 1.2em;
color: #66ccff;
}