﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
    a:hover {
        color:red;
    }
textarea {
    resize:none;
}
img:hover {
    opacity:0.8;
}
.l {
    float:left; width:660px; text-align:justify; line-height:20px; padding:5px;
}
.captcha {
        border:none;
        background:transparent;
        font-size:14px;
    }
.dap_text_box
{ 
background:#FFFFFF;
color:black;
border:1px solid #CCC;
border-radius:4px;
font-size:13px ;
height: 20px ;
line-height:20px ;
width: 308px ;
padding: 7px ;
box-shadow: 0px 0px 1px #DCDCDC; 
-webkit-box-shadow: 0px 0px 5px #DCDCDC; 
-moz-box-shadow: 0px 0px 5px #DCDCDC; 
}
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #CCCCCC; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table thead th {text-align:center; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #E5E5E5) );background:-moz-linear-gradient( center top, #FFFFFF 5%, #E5E5E5 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E5E5E5');background-color:#FFFFFF; color:#2B2B2B; font-size: 15px; font-weight: bold; border-left: 1px solid #DBDBDB; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { vertical-align:middle; color: #2B2B2B; border-left: 1px solid #DBDBDB;font-size: 12px;font-weight: normal; text-align:center; }
.datagrid table tbody .alt td {vertical-align:middle; background: #EBEBEB; color: #2b2b2b; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #CCCCCC;background: #EBEBEB;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #F5F5F5;border: 1px solid #8C8C8C;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; }
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #7D7D7D; color: #F5F5F5; background: none; background-color:#8C8C8C;}
div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }
.myButton {
    margin:5px 0px 5px 0;
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:3px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}
body {
    background-color: #FFFFFF;
    color: #000000;
    font: 75%/150% Arial,Helvetica,sans-serif;
    width:100%;
}
.sprite
{
    background: transparent url('/Image/sprites.gif') no-repeat scroll 0 0;
}
.calendar
{
    background-position: -74px -23px;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
.icon {
    display: inline-block;
}
.dtContentImgFig
{
  text-align:center;
  padding-left:90px;
}
.dtContentImgWrap
{
  text-align:center;
}
.title
{
    color: #666666;
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 0px;
    text-align:center;
    margin-bottom:10px;
}
 
.titleNew
{
    color: #666666;
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 0px;
    text-align:center;
    margin-bottom:0px;
    
}
.title3
{
    color: #666666;
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 0px;
    text-align:center;
    float:left;
    height:24px;
    vertical-align:middle;
    padding-top:3px;
}
a
{
    text-decoration:none;
    color:#004175;
}
.openmedia
{
    display:inline;
    padding-bottom:10px;
    vertical-align:middle;
}

.openmedia2
{
    display:inline;
    font-weight:bold;
    margin-left:16px;
    padding-top:10px;
    top:10px;
}

/*--Search ------------------------------------------------------------*/

.AdvanceSearch td.leftCol
{
    border-bottom-style: solid;
    border-color: #CCCCCC;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    border-bottom-width: 1px;
}
.AdvanceSearch td.rightCol
{
    border-bottom-style: solid;
    border-color: #CCCCCC;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-bottom-width: 1px;
}
.AdvanceSearch .btnSearch {
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
}
.watermarked
{
    color: #C0C0C0;
    padding-left: 2px;
}
.left-col {
    
    float: left;
	width: 650px;
	margin-left:5px;
}
.Search
{
    margin-left:5px;
    }
     .left-col2 {
    
    float: left;
	width: 660px;
	margin-left:5px;
}
#HeaderTop
{
    background-image: url('/Image/bg_topBanner.jpg');
    background-repeat: repeat-x;
    height: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#Div1
{
     background-image: url(/Image/bg_footer.jpg);
     background-repeat:repeat-x;
     height:160px;
     width:100%;
    }
.Site-Wrap
{
    margin:0 auto;
    width:983px;    
}
.Space2
{
    padding-left:7px;
    padding-right:7px;
    float:left;
    vertical-align:middle;
    height:20px;
    padding-top:2px;
}
#HeaderTop-center-left
{
    float:left;
    clear:left;
    display:inline;
}
#HeaderTop-center-right
{
    float:right;
    clear:right;
    display:inline;
}
#HeaderCenter
{
    height:115px;
    margin:0px auto 0;
    width:983px;
    background-image: url(/Image/bg_banner.jpg);
    background-repeat:no-repeat;
}

.NameChannel
{
    float:left; text-align:center;
    Width:700px; font-size:26px; line-height:30px;
    margin-top:25px;
    text-shadow: 1px 1px 1px #CCC;
}
.NameChannel img
{
    margin-top:20px;
    margin-right:200px;
}
.LogoVOV
{
   
     float:left;
     Width:200px;
     clear:left;
}

.LogoVOV img
{
    margin-top:20px;
    padding-left:17px;
    text-align:left;
    
}
ul
 {
    list-style: disc outside none;
}
ul, ol {
margin: 0;
padding: 0;
}
#mainnav
{
height:25px;
padding:0px 5px 0px 0px;
    
}
#mainnav ul
{
    height:25px;
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
}
#mainnav ul li {
float: left;
line-height: 24px;
position: relative;
z-index: 990;
}

ol, ul, li {
list-style: none outside none;
}
.box-cate-detail p, .box-cate-list p {
    color: #333333;
    line-height: 1.5em;
    padding: 10px 0 6px;
}
.box-cate-detail p.text-small, .box-cate-list p.text-small {
    color: #999999;
    font-size: 11px;
    padding: 5px 0;
}
.box-cate-list {
    border-bottom: 1px dotted #CCCCCC;
    margin: 20px 20px 0 0;
    padding-bottom: 20px;
}
.box-cate-list a img {
    float: left;
    height: 110px;
    margin-right: 20px;
    width: 150px;
}
.box-cate-list p {
    padding: 5px 0;
}
.clear {
    clear: both;
}
.title-news {
    color: #000000;   
    font-size: 18px;
}
.text_small
{
    color: #999999;
    }
.image_new
{
    width:150px;   
}
.title-news {
    color: #004175;   
    font-size: 18px;
}
.text_small
{
    color:Black;
    }
.image_new
{
    width:150px;   
}
.horizontalcssmenu
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

    background-repeat:repeat-x;
    height:26px;
    margin-bottom:5px;
}
.horizontalcssmenu ul{
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

background-repeat:repeat-x;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 6px 15px;
text-decoration: none;
color: white;
text-align:center;
font: bold 12px Arial,Helvetica,sans-serif;

}
.horizontalcssmenu .current3{
background-image: url(/Image/MenuHover.jpg);
background-repeat:repeat-x;
color: red;
}
.horizontalcssmenu .current3 a{
background-image: url(/Image/MenuHover.jpg);
background-repeat:repeat-x;
color: red;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul{
position: absolute;
display: block;
visibility: hidden;
height:29px;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: block;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a
{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding:8px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */

background-repeat:repeat-x;
text-align:left;
padding-left:5px;
}

.horizontalcssmenu ul li a:hover
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

background-repeat:repeat-x;
color: red;
}

.horizontalcssmenu ul li a:active
{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

        background-repeat:repeat-x;
        color: red;
}


.horizontalcssmenu .arrowdiv
{
position: absolute;
right: 0;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	

.horizontalcssmenu ul li ul li a:hover
{ 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    background-repeat:repeat-x;
    color: red;
}
.horizontalcssmenu ul li ul li a:active
{ 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    background-repeat:repeat-x;
    color: red;
}

.current
{
        margin-top:0px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

        display:inline;
        color:Red;
        font-weight:bold;
        height:26px;
        text-align:center;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu li { float: left; height: 1%; }
* html .horizontalcssmenu li a { height: 1%; }
/* End */

.current span 
{
    height:25px;
    text-align:center;
    vertical-align:middle;
}
.current span a
{
    height:25px;
    text-align:center;
    vertical-align:middle;
    color:Red;
}
.current3 span 
{
    height:25px;
    text-align:center;
    vertical-align:middle;
}
.current3 span a
{
    height:25px;
    text-align:center;
    vertical-align:middle;
    color:red;
     background-color:White;
}

.parent
{
    display:inline;
    font-weight:bold;
    color:White;
    vertical-align:middle;
    padding-right:10px;
    padding-left:10px;
}
.parent span a
{
    display:inline;
    font-weight:bold;
    color:White;
    padding-top:0px;
    margin-bottom:0px;
    vertical-align:middle;
}   
.Navigation
{
    background-image: url(/Image/bgMenu.jpg);
    background-repeat:repeat-x;
    height:29px;
}
.Content
{
    clear:both;    
}
#MainContent
{
    border-color:#EFEBEA;
    border-style:solid;
    border-width:1px;
}

.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .clearfix {
display: block;
}
.LeftContent
{
    max-width:669px;
    width:669px; 
    float:left;
}
.RightContent
{
        max-width:410px;
        width:304px; 
        float:right;
        clear:right;
}
#Live
{
    border-bottom:1px solid #EFEBEA;
    margin:5px;
    height:297px;
    display:block;
}
.LiveShow
{
    border:1px solid #EFEBEA; 
    border-bottom-width:0px;
    max-width:400px;
    width:400px; 
    height:299px;
    float:left;
    clear:left;
}
.Schedule
{
    float:right;
    clear:right;
    width:257px; 
    height:299px;  
}
.TitleS
{
    width:257px;
    height:14px;
    background-image: url(/Image/TitleSchedule.png);
    background-repeat:no-repeat;
    display:inline-block;
}
.imgTop
{
    border-style:solid; 
    border-width:5px;
    border-color:#f0f0f0;
    margin:5px;
 }
 .desc {
    font-size: 1.2em;
    padding:0px;
    text-align:left;
}
 .SapoTop
 {
     height:50px;
     border:1px solid #cccccc;
     float:left;
     clear:both;
     vertical-align:top;
     
   }
h2.title {
    margin-bottom: 5px;
}
h2 {
    font-size: 1.6em;
    line-height: 1em; margin:10px 0;
}
.Scheduledetail
{
    width:256px;
    height:284px;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;

}
ul.left-col
{
     margin-top:0px;
  }
ul.left-col .story .img {
    display: block;
    float: left;
    padding-top:5px;
    margin-left: 10px;
    padding-right:5px;
}
ul.left-col li {
    height: auto;
    width: 250px;
}
ul.left-col .title {
    color: #666666;
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
     padding-top:5px;
    text-align:center;
   
}
ul.left-col .story {
    border-bottom: 1px solid #EEEAE9;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.Day
{
    width:256px;
    height:28px;
    border:1px solid #EFEBEA;
    border-bottom-width:0px;
    border-left-width:0px;
}
.DayTitle
{
    color:Red;
    vertical-align:middle;
    text-align:center; 
    padding-bottom:15px;
    padding-right:10px;
}
   
.ImageShowLive
{
    width:400px;
    height:225px;
    margin-top:0px;
    background-color:#e3e3e3;
    vertical-align:top;
}
#Player
{
    height:20px;
    width:398px;
    background-color:#e3e3e3;
    border:1px solid #cccccc;
    border-top-width:0px;
    float:left;
    clear:both;
    
}
.Banner
{
    max-width:658px;
    width:659px; 
    height:90px;
    border:1px solid #EFEBEA; 
    margin-top:15px;
    margin-left: 5px;
    clear:both;
}
.Programe
{
    max-width:659px;
    width:659px; 
    height:150px;
    margin-top:15px;
    margin-left: 5px;
    display:block;
    clear:both;
}
.Stuff
{
    border:1px solid #EFEBEA; 
    float: left;
    width: 204px;
    height:150px;
    margin-bottom: 10px;
    margin-top:10px;
   }
.ProgramDetail-first
{
    margin-right: 20px;
}
  
.ProgramDetail-two
{
    margin-right:20px;
}
.ProgramDetail-three
{
    margin-right: 0px;
    width: 204px;
}
.Namecategory
{
     background-color:#f3f3f3;
     border-bottom-color:#eeeae9;
     border-bottom-style:solid;
     border-bottom-width:1px;
     width:204px;
     height:30px;
     padding:0px;
     margin:0px;
     vertical-align:text-top;
     display:inline-block;
     margin-bottom:5px;
 }   
 
 .title2
 {
     padding-top:10px;
     vertical-align:middle;
     color:#004175;
     
 }
 
.Adverting_ngang
 {
     height:35px;
     width:983px;
     background-image: url(/Image/bgFooter.jpg);
    background-repeat:repeat;
    clear:both;
    float:left;
    margin-top:20px;
    vertical-align:middle;
    text-align:center;
   }
   #mainnav2
{
height:25px;
 
}
#mainnav2 ul
{
    height:25px;
    text-align:center;
    vertical-align:middle;
    margin: 10px 0px;
    width:983px;
}

#mainnav2 ul li {
z-index: 990;
float:left;
 padding-left:10px;
}
 
   #TopFooter
   {
        height:27px;
        width:100%;
        background-image: url(/Image/TopFooter.jpg);
        background-repeat:repeat-x;
        float:left;
        clear:both;
    }
    #CenterFooter
    {
            height:128px;
            width:983px;
            background-image: url(/Image/bgFooter.jpg);
            float:left;
            clear:both;
     }
.LogoBotoom
{
    vertical-align:middle;  
    padding-top:28px;  
    margin-left:20px;
    float:left;
}
.Space
{
  vertical-align:middle;  
  float:left;
  padding: 8px 20px;
  }
  
 .info
 {
     vertical-align:middle; 
     float:left;
 }
 .TitileTopNew
 {
    height:28px; padding-top:6px; padding-left:35px; font-weight:bold; font-size:16px;
    width:265px; background:url(/Image/bg_box_head.jpg) no-repeat 100%;
 }
 .TopNew
 {
     width:300px;
     margin-top:12px;
  }
  .ContentNew
  {
    padding-top:1px;
    margin-top:1px;   
    width:298px;
    border:1px solid #EFEBEA;
  }
  .channel
  {
       margin-top:10px; 
       width:298px;
       background-color:#e2e2e2;
       display:block;
       float:left;
       clear:both;
  }
  .channel-title {
    background-color:#6A5849;
    color: #FFFFFF;
    font-size: 1.2em;
    float:left;
    clear:both;
    height:25px;
    width:298px;
    margin:0px;
    padding:0px;
    vertical-align:middle;
    text-align:center;
}
.vov-channel
{
     background-color:#e2e2e2;
     height:44px;
     padding:0px;
     margin:0px;
}

.vov-channel2
{
     background-color:#e2e2e2;
     height:36px;
     padding:0px;
     margin:0px;
}
.vov-channel ul li
{
     float:left;
     padding:0px;
     margin:0px;
}
.vov-channel2 ul li
{
     padding:0px;
     margin:0px;
     float:left;
}
.vov-channel ul 
{
     float:left;
     padding:0px;
     margin:0px;
}
.vov-channel2 ul 
{
     padding:0px;
     margin:0px;
     float:left;
}
.TopHot
{
     margin-top:10px; 
    width:300px;
    display:block;
    float:left;
    clear:both;
   }
   .Adverting_doc
   {
        margin-top:10px; 
        width:300px;
        display:block;
        float:left;
        clear:both;
        border:1px solid #EFEBEA; 
        height:300px;
   }
      
   .searchwrap {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C7CA;
    height: 20px;
    width: 190px;
}
.titleTop
{
    float:right;
 }
    
.lanhdaodai
{
    clear: both;
    display: block;
    height: 230px;
    margin-left: 5px;
    margin-top: 15px;
    max-width: 659px;
    width: 659px;
        
}
.tochuc
{
        
    border-bottom: 3px solid #c53334;
    color:#004175;
    font-weight:bold;
}
.Anhdaidien
{
height:198px;
margin: 10px 0px;
width: 659px;
border-bottom: 2px solid #c53334;
height:220px;
}
.Anhdaidien .image
{
width:125px;
height:156px;
border: 1px solid #C2C7CA;
vertical-align:middle;
float:left;
clear:both;
             
            
}
.Anhdaidien .image1
{
margin-top:10px;
height:188px;
float:left;
margin-left:3px;
}
.Anhdaidien .Name
{
margin-top:5px;
padding-top:5px;
text-align:center;
vertical-align:middle;
float:left;
clear:both;
font-weight:bold;
width:125px;
}
       
#ListTnvn
{
clear: both;
display: block;
margin-top: 5px;
max-width: 659px;
width: 659px;
height:471px;
background-image: url(/Image/bg_channel.png);
background-repeat:repeat;
margin-top:10px;
             
}
.phongbanKhac .ten
{
    float:left;
    margin-left: 20px;
    height:40px;
    width:110px;
    padding:0px;
    font-weight:bold;
}
.ten1
{
    float:left; text-align:center;
    margin-top:10px;
    margin-left:18px;
    height:40px;
    width:90px;
    padding:0px;
    font-weight:bold;
}
.ChannenlDetail
{
    margin-left:25px;
    width:137px;
    float:left;
} 

.ChannelTop
{
    padding-top:60px;
    float:left; 
    clear:both;
}
.ChannelMidle
{
    padding-top:20px;
    float:left;
    clear:both;
} 

.breadcrumbs {
    margin-bottom: 10px;
}
.breadcrumbs h3 a {
    background: url('/Image/breadcrumbs-arrow.jpg') no-repeat scroll right center transparent;
    font-size: 1.2em;
    margin-right: 7px;
    padding-right: 15px;
    font-weight:bold;
} 
.left-col {
    
    float: left;
    padding-right: 10px;
    padding-left:10px;
}

.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.highlight {
    border-bottom: 1px solid #C90001;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#zone .highlight h1.title, h1
{
    font-weight: bold;
    padding-bottom:5px;
    margin-bottom: 5px;
    font-size:14px;
}
.highlight .img {
    float: left;
    margin-right: 10px;
}
.highlight p.time
{
    padding-top:5px;
}
.highlight p.time, .story-listing p.time {
    color: #999999;
    font-size: 1.2em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.highlight .relate ul li a {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.highlight .relate {
    margin-left: 0;
}
.story-listing .story .img {
    float: left;
    margin-right: 10px;
}
.highlight .story .title
{
    font-weight:bold;
    padding-bottom:5px;
}
.story-listing .story h4.title {
    font-size: 1.2em;
    margin-bottom: 5px;
}
.story-listing .msg {
    color: #B60002;
    font-weight: bold;
    line-height: 30px;
}
.story-listing .story {
    border-bottom: 1px solid #EEEAE9;
    margin-bottom: 5px;
    padding-bottom: 5px;
}     
.article {
    font-size: 12px;
    line-height: 19px;
}
.article h2.subtitle {
    color: #B60002;
    font-size: 12px;
    font-style: italic;
}
.article h1.title {
    color: #034366;
    font-size:1.2em;
}
.article p.sapo {
    font-weight: bold;
    line-height: 18px;
}
.article .wrap {
    display: block;
    float: left;
    margin-right: 10px;
}
.article ul.related {
    border-bottom: 1px solid #EEEAE9;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.article .story-photo {
    width: 269px;
}
.article .story-photo .photo {
    margin-bottom: 5px;
}
.article .story-photo .fig {
    color: #666666;
    text-align: center;
}
.article ul.related h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.article ul.related li {
    background: url('/Image/article-relate-bullet.jpg') no-repeat scroll left 7px transparent;
    margin-bottom: 5px;
    padding-left: 10px;
}
.article ul.story-listing ul {
}
.article ul.story-listing li a {
    background: url('/Image/article-relate-bullet.jpg') no-repeat scroll left 7px transparent;
    margin-bottom: 5px;
    padding-left: 10px;
}
.article p.writer {
    clear: both;
    display: block;
    float: right;
    font-weight: bold;
} 
.article .story-body
{
    font-size:1.1em;
    text-align:left;
}
.article .story-body2
{
    font-size:1.2em;
    text-align:left;
}
.related-stories {
    border-top: 2px solid #B60002;
    margin-bottom: 10px;
}
.related-stories h3 {
    clear: both;
    color: #B60002;
    margin-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight:bold;
}
.related-stories li a {
    background: url('/Image/article-relate-bullet.jpg') no-repeat scroll left 7px transparent;
    color: #000000;
    margin-bottom: 5px;
    padding-left: 10px;
}
.related-stories li span {
    color: #666666;
}

.vsf-tieu-de-chinh {
    border-bottom: 1px solid #E9E9E9;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 10px 10px;
}
.contact-page-content {
    float: left;
    overflow: hidden;
    width: 669px;
}
#contact-form {
    padding: 10px;
}
#contact-form h3 {
    color: #008AFF;
    font-size: 14px;
    padding: 10px 0;
}
#contact-form ul {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#contact-form li {
    float: left;
    padding: 1px;
    text-align: left;
    text-indent: 0;
}
#contact-form li.left {
    text-align: left;
    width: 90px;
}
#contact-form li.right {
    text-align: left;
    vertical-align: top;
}
#contact-form button {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #18397C;
    margin: 0 5px;
    padding: 0 5px;
}
#contact-form li input {
    border: 1px solid #CCCCCC;
    color: #18397C;
    height: 20px;
    width: 400px;
}
#contact-form li textarea {
    border: 1px solid #CCCCCC;
    height: 150px;
    width: 398px;
}
#contact-form p {
    padding: 5px 0;
}
#contact-company {
    line-height: 20px;
    padding: 10px;
}
.vsf-tieu-de-chinh {
    border-bottom: 1px solid #E9E9E9;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 10px 10px;
}
.vsf-tieu-de-chinh h1 {
    color: #004175;
    float: left;
    font-size: 18px;
    padding: 15px 0 0;
}


.department
{
    width: 669px;
    max-width: 669px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.department .breadcrumbs h3
{
    background: url('/Image/breadcrumbs-arrow.jpg') no-repeat scroll right center transparent;
    font-size: 1.2em;
    margin-left: 7px;
    font-weight:bold;
}
.departmentName
{
   
    line-height: 25px;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    float: left;
    font-size: 14px;
    color: #004175;
    font-weight: bold;
   
}
.departmentSelect
{
    width: 484px;
    line-height: 25px;
    vertical-align: middle;
    text-align: right;
    float: right;
}
.departmentDetails
{
    margin-top:4px;
    width: 669px;
    max-width:669px;
    float:left;
}

.userOfficeDetail
{
    margin-top:4px;
    width: 669px;
    max-width:669px;
    float:left;
    margin-bottom:6px;
}
.userOfficeLeft
{
    width: 114px;
    float: left;
    padding-left:45px;
}
.userOfficeRight
{
    width: 484px;
    float: right;
}
.userOfficeLeftCol
{
    width: 114px;
    float: left;
    text-align: left;
    line-height: 22px;
    vertical-align: middle;
}
.userOfficeRightCol
{
    width: 350px;
    float: right;
    text-align: left;
    line-height: 22px;
    margin-left:4px;
    vertical-align: middle;
}

.logochantrang {
    border: 3px solid #D6D6D6;
    margin-right: 20px;
    margin-top: 15px;
    vertical-align: middle;
}
.listChannelVOV
{
    width: 304px;
}
.parentChannel
{
    width: 304px;
    text-align: center;
    margin-top:10px;
}
.childChannel
{
    text-align: center;
    padding-bottom:4px;
    padding-top:4px;
}
.contentChannel
{
    border-color: #CCCCCC;
    width: 298px;
    text-align: center;
    top: 0px;
    margin-top:0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.titleParent
{
    width: 300px;
    text-align: center;
    margin-bottom:0px;
}

.horizontalcssmenu .Site-Wrap #mainnav #cssmenu1 .rss
{
    float: right;
    width: 20px;
    height: 29px;
    margin-left: 120px;
    float: right;
    padding-top:4px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}
.RssFeed
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    float: left;
    margin-right: 2px;
    width: 100%;
}
.imgRss
{
    text-align: left;
    float: left;
    line-height: 22px;
    padding-top:4px;
}
.RssItem
{
    line-height: 22px;
    float: left;
    text-align: left;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;width: 100%;
}
.RssFeed .RssItem span a
{
    color: #0053A6;
    text-decoration: none;
    font-weight: normal;
}
.RssFeed .RssItem span a:hover
{
    color: #FF6600;
    text-decoration: underline;
    font-weight: normal;
}
.searchwrap {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C7CA;
    height: 20px;
    width: 220px;
    padding-top:1px;
}
.txtsearch {
    border: 0px solid #FFFFFF;
    color: #CCCCCC;
    float: left;
    height: 15px;
    margin: 0 0 0 0px;
}
.searchwrap .btnsearch {
    background: url('/Image/search_btn.jpg') no-repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    height: 15px;
    margin: 3px 3px 0 0;
    width: 15px;
}
.title34
{
    color: #666666;
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 0px;
    text-align:center;
    float:left;
    vertical-align:middle;
    
}

.pagev {
    font-size: 11px;
    margin-top: 10px;
    padding: 5px;
}
.pageViewNoItem {
    border: 1px solid #3888CF;
    color: #3888CF;
    padding: 5px;
    text-decoration: none;
}
.pageViewNoItem a:hover {
    background: none repeat scroll 0 0 #3888CF;
    color: #FFFFFF;
    text-decoration: none;
}
.pageViewNoItemSelected, .pageViewNoItemSelected:hover {
    border: 1px solid #3888CF;
    color: #3888CF;
    padding: 5px;
    text-decoration: none;
}

.hrCss
{
    width: 627px;
    max-width: 627px;
    float: right;
    padding-left:45px;
}
.hrCss1
{
    width: 484px;
    max-width: 484px;
    float: right;
    padding-left:45px;
}

.nameDepartDetailTitle
{
    width:100%;
    margin-top: 4px;
    float: left;
    margin-bottom: 4px;
    padding-left: 6px;
    font-size: 13px;
    font-weight: bold;
}
.nameDepartDetailTitle1
{
    width:100%;
    margin-top: 4px;
    float: left;
    margin-bottom: 4px;
    padding-left: 16px;
    font-size: 13px;
    font-weight: bold;
    max-width:669px;
}
.nameDepartDetailTitle2
{
    width:100%;
    margin-top: 4px;
    float: left;
    margin-bottom: 4px;
    padding-left: 26px;
    font-size: 13px;
    font-weight: bold;
    max-width:669px;
}