body {
	font-size: 76%;
	/*font-family:  Verdana, Arial, Sans-Serif;*/
	font-family: Helvetica;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0px 0 0;
	background: #FFF;
	-webkit-text-size-adjust:none;
	}

#header
{
	clear:both;
	height:40px;
}	
#content
{
	clear:both;
}	
#path
{
	clear:both;
	margin: 10px 10px;
}	
#path a
{
	color:#666666;
	text-decoration: none;
}	

#footer
{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}	

#headercontent
{
	clear:both;
	height:30px;
}	
#logo
{
	float:left;
}
#search
{
	float:right;
}

#default_navi{
	position: relativ;
	width:100%;
	z-index:900;
}

#default_navi a{
	color:#666666;
	font-weight: bold;
}


ul.list-ee {
	font-size:17px;
	margin: 0;
	padding: 0;
}

.list-ee li{
	list-style-type: none;
	
	border-top-width:1px;                    /*	 Add a line at the top of every cell */
	border-top-color:rgb(217,217,217);
	border-top-style:solid;
	
	padding-top:10px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	
	height:19px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:19px;  /* Ensure that the height of the cell includes the line at the top of the cell  */
}


.list-ee li:first-child{
	border-top:0;   /* Remove the line above the first item of the list */
}


.list-ee a {	
	display: block;  /* Set the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block */
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	  
	
	text-decoration: none;
	color: black;
}
.showArrow { background: url(/images/pcarrow.png) no-repeat right; }

a.page_browse
{
   font-weight:normal;
	text-decoration:none;
	font-size: 16px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left:0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 25px;

}
.page_browse_disabled
{
   font-weight:normal;
	text-decoration:none;
	font-size: 16px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #cccccc;
	margin-left:0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 25px;
}

a.page_browse:hover
{
   font-weight:normal;
	text-decoration:none;
	font-size: 16px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-left:0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
}

a.page_browse_sel
{
   font-weight:bold;
	text-decoration:none;
	font-size: 16px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left:0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;

}
a.page_browse_sel:hover
{
   font-weight:bold;
	text-decoration:none;
	font-size: 16px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left:0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 9px;
}



ul.list-pcee {
	font-size:17px;
	margin: 0;
	padding: 0;
}

.list-pcee li{
	list-style-type: none;
	
	border-top-width:1px;                    /*	 Add a line at the top of every cell */
	border-top-color:rgb(217,217,217);
	border-top-style:solid;
	
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:5px;
	
	height:50px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:50px;  /* Ensure that the height of the cell includes the line at the top of the cell  */
}
.res_image
{
	float:left;
	height:50px;
	width:50px;
}
.res_txt
{
	width:210px;
	height:50px;
	margin-left:5px;
	overflow:hidden;
	
}
.list-pcee li:first-child{
	border-top:0;   /* Remove the line above the first item of the list */
}


.list-pcee a {	
	display: block;  /* Set the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block */
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	  
	
	text-decoration: none;
	color: black;
}


ul.list_cast { border-top: 1px solid #e0e0e0; list-style: none; clear: both;padding-left:5px;}
ul.list_cast li { padding: 3px 3px;line-height: 50px; border-bottom: 1px solid #e0e0e0; overflow: hidden; background: url('/images/pcarrow.png') no-repeat 98% 50%; }
ul.list_cast a { padding: 10px 20px 10px 10px; color: #000; font-weight: bold; display: block; text-decoration: none; overflow: hidden; }
ul.list_cast a img { float: left; margin: 0px 10px 0px 0px; }

#cast_navi.list_cast li a { line-height: 50px;  padding: 0px; margin-right: 5px; }

.page_select
{
	text-align: center;
	margin-top:3px;
}
#gadbox
{
	margin-top: 3px;
}
a.pchead
{
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	font-size: 18px;
	color: #093E66;
}
h2.episode
{
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 14px;
	color: #000000;
}
.episodeblock
{
	margin-left:10px;
	margin-right:10px;
}

.itemdate
{
  color: #666666;
  font-size:9px;
}

   #tabs_sub {
      float:left;
      width:100%;
      /*background:#FFFFFF; */
      font-size:93%;
      line-height:normal;
      border-bottom:0px solid #24618E;
		padding-top:0px;
      }
    #tabs_sub ul {
        margin:0;
        padding:0px 10px 0 0px;
        list-style:none;
      }
    #tabs_sub li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs_sub a {
      float:left;
      background:url("/images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs_sub a span {
      float:left;
      display:block;
      background:url("/images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#888888;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs_sub a span {float:none;}
    /* End IE5-Mac hack */
    #tabs_sub a:hover span {
      color:#000000;
      }
    #tabs_sub a:hover {
      /*background-position:0% -42px;*/
      }
    #tabs_sub a:hover span {
      /*background-position:100% -42px;*/
      }

     #tabs_sub #active a {
         /*       background-position:0% -42px;*/
        }
     #tabs_sub #active a span {
/*                background-position:100% -42px;*/
                color:#000000;
					 
        }		
		  

.container {
		  clear:both;
        width: 100%;
        padding: 5px 10px 0px 0px;
        margin: 0px 0px 0px 0px;
}

/* pyramid */

#navPyra {
        margin: 0px 0px 10px 0px;
        padding: 0 0 20px 0px;
        border-bottom: 1px solid #CCCCCC;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 10px;
        line-height: 10px;
        font-weight: normal;
        padding: 0px 12px 10px 12px;
        text-decoration: none;
        color: #666666;
}

#navPyra a:link.current, #navPyra a:visited.current, #navPyra a:hover {
        color: #000000;
        background: url(/images/triangle.gif) no-repeat bottom center;
}		  


