@charset "utf-8";
@import "ui.core.css";
@import "ui.theme.css";
@import "ui.tabs.css";
/* CSS Document */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#161616;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	
	margin-left:auto;
	margin-right:auto;
	max-width:1115px;
	/*
	border-left:3px solid #d7d2be;
	border-right:3px solid #d7d2be;
	border-bottom:3px solid #d7d2be;
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url("/media/images/bodybg.png");
	background-repeat:repeat-x;
	/*background-color:#eae5cf;*/
	background-color:#dbd1a7;
	margin-top:-5px;
}

a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0;
	border:0;
}

h1 {
margin:0;
}

td {
vertical-align:top;
}


.tbl_newseries {
width:100%;
}

.tbl_newseries th {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
letter-spacing: 0px;
margin-bottom: 10px;
font-weight: bold;
color: #666666;
}

.tbl_newseries td {
height:21px;
border-bottom:1px solid #CCCCCC;
border-collapse:collapse;
font-size:12px;
}

#tbl_newseriescontainer {
width:100%;
}

/* HOT */
.hot_name {
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing:1px;
}

.hot_desc {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}

.hot_stats {
border-top:1px solid #CCCCCC;
}

.hot_separator {
margin-bottom:8px;
}

/*BB*/
.bb_container {
padding:2px;
border: 1px solid #9f999b;
float:left;
width:195px;
min-height:100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-right:2px;
margin-bottom:2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
overflow:hidden;
}

.bb_container2 {
padding:2px;
border: 1px solid #9f999b;
float:left;
width:390px;
min-height:100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-right:2px;
margin-bottom:2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
overflow:hidden;
}

.bb_container img {
float:left;
padding-right:3px;
}

.bb_container2 img {
float:left;
padding-right:3px;
}

.bb_title {
font-size:20px;
}

#bb_formcontainer {
clear:both;
}

#bb_formcontainerindex {
clear:both;
padding:0;
margin:0;
}


#bb_form {
margin:0;
padding:0;
}

.bb_columnheader {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
letter-spacing: 0px;
margin-bottom: 10px;
font-weight: bold;
color: #666666;
}

.tbl_bbstat {
margin-bottom:2px;
}

.tbl_bbstat a {
text-decoration:none;
}

#bb_newslink {
text-decoration:none;
background:white;
background-color:white;
}

#bb_votecount {
padding-left:5px;
}

#bb_votecount a {
text-decoration:none;
font-size:13px;
color:#990000;
letter-spacing:1px;
}

#sitewrapper {
	max-width:1115px;
	text-align:left;
	margin:0 auto;	
}

#tbl_bbwinner #question {
    font-size:22px;
}

.pos_value {
float:left;
color:green;
font-size:12px;
font-weight:normal;
padding-left:5px;
padding-top:5px;
}

.neg_value {
float:left;
color:red;
font-size:12px;
font-weight:normal;
padding-left:5px;
padding-top:5px;
}

.pos_bbvalue {
color:green;
font-weight:bold;
}

.neg_bbvalue {
color:red;
font-weight:bold;
}

/* main view styles */

#view_wrapper {
margin-top:3px;
border:2px solid #eff0f0;
width:99%;
background-color:white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#view_title_wrapper {
color:black;
padding:0px;
background-image:url('/media/images/viewtitlebg.png');
background-repeat:repeat-x;
height:60px;
}

#view_title {
color:black;
padding:0px;
background-repeat:repeat-x;
}

#view_subtitle {
color:grey;
padding-top:0px;
padding-left:10px;
padding-bottom:5px;
}

#view_title h1 {
padding-left:10px;
padding-top:3px;
padding-bottom:5px;
font-size:20px;
font-weight:normal;
}

#view_footer {
color:#666666;
padding-top:5px;
padding-left:5px;
padding-bottom:2px;
background-color:white;
/*background-image:url('/media/images/footerbarbg.png');*/
background-repeat:repeat-x;
height:20px;
}

#view_footer a {
color: black;
text-decoration:none;
font-weight:normal;
background-color:white;
}

#view_content {
background-color:white;
padding-left:5px;
}

#view_msg_warning {
letter-spacing:1px;
font-size:15px;
}

/* comment form */
#comment_wrapper {
width:100%;
min-width:450px;
}

#comment_form_wrapper {
display:none;
width:100%;
margin-top:5px;
font-size:10px;
letter-spacing:1px;
}

#comment_form_show {
text-decoration:none;
font-size:14px;
}

#input_comment {
font-family:"Courier New", Courier, monospace;
font-size:11px;
width:98%;
}

#input_nickname {
width:200px;
}

#comment_form {
width:60%;
border-bottom:1px solid  #999999;
border-right:1px solid #999999;
margin-bottom:5px;
padding-bottom:5px;
padding-right:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#comment_form_link {
letter-spacing:1px;
}

#comment_form_update {
letter-spacing:1px;
}

#comment_list {
padding-top:10px;
}

#submit_comment {
vertical-align:bottom;
}

.commentitem_wrapper {
width:99%;
border:1px solid #afafaf;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom:5px;
}

.commentitem_author {
padding:3px;
}

.commentitem_date {
padding:3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
vertical-align:top;
}

.commentitem_content {
font-family:"Courier New", Courier, monospace;
font-size:11px;
padding:5px;
}

#comment_form_result {
padding:5px;
}


/* mc_main */
#tbl_mc {
font-size:10px;
}

#tbl_mc td {
vertical-align:top;
}

#tbl_mc textarea {
width:500px;
}

#tbl_mc .headerl {
text-align:right;
border-right:1px solid #afafaf;
border-bottom:1px solid #afafaf;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width:auto;
padding:8px;
}

#tbl_mc .submit  {
border-left:2px solid black;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-left-style-value: solid;
border-top-color: #000000;
border-right-color-value: #000000;
border-bottom-color: #000000;
background-color: #F9F9F9;
display: inline;
color: black;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:2px;
}

#form_error {
border:#CC0000 2px solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:3px;
margin-top:5px;
}

#form_success_msg {
padding-top:5px;
padding-bottom:5px;
font-size:12px;
color:#009900;
border:1px solid #009900;
border-top:2px solid #006600;
margin-top:2px;
margin-bottom:5px;
}

#form_success_msg img {
padding-right:5px;
padding-left:5px;
}

#form_error_msg {
padding-top:5px;
padding-bottom:5px;
font-size:12px;
color:#CC0000;
border:1px solid #CC0000;
border-top:2px solid #990000;
margin-top:2px;
margin-bottom:5px;
}

#form_error_msg img {
padding-right:5px;
padding-left:5px;
}


/* SERIEGUIDE STYLES */
#tbl_serieguide {
width:100%;
}

#tbl_serieguide td {
border-right:1px solid #7F7F7F;
border-bottom:1px solid #7F7F7F;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.gitem_title a {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-1px;
text-decoration:none;
font-weight:bold;
}

.gitem_img {
float:left;
}

.gitem_img img {
width:60px;
padding:5px;

}

#tab_content {
width:100%;
}

/* SERIE STYLES */

.tbl_serie {
font-size:10px;
}

.tbl_serie td  {

padding-left:5px;
font-family:"Courier New", Courier, monospace;
font-size:11px;
}

.tbl_serie .column {
text-align:right;
border-right:1px solid #7F7F7F;
border-bottom:1px solid #7F7F7F;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family:"Courier New", Courier, monospace;
font-size:11px;
padding:5px;

}

.tbl_serie th {
text-align:left;
font-size:10px;
font-weight:bold;
height:20px;
text-align:left;
border-bottom:1px solid #afafaf;
padding-left:5px;
font-family:Verdana, Tahoma, Arial;
font-weight:normal;
}

/*PERSON STYLES */
.tbl_person {
font-size:10px;
}

.tbl_person td  {

padding-left:5px;
font-family:"Courier New", Courier, monospace;
font-size:11px;
}

.tbl_person .column {
text-align:right;
border-right:1px solid #7F7F7F;
border-bottom:1px solid #7F7F7F;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family:"Courier New", Courier, monospace;
font-size:11px;
padding:5px;

}

.tbl_person th {
text-align:left;
font-size:10px;
font-weight:bold;
height:20px;
text-align:left;
border-bottom:1px solid #afafaf;
padding-left:5px;
font-family:Verdana, Tahoma, Arial;
font-weight:normal;
}

.persontbl {
width:100%;
}

/* RATING */
fieldset#rateitem {
background-color:white;
border:1px solid black;
}

#rateitem_scores {
margin: 2px 0 2px;
border: 1px solid black;
background-color:white;
padding: 2px 2px 2px;
float:left;
}

#rateitem_submit {
margin: 0 5px;
}

#rateitem fieldset {
border: 1px solid #333333;
font-family:Tahoma;
font-size:10px;
clear:both;
}

#rateitem legend {
margin-left: 3px;
font-size:10px;
text-transform:uppercase;
color:#333333;
}

.rateitem_selector {
color:#006600;
text-transform: uppercase;
cursor: pointer;
font-size: 18px;
font-weight:normal;
padding-left:6px;
padding-right:6px;
margin: 1px;
font-family:"Courier New", Courier, monospace;
}

.rateitem_selector_h {
background-color:#66CC00;
border: 1px solid #AAAAAA;
color: #161616 !important;
text-decoration: none !important;
margin: 0px;
}

#ratevalue_wrapper img {
float:left;
padding-top:8px;
margin-right:1px;
}

#ratevalue_value {
padding:5px;
font-size:17px;
font-family:"Courier New", Courier, monospace;
float:left;
}

#ratevalue_img {
margin-top:5px;
padding-top:20px;
}

/*PERSONS */
#tbl_persons {
width:100%;
}

#tbl_persons_sidepanel {
width:180px;
border-left:1px solid  #CCCCCC;
padding-left:5px;
}

#tbl_persons_maincontent {
padding:5px;
}

#tbl_persons_lcontainer {
padding:10px;
background-color:#E8E8E8;
}

#tbl_persons_tr_title {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
letter-spacing:-1px;
margin-bottom:10px;
font-weight:bold;
color:#666666;
}

#tbl_persons_list {
margin-top:10px;
width:100%;
}

#tbl_persons_list a {
font-size:12px;
}

#tbl_persons_list td {
border-bottom:1px solid #E5E5E5;
}

.tbl_persons_llink {
font-size:25px;
}

.tp_wrapper {
width:100%;
clear:left;
margin-bottom:5px;
}

.tp_img {
float:left;
padding-right:10px;
}

.tp_content img {
margin-top:5px;
}

.tp_title a {
font-size:13px;
}

.tp_rating {
font-size:15px;
color:#006600;
}

/* EPISODES */
#tbl_episodes {
width:100%;
font-family:"Courier New", Courier, monospace;
font-size:11px;
margin-top:5px;
border-top:1px solid #7F7F7F;
}

#tbl_episodes th {
text-align:left;
border-right:1px solid #7F7F7F;
border-bottom:1px solid #7F7F7F;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family:"Courier New", Courier, monospace;
font-size:11px;
padding:5px;
font-weight:normal;
}

.episode_synopsis {
padding-bottom:3px;
}

.episode_title {
min-width:250px;
}

.episode_checked {
border-bottom:1px solid #CCCCCC;
padding-bottom:5px;
}

.episode_vote {
width:60px;
}

.episode_vote img {
float:left;
}

#episode_form {
display:none;
}

#tbl_episodeadd {
font-size:10px;
width:85%;
border-bottom:1px solid  #999999;
border-right:1px solid #999999;
margin-bottom:5px;
padding-bottom:5px;
padding-right:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding-top:5px;
}

#input_synopsis {
width:500px;
}

#submit_episode {
vertical-align:bottom;
}

#episode_form_link {
letter-spacing:1px;
font-size:14px;
}

#episode_form_show {
text-decoration:none;
}

.input_name {
width:280px;
margin-top:1px;
}

#season_links {
font-size:10px;
}

/* BLOCKS */
#fpanel {
width:100%;
}

#fpanel td {
border-bottom:1px solid #E5E5E5;
}

.fpanel_title {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.fpanel_value {
font-family:"Courier New", Courier, monospace;
font-size:11px;
}


.block_wrapper 
{
width:99%;
background-color:white;
margin-top:3px;
margin-bottom:8px;
}

.block_title {
background-color: #212121;
color: #e7e7e7;
font-size: 14px;
font-weight: 700;
line-height: 18px;
padding-top: 5px;
padding-right: 9px;
padding-bottom: 5px;
padding-left: 9px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
letter-spacing:-1px;
}

.block_content_border {
padding:1px;
/*border: 1px solid black;*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color:#CCCCCC;
}

.block_content {
padding:5px;
/*border: 1px solid #d3d3d3;*/
background-color:white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.block_content a {
text-decoration:none;
}

.blockcol2_wrapper {
width:250px;
}

.blockcol2_left {
width:120px;
padding-left:3px;
}

.blockcol2_right {
width:120px;
padding-left:3px;
}


#navi {
margin-bottom: 0em;
margin-top:0em;
background-color:white;
}

#navi ul {
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size: 10px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #e2dfd3;
}

#navi li{
display: inline;
margin: 0px;
}

#navi li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
margin-left:0px;
border-left: 1px solid #DDD;
font-size: 13px;
font-family: verdana;
font-weight:normal;
color:black;
background: white url(/media/images/tab.gif) top right no-repeat;
}



#menu {
	background-color: white;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-bottom:1px solid #F4F4D4;
}

#menu ul {
	padding-left:10px;
	margin-left:10px;
}

#menu li {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
	padding: 0;
	margin-right: 1px; /*distance between each tab*/
	padding-top:5px;
}
#menu a {
	background:#F4F4F4 url(/media/images/tab.gif) top right no-repeat;
	color:black;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	margin-left:5px;
	text-decoration: none;
	letter-spacing:2px;
	border-left: 1px solid #DDD;
}
#menu a:hover {
	background: #cc0000 url("/media/images/sep.png") bottom right no-repeat;
	color: #fff;
	padding-bottom: 8px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;	
}

#info {
	clear:both;		
	height:25px;
	background-color:#000000;
	color:#999999;		
	width:100%;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;	
}

#info p {
	padding:.4em 15px 0 15px;
	margin:0;		
	
}



/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
	/*background-image: url('/media/images/bgtile.png');*/
	background-repeat:repeat-x;
	
	height:120px;
	text-align:right;
	padding-top:5px;
	padding-right:0px;
}


#header_logo {
float:left;
padding-right:0px;
width:200px;
}


#header_ad {
padding-top:30px;
padding-right:0px;
float:right;
}	

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
	background:white;
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-330px;
	position:relative;
	right:100%;
	background:white;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:0 5px 0 340px;
	overflow:hidden;
}
.rightmenu .col2 {
	float:right;
	width:310px;
	position:relative;
	left:315px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #999999;
	background-color:white;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	font-size:10px;
	letter-spacing:1px;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */

