#contentWrapper {
	margin-right: 9px;
}
/* @group header */
#carCronology .header {
	height: 40px;
	margin: 0 auto;
	padding: 8px 9px;
	width: 740px;
}
#carCronology .header p {
	float: left;
	margin-right: 9px;
}
#carCronology .header label {
	color: #fff;
	display: block;
	font-size: 12px;
}
#carCronology .header select {
	border: 1px solid #dce5ed;
	color: #333f47;
	font-size: 12px;
	padding: 1px;
	width: 209px;
}
#carCronology .header input {
	border: 1px solid #dce5ed;
	color: #333f47;
	font-size: 12px;
	padding: 2px;
	width: 99px;
}
#carCronology .header p .button {
	float: right;
	margin-top: 2px;
}
#carCronology .header p .arrow {
	background-position: 0 -257px;
	float: left;
	height: 18px;
	margin: 0 5px;
	width: 18px;
}
#carCronology .header p a .leftSide {
	background-position: 0 -36px;
	float: left;
	height: 18px;
	width: 6px;
}
#carCronology .header p a .rightSide {
	background-position: right -36px;
	color: #6b7c87;
	float: left;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0 6px 0 1px;
}
#carCronology .header p.submit {
	float: right;
	margin: 7px 0 0;
}
#carCronology .header p.submit a .leftSide {
	background-position: 0 -107px;
	float: left;
	height: 28px;
	width: 30px;
}
#carCronology .header p.submit a .rightSide {
	background-position: right -107px;
	color: #fff;
	float: left;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-style: italic;
	height: 24px;
	line-height: 18px;
	padding: 4px 10px 0 0;
}
/* @end */
/* @group cronology */
#carCronology .cronology {
	margin-bottom: 20px;
}
/* @end */
/* @group nextMaintenance */
#nextMaintenance li.collapsed,
#nextMaintenance h5.collapsed {
	height: 24px;
}
#nextMaintenance li.maintenanceItem {
	float: left;
	width: 100%;
}
#nextMaintenance {
	margin-bottom: 20px;
}
#nextMaintenance h4 {
	background: #dde5eb;
	cursor: pointer;
	padding: 4px 9px 3px;
	height: 17px;
	cursor: pointer;
}
#nextMaintenance h4.next {
	background-color: transparent;
	background-position: 0 -188px;
	padding: 4px 9px 3px;
}
#nextMaintenance h4 .kms {
	color: #2f3a42;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}
#nextMaintenance h4.next .kms {
	color: #fff;
}
#nextMaintenance h4 .date {
	color: #92a0a8;
	font-family: Arial;
	font-size: 10px;
	line-height: 17px;
	text-transform: uppercase;
}
#nextMaintenance h4.next .date {
	color: #fff;
}
#nextMaintenance .element {
	/*padding: 0 10px;*/
}
#nextMaintenance h4 .maintenanceStatus {
	float: left;
	height: 17px;
	margin-right: 10px;
	width: 17px;
}
#nextMaintenance h4 .maintenanceStatus.notcompleted {
	background-position: 0 -289px;
}
#nextMaintenance h4 .maintenanceStatus.completed {
	background-position: -17px -289px;
}
#nextMaintenance h4 .maintenanceStatus.inprogress {
	background-position: -34px -289px;
}
#nextMaintenance h4 .status {
	float: right;
	height: 13px;
	margin: 2px 0 0 10px;
	width: 13px;
}
#nextMaintenance h4 .status.open {
	background-position: -39px -324px;
}
#nextMaintenance h4 .status.close {
	background-position: 0 -324px;
}
#nextMaintenance h4.next .status.open {
	background-position: -13px -324px;
}
#nextMaintenance h4.next .status.close {
	background-position: -26px -324px;
}
#nextMaintenance h5 {
	color: #87c040;
	font-size: 14px;
	padding: 10px;
}
#nextMaintenance ul ul {
	border-bottom: 1px dashed #d8d9db;
}
#nextMaintenance li li {
	border-top: 1px dashed #d8d9db;
	padding: 7px 0 0;
}
#nextMaintenance li p.designacao {
	margin: 0 10px 7px;
	position: relative;
}
#nextMaintenance li p.designacao input {
	left: 0;
	margin: 0;
	position: absolute;
	top: 2px;
}
#nextMaintenance li p.designacao label {
	color: #455560;
	margin-left: 20px;
}
#nextMaintenance li p.descricao {
	background: #f5f8fa;
	padding: 10px 22px 10px 30px;
}
#nextMaintenance .optionsBar {
	background: #adbac2;
	padding: 9px;
}
#nextMaintenance .optionsBar ul {
	border: 0;
}
#nextMaintenance .optionsBar ul li {
	border: 0;
	color: #455560;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
}
#nextMaintenance #agendarServico {
	cursor: pointer;
}
#nextMaintenance .optionsBar .leftSide {
	background-position: 0 -80px;
	float: left;
	height: 27px;
	width: 30px;
}
#nextMaintenance .optionsBar .rightSide {
	background-position: right -80px;
	color: #fff;
	float: left;
	font-family: Trebuchet MS;
	font-size: 13px;
	/*font-style: italic;*/
	height: 23px;
	line-height: 18px;
	padding: 4px 10px 0 0;
}
/* @end */

a.maintenanceToggler {
}

ul.hide {
	display:none;
}
