#strip {
	height: 5px;
	width: 985px;
	background-color: #FFF;
	border-top: 4px solid #CCC;
	border-bottom: 4px solid #FFE600;
}

#table_dates {
	width: 190px;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}

#Date_table th {
        text-align: left;
        border-bottom: 2px solid #333;
        height: 24px;
	width: 24px;
        background-color: #FFE600;
        color: #111;
	text-align: center;
}

#Date_table {
        BORDER:1px solid #DDD;
        font-size: 10px;
        padding: 0;
        color:#FFF;
}

#Date_table tr {
        border: 1px solid #5A9AFF;
        margin: 4px 10px 0 10px;
        background-color: #666;
}
#Date_table td {
        border-bottom: 1px solid #485663;
        height: 22px;
	border-right: 1px solid #344853;
	text-align: center;
}

#Date_table a {
	width: 22px;
	color:#111;
}
#grab_bar  {
        color:#FFF;
}
#statustable td {
        border-bottom: 1px solid #666;
        height: 16px;
        padding: 5px;
}
#invoice {
        border: 1px solid #333;
}

#invoice th {
        background-color: #dddddd;
        font-size:8pt;
        color:#222222;
}

#invoice td {
        border: 1px solid #666;
        PADDING: 5px;

}
#requests {
        border: 1px solid #333;
}

#requests th {
        background-color: #dddddd;
        font-size:8pt;
        color:#222222;
        PADDING: 3px;
}
#requests td {
border: 1px solid #666;
PADDING: 5px;
}

