@charset "utf-8";

@import url("../css/base.css");



/* --------------------------------------------------

programGuide

-------------------------------------------------- */
#programGuide{
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #CCCCCC;
margin-top:10px;

}



#programGuide li{
float:left;
width:238px;
border-right-width: 1px;
border-right-style: dashed;
border-right-color: #CCCCCC;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;

}



#programGuide .wrapperLeft{
padding-top: 10px;
padding-left:10px;

float:left;
width:105px;}

#programGuide .wrapperRight{
padding: 10px 10px 10px 0;

float:right;width:113px;}



#programGuide li.side{
/*	border-right-width: 1px;
border-right-style: dashed;
border-right-color: #FFFFFF;*/
border-right:none;
}
#programGuide .wrapperRight h3{
margin-bottom:5px;}
#programGuide .wrapperRight h3 a{
font-weight: bold;
color: #2478D0;
}
#programGuide .wrapperRight p{
margin-bottom:5px;
}

#programGuide .wrapperRight .data{
font-size:80%;
font-weight: bold;
background-color: #DEE9FA;
vertical-align: text-bottom;
}


#programGuide .wrapperLeft .img{
width: 90px;
height:75px;
text-align:center;
float:left;
border:2px solid #AECBF2;


}


#programGuide .wrapperLeft .img img{
vertical-align:top;
margin:auto o;

}

#programGuide .wrapperLeft .btn{
clear:both;
margin-top:10px;
float:left;

}
