@charset "utf-8";

/*=====sports====================================================*/

/*----TotalScore-------------------------------------------------*/
table#TotalScore{
border-collapse:collapse;
margin:10px 0 20px;
border:1px solid #bababa;
width:180px;
}

table#TotalScore tr{
}

table#TotalScore tr th{
background:#f8f8f8;
padding:3px 0;
font-weight:bold;
width:50%;
text-align:center;
border:1px solid #bababa;
}

table#TotalScore tr td{
padding:3px 0;
text-align:center;
border:1px solid #bababa;
}

div.ProSportsNews{
clear:both;
border-bottom:1px dotted #cccccc;
padding-bottom:10px;
}

div.ProSportsNews h2{
color:#5C9D0D;
clear:both;
border-top:1px dotted #cccccc;
padding:10px 0 0;
}

div.ProSportsNews h3{
color:#5C9D0D;
clear:both;
margin:0 0 10px;
padding:0 0 10px;
border-bottom:1px dotted #cccccc;
}


/*----ScoreBoard Lotte-------------------------------------------------*/

table#ScoreBoard{
width:100%;
border-collapse:collapse;
margin:10px 0;
border:1px solid #bababa;
}

table#ScoreBoard tr{
}

table#ScoreBoard tr th{
background:#f8f8f8;
padding:3px;
text-align:center;
border:1px solid #bababa;
font-weight:bold;
}

table#ScoreBoard tr th.TeamName{
background:#f8f8f8;
padding:3px 0 3px 3px;
text-align:left;
border:1px solid #bababa;
width:197px;
font-weight:bold;
}


table#ScoreBoard tr td{
padding:3px 0;
text-align:center;
border:1px solid #bababa;
}

/*----ScoreBoard Soccer-------------------------------------------------*/
table#ScoreBoardSoccer{
width:100%;
border-collapse:collapse;
margin:10px 0;
border:1px solid #bababa;
}

table#ScoreBoardSoccer tr{
}

table#ScoreBoardSoccer tr th{
background:#f8f8f8;
padding:3px;
width:20%;
text-align:center;
border:1px solid #bababa;
font-weight:bold;
}

table#ScoreBoardSoccer tr th.TeamName{
background:#f8f8f8;
padding:3px 0 3px 3px;
text-align:center;
border:1px solid #bababa;
width:197px;
font-weight:bold;
}


table#ScoreBoardSoccer tr td{
padding:3px 0;
text-align:center;
border:1px solid #bababa;
}

table#ScoreBoardSoccer tr td.Score{
padding:3px 0;
text-align:center;
border:1px solid #bababa;
font-weight:bold;
}

/*----Article---------------------------------------------------------------*/

p#ScoreDetails{
margin:0 0 10px;
padding:0 0 5px;
border-bottom:1px #cccccc dotted;
}

p#GameContent{
border-bottom:1px dotted #cccccc;
float:right;
width:479px;
padding-bottom:10px;
}

p#Evaluation{
padding-top:10px;
float:right;
width:479px;
}

p#GameArticle{
padding-bottom:10px;
}

/*---DaysBobby----------------------------------------------------------*/
div#DaysBobby{
padding:0 0 10px 0;
}

h3#DaysBobbyTitle{
border:1px solid #cccccc;
padding:3px;
margin-bottom:10px;
}

div#DaysBobby img{
float:right;
padding:0 0 0 10px;
}
