body
{
	color: black;
}
#heading_wrapper
{
	border: solid black 1px;
}
#active_heading
{
	float: left;
	border-left: solid black 1px;
	border-right: solid black 1px;
	font-weight: bold;
	padding: 2px;
}
#active_body
{
	float: left;
	border-left: solid black 1px;
	border-right: solid black 1px;
	padding: 2px;
}
#overall_wrapper
{
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}
div.edit
{
	width: 50px;
}
div.id
{
	width: 90px;
}
div.quote_date
{
	width: 120px;
}
div.name, div.contact_name
{
	width: 249px;
}
#rightColumn
{
	float: left;
	min-width: 790px;
}
#project_summary
{
	background-color: #FFC285;
}

.project_container {
height: 300px;
}

.item_search {
float: left;
margin-right: 20px;
/*border: solid 1px black;*/
}

.project_details {
float: left;
width: 50%;
height: 210px;
border: solid 1px #B2B2B2;
padding: 5px;
display: none;
}

.details_label {
width: 40%;
float: left;
background-color: #E6E6E6;
}

.details_value {
margin-left: 5px;
width: 50%;
float: left;
border-bottom: solid 1px #E6E6E6;
}

.row {
width: 100%;
}

#navItems li.highlight {
background-color: white;
padding: 2px 20px 2px 20px;
border-radius: 2px;
}

#navItems ul li.highlight a {
color: red;
font-weight: bold;
}

#navItems ul li.highlight a:visited {
color: red;
font-weight: bold;
}
#navItems ul li.highlight a:active {
color: red;
font-weight: bolder;
}
div#rightColumn div#search_results {
position: relative;
width: 1200px;
left: -200px;
clear: left;
}

/* timesheet css */
.input_fields {
width: 360px;
height: 204px;
display: block;
float: left;
margin: 10px;
padding: 5px;
border: 1px solid black;
}
#display_calendar {
position: relative;
float: left;
margin-top: 10px;
height: 200px;
}
.time_label {
float: left;
width: 150px;
font-weight: bold;
}
.time_input input {
width: 200px;
}
#time_load {
float: right;
margin-right: 5px;
margin-top: 10px;
}
#time_submit {
float: right;
margin-right: 5px;
margin-top: 10px;
}
.bse_report a
{
	color: red;
	font-weight: bold;
}
.select_all_buttons
{
	margin-left: 660px; 
	margin-top: -20px;
}
.results_display
{
	width: 150%;
	margin-left: -250px;
}