div.itemBox{
	float:left;
	width:250px;
	height:130px;
}
div.itemTitle
{
	font-size: 20px; 
	margin-bottom: 5px; 
	color: #364B88;
	font-weight:bold;
}
div.itemTxt
{
	font-size: 12px; 
	margin-bottom: 5px; 
	color: #000;
}
pre{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}
td{
	vertical-align:top;
}



div.dayHour{
    width:186px;
    height:18px;
    float:left;
    border:1px #3C8A0C solid;
    padding:2px;
    font-weight:bold;
    background-color:#E2FCE0;
}
div.dayHourItemEmpty{
    width:191px;
    float:left;
}
div.dayHourItemLeft,
div.dayHourItemRight,
div.dayHourItemInner {
    width:186px;
    float:left;
    padding:2px;
}
div.dayHourItemLeft{
    border-right:1px #AEF482 solid;
}
div.dayHourItemRight{
    border-left:1px #AEF482 solid;
}
div.dayHourItemInner{
    border-left:1px #AEF482 solid;
    border-right:1px #AEF482 solid;
}
div.dayItemsRow{
    width:766px;
    margin-top:1px;
    border:1px #AEF482 solid;
}
span.crawlTrigger{
    cursor:pointer;
    font-weight:bold;
    color:#3C8A0C;
}
div.dayBox{
    position:absolute;
    top:0px;
    width:20px;
    height:130px;
    padding:3px;
    background-color: #D3F9BC;
    overflow:hidden;
    border:1px #E2E9FE solid;
    border-left:1px #3C8A0C solid;
}
