﻿    #showTickerContainer
    {
        margin-top: 5px;
    }

    #leftColumn h2
    {
        font-size: 13px;
        font-weight: bold;
        color: white;
        margin: 0px;
        background-image: url(/tcn/images/titles/title_bg.gif);
        background-repeat: repeat-x;
        background-position: 0px 12px;
    }
    #leftColumn h2 img
    {
        margin-top: 12px;
    }
    #leftColumn img.icon
    {
        float: right;
    }

				/* ================================================================== */
				/* MAIN TABLE                                                         */
				/* ================================================================== */

                                    .tvContent
                                    {
                                        width: 620px;
                                        /* border: 3px dotted Yellow; */
                                    }

                                    
                                    TABLE.tv
                                    {
                                        border-collapse: collapse;
                                        font-size: 10px;
                                        color: #868686;
                                        text-align: center;
                                    }
                                    
                                            TABLE.tv TD
                                            {
                                                border: 1px solid #868686;
                                                padding: 1px;
                                            }
                                            
                                            
                                    TABLE.tv a:link, TABLE.tv a:active, TABLE.tv a:visited, TABLE.tv a:hover
                                    {
	                                     font-weight: normal;
	                                     font-size: 10px;
	                                     text-decoration: none;
                                    }                                            

                                    /* FOR WEEKEND */
                                    TABLE.tv TD.tv_weekend a:link, TABLE.tv TD.tv_weekend a:active, TABLE.tv TD.tv_weekend a:visited
                                    { color: #000; }

                                    TABLE.tv TD.tv_weekend a:hover
                                    { color: #999; }

                                    /* FOR WEEKDAY */
                                    TABLE.tv TD.tv_weekday a:link, TABLE.tv TD.tv_weekday a:active, TABLE.tv TD.tv_weekday a:visited
                                    { color: #106A9C; }

                                    TABLE.tv TD.tv_weekday a:hover
                                    { color: #56A6D2; }

                                    TD.scheduleTopLink
                                    {
                                        width: 140px;
                                        height: 50px;
                                    }

                                    TD.scheduleTopLink a:link, TD.scheduleTopLink a:active, TD.scheduleTopLink a:visited, TD.scheduleTopLink a:hover
                                    {
	                                     font-weight: bold;
	                                     text-decoration: none;
                                    }


                                            TD.scheduleTopLink a:link, TD.scheduleTopLink a:active, TD.scheduleTopLink a:visited
                                            { color: #106A9C; }

                                            TD.scheduleTopLink a:hover
                                            { color: #56A6D2; }

                                    
                                    TD.scheduleTopTimezone
                                    {
                                        white-space: nowrap;
                                    }

                                    .skedDropDown
                                    {
                                        margin: 3px 0px 0px 0px;
                                        height: 19px;
                                        width: 109px;
                                    }
    
    
    .tv_weekend
    {
        font-size: 10px;
        color: black;
        font-weight: normal;
        background-color: #F1F1F1;
        text-align: center;
        vertical-align: middle;
        font-family: Verdana, Helvetica, sans-serif;
        padding: 5px;
    }
    .tv_hour
    {
        font-size: 10px;
        background-color: #f68b1f;
        color: #fff;
        font-weight: bold;
        vertical-align: middle;
        font-family: Verdana, Helvetica, sans-serif;
        padding: 2px;
    }
    .tv_weekday
    {
        font-size: 10px;
        background-color: #EAEAEA;
        color: #000000;
        text-align: center;
        align: center;
        vertical-align: middle;
        font-family: Verdana, Helvetica, sans-serif;
        padding: 5px;
    }
    .tv_headwend
    {
        font-size: 10px;
        background-color: #B2B2B2;
        color: #000000;
        text-align: center;
        font-weight: normal;
        vertical-align: middle;
        font-family: Verdana, Helvetica, sans-serif;
    }
    .tv_headwday
    {
        font-size: 10px;
        background-color: #c7c7c7;
        color: #000000;
        text-align: center;
        font-weight: bold;
        vertical-align: middle;
        font-family: Verdana, Helvetica, sans-serif;
    }




    .progressUpdate
    {
        color: #000;
    }

    .errorMsg
    {
        margin-left: 15px;
        color: Red;
    }
    .scheduleContent
    {
        margin-left: 0px;
    }
    .scheduleTimeZone
    {
        float: right;
    }
