body
{
	font-family: verdana;
	margin: 0px;
	background-color: #efd3e7;
}

table
{
	font-size: 10pt;
}

table a
{
	color: #fff;
	text-decoration: none;
}

table a:hover
{
	color: #000;
	text-decoration: underline;
}

td
{
	vertical-align: top;
}

.heading
{
	vertical-align: middle;
	background-color: #2268b0;
	color: #fff;
	font-size: 14pt;
	text-align: right;
}

.header_links
{
	color: white;
	border-top: #fff 3px solid;
	border-bottom: #fff 3px solid;
	background-color: #529ee7;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	height: 18px;
	font-weight: bold;
    width: 171%;
}

.header_links a
{
	border-right: solid 3px white;
	padding-right: 5px;
}

.button
{
	border-color: #8c006b;
	background-color: #bd4d9c;
	color: #fff;
	font-family: verdana;
	font-weight: bold;
	padding-right: 4px;
}

.textbox
{
	border-style: solid;
	border-color: #8c006b;
	border-width: 1px;
	font-family: verdana;
	background-color: #f7e3ef;
	height: 21px;
	color: #000;
}

.text_edit
{
	border-color: #8c006b;
	border-width: 1px;
	font-family: verdana;
	background-color: white;
	height: 21px;
	color: #000;
}

.text_edit_ro
{
	border-color: #8c006b;
	border-width: 1px;
	font-family: verdana;
	background-color: #eee;
	height: 21px;
	color: black;
}

#main
{
	border: #fff 3px solid;
	width: 100%;
	height: 100%;
}

#detail
{
	background-color: #efd3e7;
	color: #8c006b;
	width: 100%;
	height: 100%;
	padding: 2px;
}

#menu
{
	color: #8c006b;
	width: 150px;
}

#menucell
{
	background-color: #f7e3ef;
	color: #8c006b;
	border-right: solid 3px #fff;
}

#Search TD
{
	width: 25%;
}

.lightest
{
	background-color: #f7e3ef;
	color: #8c006b;
}

.lightest_rb
{
	background-color: #f7e3ef;
	border-right: #fff 3px solid;
	color: #8c006b;
}

.lightest_link
{
	color: #8c006b;
	border-bottom: white 1px solid;
	background-color: #f7e3ef;
}

.lightest_link a
{
	color: #8c006b;
}

.light
{
	background-color: #efd3e7;
	color: #8c006b;
}

.light_link
{
	color: #8c006b;
	border-bottom: white 1px solid;
	background-color: #efd3e7;
}

.light_link a
{
	color: #8c006b;
	font-weight: bold;
}

.dark_text
{
	color: #8c006b;
}

.dark
{
	background-color: #bd4d9c;
	color: #fff;
}

.darkest
{
	background-color: #8c006b;
	color: #fff;
	font-weight: bold;
}

.darkest a
{
	color: #fff;
}

.darkest a:hover
{
	color: #efd3e7;
}

.pager_style
{
	background-color: #8c006b;
	color: #fff;
	font-weight: 900;
	font-size: 13pt;
}

.pager_style a
{
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}

.pager_style a:hover
{
	color: #efd3e7;
	font-weight: bold;
	font-size: 10pt;
}

.search_table
{
	table-layout: fixed;
}

.search_table td
{
	width: 25%;
}

