/* CSS Document */

*
{
    margin: 0;
    padding: 0;
}
html
{
}
body
{
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px; /* 100% = 16px - 1em = 10px*/
    text-align: center; /* For IE */
    background-color: #eeeeee;
}

.clearer
{
    clear: both;
}

.png
{
    behavior: url(/js/css/iepngfix.htc);
}

#no-javascript
{
    font-size: 12px;
    font-weight: bold;
    background: url(/img/hproject_error.gif) no-repeat 2px 1px;
    color: #BC100E;
    padding: 4px 8px 3px 23px;
    display: block;
    margin: 1px 0;
    border: 1px solid red;
}
#container
{
    background-image: url(/images/home/congnghe/mainbg.gif);
    background-repeat: repeat-x;
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /*FIX SIZE*/
    position: relative;
}
#content
{
    background-image: url(/images/home/congnghe/bgcontent.gif);
    background-repeat: repeat-y;
    width: 906;
    margin-left: 0px;
    padding-bottom: 10;
    padding-top: 5;
}

.ContentTitle
{
    background-image: url(/images/home/congnghe/content_header.gif);
    color: #ffffff;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-weight: bold;
    text-align: center;
    height: 33;
}
.contentText
{
    text-align: center;
    padding-top: 10px;
}


#header
{
    height: 238;
    width: 906;
    background-image: url(/images/home/congnghe/bgheader2.jpg);
    background-repeat: no-repeat;
}
#header-logo
{
    background: url(/images/home/congnghe/logo.png);
    background-repeat: no-repeat;
    width: 198;
    height: 121;
    float: left;
    margin: 13 0 0 18;
    behavior: url(/js/css/iepngfix.htc);
}
#hearder-login
{
    float: right;
    margin-top: -10px;
    margin-right: 10;
    font-weight: bold;
}

#header-right-top
{
    background: url(/images/home/congnghe/leftmenutop.gif);
    background-repeat: no-repeat;
    height: 30px; /* right-top + right-menu = 50px*/
    margin-right: 10px;
    float: right;
    overflow: hidden;
}


/* Header functions */
#header-functions
{
    background: url(/images/home/congnghe/rightmenutop.gif);
    background-repeat: no-repeat;
    background-position: 100% 0;
    height: 30;
    color: #000000;
    margin-right: 10px;
    margin-left: 15;
    behavior: url(/js/css/iepngfix.htc);
}


.header-functions-item
{
    float: left;
    background-image: url(/images/home/congnghe/node.gif);
    background-repeat: no-repeat;
    background-position: 0 8;
    height: 20px;
    padding: 3px 10px 0 10px;
}
.header-functions-item a, .header-functions-item a:link, .header-functions-item a:visited
{
    text-decoration: none;
    padding: 0 0 0 0;
    color: #000000;
}
.header-functions-item a:hover
{
    /*font-weight: bold;*/
    color: #ff0000;
    text-decoration: none;
}

.hearder-login-welcome
{
    float: left;
    height: 20px;
    padding: 5 5 0 0;
    font-weight: normal;
}

#hearder-login-button
{
    float: left;
    background-image: url(/images/home/congnghe/button2.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 131px;
    padding: 1 0 0 0;
    text-align: center;
}
#hearder-login-button a
{
    color: #0774d1;
    font-weight: bold;
}
#hearder-login-button a:hover
{
    color: #ff0000;
    font-weight: bold;
}


/* END header functions */

/* content functions */
#content-middle
{
    margin: auto; /*height:550px;*/ /* min height for ie */
}
html > body #content-middle
{
    height: auto; /*min-height: 550px;*/
}
#content-top
{
    margin: 0px 0px 0px 0px;
}
#content-top h1
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #ff0096;
}
#content-top p
{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 20px;
}
#content-left
{
    width: 240; /*SIZE*/
    height: 100%;
    margin-left: 10;
    margin-right: 8;
}
#content-right
{
    margin: 0 0 0 0;
    width: 640; /* 10px space between 2 divs */ /*SIZE*/
}
#content-left p
{
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px;
}
#content-left h1
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #ffffff;
}
#content-left h2
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 10px;
    color: #0096ff;
    border-bottom: solid #0096ff 2px;
}

#content-right p
{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}
#content-right h1
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #ff0096;
}
#content-right h2
{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 10px;
    color: #0096ff;
    border-bottom: solid #0096ff 2px;
}

/*
#content-left a, #content-left a:link, #content-left a:visited {
	text-decoration: underline;
	padding:0;
	margin:0;
	color:#898989;
	font-size:11px;
	font-weight:normal;
}
#content-left a:hover {
	color:#ff9600;
	text-decoration: underline;
	font-weight:normal;
}
*/
#content-left .highlight
{
    font-size: 12px;
    font-weight: bold;
    color: #0096ff;
}

#content-right-None
{
    /*background-image: url(/images/Skin/vaolop_doc1.gif); 	background-repeat: no-repeat;*/
    float: left;
    margin-left: 1px;
    display: inline;
    width: 615px; /* 10px space between 2 divs */ /*SIZE*/
}

#content-bottom
{
    margin: 10px 0px 10px 0px;
}


/* END content functions */

/* Footer */
#footer
{
    clear: both;
    background-color: #eeeeee;
    margin: auto;
    position: relative;
}
#footer-content
{
    overflow: hidden;
    background-image: url(/images/home/congnghe/bgfooter.gif);
    background-repeat: no-repeat;
    width: 906;
    height: 104;
}

#footer-link
{
    padding-top: 30;
    color: #000000;
    letter-spacing: 1;
    line-height: 2;
}
#footer-link a, #footer-link a:link, #footer-link a:visited
{
    color: #000000;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
}
#footer-link a:hover
{
    color: #ff0000;
    text-decoration: none;
}
/* END Footer */


/* Langage selector */
#header-language-selector
{
    text-align: left;
    width: 120px;
    border: 1px solid #D0D0D0;
    background-color: white;
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 5px;
}
#language-select
{
    font-size: 12px;
}
#language-select li
{
    /*	border:1px solid #FFF;*/
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#language-select li a
{
    display: block;
    line-height: 15px;
    height: 15px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    color: #898989;
}
#language-select li a:hover
{
    color: #ff9600;
    text-decoration: underline; /*font-weight: bold;*/
}
/* END Langage selector */

/* Input & text */
input, textarea, select /* Overwrite admin.css */
{
    /*padding: 1px 3px 1px 3px;*/
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px; /*border: 1px solid #7f9db9;*/
    vertical-align: middle;
    color: #333333;
}

td /* Overwrite admin.css */
{
    margin: 0;
    padding: 0px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    background-color: inherit;
    color: #333333;
}
a img, :link img, :visited img
{
    border: none;
    text-decoration: none;
}
a:link
{
    text-decoration: none; /*color: #C64934;*/
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}
a:visited
{
    text-decoration: none; /*color: #C64934;*/
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}
a:hover
{
    text-decoration: none; /*font-weight:bold;*/
    color: #ff9600;
    font-size: 12px;
    font-weight: normal;
}
label
{
    text-decoration: none;
    font-weight: normal;
}
/* END Input & text */


.form_error
{
    color: #f60000; /*border: 1px solid #B22222;   background-color: #F1F3F5;*/ /*padding: 20px;   width: 300px;*/ /*padding: 0;*/
    padding-left: 18px; /*width: 100%;*/
    font-weight: bold;
    overflow: hidden;
    font-size: 12px;
    background-image: url(/images/School/warning.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
.subhead
{
}
/* user displayed in the header */
.user
{
    color: #ff0096;
    font-weight: bold;
}

.NextPrevious
{
    text-align: center;
    vertical-align: middle;
    padding-bottom: 5px;
}

a.a_highlight:link, a.a_highlight:visited
{
    color: #ff0096;
    font-weight: bold;
    text-decoration: none;
}
a.a_highlight:hover
{
    color: #ff9600;
    font-weight: bold;
    text-decoration: none;
}
.NormalBoldWhite
{
    float: left;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-weight: bold;
    font-size: 10pt;
    color: White;
}

ul
{
    list-style-image: url(/images/node.gif);
    margin-left: 25px;
}
ol
{
    margin: 30px;
}


.btnBookMark
{
    background-color: #CC0000;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #FFFFFF;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    width: 100px;
    height: 20px;
}

.btnNoBookMark
{
    background-color: #D7E5F5;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #FFFFFF;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    width: 100px;
    height: 20px;
}

.btnNoAnswer
{
    background-color: #3377FF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #FFFFFF;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    width: 100px;
    height: 20px;
}


.BookMark
{
    color: #CC0000;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    height: 20px;
}

.NoBookMark
{
    color: #D7E5F5;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    height: 20px;
}

.NoAnswer
{
    color: #3377FF;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    height: 20px;
}

.titlesmall
{
    color: #3377FF;
    font-size: 15px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: left;
}


.contentbold
{
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: left;
    margin: 2px 2px 2px 2px;
}


.contentnormal
{
    font-size: 14px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: left;
    color: #595959;
}

.reporttitle
{
    color: #3366CC;
    font-size: 18px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: center;
}

.reporttitle0
{
    font-size: 24px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: center;
}
.reporttitle1
{
    font-size: 15px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: center;
}

.reporttitle2
{
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: center;
}

.bigtitle
{
    color: #3366CC;
    font-size: 24px;
    font-weight: bold;
    font-family: ahoma, Arial, TVerdana, Helvetica;
    text-align: center;
}

.reporttitlesmall
{
    color: #3377FF;
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    text-align: center;
}

.btn
{
    color: #2255CC;
    background-color: #D7E5F5;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #FFFFFF;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    height: 24px;
    cursor: pointer;
}
.btn:hover
{
    color: #ff0000;
}

.Image-home-top
{
    width: 160px;
    padding: 3px 3px 3px 3px;
}
.Image-home_title
{
    width: 130px;
    padding: 3px 3px 3px 3px;
}


.home_subtitle
{
    font-weight: bold;
    font-size: 8pt;
    left: 2px;
    color: #336a96;
    padding-top: 3px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    position: relative;
    text-decoration: underline;
}
.home_title
{
    font-weight: bold;
    font-size: 12pt;
    padding-bottom: 2px;
    color: #191970;
    padding-top: 1px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
}
.home_title A:link
{
    font-weight: bold;
    font-size: 12pt;
    left: 2px;
    padding-bottom: 2px;
    color: #191970;
    padding-top: 1px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    position: relative;
    text-decoration: none;
}
.home_title A:visited
{
    font-weight: bold;
    font-size: 12pt;
    left: 2px;
    padding-bottom: 2px;
    color: #2f4f4f;
    padding-top: 1px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    position: relative;
}
.home_title A:hover
{
    font-weight: bold;
    font-size: 12pt;
    left: 2px;
    padding-bottom: 2px;
    color: #6495ed;
    padding-top: 1px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    position: relative;
    text-decoration: none;
}
.home_title A:active
{
    font-weight: bold;
    font-size: 12pt;
    left: 2px;
    padding-bottom: 2px;
    color: #6488ed;
    padding-top: 1px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    position: relative;
}


.itemtagcloud
{
    margin-top: 4px;
    margin-left: 4px;
    display: block;
    font-size: 12px;
}
.itemtagcloud a
{
    font-size: 12px;
    font-style: normal;
    letter-spacing: normal;
    font-family: Tahoma, Arial, Verdana, Helvetica;
}

.itemcategorycloud
{
    margin-top: 4px;
    margin-left: 4px;
    display: block;
    font-size: 12px;
}
.itemcategorycloud a
{
    font-size: 12px;
    font-style: normal;
    letter-spacing: normal;
    font-family: Tahoma, Arial, Verdana, Helvetica;
}

.itemcomments
{
    margin-top: 4px;
    margin-left: 4px;
    display: block;
    font-size: 12px;
}
.drgNews
{
    margin: 10px 0px 10px 0px;
}
.DragNewsItem
{
    color: #595959;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 9px;
    text-decoration: none;
    cursor: pointer;
}


.MenuHome
{
    float: left;
    display: inline;
    background: url(/images/Skin/menuhome1.gif) no-repeat;
    height: 24px;
    width: 223px; /*font-size:11px;*/
    font-weight: normal; /*padding-left:20px;*/ /*padding-top:4px;*/
    overflow: hidden;
    cursor: pointer;
}
.MenuHomeText
{
    float: left;
    display: inline;
    width: 70%;
    margin: 4px 0px 0px 20px;
}
.DangNhapVaoLop
{
    background: url(/images/Skin/dangnhapvaolopBg.jpg);
    height: 224;
    width: 502;
    margin-left: 180px;
    overflow: hidden;
}



.DangNhap
{
    background: url(/images/Skin/dangnhapBg.jpg);
    height: 228;
    width: 583;
    margin-left: 0px;
    overflow: hidden;
}



.hotnew
{
    background-image: url(/images/Skin/hotnewBg.gif);
    background-repeat: repeat-y;
    height: auto;
}
.hotnewContent
{
    background-image: url(/images/Skin/hotnewBg1.gif);
    background-repeat: no-repeat;
    padding-top: 15px;
    width: 100%;
    height: 142px;
    overflow: hidden;
}
.hotnewFooter
{
    background-image: url(/images/Skin/hotnewBg2.gif);
    height: 18px;
    margin-top: -9px;
}
#webcastSearch
{
    float: left;
    display: inline;
    width: 845px;
    height: 81px;
    margin: 0px 0px 0px 5px;
    background-image: url(/images/Skin/TimKiemKhongTrucTuyenBg.gif);
}
.elementWebcast
{
    float: left;
    display: inline;
    width: 586px;
    height: auto;
    background: url(/images/Skin/elementBgKtt.png) no-repeat;
}
#webcastBottom
{
    float: left;
    display: inline;
    width: 100%;
    height: auto;
}
.hotNewsWebcast
{
    float: left;
    display: inline;
    width: 218px;
    height: 250px;
    margin-top: -20px;
    background: url(/images/Skin/hotNewBgKtt.png) no-repeat;
}
.elementBottom
{
    float: left;
    display: inline;
    width: 100%;
    height: 28px;
    color: White;
    background: url(/images/Skin/elementBgBottom1.gif) no-repeat;
    margin: 0px 0px 0px -1px;
}
.elementContentWebcast
{
    float: left;
    display: inline;
    width: 508px;
    height: auto;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 10px; /*font-family:Arial; 	font-style:normal; 	font-size:11px;*/
}
.elementDateWebcast
{
    float: right;
    display: inline;
    margin: 12px 266px 0px 0px;
    height: 25px;
    min-width: 268px;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-style: italic;
    font-size: 12px;
}
.elementImg
{
    float: left;
    display: inline;
    width: 44px;
    height: 54px;
    margin: 5px;
}
.webcastInfo
{
    float: left;
    display: inline;
    margin: -5px 0px 0px 68px;
    width: 100%;
    height: auto;
}
.drgContentWebcast
{
    float: left;
    display: inline;
    margin: 16px 10px 10px 10px; /*background-color :#ffffff;*/
}
.btControlWebcast
{
    float: right;
    display: inline;
    margin: 10px 30px 0px 0px;
    cursor: pointer;
    width: 52px;
    height: 34px;
}
.btControlWebcastPre
{
    float: left;
    display: inline; /*width:27px; 	height:34px; 	background:url(/images/Skin/vaolop_arowleft.gif) no-repeat;*/
}
.btControlWebcastNext
{
    float: left;
    display: inline; /*width:24px; 	height:34px; 	background:url(/images/Skin/vaolop_arowright.gif) no-repeat;*/
}
#vaolopLink
{
    float: left; /*display:inline;*/
    width: 100%;
    height: 212px;
    background: url(/images/Skin/vaolopLink1.gif) no-repeat;
}
#linkTechNet
{
    float: left;
    display: inline;
    width: 95%;
    height: 34px;
    margin: 36px 0px 0px 10px;
}
#linkSourceCode
{
    float: left;
    display: inline;
    width: 95%;
    height: 34px;
    margin: 26px 0px 0px 10px;
}
#linkTest
{
    float: left;
    display: inline;
    width: 95%;
    height: 34px;
    margin: 32px 0px 0px 10px;
}

.errMsg
{
    color: #ff0000;
}


.hoso_item
{
    background: transparent url( "/images/home/congnghe/node1.gif" ) no-repeat left top;
    background-position: 0 10;
    margin-left: 10;
    padding-left: 10;
    padding-top: 5;
    padding-bottom: 5;
    color: #054d9f;
}


.forumline
{
    background-color: #cccccc;
}
.formStyle
{
    background-color: #ffffff;
    height: 22;
}


/*#order_menu ul
{
    list-style-type:none; 
    list-style-image: none;    
}

#order_menu ul li
{
    list-style-type:none; 
    
    display: inline;
    
}
#order_menu ul a
{
    width:102px; 
    height: 54px;
    background: url(/images/webcast/nutnho_03.gif) no-repeat top left;
    
    
    
}*/


#navcontainer
{
    margin: 0px;
    padding: 0px;
}

#navcontainer ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    list-style-image: none;
}

#navcontainer ul li
{
    float: left;
    list-style-type: none;
    font-family: verdana;
    font-weight: bold;
}

#navcontainer ul li a
{
    text-decoration: none;
    background: url(/images/webcast/nutnho_03.gif) no-repeat bottom left;
    float: left;
    margin-right: 2px;
    height: 51px;
    width: 102px;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    /*padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 10px;*/
    
}

#navcontainer ul li a:hover
{
    background: url(/images/webcast/nutto_03.gif) no-repeat bottom left;
    color: #ffff00;
    margin-right: 2px;
    font-weight: bold;
    font-size: 13px;
    
}

#navcontainer ul li a.current
{
    background: url(/images/webcast/nutto_03.gif) no-repeat bottom left;
    color: #ffff00;
    margin-right: 2px;
    font-weight: bold;
    font-size: 13px;
    
}

#keyword div a 
{
    text-decoration: none;
    color: #0096FF;
    font-weight: bold;
      
}
#keyword div a:hover
{
    color: #FF0000;         
}

#keyword div

{
    margin: 5px;
    float:left    
}
/*----- login ------------*/
#HomeLoginContent
{
	width: 243;
	height: 350;
	background: url( '/images/home/congnghe/2303/Homelogin.jpg' ) no-repeat;	
	margin-bottom: 5px;
}
#HomeLoginContent a
{
	font-size: 12px;
}
#HomeLoginContent p
{
	margin: 5px 0 5px 0;
}
#HomeLoginContent span
{
	font-size: 12px;
	color: Red;
	margin-top: 10px;
}
#HomeLoginContent input
{
	border: solid 1px #0099ff;
	height: 24px;
}
.HomeLoginButton
{
	width: 83px;
	height: 35px;
	background: url( '/images/home/congnghe/2303/loginbt.jpg' ) no-repeat;
	text-align: center;
	font-weight: bold;
}
.HomeLoginButton a, .HomeLoginButton a:link, .HomeLoginButton a:hover
{
	color: White !important;
	font-weight: bold !important;
}
.login_help
{
	width: 241px;
	height: 54px;
	background: url( '/images/home/congnghe/2303/help.jpg' ) no-repeat;
	cursor: pointer;
}
.myclass
{
	width: 241px;
	height: 53px;
	background: url( '/images/home/congnghe/2303/myclass.jpg' );
	cursor: pointer;
}
.loginbottom
{
	margin-top: 29px;
}
*html .loginbottom
{
	margin-top: 19px;
}
.introHeader
{
	width: 396px;
	height: 50px;
	background: url( '/images/home/congnghe/2303/IntroHeader.jpg' );
}
.continue
{
	width: 65px;
	height: 22px;
	background: url( '/images/home/congnghe/2303/xemtiep.jpg' );
	cursor: pointer;
	position:relative;
	top:-5;
	left:325;    
}
.ImgAvatar {
	height:110px;
	margin:5px 0;
	width:114px;
}
/*---------- bài gi?ng m?i ----------*/
#ListVideoZone
{
	float: left;
	width: 630px;
	font-size: 10px;
}
.ListVideoItem
{
	width: 150px;
	height: 130px;
	float: left;
	margin-left: 6px;
	text-align: center;
}
/*--------- menu khoa hoc trang chu -------*/
.ListVideoLeft
{
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}
.ListVideoRight
{
	float: left;	
	margin-left: 10px;
	text-align: left;
	height: 40px;
}
.ListVideoLeft img
{
	width: 75px;
	height: 44px;
}
.ListVideoText
{
	font-size: 14px;
	margin-top: 5px;
	font-family: Arial;
}

