/* CSS Document */
@import url("sub_font.css");
A:link       { text-decoration:none; color: #555555; }
A:visited    { text-decoration:none; color: #555555; }
A:hover      { text-decoration:underline; color: #555555 }

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:0.7em;
	font-weight:normal;
	line-height:1.2;
	margin: 0px;
	scrollbar-face-color:#626262;
    scrollbar-highlight-color:#626262;
    scrollbar-3dlight-color:#A5A5A5;
    scrollbar-darkshadow-color:#626262;
    scrollbar-shadow-color:#626262;
    scrollbar-track-color:#808080;
    scrollbar-arrow-color:#D4D4D4;
}

img{
	border:medium none;
}

/*font_small*/
.f10t    {font-family: "Tahoma"; font-size:10px; line-height: 11px;}
.f10w    {font-family: "Verdana"; font-size:10px; line-height: 11px;}
.f11W    {font-family: "Verdana"; font-size:11px; line-height: 12px;}
.f11t    {font-family: "Tahoma"; font-size:11px; line-height: 12px;}
.f13Wb   {font-family: "Verdana"; font-size:13px; line-height: 14px; font-weight:bold;}
.f11Wb   {font-family: "Verdana"; font-size:11px; line-height: 12px; font-weight:bold;}
.tx12b   { font-family: "Verdana"; font-size: 12px; line-height: 16px; font-weight:bold;}

.f13tb   {font-family: "Tahoma"; font-size:13px; line-height: 14px; font-weight:bold;}




/*  =============================== BACKGROUND =============================== */

/* BG Color */
.brbgGray {border: solid 1 #C6C6C6; background: #F3F3F3;}         /* bracket box */
.bgF7FBr  {background-color:#F7F7F7; border: solid 1 #DCDCDC; }   /* bright gray + gray outline */


/*wing_bg*/
.main_l_bg { background: url(http://file.wcg.com/6th/tournament/gf_bg_one_low.jpg); background-repeat: no-repeat; background-position: right top; }


/* LINE style
***************************************************/
.L_l   { border-left   : 1px solid #CFCFCF; margin:0px; }
.L_t   { border-top    : 1px solid #CFCFCF; margin:0px; }
.L3Rd     { border : solid 3px #CFCFCF; padding:3px; }
.L_b   { border-bottom : 1px solid #CFCFCF; margin:0px;}

.L_lt   { background: #FFFFFF URL(http://file.wcg.com/6th/tournament/whrd_l1.gif) no-repeat; width:4px; height:4px;}
.L_rt   { background: #FFFFFF URL(http://file.wcg.com/6th/tournament/whrd_r1.gif) no-repeat; width:4px; height:4px;}


/*  =============================== PADDING =============================== */
.ln3w        {  padding : 0 3 0 3; }
.ln5w        {  padding : 0 5 0 5; }
.ln10w       {  padding : 0 10 0 10; }



/* TEXT */
.tx12b   { font-family: "Verdana"; font-size: 12px; line-height: 16px; font-weight:bold;}
.tx11tb  { font-family: "Tahoma";  font-size: 11px; line-height: 15px; font-weight:bold;}
.f11tb   {font-family: "Tahoma"; font-size:11px; line-height: 12px; font-weight:bold;}
.tx11t   { font-family: "Tahoma";  font-size: 11px; line-height: 15px; }


/*line////////////////////////////////////////////////////////////////////////*/
.border_nomal 	{border:1px solid #cacaca;}/*gray_box */


/*WCG TV*/

#tv_wrapper{
	width: 820px;
	height:770px;
	background: url(http://file.wcg.com/6th/tv/tv_play_bg.jpg) no-repeat;
	margin:0 auto;
	overflow: hidden;
}

#tv_right {
	float:right;
	width:152px;
	background:#FFFFFF;
	padding-left:0px;
	padding-top:10px;

}

#tv_left{
	width: 178px;
	float:left;
	margin:0 auto;
	text-align: center;
	margin: 0 0 0 0px;

}