﻿BODY
{
	background-color: white;
	font-family: Segoe UI, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	line-spacing: 14px;
	margin:0px;
}

IMG
{
	border: none;
}

P
{
	font-family : Segoe UI, Arial, Helvetica, San-Serif;
	font-size : 12px;
}

TABLE
{
	border: none;
}

TD
{
	font-family : Segoe UI, Arial, Helvetica, San-Serif;
	font-size : 12px;
}

SELECT
{
	width: 100%;
	font-family : Segoe UI, Arial, Helvetica, San-Serif;
	font-size : 12px;
}

INPUT, TEXTAREA
{
	width: 98%;
	font-family : Segoe UI, Arial, Helvetica, San-Serif;
	font-size : 12px;
}

.AutoWidth
{
	width: auto;
}

.button
{
	width: auto;
}

.checkbox
{
	width: auto;
}

TD.header
{
	height:80px;
	border-bottom: solid 2px #17365d;
}


TABLE.DetailCaption
{
	width: 100%;
}

TD.DetailCaption
{
	width:100%;
	color: #17365d;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
}

TD.content
{
	padding-left: 6px;
	padding-right: 6px;
	border-right: solid 2px #17365d;
}

TD.footer
{
	height: 36px;
	text-align: center;
	color: Gray;
	vertical-align: middle;
	border-top: solid 2px #17365d;
}

TABLE.nav
{
	width: 100%;
	background-color: #17365d;
}

TD.nav
{
	width: 100%;
	color:White;
	background-color: #17365d;
	padding: 6px 6px 6px 6px;
}

A
{
	color: #548dd4;
	border: none;
}

A.nav
{
	color:White;
	text-decoration: none;
	font-weight: normal;
	white-space:nowrap;
}

A.nav:hover
{
	font-weight: bold;
	white-space:nowrap;
}

TD.navaddress
{
	width: 100%;
	color: #c0c0c0;
	background-color: #17365d;
	padding: 200px 6px 6px 6px;
	vertical-align: bottom;
}

.required
{
	color:Red;
	text-align:center;
	padding-left: 6px;
	vertical-align:top;
}

.error
{
	color:Red;
}

TABLE.searchBox
{
	width: 100%;
	border-right: gainsboro solid;
	border-top: gainsboro solid;
	border-left: gainsboro solid;
	border-bottom: gainsboro solid;
}

TD.searchBoxHeader
{
	width:100%;
	height: 24px;
	background-color: gainsboro;
	padding-left: 3px;
	font-weight: bold;
}

TD.searchBoxCriteria
{
	width:100%;
	height:100%;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}