﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}
div.center {
	text-align: center;
}
div.center div, div.center p, div.center table, div.center form
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.inputBox
{
	width: 200px;
}
.comboBox
{
	width: 205px;
}

 .his_case_open
{
	background-image: url("../images/icon_cas_open.gif");
	height: 20px;
	width: 20px;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
}

.his_case_late
{
	background-image: url("../images/icon_cas_late.gif");
	height: 20px;
	width: 20px;
	float: left;
	/*text-indent: -99999px;*/
	overflow: hidden;
	background-repeat: no-repeat;
}

.his_case_closed
{
	background-image: url("../images/icon_cas_closed.gif");
	height: 20px;
	width: 20px;
	float: left;
	/*text-indent: -99999px;*/
	overflow: hidden;
	background-repeat: no-repeat;
}
.subjectItemEdit
{
	background-color: #ffffff;
	border: #00009D 1px solid;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color: black;
	width: 100%;
	display:inline-block;
}
.subjectItemEdit .form
{
	font-style: italic;	
	color: Blue;
}
.subjectItemEdit .case
{	
	font-style: italic;
	color: #552BAC;
}
#tableSubjectListView,#tableSubjectTreeView
{
	width: 95%;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}

.resultsDGheader, .resultsDGheader th
{
	background-color: white;
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}