#tabstrip {
	width: 100%;
	background-color: #fff;
	display: block;
}

#tabstrip ul { padding: 0; }

#tabstrip li
{		
	background-color: #d8edee;
	border-right: solid 2px #fff;
	display: inline;
	padding: 8px 12px 8px 12px;
}

#tabstrip li.selected {
	background-color: #93d3d3;
}

.bar
{
	height: 16px;
	width: 710px;
	border: solid 2px #93d3d3;
	background-color: #93d3d3;
	width: 100%;
	margin-top: -5px;
}

.data_area
{
	width: 696px;
	border-left: solid 2px #93d3d3;
	border-right: solid 2px #93d3d3;
	border-bottom: solid 2px #93d3d3;
	background-color: #d8edee;
	padding: 8px 12px 8px 12px;
}

#ResultsGridControl { width: 696px; }
.DocumentSearchGrid { background-color: #fff; }

#tabstrip a { font-weight: bold; text-decoration: none; color: #000; }
#tabstrip a:hover { font-weight: bold; text-decoration: none; color: #f00; }

a.monthNav { font-weight: bold; text-decoration: none; color: #000; }
a.monthNav:hover { font-weight: bold; text-decoration: none; color: #f00; }

.weekend { border: solid 2px #93d3d3; width: 90px; height: 75px; }
.weekday { border: solid 2px #93d3d3; width: 90px; height: 75px; background-color: #fff; }
.weekend table, .weekday table { width: 96%; height: 96%; }
.date_row { height: 24px; }
.date_cell { font-size: 10pt; text-align: left; vertical-align: top; }
.text_cell { font-size: 8pt; text-align: right; vertical-align: bottom; }
