﻿.Broadcastings
{
    float:left;
    width:500px;
    min-height:500px; _height:500px;
}

.Broadcasting {
	float:left;
	padding-bottom:30px;
}

.Broadcasting .image {
     float:left;
     width:90px; 
     overflow:hidden;
     height:auto;
     position:relative;
     z-index:10;
}
.Broadcasting .image img {
cursor:pointer;
}

.Broadcasting .body {
     float:left;
     position:relative;
     width:410px; 
     display:block;
     z-index:8;
}
.Broadcasting .header {
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

.Broadcasting .readmore {
    color:#00678A;
	font-weight:bold;
	background: url('../../../Resources/Global/Image/Icons/ArrowRightBlue.gif') no-repeat 0px 5px;
    padding-left:12px;  	
	text-decoration: none;
	display:block;
	margin-top:5px;
	cursor:pointer;
	zoom:1;
}

.Broadcasting .body .desc
{
	color: #6b7378;
}


.lightBoxBg {
	background-color:#000000;
	filter:alpha(opacity=60);
	height:100%;
	width:100%;
	display:block;
	opacity:0.6;
}

.LightBoxContainer
{
	width:492px;
	height:505px;
	display:block;
	background: url('../../../Resources/Global/Image/Default/LightBoxBg.png') no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Resources/Global/Image/Default/LightBoxBg.png', sizingMethod='image');
	_background:none;
}

.LightBoxContainer a.closed
{
	width:14px;
	height:14px;
	position:absolute;
	top:24px;
	left:464px;
	cursor:pointer;
	display:block;
		background: url('../../../Resources/Global/Image/Default/close.gif') no-repeat;

}


.LightBoxContainer h1{padding-top:36px; font-size:16px; font-weight:600; width:418px; margin-left:33px; height:40px; line-height:18px; overflow:hidden; }

.LightBoxContainer #flashPlace{margin:25px; border:none; margin-left:28px; outline-style:none}

.LightBoxContainer .text
{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	display:block;
	position:relative;
	top:74px;
	left:38px;
	margin-bottom:28px;
}



