div.MainPage{
	width:760px;
}

div.Results{
	font-size:.8em;
}

#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; }

