

/*GENERAL RULES*/
body { 	
	margin:0;
	padding: 0;
	border: 0;
	font-family: arial, lucida, helvetica, sans-serif;
	font-size:11px;	
	background-color: #000;
	color: #fff;
}


h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    padding: 0;
}

h2 {
	font-size:14px;
}

h3, h4 {
	font-size:12px;
}

h5, h6 {
	font-size:11px;
}

img {
	border:0;
}

form
{
    margin: 0;
    padding: 0;
}

p {
	padding:0;
	margin:0;
}

/****************
END general rules 
***************/

/**************
NAVIGATION
***************************/
















/**************
E N D NAVIGATION
***************************/








.silent
{
    display: none;
}

.commentByLine
{
    background-color: #000;
    color: #fff;
    min-height: 20px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #000000;
    display: block;
}

/*LINKS*/

a
{
    text-decoration:none;
	color: #fff;
}

a:hover 
{
	text-decoration:underline;
}

#body_container 
{
	position:relative;
	text-align:left;
	width:1075px;
}

#ad_banner1
{ 
    left:184px;
    position:absolute;
    top:12px;
    width: 896px;
    z-index: 500000;
}

.ad_banner2
{ 	
    float:left;
	padding: 0;
	margin: 0;
	background: #000;
	width:160px;
	text-align:center;
}



/*for spock pages */
.ad_banner3
{ 	
	background: #000;
	padding: 4px;
	margin: 0;
	text-align:center;
	width:336px;
	
}

.ad_banner2 span#advert, .ad_banner3 span#advert
{ 	
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    margin: 6px 0;
    color: #fff;
}



#header 
{
	border-bottom:1px solid #fff;
	line-height:0;
}

/*SCHEDULE*/
#schedule-details {
    position:relative;
	padding-top:4px;
	padding-left:18px;
	margin-bottom:8px;
	width: 140px;
	font-size:11px;
	min-height:126px;
}

* html #schedule-details {
    height:126px;
}

#schedule-details a {
    font-weight:normal;
}

#schedule-details strong {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color:#36A1CB;
}

#schedule-details em {
	font-weight:bold;
	font-style:normal;
}

#schedule-details dl,
#schedule-details dt,
#schedule-details dd,
#schedule-details a {	
	font-size:12px;
	padding:0;
	margin:0;
	font-weight:normal;
}

#schedule-details dl {
	padding:0 0 30px 0;
}
#schedule-details dd {
	margin-bottom:-1px;
	padding-bottom:0;
}

#schedule-details dl {
	padding-bottom:10px;
}

#schedule-details dt {
	padding-top:4px;
}


#link_viewschedule {
	position:absolute;
    bottom:2px;
	background:url(http://cache.g4tv.com/images/phoenix/home/btn_viewschedule.gif) no-repeat bottom left;
	text-indent:-200em;
	display:block;
	height:9px;
	width:123px;
}

/*FOOTER*/

#footer {
	background-color:#22373D;
	clear:both;
	padding:6px;
	font-size:9px;
	width:899px;
	height: 11px;
}

body.SpockMarket #footer
{
    width:1059px;   
}

#footer ul {
	margin:0;
	padding:0;
	display:inline;
}

#footer li {
	color:#D8D8D8;
	display:inline;
	list-style:none;
	padding-right:6px;
	padding-left:6px;
	border-right: solid 1px #fff;
}

#footer .lastlink {
	border-right:none;
}

#footer a:link, 
#footer a:visited, 
#footer a:active {
	color:#D8D8D8;
	text-transform:uppercase;
}

#footer-links1 {
	float:left;
}

#footer-links2 {
	float:right;
}


#footer-links2 a:link, 
#footer-links2 a:visited, 
#footer-links2 a:hover, 
#footer-links2 a:active {
	text-decoration:underline;
	text-transform:none;
}


img.photoleft
{
	float: left;
	margin: 0 12px 12px 0;
}

img.photoright
{
	float: right;
	margin: 0 0 12px 12px;
}

.chat_instructions
{
    padding:20px 0px 40px 40px;
}

.chat_instructions p
{
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
    text-align:left;
}

.chat_instructions a
{
    color:#ff9900;
    text-decoration:underline;
}
.chat_instructions a:hover
{
    text-decoration:none;
}

.chat_instructions div p
{
    padding-bottom:40px;
    text-align:center;
}







/* SPECIAL CONDITIONS  ----------------------------------------------------------------------*/

/* 10/11/06 - GS - updated version of clearfix with IE7 support, taken from http://5thirtyone.com/archives/539  */

.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



.iepnglinkfix {
    position:relative;
}

.ip
{
  display: none;
}

.breaker
{
    clear:both;
}