@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:helvetica, arial, sans-serif;
	font-size:11px;
	color:#555555;
}

h2{
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	padding-top:7px;
}

div.body{
	background-color:#ffffff;
	background-position:left top;
	background-repeat:no-repeat;
	width:881px;
	height:629px;
	margin-bottom:50px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('./assets/images/main_0.jpg');
}

div.body.loading, div.body.more.loading{
	background-image:url('./assets/images/main_1.jpg');
}

div.body.more{
	background-image:url('./assets/images/main_2.jpg');
}

div.body div.left{
	width:340px;
	height:592px;
	float:left;
	margin-left:19px;
	margin-top:18px;
}

div.body div.right{
	width:490px;
	height:592px;
	float:right;
	margin-right:19px;
	margin-top:18px;
}

div.player{
	height:245px;
	width:340px;
	margin:0px 0px 13px 0px;
}

div#OM_player {
	width: 340px; 
	height: 245px; 
	background: url('/assets/images/player_bg.png') no-repeat left top;
}

div.news{
	padding: 13px; height: 100px; width: 314px; margin-bottom: 14px;
}

div.menu{
	height:48px;
	margin:0px 0px 13px 0px;
	overflow:hidden;
	font-family:helvetica, arial, sans-serif;
	color:#001953;
	padding-right: 12px;
	padding-left: 15px; 
	width: 461px;
}

div.playing{
	height:48px;
	width:238px;
	font-family:helvetica, arial, sans-serif;
	color:#001953;
	font-size:13px;
}

div.playing.now{
	float:left;
}

div.playing.next{
	float:right;
}

div.playing div.button{
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	height:48px;
	width:84px;
	cursor:pointer;
}

div.playing div.button h2{
	padding-left:15px;
}

div.playing div.info{
	font-weight:normal;
	float:left;
	height:48px;
}
div.playing div.info p{
	padding-left:3px;
	padding-top: 0px; 
	margin-top: 16px;
	width: 151px; 
	overflow: hidden; 
	white-space: nowrap;
}

div.menu_item{
	float:left;
	height:48px;
	padding: 0 10px;
	cursor:pointer;
}

div.menu_item.hover{
	background-image:url('./assets/images/mi_1.gif');
	background-repeat:repeat-x;
	background-position:left 1px;
}

div.menu_item h2, div.button h2 {
	margin: 17px 0 0;
	padding:0;
}

div.news div.article_image{
	width:99px;
	height:99px;
	background-color:#ededed;
	float:left;
	text-align: center;
}

div.news div.article_image img {
	width: 99px;
	height: 99px;
}

div.news.outtv div.article_image {
		padding-top: 9px; height: 81px; padding-bottom: 9px;
}

div.news div.text{
	height:99px;
	width:205px;
	float:right;
	padding-left: 10px; margin-right: 0px;
}

div.news.outtv{
	cursor: pointer;
}

div.gaynl{
	background-position:294px 100px;
	background-repeat:no-repeat;
}
div.outtv{
	background-position:173px 92px;
	background-repeat:no-repeat;
}
div.gaynl a{
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:11px;
	color:#555555;
	font-weight:normal;
	text-decoration:none;
	background-image:url('./assets/images/arrw_0.gif');
	background-position:left 1px;
	background-repeat:no-repeat;
	padding:0px;
	padding-left:17px;
	display:block;
	margin-bottom:5px;
	width: 188px;
	white-space: nowrap;
	overflow:hidden;
}
div.gaynl a:hover{
	color:#ff9000;	
	background-image:url('./assets/images/arrw_1.gif');

}

div.outtv a{
	display:block;
	margin-top:3px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color:#555555;
	font-size:11px;
	text-decoration:none;
	width: 205px;
	white-space: nowrap;
	overflow:hidden;
}
div.outtv a.nw, div.outtv a:hover{color:#e20004;}
div.outtv span.time{
	padding-right:20px;
}

div.outtv div.article_image span.day{
	color:#e20004;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:45px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:12px;
}

div.outtv div.article_image span.date{
	color:#555555;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:24px;
	font-weight:bold;
	padding:0px;
	margin-top:-7px;
}

div.extracontent{
	width:490px;
	height:403px;
	margin-top:13px;
	float:right;
	color:#555555;
	font-family:Helvetica, Arial, Sans-Serif;
	display: none;
}

div.body.more div.extracontent {
	display: block;
}

div.extracontent a{
	color: #555555;
}

div.extracontent p{
	width:450px;
	height:326px;
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin:10px 20px;
	overflow: auto;
}

div.extracontent p span{
	width: 125px; 
	display:inline-block;
	font-weight: bold;
}

div.extracontent p input{
	margin-bottom: 5px;
}

div.extracontent ul {
	font-size:12px;
	font-weight:normal;
}
div.extracontent h2{
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:30px;
	padding:0px;
	padding-top:10px;
	border-top:1px solid #555555;
}

div.extracontent h2:first-letter{
	text-transform:uppercase;
}

a.close{
	float:right;
	margin-right:20px;
	margin-top:10px;
	font-size:12px;
	color:#999999;
	text-transform:lowercase;
	font-weight:normal;
	text-decoration:none;
}
