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

#wrapper
{
	/*height:634px;*/
	width:999px;
	margin:0px auto;
}

#header
{
	background-image:url(images/headerBG.png);
	height:68px;
}

#header_DooTV
{
	background-image:url(images/headerBG_DooTV.png);
	height:68px;
}


#logoImg { margin-top:0px; margin-left:47px; margin-bottom:0px; float:left; }
#logoImg  a { border:0px; }
#logoImg img { border:0px; }

#gotoSite { margin-top:22px; margin-right:30px; float:right; }
#gotoSite  a { border:0px; }
#gotoSite img { border:0px; }


#contentWrapper
{
	padding-bottom:44px;
}

body
{
	background:#000 url(images/blackground_dev_5.png) top center no-repeat;
}

#contentWrapper_DooTV
{
	padding-bottom:44px;
	/*height:634px;*/
	width:999px;
	margin:0px auto;
}

#playerWrapper
{
	/*height:420px;*/
	width:643px;
	padding-top:44px;
	padding-left:179px;
	float:center;
	/*border:1px solid #494C53;*/
}

#playerWrapper_DooTV
{
	/*height:420px;*/
	width:643px;
	padding-top:44px;
	padding-left:19px;
	float:center;
	/*border:1px solid #494C53;*/
}

#chapterTitle
{
	width:640px;
	margin-top:20px;
	margin-left:179px;
	float:center;
	color:#FFEB1C;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:smaller;
}

#chapterTitle_DooTV
{
	width:640px;
	height:40px;
	margin-top:-20px;
	margin-left:19px;
	float:center;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:15px;;
}

#flashLink
{
	margin-top:10px;
	margin-right:10px;
	float:right;
	color:#FFEB1C;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:smaller;
}
#chapterDetail
{
	width:640px;
	margin-top:10px;
	margin-left:179px;
	float:center;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:smaller;
	
}

#chapterDetail_DooTV
{
	width:290px;
	margin-top:39px;
	margin-right:19px;
	float:right;
	color:#C0C0C0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:smaller;
}

#chapterDetailContent_DooTV
{
	width:100%;
	height:230px;
	float:right;
	color:#C0C0C0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
}
#chapterRelatedList_DooTV
{
	width:100%;
	height:160px;
	float:right;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
	a:link: color:#FFCC00; text-decoration:none;
}
#chapterHeader_DooTV
{
	width:100%;
	float:right;
	margin-top:10px;
	margin-bottom:5px;
	vertical-align:text-bottom;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999999;
	border-bottom: 1px dashed #999999;	
}

body {
margin: 0; padding: 0;
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
a {
  text-decoration: none;
   color:#FFF;
}
a:hover {
  text-decoration: underline;
  color:#FFEB1C;
}


.contentboxLive { 
    width: 970px; 
	height: 590px; 
    position: fixed; 
    z-index: 2; 
	background-color:#000; 
	margin-top:15px;
	margin-left:16px;
} 

.contentboxLive-top { 
    width: 970px; 
    height: 30px; 
	background: transparent url("images/live_box_top.png"); 
} 

.contentboxLive-mid { 
    height: 530px; 
} 
 
.contentboxLive-w { 
    width: 20px; 
    height: 100%; 
    background: transparent url("images/live_box_left.png"); 
    float: left; 
} 
 
.contentboxLive-content { 
    width: 930px;
    height: 100%; 
    background: repeat url("images/live_box_bg.png"); 
    float: left; 
} 
 
.contentboxLive-e { 
    width: 20px; 
    height: 100%; 
    background: transparent url("images/live_box_right.png"); 
    float: left; 
} 
 
.contentboxLive-bottom { 
    width: 970px; 
    height: 30px; 
	background: transparent url("images/live_box_bottom.png"); 
} 

.contentboxRemote { 
    width: 342px; 
	height: 394px; 
	background-color:#232222; 
	margin:25px;
	float: left; 
} 

.contentboxRemote-top { 
    width: 342px; 
	height: 10px; 
	background: transparent url("images/remote_box_top.png"); 
} 

.contentboxRemote-mid { 
    height: 374px;
} 

.contentboxRemote-bottom { 
    width: 342px; 
	height: 10px; 
	background: transparent url("images/remote_box_bottom.png"); 
} 
.cornerBoxPage{ cursor:pointer; color:#cccccc; }

.cornerBoxPage a{ 
	background-color:#2a2a2a; color:#cccccc; font-weight:normal; text-align:center; text-decoration:none; display:block; width:100%; cursor:pointer; font-size:11px; padding:1px; 
	border:1px solid #2a2a2a;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.cornerBoxPage a:hover{ 
	background-color:#a90800;
	border:1px solid #a90800;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.cornerBoxPageFirstLast a{ 
	background-color:#3b3b3b; color:#fff; font-weight:normal; text-align:center; text-decoration:none; display:block; width:100%; cursor:pointer; font-size:11px; padding:1px;
	border:1px solid #3b3b3b;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.cornerBoxPageFirstLast a:hover{ 
	background-color:#a90800;
	border:1px solid #a90800;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.cornerBoxPagePreviousNext a{ 
	background-color:#343434; color:#fff; font-weight:normal; text-align:center; text-decoration:none; display:block; width:100%; cursor:pointer; font-size:11px; padding:1px; 
	border:1px solid #a90800;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.cornerBoxPagePreviousNext a:hover{ 
	background-color:#a90800;
	border:1px solid #a90800;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.cornerBoxPageActive{ cursor:pointer; color:#cccccc; }
.cornerBoxPageActive a{ 
	background-color:#a90800; color:#000; font-weight:bold; text-align:center; text-decoration:none; display:block; width:100%; cursor:pointer; font-size:11px; padding:1px; 
	border:1px solid #a90800;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.cornerBoxPageActive a:hover{ 
	background-color:#a90800;
	border:1px solid #a90800;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.borderBox{
	padding:2px;
	background-color:#3b3b3b;
	border:1px solid #3b3b3b;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

