body
{
	margin: 0 0 0 0;
	background-color: #edf2f6;
	color: #21425f;
	font-family: Verdana;
	font-size: 10pt;
}
table
{
	background-color: #b0bfcd;
	font-size: 10pt;
}
th
{
	background-color: #21425f;
	color: white;
}
td
{
	background-color: #edf2f6;
}
.item
{
	background-color: #edf2f6;
}
.selected
{
	background-color: #b0bfcd;
	color: black;
}
.head
{
	background-color: #21425f;
	color: white;
	overflow : hidden;
}
.title
{
	font-size: 44pt;
	filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=0, FinishX=1000);
	color: #b0bfcd;
	font-style: italic;
	font-family: Verdana;
	background-color: #21425f;
	height: 75px;
	width: expression('' + HtmlClientWidth() + 'px');
	overflow: hidden;
	vertical-align:middle;
}
.menu
{
	margin-top: 10px;
	background-color: #b0bfcd;
	color: #21425f;
	width: 135px;
	height: expression('' + (HtmlClientHeight() - 85) + 'px');
	overflow: auto;
}

.content
{
	margin-top: 10px;
	margin-left: 10px;
	width: expression('' + (HtmlClientWidth() - 145) + 'px');
	height: expression('' + (HtmlClientHeight() - 85) + 'px');
	overflow: auto;
}

.framepage
{
	width: expression('' + (HtmlClientWidth() - 145) + 'px');
	height: expression('' + (HtmlClientHeight() - 85) + 'px');
	overflow: auto;
}

.editlist
{
	width: expression('' + (HtmlClientWidth() - 165) + 'px');
	height: expression('' + (HtmlClientHeight() - 200) + 'px');
	overflow: auto;
}

.multiselect
{
	font-family: Courier New; 
}
