#header .menuitems {
	position:absolute;
	top:57px;
	right:0;
	height:20px;
	padding-right:12px;
}
#header .menuitems a {
	float:right;
	display:block;
	padding:2px 12px 4px 12px;
	color:#FFF;
}
#header .menuitems a:hover {
	background:#88A;
}
#header .search:hover {
	text-decoration:underline;
}
#contentContainer .pageContent {
	font-family:arial;
}
#contentContainer .pageContent h1 {
	margin-bottom:10px;
}

#contentContainer .pageContent form fieldset {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #666;
	background:#DDF;
}

#contentContainer .pageContent form fieldset legend {
	padding:4px;
	border:1px solid #666;
	background:#88A;
	color:#FFF;
}

#contentContainer .pageContent form fieldset label {
	width:100px;
	float:left;
	display:block;
	padding-right:6px;
	text-align:right;
}

#contentContainer .pageContent form fieldset input {
	margin-bottom:4px;
	border:1px solid #666;
}

#contentContainer .pageContent form input.submit {
	/*border:1px solid #666;*/
}


#joblist {
	margin-bottom:24px;
	border:1px solid #456;
	border-right:none;
}

#joblist thead tr th {
	padding:6px;
	background:#A96;
	border-right:1px solid #456;
	color:#FFF;
	text-align:left;
}

#joblist tbody tr td {
	padding:6px;
	border-right:1px solid #456;
	border-top:1px solid #456;
	font-size:.8125em;
	text-align:left;
	vertical-align:top;
}

#joblist tbody tr td.link {
	width:132px;
	padding:0;
}

#joblist tbody tr td a {
	display:block;
	padding:8px 4px;
	text-align:center;
	width:132px;
	height:100%;
}

#joblist tbody tr td a:hover {
	background:#456;
	color:#FFF;
}

#contentContainer h1,
#contentContainer h2,
#contentContainer h3 {
	position:relative;
}

#contentContainer h1 .edit,
#contentContainer h2 .edit,
#contentContainer h3 .serviceEdit {
	margin-left:12px;
	font-size:12px;
	font-family:georgia;
}
#contentContainer h1 .edit {
	color:#FFF;
}
#contentContainer h1 .edit:hover,
#contentContainer h2 .edit:hover,
#contentContainer h3 .serviceEdit:hover {
	color:#F00;
}

#contentContainer a.edit {
	position:absolute;
	width:24px;
	height:24px;
	top:10px;
	display:block;
}

#contentContainer a.edit img {
	border:none;
}

#contentContainer #jobtrash {
	position:absolute;
	right:8px;
	top:4px;
}

#contentContainer #jobtrash:hover {
	color:transparent;
}

#contentContainer #jobreport.edit {right:38px;top:6px;}
#warranty {left:106px;}
#installation {left:132px;}
#jobdescription {left:178px;}

#details {
	position:relative;
}
#details .date {
	position:absolute;
	top:0;
	right:0;
	width:375px;
}
#details ul {
	margin:0;
	list-style-type:none;
}
#details ul li {
	clear:both;
	min-height:20px;
}
#details .label,
#details .value,
#details .spacer {
	float:left;
	width:142px;
	display:block;
}
#details .label,#installation .label {
	font-weight:bold;
}
#details .basic .value {
	width:250px;
	display:block;
}

#details .basic .notes {
	width:810px;
}

#installation .label,
#installation .value,
#installation .spacer {
	float:left;
	width:90px;
	display:block;
}
#installation .value {
	width:120px;
	display:block;
}

#installation h2 {
	margin:18px 0 4px 0;
	padding-top:8px;
	border-top:1px solid #89B;
	font-size:1.375em;
}

#installation .service h3,
#installation .service h4 {
	clear:both;
}

#installation .service h2 {
	position:relative;
}

#installation .service h2 a.edit {
	position:absolute;
	width:24px;
	height:24px;
	left:175px;
	top:10px;
	display:block;
}
#installation .service h2 a img {
	border:none;
}

#installation .service h3 {
	position:relative;
	margin:8px 0 0 0;
	padding:8px;
	background:#89B;
	border:1px solid #456;
	color:#FFF;
}
#installation .service h3 a {
	position:absolute;
	width:24px;
	height:24px;
	display:block;
}
#installation .service h3 a.serviceEdit {
	right:36px;
	top:5px;
}
#installation .service h3 a.serviceTrash {
	right:8px;
	top:5px;
}
#installation .service h3 a img {
	border:none;
}
#installation .service .servicecall {
	margin-bottom:24px;
	padding:18px;
	background:#DDD;
	border:1px solid #456;
	border-top:0;
}
#installation .service h4 {
	padding:10px 0 2px;
	color:#456;
}
#installation .service p {
	margin:0;
}

#installation .service .detail {
	height:20px;
}
#installation .service .detail span {
	float:left;
	width:auto;
	display:inline;
}

#installation .service .detail .label {
	margin-right:12px;
}
#installation .service .detail .value {
	width:84px;
	display:block;
}

#contentContainer .spacer {
	width:64px;
}
