/* **************************** */
/* GENERAL */
/* **************************** */

body					{ background: #e6e6e6; _width: 99%; margin: 0px; }

body,td
	{
	font-family: arial,helvetica;
	font-size: 0.75em;
	color: #03349b;
	text-decoration: none;
	margin: 0px;
	}

form					{ margin: 0px; }
.button					{ cursor: pointer; }
.clear					{ clear:both; }

#wrapper
	{
	background-color: #fff;
	width: 939px;
	height: auto;
	_height: 622px;
	min-height: 622px;
	margin: 0px auto;
	}

#header
	{
	background: url(/grfx/edmerp/topheader.jpg) no-repeat top center;
	width: 100%;
	height: 127px;
	margin: 0px auto;
	padding: 0px;
	}

#content
	{
	padding: 15px 20px 15px 20px;
	}

#content h3
	{
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	color: #f90;
	margin: 0px;
	margin-bottom: 15px;
	}

/* -------------------------------------- */
/* SEARCH */
/* -------------------------------------- */

#displaybox, #listresultbox
	{
	position: relative;
	width: 100%;
/*	height: 290px; */
	overflow-x: hidden;
	overflow: auto;
	margin-top: 6px;
	}

#listresultbox			{ margin-top: 0px; }

#displaybox .columnone
	{
	width: 49%;
	_width: 49%;
	float: left;
	}

#displaybox .columntwo
	{
	width: 49%;
	_width: 49%;
	margin-left: 50%;
	}

#displaybox h1, #listresultbox h1
	{
	background: url(/grfx/edmerp/bg-ttl-search.gif) repeat-y;
	position: relative;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	height: 18px;
	padding: 2px 0px;
	padding-left: 6px;
	margin: 0px;
	}

#listresultbox h1
	{
	background: url(/grfx/edmerp/bg-ttl-listresults.gif) repeat-y;
	}

#listresults
	{
	font-size: 0.9em;
	float: left;
	width: 400px;
	padding: 5px 0px 5px 0px;
	}

#displaybox h1#print
	{
	height: 22px;
	}

.box, .wbox
	{
	background-color: #ffc;
	border: solid #0555c4;
	border-width: 0px 1px 1px;
	padding: 3px;
	}

.wbox
	{
	background-color: #fff;
	padding: 0px;
	}

#search-help, #searchbuttons, #print-buttons
	{
	float: right;
	margin: 0px;
	padding-right: 8px;
	}

#listresults, #searchbuttons
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

.searchbox
	{
	padding: 8px 0px 8px 0px;
	}

.search-desc
	{
	font-size: 0.9em;
	width: 130px;
	float: left;
	}

.search-object
	{
	margin-left: 132px;
	}

.search-object .search_input, .search-object .search_select_multi,
.search-object .search_select, .search-object .search_input_small
	{
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	width: 280px;
	}

.search-object .search_input
	{
	width: 100px;
	}

.search-object .search_input_small
	{
	width: 50px;
	}

/* -------------------------------------- */
/* BROWSE */
/* -------------------------------------- */

.buttons
	{
	font-size: 0.95em;
	padding: 5px;
	padding-right: 10px;
	}

.buttons a			{ font-weight: bold; text-decoration: underline; }
.buttons a:hover	{ font-weight: bold; text-decoration: underline; }

.buttons a.speciallnk			{ font-weight: bold; color: #f90; text-decoration: underline; }
.buttons a.speciallnk:hover		{ font-weight: bold; color: #f90; text-decoration: underline; }

.browse_table
	{
	background-color: #fff;
	width: 99%;
	padding: 2px;
	}

.browse_subject
	{
	background-color: #0555c4;
	font-weight: bold;
	height: 18px;
	vertical-align: middle;
	}

.browse_desc0-0		{ width:  80px; font-size: 0.9em; color: #fff; padding-top: 2px; padding-left: 4px; }
.browse_desc0-1		{ 				font-size: 0.9em; color: #fff; padding-top: 2px; padding-left: 4px; }
.browse_desc0-2		{ width: 130px; font-size: 0.9em; color: #fff; padding-top: 2px; padding-left: 4px; }
.browse_desc0-3		{ width: 80px; font-size: 0.9em; color: #fff; padding-top: 2px; padding-left: 4px; }
.browse_desc0-4		{ width:  80px; font-size: 0.9em; color: #fff; padding-top: 2px; padding-left: 4px; }
.browse_desc0-5		{ width:  35px; font-size: 0.9em; color: #fff; padding-top: 2px; padding-left: 4px; }

.browse_line0		{}
.browse_line1		{ background-color: #bfecff; }

.browse_data		{ font-size: 0.9em; padding-left: 5px; vertical-align: top; }

/* --------------------------------------- */
/* PRINT */
/* --------------------------------------- */

#print-buttons img
	{
	padding: 0px 2px 0px 2px;
	}

.print_table
	{
	background-color: #fff;
	width: 100%;
	padding: 2px;
	}

.print_ttl
	{
	background: url(/grfx/cdi_v1/bg-print-ttl.gif) repeat-y;
	font-weight: bold;
	font-size: 0.9em;
	color: #03349b;
	text-transform: uppercase;
	width: 146px;
	padding-left: 4px;
	}

.print_desc
	{
	background-color: #ffc;
	font-size: 0.9em;
	color: #000;
	width: 146px;
	padding-left: 4px;
	}

.print_data
	{
	font-size: 0.9em;
	color: #000;
	padding-left: 6px;
	}
