HTML
{
	overflow-y: scroll !important;
	overflow-x: auto !important;
}

BODY, P, DIV, TD, TH, INPUT, TEXTAREA, SELECT, OPTION, H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	margin: 0px;
	padding: 0px;
}

TD, TH
{
	text-align: left;
}

FORM
{
	display: inline;
}

BODY
{
	background-color: #13387E;
	scrollbar-face-color: #5E85CA;
	scrollbar-highlight-color: #6F97DE;
	scrollbar-shadow-color: #476DB0;
	scrollbar-3dlight-color: #5B8BD8;
	scrollbar-arrow-color:  #13387E;
	scrollbar-track-color: #2254A0;
	scrollbar-darkshadow-color: #2254A0;
	margin-top: 20px;
	margin-bottom: 10px;
}

IMG, TABLE
{
	border: none;
}

A:link, A:visited
{
	color: white;
	text-decoration: underline;
}

A:hover, A:visited:hover
{
	color: white;
	text-decoration: underline;
}

.edit
{
	color: #13387E;
	border: 1px solid #000000;
	padding: 1px;
}

.selectedit
{
	color: #13387E;
	padding: 1px;
}

.select
{
	color: #13387E;
}

.manager_nav_off
{
	color: #C8D6ED;
	text-decoration: none;
}

A.manager_nav_off:link, A.manager_nav_off:visited
{
	color: #C8D6ED;
	text-decoration: none;
}

A.manager_nav_off:hover, A.manager_nav_off:visited:hover
{
	color: #ffffff;
	text-decoration: none;
}

.manager_nav_on
{
	color: #ffffff;
	text-decoration: none;
}

A.manager_nav_on:link, A.manager_nav_on:visited
{
	color: #ffffff;
	text-decoration: none;
}

A.manager_nav_on:hover, A.manager_nav_on:visited:hover
{
	color: #ffffff;
	text-decoration: none;
}

TD.heading
{
	color: white;
	font-weight: bold;
	background-color: #3C6ABB;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-left: 1px solid #5B8BD8;
	border-top: 1px solid #5B8BD8;
	border-right: 1px solid #355894;
	border-bottom: 1px solid #355894;
}

A.heading:link, A.heading:visited
{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

A.heading:hover, A.heading:visited:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

TD.listing
{
	font-size: 10px;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-left: 1px solid #678ED3;
	border-top: 1px solid #6F97DE;
	border-right: 1px solid #486FB4;
	border-bottom: 1px solid #476DB0;
}

TD.listing_link
{
	font-size: 10px;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-left: 1px solid #678ED3;
	border-top: 1px solid #6F97DE;
	border-right: 1px solid #486FB4;
	border-bottom: 1px solid #476DB0;
	cursor: pointer;
	cursor: hand;
}

TR.listing
{
	background-color: #5E85CA;
}

.fakelink
{
	cursor: pointer;
	cursor: hand;
}