@import url("css/menu.css");

/* CSS Document */
#Body
{
    background-color: #C0C0C0;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* ControlPanel style */
.ControlPanel
{
    background: transparent url(images/cpanel_center.png) repeat-x bottom left;
    border: none;
    padding-bottom: 10px;
}
.cpanel_left
{
    background: url(images/cpanel_left.png) no-repeat bottom left;
    padding-left: 21px;
}
.cpanel_right
{
    background: url(images/cpanel_right.png) no-repeat bottom right;
    padding-right: 33px;
}

/*-------- Default Style --------*/
body, th, td, div, p, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input, .CommandButton
{
    color: #2E3D47;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}
body, th, td, div, p, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover
{
    font-size: 11px;
}
h1, h2, h3, h4, h5, h6
{
    color: #375162;
}
h1, h3, h5, h1 input
{
    font-weight: bold;
}
h2, h4, h6
{
    font-weight: normal;
}
h1, h2, h1 input
{
    font-size: 12px;
    margin: 5px 0;
}
h3, h4
{
    font-size: 12px;
    margin: 8px 0;
}
h5, h6
{
    font-size: 10px;
    margin: 6px 0;
}


a, a:link, a:visited, a:active
{
    color: #3E81B5;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    color: #D00;
    text-decoration: underline;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
}
.Head
{
    color: #2E3D47;
    font-weight: bold;
}
.SubHead
{
    color: #4C6171;
}
.SubSubHead
{
    color: #6E8AA0;
}
.NormalRed
{
    color: #F00;
}


.rssFeed
{
    background-color: White;
}

.contentpane
{
    background-color: White;
    width:503px;
    height:330px
}

.SYMContent
{
    background-color: White;
}

.miniPlayer
{
    background: url(images/tubeFoot.jpg);
    width:382px ;
    height:25px;
    border:0px;
}

.TVthumbs
{
}

.tubeSearch
{
    background-color: White;
}

.tubeThumbs
{
    background-color: White;
    width:382px;
    height:700px
}


/*Datagrids */
.DataGrid_Container
{
    margin-top: 15px;
}
.DataGrid_Header
{
    font-weight: bold;
}
.DataGrid_Header td, .NormalBold td
{
    font-weight: bold;
}

/*-------- design style --------*/

#s_wrap_main
{
    display: table;
    width: 970px;
    margin: 0 auto;
}
#s_wrap_sub
{
    display: table-row;
}
.template_style
{
    display: table-cell;
}


.top_space
{
    height: 34px;
}
.lang_pad
{
    padding: 7px 0 0 25px;
    float: left;
}

.logo_top_left
{
    padding: 0;
    margin: 0;
    background: url(images/logo_top_left.png) no-repeat top left;
    height: 23px;
}
.logo_top_right
{
    padding: 0;
    margin: 0;
    background: url(images/logo_top_right.png) no-repeat top right;
}
.logo_top_bg
{
    padding: 6px;
    margin: 0px 13px 0px 0;
    background: #FFF url(images/01_Header_background.jpg) repeat-x top;
    height: 100px;
}

.page_top
{
    padding: 0;
    margin: 0 13px 0 0;
    background: #282828 repeat-x top;
    height: 20px;
}

.logo_left
{
    padding: 0;
    background: url(images/logo_left.png) repeat-y top left;
}
.logo_right
{
    padding: 0;
    background: url(images/logo_right.png) repeat-y top right;
}
.logo_pad
{
    margin: -6px 0 0px 0; 
    padding: 0;
}

.login_bg
{
    padding: 0 0 0 0;
    margin: 0 13px 0 0;
    background: url(images/04_Login_background.jpg) top left;
    height: 50px;
}

.menu_bg
{
    padding: 0;
    margin: 0 13px 0 0;
    background: url(images/05_Navigation_background.jpg) top left;
    height: 31px;
}
.menu_left
{
    padding: 0;
    margin: 0;
    background: url(images/menu_left.png) repeat-y top left;
}
.menu_right
{
    margin: 0;
    background: url(images/menu_right.png) repeat-y top right;
}

.search_style
{
    float: right;
    height: 25px;
}
.search_bg
{
    padding: 0px 0 2px 0;
    margin-top :2px;
    margin-bottom :5px
}

.bread_bg
{
    padding: 0;
    margin: 0 13px 0 0;
    background: url(images/20_Logout-background.jpg) repeat-x top left;
    height: 29px;
}
.bread_left
{
    padding: 0;
    margin: 0;
    background: url(images/bread_left.png) no-repeat top left;
    height: 34px;
}
.bread_right
{
    padding: 0;
    background: url(images/bread_right.png) no-repeat top right;
    height: 34px;
}

#login_style
{
    float: right;
    line-height: 34px;
    padding-right: 18px;
}
#bread_style
{
    float: left;
    line-height: 34px;
    padding-left: 18px;
    color: #000000;
}

.center_bg
{
    padding: 0px;
    margin: 0;
}
.left_bg
{
    padding: 0;
    margin: 0;
    background: url(images/left_bg.png) repeat-y top left;
}
.right_bg
{
    padding: 0;
    margin: 0;
    background: url(images/right_bg.png) repeat-y top right;
}
.content_pad
{
    padding: 0;
    margin: 0 13px 0 0;
    background: #878787 repeat-x bottom left;
    cursor: default;
}
.content_width
{
    padding-top: 5px;
    min-height: 350px;
}

.bot_left
{
    padding: 0;
    margin: 0;
    background: url(images/bot_left.png) no-repeat top left;
}
.bot_right
{
    padding: 0;
    margin: 0;
    background: url(images/bot_right.png) no-repeat top right;
    padding: 0 39px 0 27px;
}
.bot_bg
{
    padding: 0;
    margin: 0 13px 0 0;
    background: #878787 repeat-x bottom left;
    cursor: default;
}

.bot_pad
{
    padding: 0;
    margin: 0 13px 0 0;
    background: #282828 repeat-x top left;
    cursor: default;
    height: 15px;
}
#terms_style
{
    float: left;
}
#copy_style
{
    float: right;
}

.clear_float
{
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
}

/* ------- FileManager -------*/
div.FileManager
{
    height: auto;
    border: none;
}
table.FileManager
{
    width: 99%;
}


a.CommandButton:link, a.CommandButton:visited
{
    color: #CB2027;
    font-weight: bold;
    text-decoration: none;
}
a.CommandButton:hover
{
    color: #3E81B5;
    text-decoration: underline;
}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited
{
    color: #3E81B5;
}
.ControlPanel a.CommandButton:hover
{
    color: #CB2027;
    text-decoration: underline;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead
{
    font-size: 11px;
}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane
{
    padding: 0;
    margin: 0;
}

.ContentPane1
{
    padding: 0;
    margin: 0;
    width: 50%;
}

.ContentPane2
{
    padding: 0;
    margin: 0;
    width: 50%;
}

.LeftPane
{
    padding: 0 20px 0 0;
    width: 20%;
    margin: 0;
}
.RightPane
{
    padding: 0 0 0 20px;
    width: 20%;
    margin: 0;
}


/*------------ Breadcrumb Style --------------*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited
{
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}
a.Breadcrumb:hover
{
    color: #C00;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}

.breadcrumb_text
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}


/*-------------- Link Style --------------*/
.linkscontainer
{
    padding-top: 5px;
    text-align: center;
}
.links, a.links:link, a.links:active, a.links:visited
{
    font-weight: bold;
    color: #3E81B5;
    text-transform: uppercase;
}
a.links:hover
{
    color: #C00;
}

/*-------------- User Style --------------*/
.user, a.user:link, a.user:active, a.user:visited
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}
a.user:hover
{
    color: #C00;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}

/*-------------- Footer Style --------------*/
.footer, a.footer:link, a.footer:active, a.footer:visited
{
    /*-------------- color: #3E81B5; --------------*/
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}
a.footer:hover
{
    /*-------------- color: #C00; --------------*/
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane
{
    width: 0;
    padding: 0;
    margin: 0;
}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}
div.SearchBorder
{
    width: 140px;
    height: 20px;
    border: solid 1px #e0e0e0;
    float: left;
    background-color: White;
    white-space: nowrap;
    margin-top: 2px;
}
div.SearchContainer a
{
    padding: 0;
    display: block;
    float: left;
}
div.SearchContainer a img
{
    padding-left: 5px;
}
div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}
div.SearchIcon img
{
    margin-top: 3px;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0;
    width: 130px;
    height: 18px;
    margin-left: 3px;
    color: #43494D;
}

#SearchChoices
{
    clear: both;
    display: none;
    border: solid 1px #C3D4DF;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #F3F7FA;
    position: absolute;
    top: 22px;
    left: 0;
}
#SearchChoices li
{
    cursor: pointer;
    margin: 0;
    padding: 2px 2px 0 2px;
    padding-left: 25px;
    height: 18px;
    text-align: left;
    background-color: #F3F7FA;
    background-repeat: no-repeat;
    background-position: 2px center;
    list-style: none;
    list-style-image: none;
    border: none;
    display: block;
}
#SearchChoices li.searchHilite
{
    background-color: #CE0D0D;
    color: #ffffff;
    border: none;
}
#SearchChoices li.searchDefault
{
    background-color: #F8FAFF;
    border: none;
}



.videoPlayerTable
{   
    
    background-color:White;
    width:100px; 
    border:1px solid black;
}



.videoInfo
{
     vertical-align:top;
     white-space:nowrap;
   
}


.videoInfo A
{
    
    color:#204CB8;
    font-weight: bold;
    
}


.tt
{
    background: white url(images/dot.png) 0 0 repeat-x;
    width: 9.5em;
   
}

.bt
{
    background:    url(images/dot.png) 0% 100% repeat-x;
  
}
.lt
{
    background:   url(images/dot.png) 0 0 repeat-y;
   
}
.rt
{
    background:   url(images/dot.png) 100% 0% repeat-y;

}
.blt
{
    background:   url(images/blnew3.jpg)  0 100% no-repeat;
    
}
.brt
{
    background:    url(images/brnew3.jpg) 100% 100% no-repeat;
  
    
    
}
.tlt

{
    background:    url(images/tlnew3.jpg) 0 0 no-repeat;
    
}
.trt
{
    background:   url(images/trnew3.jpg) 100% 0 no-repeat;
    padding: 7px;

}

.roundedcornr_box {
   background: url(images/thumbGradient.jpg) white;
   background-color: White;
}
.roundedcornr_top div {
   background: url(images/tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: transparent url(images/tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: transparent url(images/br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 12px; }



.imgTest
{
  vertical-align: top;
  margin:0;
  border:0;
}


.oncNewsTL
{
    background: url(images/oncNewsTL.jpg);
    width:18px ;
    height:52px;
    border:0px;
    
}



.oncNewsTitle
{
    background: url(images/oncNewsTitle.jpg);
    width:503px ;
    height:52px;
    border:0px;
    
}

.oncNewsTR
{
    background: url(images/oncNewsTR.jpg);
    width:18px ;
    height:52px;
    border:0px;
}

.oncNewsLeft
{
     background: url(images/oncNewsLeft.jpg);
    width:18px ;
    height:602px;
    border:0px;
}

.oncNewsRt
{
     background: url(images/oncNewsRt.jpg);
    width:18px ;
    height:602px;
    border:0px;
}

.rssFeed
{
    width:503px;
    height:602px
}

.oncNewsBL
{
    background: url(images/oncNewsBL.jpg);
    width:18px ;
    height:18px;
    border:0px;
    
}

.oncNewsBR
{
    background: url(images/oncNewsBR.jpg);
    width:18px ;
    height:18px;
    border:0px;
    
}


.oncNewsFoot
{
    background: url(images/oncNewsFoot.jpg);
    width:503px ;
    height:18px;
    border:0px;
    
}

.CTTL
{
    background: url(images/CTTL.jpg);
    width:18px ;
    height:52px;
    border:0px;
    
}

.CTTitle
{
    background: url(images/CTTitle.jpg);
    width:503px ;
    height:52px;
    border:0px;
    
}

.CTTR
{
    background: url(images/CTTR.jpg);
    width:18px ;
    height:52px;
    border:0px;
    
}

.CTLeft
{
    background: url(images/CTLeft.jpg);
    width:18px ;
    height:350px;
    border:0px;
    
}

.CTRight
{
    background: url(images/CTRight.jpg);
    width:18px ;
    height:350px;
    border:0px;
    
}

.CTBL
{
    background: url(images/CTBL.jpg);
    width:18px ;
    height:18px;
    border:0px;
    
}

.CTFoot
{
    background: url(images/CTFoot.jpg);
    width:503px ;
    height:18px;
    border:0px;
    
}

.CTBR
{
    background: url(images/CTBR.jpg);
    width:18px ;
    height:18px;
    border:0px;
    
}

.topSpace
{
    width:539px;
    height:0px
}

.SYMTL
{
    background: url(images/SYMTL.jpg);
    width:18px ;
    height:52px;
    border:0px;
    
}

.SYMTitle
{
    background: url(images/SYMTitle.jpg);
    width:503px ;
    height:18px;
    border:0px;
    
}

.SYMTR
{
    background: url(images/SYMTR.jpg);
    width:18px ;
    height:52px;
    border:0px;
    
}

.SYMLeft
{
    background: url(images/SYMLeft.jpg);
    width:18px ;
    height:330px;
    border:0px;
    
}

.SYMRight
{
    background: url(images/SYMRight.jpg);
    width:18px ;
    height:330px;
    border:0px;
    
}

.SYMContent
{
    width:503px;
    height:330px 
}

.SYMBL
{
    background: url(images/SYMBL.jpg);
    width:18px ;
    height:18px;
    border:0px;
    
}

.SYMFoot
{
    background: url(images/SYMFoot.jpg);
    width:503px ;
    height:18px;
    border:0px;
    
}
.SYMBR
{
    background: url(images/SYMBR.jpg);
    width:18px ;
    height:18px;
    border:0px;
    
}

.oncTVTL
{
    background: url(images/oncTVTL.jpg);
    width:12px ;
    height:37px;
    border:0px;
background-position:right;
    
}


.oncTVTitle
{
    background: url(images/oncTVTitle.jpg);
    width:384px ;
    height:37px;
    border:0px;
    
}


.oncTVTR
{
    background: url(images/oncTVTR.jpg);
    width:14px ;
    height:37px;
    border:0px;
background-position:left;

    
}

.oncTVLeft
{
    background: url(images/oncTVLeft.jpg);
    width:13px ;
    height:218px;
    border:0px;
    
}

.miniPlayer
{
   
    width:384px ;
    height:218px;
   
    
}

.oncTVRight
{
    background: url(images/oncTVRight.jpg);
    width:13px ;
    height:218px;
    border:0px;
    
}


.oncTVLines
{
    background: url(images/oncTVLines.jpg);
    width:384px ;
    height:31px;
    border:0px;
    
}

.oncTVleftThumb
{
    background: url(images/oncTVleftThumb.jpg);
    width:13px ;
    height:132px;
    border:0px;
    
}



.oncTVRightThumb
{
    background: url(images/oncTVRightThumb.jpg);
    width:17px ;
    height:132px;
    border:0px;
    
}

.TVthumbs
{
    background:  url(images/thumbGradient.jpg) 0 100% repeat-y;
    padding-left:1px;
    width:383px ;
    height:132px;
    border:0px;
    
}

.oncTVBL
{
    background: url(images/oncTVBL.jpg);
    width:12px ;
    height:18px;
    border:0px;
background-position:right;
    
}

.oncTVFoot
{
    background: url(images/oncTVFoot.jpg);
    width:384px ;
    height:18px;
    border:0px;
    
}

.oncTVBR
{
    background: url(images/oncTVBR.jpg);
    width:13px ;
    height:18px;
    border:0px;
    
}

.tubeTL
{
    background: url(images/tubeTL.jpg);
    width:13px ;
    height:06px;
    border:0px;
    
}

.tubeLeft1
{
    background: url(images/tubeLeft1.jpg);
    width:13px ;
    height:77px;
    border:0px;
    
}

.tubeTitle
{
    background:white;
    width:382px ;   
    border:0px;
   padding-bottom :2px;
}

.tubeTR
{
    background: url(images/tubeTR.jpg);
    width:16px ;
    height:06px;
    border:0px;
    
}

.tubeRight1
{
    background: url(images/tubeRight1.jpg);
    width:16px ;
    height:77px;
    border:0px;
    
}

.tubeBL
{
    background: url(images/tubeBL.jpg);
    width:13px ;
    height:14px;
    border:0px;
    
}


.tubeFoot
{
    background: url(images/tubeFoot.jpg);
    width:382px ;
    height:14px;
    border:0px;
    
}


.tubeBR
{
    background: url(images/tubeBR.jpg);
    width:16px ;
    height:14px;
    border:0px;
    
}

.tubeLeft2
{
    background: url(images/tubeLeft2.jpg);
    width:13px ;
    height:39px;
    border:0px;
    
}

.tubeLeft3
{
    background: url(images/tubeLeft3.jpg);
    width:13px ;
    height:702px;
    border:0px;
    
}


.tubeRight2
{
    background: url(images/tubeRight2.jpg);
    width:16px ;
    height:39px;
    border:0px;
    
}

.tubeRight3
{
    background: url(images/tubeRight3.jpg);
    width:16px ;
    height:702px;
    border:0px;
    
}


.tubeSearch
{
    width:382px ;
    height:45px;
 
}






























