old_body
{
	margin: 5px 5px 5px 5px;
	background: #ffffff;
	/*
	font-family: Comic Sans MS, Comic Sans, Veranda;
	*/
}

hr
{
	color: blue;
	background-color: blue;
	height: 1px;
}

/**************
 * TEST STYLE *
 **************/

/**
 * Basic page stuff
 **/
body
{
	background: #ECF3E9;
}

body, li, td, div
{
	font: 11px verdana, arial, sans-serif;
}

ul.menu
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/**
 * Main white page
 **/
div.page
{
	background: #ECF3E9;
	padding: 8px;
	border: 1px solid #A1C290;
}

/**
 * Window style (title has to use tables.. for now)
 **/
div.window
{
	/*border: 1px solid #036;*/
	background: #A1C290;
	padding: 1px;
	margin-bottom: 8px;
	height: 100%;
}

div.window_content
{
	/*padding: 4px;*/
	padding: 8px;
	/*background: #F9F9F9;*/
	background: #fff;
	border: 1px solid #A1C290;
}

div.window_footer
{
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	background: #A1C290;
}

table.window_title
{
	width: 100%;
	margin: 0px 0px 1px 0px;
	background: #D0E0C7;
	border: 1px solid #A1C290;
}

td.window_title_left
{
	text-align: left;
	width: auto;
}

td.window_title_right
{
	text-align: right;
	width: 25%;
}

td.window_title_center
{
	text-align: center;
	width: auto;
}

/**
 * Oh, the pane
 **/
#top_pane
{
	/*
	background: white;
	padding: 8px;
	border: 1px solid silver;
	margin: 0px 0px 8px 0px;
	background: #f9f9f9;
	height: 50px;
	*/

	/* IE
	height: 43px;
	*/
	
	/*
	top: 8px;
	width: auto;
	height: 50px;
	margin: 0px 0px 8px 0px;
	background: #f9f9f9;
	border: 1px solid silver;
	*/
}

#bottom_pane
{
	position: absolute;
	width: 98%;
	bottom: 8px;
	left: 8px;
	right: 8px;
}

#left_pane
{
	position: absolute;
	left: 8px;
	top: 8px;
	width: 200px;
}

#right_pane
{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 210px;
}

#center_pane
{
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 208px;
	margin-right:218px;
}
html>body #center_pane
{
	margin-left: 208px;
	margin-right:218px;
}

/**
 * Form appearance
 **/
.box
{
	padding: 8px;
	margin: 0px 0px 0px 0px;
	background: #fff;
	border: 1px solid #A1C290;
}

.light_box
{
	padding: 8px;
	background: #fff;
	border: 1px solid #A1C290;
}

div.error
{
	color: red;
	font-weight: bold;
	padding: 8px;
	background: #fff;
	border: 1px solid #A1C290;
}

div.info
{
	font-weight: bold;
	padding: 8px;
	background: #fff;
	border: 1px solid #A1C290;
}

input, textarea, select
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #A1C290;
	padding: 1px;
}

.input_box
{
	background: #fff;
}

.button
{
	background: #fff;
}

.center
{
	text-align: center;
}

.search_item
{
	background: #fff;
}

p
{
	margin: 8px 8px 8px 8px;
}

a.no_underline
{
	text-decoration: none;
	font-weight: bold;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: blue;
}

a:hover
{
	background-color: #ECF3E9;
}

.dead
{
	text-decoration: none;
	font-weight: bold;
	color: #606089;
}

.dead:hover
{
	text-decoration: line-through;
	cursor: default;
}

abbr
{
	cursor: help;
}

/*#inv_menu {
	width: 15%;
	float: right;
	background-color: #ffff;
	border-style: solid;
	border-width: 0px;
	border-color: #A1C290;
	float: right;
}
#inv_main {
	width: 80%;
	padding: 6px;
	margin-top: 1em;
	background-color: #fff;
	border-style: solid;
	border-width: 0px;
	border-color: #A1C290;
}
*/