.label_blue {
    background-color: #21773a;
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial; font-size: 11px; font-weight: bold; text-decoration: none;
	height: 23px;
	//height: 32px;
	//border-top: 0px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    display: block;
    cursor: default;
    padding-top: 9px;
}
.label_gri {
    background-color: #a6a7a9;
	color: #ffffff;
	text-align: left;
	font-family: Arial; font-size: 11px; font-weight: bold; text-decoration: none;
	height: 22px;
    border-bottom: 2px solid #ffffff;
    display: block;
    cursor: default;
    padding-top: 9px;
	//	height: 31px;
    //	border-top: 0px solid #ffffff;
    //	padding-top: 8px;    

}
.latime {
//	width: 235px;
    padding-left: 23px;
}
.latime_dr {
//	width: 195px;
    padding-left: 25px;
}

.link {
    width: 245px;
    text-align: left;
    padding-left: 24px;
    padding-bottom: 5px;
    margin: 0px;
    display: table-cell;
    border-bottom: 2px solid #ffffff;
    background-color: #e3e4e4;
    
    //	padding-left: 15px;
    //	padding-bottom: 5px;
    
}
.link li {
    padding: 3px 0 3px 0;
    margin: 0px;
    
    //	padding: 2px 5px 3px 9px;
    //	border: 0px;    
}

hr.hrgri {
    border: 0;
    color: #e3e4e4;
    background-color: #e3e4e4;

    width: 100%;
    text-align: center;
    margin: 25px 0px 25px 0px;
    //	margin: 10px 0px 19px 0px;
}



