#logo
{
	background-image: none;
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 35pt;
	margin-top: 0;
	color: black;
}

#menu
{
	padding-left: 100px;
	border-bottom: 4px solid #FF9900;
}

#footer
{
	border-top: 4px solid #FF9900;
}

#customer_details_tabs
{
	border-bottom: 3px solid #FF9900;
}

#menu a:hover, #menu a:active, #menu #active, #customer_details_tabs li:hover, #customer_details_tabs li:active, #customer_details_tabs li.active
{
	background: #FF9900;
}

#mac_suggestions ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mac_suggestions ul li
{
	display: block;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 2px;
	background: #eeeeee;
}

.assigned_equipment
{
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #eeeeee;
	box-shadow: inset 0 0 5px #eeeeee;
	position: relative;
}

.assigned_equipment.inactive
{
	opacity: 0.6;
}

.assigned_equipment .heading
{
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
}

.assigned_equipment button
{
	position: absolute;
	top: 10px;
	right: 10px;
}
