﻿/*
**************************************
    HTML CLASSES
**************************************
*/

body
{
    background-color: #eee5f3;
}

a
{
    color: #4F2173;
}
a:hover
{
    color: #6C3F8E;
}

select
{
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    border: 1px #4f2173 solid;
    background-color: #ffffff;
    color: #4f2173;
}

/*
***********************************************************
	HEADER, TOP MENU & FLASH SECTIONS
***********************************************************
*/

.head_container_outer
{
    background-image: url( '../_gfx/head_entertainment_bg.gif' );
}
.top_menu_outer
{
    /*background-color: #f6f2f9; 
    background-color:#EEE5F3;
    background-image: url('../_gfx/top_menu_entertainment.png');
    background-position:left top;
    background-repeat:repeat-x;*/
}
.top_banners_outer
{
    /*background-color: #f2eaf7;*/
    /*background-image: url( '../_gfx/top_banners_entert_bg.gif' );*/
    background-color:#EEE5F3;
    
}
.top_flash_outer
{
    /*background-color: #f2eaf7;*/
    /*background-image: url( '../_gfx/topflash_entertainment_bg.jpg' );*/
    background-color:#EEE5F3;
}



/*
***********************************************************
	FLASH CONTENT (top)
***********************************************************
*/



a:hover .top_story_details p 
{
	color:#333;
}

/*
***********************************************************
	MAIN CONTENT STRUCTURE & COMMON CLASSES
***********************************************************
*/

.articlelist li
{
    background-image: url( '../_gfx/arrows/small_arrow_entertainment.gif' );
}

.arrowlink, .arrow
{
    background-image: url( '../_gfx/arrows/small_arrow_entertainment.gif' );
}

/*
***********************************************************
	BOXES
***********************************************************
*/
/* 
.box
{
    background-image: url( '../_gfx/boxes/entertainment_back.gif' );
}

.box_tl
{
    background-image: url( '../_gfx/boxes/entertainment_tl.gif' );
}
.box_tr
{
    background-image: url( '../_gfx/boxes/entertainment_tr.gif' );
}
.box_bl
{
    background-image: url( '../_gfx/boxes/entertainment_bl.gif' );
}
.box_br
{
    background-image: url( '../_gfx/boxes/entertainment_br.gif' );
}
 */
/*
***********************************************************
	TABS
***********************************************************
*/
ul.tabs li a 
{
    color: #4F2173;
    background-position: right -336px;
}
ul.tabs li a span 
{
     background-position: -490px -364px;
}
ul.tabs li.ui-tabs-selected a span
{
    color:#4F2173;
    border-bottom: 1px solid #EEEBF0;
}

.tab div
{
    background-position: right -336px;
    color: #4F2173;
}
.tab div div
{
    background-position: -490px -364px;
    border-bottom: 1px solid #EEEBF0;
}
.tab div div a
{
    color: #4F2173;
}

/*
***********************************************************
	ARTICLE
***********************************************************
*/
.article_left_column h1 
{
	color:#4F2173;
}
.article_right_box
{
	border-top: 1px solid #EEEBF0;
	background-image: url( '../_gfx/boxes/entertainment_back.gif' );
}

.article_section
{
	background-image: url(../_gfx/boxes/entertainment_back.gif);
	border-top: 1px solid #EEEBF0;
}
.article_comment
{
	border: 1px solid #EEEBF0;
}
.article_comment_inner
{
	background-image: url(../_gfx/boxes/entertainment_back.gif);
}
.article_author strong
{
	color: #4F2173;
}
.comment_canvas
{
	border: 1px solid #EEEBF0;
}
.comment_canvas_inner
{
	background-image: url(../_gfx/boxes/entertainment_back_tall.jpg);
}
.comment_canvas_inner table input
{
	border: 1px solid #EEEBF0;
}
.comment_textarea textarea
{
	border: 1px solid #EEEBF0;
}


/*
***********************************************************
	CONTROL: TILES
***********************************************************
*/

.tile
{
    background-color: #f3f3f3 ;
    /*//mozilla*/
    background: -moz-linear-gradient(top, #f3f3f3 , #FFF);
    /* Chrome/Safari     */
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3 ), to(#FFF));
    /*IE 6/7 */ filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f3f3f3 ',EndColorStr='#FFF');
    /*IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3 , endColorstr=#FFF)";
} 

/*
***********************************************************
	CONTROL: NEWSBOX
***********************************************************
*/

.newsbox h3
{
    background-color: #E5E2E7;
    border-bottom: 1px solid #D5D3D7;
}

.newslist li
{
    background-image: url( '../_gfx/arrows/small_arrow_entertainment.gif' );
}

/*
***********************************************************
	GOOGLE ADS
***********************************************************
*/
.google_bottom,.google_left {
	 background-color:#F8F6F8;
}

/*
***********************************************************
	TABS
***********************************************************
*/


ul.entertainment_tabs
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:28px;
	position:absolute;
}
ul.entertainment_tabs li
{
	float: left;
	display: block;
	margin-right: 3px;
	padding-top: 4px;
}
ul.entertainment_tabs li a
{
	float: left;
	display: block;
	color: #A68FB8;
	text-decoration: none;
	background-image: url( '../_gfx/boxes/box_tabs.png' );
	background-position: right -336px;
	background-repeat: no-repeat;
	outline: 0;
}
ul.entertainment_tabs li a:hover
{
	text-decoration: none;
	color: #4F2173;
}

ul.entertainment_tabs li a span
{
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 9px 3px 9px;
	font-weight: bold;
	background-position: -490px -364px;
	background-image: url( '../_gfx/boxes/box_tabs.png' );
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

ul.entertainment_tabs li.selected
{
	padding-top: 0px;
}
ul.entertainment_tabs li.selected a span
{
	color: #4F2173;
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEEBF0;
}

/*
***********************************************************
	Control: PosterLayout
***********************************************************
*/
.poster_layout {
	float:left;
	width:140px;
	margin-right:12px;
}
.poster_layout_title {
	font-weight:bold;
	line-height:1.2em;
	color:#666;
	padding-bottom:4px;
}
.poster_layout ul.newslist li {
	margin-bottom:0px;
	background-position:left 50%;
	padding-left:16px;
}
.poster_layout_buy_now {
	padding-top:4px;
}

/*
***********************************************************
	Control: BoxOffice
***********************************************************
*/
.box_office_item {
	width:100%;
	position:relative;
}
.box_office_image {
	width:50px;
	float:left;
	margin-right:10px;
}
.box_office_image a {
	display:block;
	width:50px;
}
.box_office_image a img {
	width:50px;
}
.box_office_details {
	float:left;
	width:240px;
}
.box_office_details h2 {
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0px;
}
.box_office_details p {
	color:#999;
	margin-bottom:0px;
}
.box_office_read_more {
	position:absolute;
	bottom:0px;
	left:60px;
}









/* entertainment : TABS STRUCTURE - starts */
.entertainment #tab
{
    z-index: -1000px;
    position: relative;
    line-height: 28px;
}
.entertainment #tab a
{
    text-decoration: none;
    font-size: 14px;
    color: #552976;
    font-weight: bold;
    height: 28px;
    display: inline-block;
}
.entertainment #tab_bg
{
    background: url( "../_gfx/entertainment_tab_bg.gif" );
    background-position: top;
    background-repeat: repeat-x;
    height: 28px;
    display: inline-block;
}
.entertainment #tab a:link, .entertainment #tab a:visited, .entertainment #tab a:hover, .entertainment #tab a:active
{
    color: #552976;
    background: url( "../_gfx/entertainment_tab_left.gif" ) left top no-repeat;
    padding-left: 7px;
    display: inline-block;
    cursor: hand;
}
.entertainment #tab a:link span, .entertainment #tab a:visited span, .entertainment #tab a:hover span, .entertainment #tab a:active span
{
    background: url( "../_gfx/entertainment_tab_right.gif" ) right top no-repeat;
    padding-right: 7px;
    display: inline-block;
    color: #552976;
}
/* entertainment : TABS STRUCTURE - ends */






/* ROH EIDISEWN : starts */
.entertainment .article_list
{
    background: url( "../_gfx/article_entertainment_list.jpg" ) top repeat-x;
    background-color: #ffffff;
    padding: 7px;
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 606px;
}
.entertainment .below_tab
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url( '../_gfx/article_entertainment_bg.png' );
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1000;
    margin-top: -1px;
    height: 5px;
    width: 620px;
    display: inline-block;
    float: left;
}
.entertainment .photo
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 2px 8px 0 0;
    width: 76px;
    margin: 0;
    float: left;
}
.entertainment .list_text
{
    position: relative;
    top: 0px;
}
.entertainment .article_list a.title:link, .entertainment .article_list a.title:visited, .entertainment .article_list a.title:active
{
    font-size: 14px;
    color: #4f2173;
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: 0px;
}
.entertainment .article_list a.title:hover
{
    color: #6c3f8e;
}
.entertainment #article_list_bottom
{
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 620px;
    text-align: left;
    float: left;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.entertainment #article_list_left
{
    background: url( "../_gfx/white_entert_bottom_left.gif" ) left no-repeat;
    margin-right: 8px;
    text-align: center;
    padding-left: 8px;
    font-size: 10px;
    color: #4f2173;
    height: 34px;
}
.entertainment #article_list_right
{
    background: url( "../_gfx/white_entert_bottom_right.gif" ) right bottom no-repeat;
    float: right;
    width: 8px;
    height: 34px;
    line-height: 34px;
}
.entertainment #article_list_left ul
{
    height: 34px;
    line-height: 14px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.entertainment #article_list_left li
{
    text-align: center;
    margin-left: 4px;
    margin-top: 4px;
    float: left;
    list-style: none;
    color: #4f2173;
}
.entertainment #article_list_left li a:link, .entertainment #article_list_left li a:active, .entertainment #article_list_left li a:visited
{
    color: #e3a09e;
    text-decoration: none;
}
.entertainment #article_list_left li a:hover
{
    color: #b08dcc;
    text-decoration: none;
}
/* ROH EIDISEWN : ends */

/* VARIOUS BOXES LAYOUT : entertainment */
.box_container
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0px;
    top: 0px;
    text-align: left;
    position: relative;
}
.box_tab
{
    z-index: 1000px;
    position: relative;
    line-height: 26px;
    display: inline-block;
}

.box_tab a
{
    text-decoration: none;
    font-size: 14px;
    color: #4f2173;
    font-weight: bold;
    height: 26px;
    display: inline-block;
}
.box_tab_bg
{
    background: url( "../_gfx/entertainment_tab_bg.gif" );
    background-position: top;
    background-repeat: repeat-x;
    height: 26px;
    display: inline-block;
}
.box_tab a, .box_tab a:visited, .box_tab a:hover, .box_tab a:active
{
    color: #4f2173;
    background: url( "../_gfx/entertainment_tab_left.gif" ) left top no-repeat;
    padding-left: 7px;
    display: inline-block;
    cursor: hand;
}
.box_tab a span, .box_tab a:visited span, .box_tab a:hover span, .box_tab a:active span
{
    background: url( "../_gfx/entertainment_tab_right.gif" ) right top no-repeat;
    padding-right: 7px;
    display: inline-block;
}
.box_content_bg
{
    background: url( "../_gfx/article_entertainment_bg.png" );
    background-position: top right;
    background-repeat: no-repeat;
    padding: 7px;
    z-index: -1000;
    margin-top: -1px;
    line-height: 140%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}
.box_content_bg a, .box_content_bg a:active, .box_content_bg a:visited
{
    color: #4f2173;
    text-decoration: none;
    position: relative;
}
.box_content_bg a:hover
{
    color: #6c3f8e;
}
.box_content_bg a.ltitle, .box_content_bg a.ltitle:active, .box_content_bg a.ltitle:visited
{
    font-size: 14px;
    color: #4f2173;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
}
.box_content_bg a.ltitle:hover
{
    color: #6c3f8e;
}
.box_bottom
{
    height: 34px;
    line-height: 34px;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: auto;
    text-align: center;
    width: auto;
    background-color: #ffffff;
}
.box_left
{
    background: url( "../_gfx/white_entert_bottom_left.gif" ) top left no-repeat;
    height: 34px;
    line-height: 34px;
    width: auto;
    margin-right: 8px;
    clear: none;
}
.box_right
{
    background: url( "../_gfx/white_entert_bottom_right.gif" ) right top no-repeat;
    float: right;
    width: 8px;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.sep
{
    padding-top: 10px;
    display: inline-block;
    clear: both;
}
/* VARIOUS BOXES LAYOUT - ENDS : entertainment */



/* 2 column boxes - starts : entertainment */
.article_tiles
{
    vertical-align: top;
    position: relative;
    width: 140px;
    float: left;
    margin: 0;
    padding: 0;
}
.article_tiles .photo
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 2px 0 0 0;
    width: 140px;
    margin: 0;
}

.article_tiles .photo img
{
    position: relative;
    width: 140px;
    margin: 0;
}

.article_tiles a.tilestile:link, .article_tiles a.tilestile:visited, .article_tiles a.tilestile:active
{
    font-size: 14px;
    color: #4f2173;
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: 0px;
}
.article_tiles a.tilestile:hover
{
    color: #6c3f8e;
}
/* 2 column boxes - ends : entertainment */






/* TV program by week - starts : entertainment */
.tv_week
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #4f2173;
    height: 13px;
    line-height: 13px;
}


/* TV program by week - ends : entertainment */




/* BOX OFFICE - starts : entertainment */
.boxoffice_container
{
    clear: both;
    display: inline-block;
}
.boxoffice_item
{
    padding-bottom: 7px;
    clear: both;
    overflow: auto;
}
.boxoffice_photo
{
    margin-right: 7px;
    float: left;
    position: relative;
}
.charts_list
{
    margin-bottom: 5px;
    clear: both;
}




/* POLLS BOX - starts : SPORTS */
#polls_box_container
{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: left;
    clear: right;
}
#polls_tab
{
    z-index: 1000;
    position: relative;
    line-height: 26px;
}
#polls_tab a
{
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    height: 26px;
    display: inline-block;
}
#polls_tab_bg
{
    background: url( "../_gfx/entertainment_tab_bg.gif" );
    background-position: top;
    background-repeat: repeat-x;
    height: 26px;
    display: inline-block;
}
#polls_tab a:link, #polls_tab a:visited, #polls_tab a:hover, #polls_tab a:active
{
    color: #000000;
    background: url( "../_gfx/entertainment_tab_left.gif" ) left top no-repeat;
    padding-left: 7px;
    display: inline-block;
    cursor: hand;
}
#polls_tab a:link span, #polls_tab a:visited span, #polls_tab a:hover span, #polls_tab a:active span
{
    background: url( "../_gfx/entertainment_tab_right.gif" ) right top no-repeat;
    padding-right: 7px;
    display: inline-block;
}
#polls_content_top
{
    background: url( "../_gfx/article_entertainment_bg.png" );
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 7px;
    z-index: 1000px;
    margin-top: 1px;
}
#polls_content_bg
{
    background: url( "../_gfx/article_entertainment_bg.png" );
    background-position: top right;
    background-repeat: no-repeat;
    padding: 8px 8px 0px 8px;
    margin: 0px;
    clear: both;
    z-index: -1000;
    margin-top: -1px;
    width: auto;
    background-color: #ffffff;
}
.polls_title
{
    /*position:relative; */
    top: 0px;
    font-size: 14px;
    color: #606060;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.polls_related
{
    padding: 0px 0px 4px 0px;
}
.polls_related_title
{
    /*position:relative; */
    top: 0px;
    font-size: 12px;
    color: #606060;
    font-weight: bold;
    padding: 0px 0px 4px 0px;
    margin: 0px;
}
.polls_related a
{
    color: #000000;
    text-decoration: none;
    background: url( "../_gfx/entertainment_arrow_list.gif" ) left no-repeat;
    padding-left: 14px;
    font-size: 12px;
}

#polls_bottom
{
    height: 34px;
    line-height: 34px;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: right;
    background-color: #ffffff;
}
#polls_left
{
    background: url( "../_gfx/white_entert_bottom_left.gif" ) left no-repeat;
    margin-right: 8px;
}
#polls_right
{
    background: url( "../_gfx/white_entert_bottom_right.gif" ) right bottom no-repeat;
    float: right;
    width: 8px;
    height: 34px;
    line-height: 34px;
}
#polls_bottom a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background: url( "../_gfx/entertainment_arrow_list.gif" ) left no-repeat;
    padding-left: 14px;
}
#polls_left .left
{
    float: left;
    padding-left: 8px;
}
#polls_left .right
{
    float: right;
    padding-left: 8px;
    display: block;
}
/* POLLS BOX - ends : SPORTS */




/********* KOSPAP Smaller Featured for 336x280 Banner ***********/


.top_story_1 {
height: 280px;
overflow: hidden;
position: absolute;
width: 373px;
}

.top_story_1 a {
height: 280px;
width: 373px;
}

.top_story_details h1 {
font-size: 22px;
}

.top_story_2 {
height: 135px;
margin-left: 383px;
margin-top: 0;
overflow: hidden;
position: absolute;
width: 205px;
}

.top_story_3 {
height: 135px;
margin-left: 383px;
margin-top: 145px;
overflow: hidden;
position: absolute;
width: 205px;
}

.top_story_2 a, .top_story_3 a {
height: 135px;
width: 205px;
}

.top_story_2 img, .top_story_3 img {
margin-top: -5px;
width: 205px;
}

.top_story_2 .top_story_details, .top_story_3 .top_story_details {
margin-top: 135px;
}

.top_story_2 .top_story_details h1, .top_story_3 .top_story_details h1 {
font-size: 18px;
line-height: 22px;
}

.top_flash_inner_right {
height: 280px;
margin-left: 624px;
position: absolute;
width: 336px;
}

.top_flash_outer_home {
height: 340px;
}

.newsbox_top{
background-color: #f3f3f3;
margin-bottom:20px;
}

.newsbox_top_archive_link{
bottom: 5px;
right: 5px;
}
/********* END KOSPAP Smaller Featured for 336x280 Banner ***********/





a{color: #8533b1;}
a:hover{color: #606060;}
.newslist li {background-image: url("../_gfx/arrows/small_arrow_default_purple.gif");}
.arrow {background-image: url("../_gfx/arrows/small_arrow_default_purple.gif");}
.tab div div a{color: #8533b1;}
.tab div{color: #8533b1;}
.logoCircle {background-color:#8533b1;}



.top_story_1 div a:hover, .top_story_2 div a:hover, .top_story_3 div a:hover {
text-decoration: none;
color: #333333;
}


.top_story_1 a, .top_story_2 a, .top_story_3 a
{color:#8533b1;}

