/* CSS Document */

/* ----------------  Each page layout */

/* ----------------  For directory "sc" */

table#sc{
width:850px;
border-collapse:separate;
border:solid 1px #666666;
border-spacing:4px;
}

table#sc td{
padding:5px;
border:solid 1px #666666;
text-align:left;
}

table#sc th{
padding:5px;
background-color:#666666;
text-align:center;
}

table#sc p.PickUpEvent{
font-size:14px;
font-weight:bold;
color:#EF1974;
line-height:1.4;
}

table#sc td.PickUpEvent2{
position:relative;
font-size:14px;
font-weight:bold;
color:#EF1974;
height:3em;
}

table#sc td.PickUpEvent2 span{
background: url(../../sc/img/sc_pick.png) no-repeat;
width:48px;
height:27px;
position:absolute;
top:-13px;
left:-26px;
}
