body {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
}
select,input {
	text-transform: uppercase;
}
a {
	color: black;
}
img {
	border: 1px solid black;
}
img.noborder {
	border: 0;
}
#homewindow {
	position: relative;
	margin: auto;
	border: 1px solid black;
	background-color: #eaeaea;
	width: 100%;
	height: 600px;
}
#pagewindow {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}
#servicewindow {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}
#workpagewindow {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}
#workwindow_header {
	z-index: 20;
	position: relative;
	height: 50px;
}
#banner {
	position: relative;
	border: 0px solid black;
	width: 800px;
	height: auto;
	min-height: 90px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.mp_login {
	margin-top: 100px;
	margin-bottom: auto;
	text-align: center;
}
.mp_login input {
	width: 200px;
	text-align: center;
	margin-bottom: 2px;
}
.mp_center {
	margin-left: auto;
	margin-right: auto;
}
.mp_button {
	border: 1px solid black;
	text-align: center;
	width: 380px;
	margin-top: 10px;
	background-color: #c0c0c0;
}
.mp_button:hover {
	background-color: #d0d0d0;
}
.mp_button a {
	display: block;
	color: black;
	font: 28px Arial;
	padding: 2px 5px;
	text-decoration: none;
}

#tabbar {
	position: absolute;
	bottom: 5px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	display: inline;
	left: 0px;
}
#tabbar li {
	padding: 6px;
	display: inline;
	list-style-type: none;
	color: blue;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #c0c0c0;
}
#tabbar a {
	color: blue;
	font: bold 12px Arial;
	text-decoration: none;
}
#tabbar li.active {
	font-size: 20px;
	border-top: 2px solid red;
	background-color: #eaeaea;
}
#tabbar li.active a {
	color: black;
	font: 20px Arial;
	text-decoration: none;
}


#workwindow_bottom {
	position: relative;
	margin: auto;
	border: 1px solid black;
	background-color: #eaeaea;
	min-height: 500px;
	padding: 20px 40px;
}

.workwindow_button {
	border: 1px solid black;
	background-color: #c0c0c0;
	font-weight: bold;
}
input,textarea {
	text-transform: uppercase;
}
.lc {
	text-transform: none;
}
.uc {
	text-transform: uppercase;
}
input.workwindow_button {
	min-width: 200px;
	min-height: 30px;
	width: 200px;
	height: 30px;
	font: bold 16px Arial;
}
.workwindow_button:hover,.searchbutton:hover {
	background-color: #dadada;
}
.workwindow_button a {
	color: black;
	display: block;
	padding: 4px;
	text-decoration: none;
}

#workwindow_backbutton {
	float: left;
}
.workwindow_calendarbutton,#workwindow_calendarbutton {
	float: right;
	background-color: #33cccc;
}
#registration {
	float: right;
	margin-top: -8px;
	font: bold 22px Arial;
	padding-right: 20px;
	padding-left: 20px;
}
#registration .small {
	font: bold 14px Arial;
}
#workwindow_buttonbar {
	display: block;
	position: relative;
	height: 20px;
}
.titlebar {
	position: relative;
	height: 50px;
}
.titlebar div {
	position: absolute;
	top: 16px;
	width: 100%;
	border-bottom: 1px solid black;
}
.titlebar h1 {
	background-color: #eaeaea;
	position: absolute;
	font-size: 24px;
	color: blue;
	padding-right: 4px;
}

table.datatable {
	position: relative;
	width: 100%;
}
table.datatable tr td:first-Child {
	width: 170px;
	padding-top: 3px;
}
table.datatable_x tr td:first-Child {
	width: 120px !important;
	padding-top: 3px;
}
table.datatable tr td {
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}
.texttable input,input.full,.texttable textarea {
	width: 100%;
}
input.normal {
	width: auto;
}
.datatable input {
	border: 0;
/*	border-bottom: 1px solid silver;
	background-color: transparent;
*/
	border: 1px solid silver;
	background-color: white;
}
.datatable textarea {
	border: 1px solid silver;
/*	background-color: transparent;
*/
	background-color: white;
}
.datatable input:focus,.datatable textarea:focus,.searchtable input:focus,.searchtable textarea:focus,.editinput:focus {
	background-color: #fff0d0;
}
table.banktable tr td,table.banktable tr td:first-Child {
	width: 150px;
	padding: 0px 6px;
	vertical-align: middle;
}
table.banktable tr.header td {
	font-size: 12px;
	font-weight: bold;
}
table.banktable input {
	font-size: 12px;
	width: 130px;
}
table.banktable a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
hr {
	border: 0;
	border-top: 1px solid black;
}
.longinput input[type="text"],.longinput input[type="password"] {
	width: 300px;
}
table.searchtable tr td:first-Child {
	text-align: right;
	padding-right: 4px;
}
.searchtable input {
	width: 150px;
	border: 1px solid black;
	font: bold 12px Arial;
}
input.searchbutton {
	border: 1px solid black;
	background-color: #c0c0c0;
	min-width: 100px;
	width: 100%;
	height: 25px;
	font: bold 16px Arial;
}
.floatright {
	float: right;
}
.nb {
	color: red;
	font-weight: bold;
}

table.hourstable {
	font: 11px Arial;
	width: 100%;
}
table.hourstable td,table.hourstable th {
	padding: 2px 5px;
	margin: 0px;
}
table.hourstable a {
	display: block;
	text-decoration: none;
}
table.hourstable tr.row:hover td {
	background-color: white;
}
table.hourstable td.light {
	background-color: #e0e0e0;
}
table.hourstable td.dark {
	background-color: #c0c0c0;
}
table.hourstable tr td.fixedsmall {
	width: 40px;
}
table.resulttable {
	font: 12px Arial;
	width: 100%;
}
table.resulttable tr:nth-child(odd) {
	background-color: #c0c0c0;
}
table.resulttable tr:nth-child(odd):hover {
	background-color: #d0d0d0;
}
table.resulttable tr:hover {
	background-color: white;
}
table.resulttable a {
	text-decoration: none;
	display: block;
	width: 100%;
}
table.resulttable td {
	padding: 3px 2px;
}
table.resulttable td.reg {
	width: 8%;
}
table.resulttable td.id {
	width: 4%;
	text-align: center;
}
table.resulttable td.vin {
	width: 20%;
}
table.resulttable td.name {
	width: 15%;
}
table.resulttable td.company {
	width: 24%;
}
table.resulttable td.biggest {
	width: auto;
}
table.resulttable td.sum {
	text-align: right;
	width: 14%;
}
table.resulttable td.mini {
	width: 4%;
	text-align: right;
}
.aright {
	text-align: right;
}
.aleft {
	text-align: left;
}
table.resulttable td.phone {
	width: 14%;
	text-align: right;
}
table.resulttable td.email {
	text-align: right;
}
table.resulttable td.date {
	width: 15%;
}
table.resulttable td.title {
	font-weight: bold;
}
table.resulttable td.delete {
	width: 80px;
	padding-right: 8px;
}
.rightbold tr td:nth-child(2) input,.rightbold tr td:nth-child(2) {
	font-weight:bold;
}
#car_selection {
	position: absolute;
	top: 18px;
	left: 80px;
	background-color: #eaeaea;
	color: blue;
	font: bold 18px Arial;
}
a.link {
	color: blue;
}
pre.info {
	font: 12px Arial;
	padding: 0px;
	margin: 0px;
}
.editbutton {
	padding: 2px 4px;
	text-decoration: none;
	border: 1px solid black;
	background-color: #c0c0c0;
}
.editbutton:hover {
	background-color: #e0e0e0 !important;
}
.servicebutton {
	padding: 6px 6px;
	margin: 0px 11px;
	text-decoration: none;
	border: 1px solid black;
	background-color: #c0c0c0;
	font: bold 22px Arial;
}
.servicebutton:hover {
	background-color: #e0e0e0;
}
.defaultbutton {
	background-color: gray !important;
}
.defaultbutton:hover {
	background-color: #a0a0a0 !important;
}
.justify {
	text-align: justify;
}
.resulttable .editbutton {
	background-color: gray;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
table.servicetable {
	width: 100%;
}
table.servicetable td {
	padding: 2px;
	vertical-align: top;
}
table.servicetable td.date {
	width: 14%;
}
table.servicetable td.mileage {
	width: 13%;
}
table.servicetable td.info {

}
table.servicetable td.buttons {
	width: 30%;
	padding-top: 8px;
	text-align: right;
	padding-bottom: 8px;
}
table.servicetable tr:nth-child(odd) {
	background-color: #c0c0c0;
}
table.servicetable tr:nth-child(odd):hover {
	background-color: #d0d0d0;
}
.historybutton1,.historybutton3 {
	border: 1px solid black;
	background-color: gray;
	padding: 2px 2px;
	text-decoration: none;
	font: bold 12px Arial;
	margin: 0px 1px;
}
.historybutton1:hover,.historybutton2:hover {
	background-color: silver;
}
.historybutton3 {
	background-color: silver;
}
.historybutton2 {
	display: block;
	border: 1px solid black;
	background-color: #a0a0a0;
	padding: 2px 2px;
	text-decoration: none;
	font: bold 12px Arial;
	margin: 4px 1px 0px 1px;
	text-align: center;
}
table.buttonbar {
	width: 100%;
}
table.buttonbar td {
	text-align: center;
	width: 33%;
}
table.buttonbar td a {
	display: block;
}
textarea#description {
	border: 1px solid black;
	padding: 2px;
	width: 100%;
	height: 64px;
	margin-bottom: 5px;
}
table.checktable td {
	width: 110px;
}
table.checktable label {
	display: block;
	width: 100%;
}
table.productlist {
	width: 100%;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
table.productlist th {
	background-color: silver;
	font-size: 12px;
}
table.productlist td {
	background-color: white;
}
table.productlist th,table.productlist td {
	text-align: right;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
table.productlist th:first-Child,table.productlist td:first-Child {
	text-align: left;
	border-left: 0;
}
table.productlist th:first-Child input,table.productlist td:first-Child input {
	text-align: left;
}
table.productlist th.code {
	width: 9%;
}
table.productlist th.quantity {
	width: 6%;
	text-align: center;
}
table.productlist th.unit {
	width: 8%;
	text-align: center;
}
table.productlist th.price {
	width: 10%;
}
table.productlist th.discount {
	width: 6%;
}
table.productlist th.sum {
	width: 10%;
}
table.productlist input,table.productlist select {
	width: 99%;
	border: 0;
	text-align: right;
	padding: 0px 1px 0px 0px;
}
table.productlist select,.center {
	text-align: center;
}
table.productlist td.noborder {
	border-right: 0;
}
table.productlist td.delbutton {
	padding: 0px;
	margin: 0px;
	width: 14px;
	vertical-align: middle;
}
table.productlist td.delbutton a {
	font: bold 12px Arial;
	display: block;
	width: 14px;
	height: 18px;
	text-align: center;
	color: red;
	top: -1px;
	text-decoration: none;
}
.arrow {
	cursor: default;
}
.addrow {
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: gray;
	font: bold 12px Arial;
	text-decoration: none;
	padding: 0px 2px 2px 2px;
}
h2 {
	margin: 0;
	font: bold 18px Arial;
}
h3 {
	margin: 0;
	font: bold 15px Arial;
}
div.pagehider {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
div.hider-gray {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #eaeaea;
}
.smallpopup {
	display: block;
	position: absolute;
	top: 150px;
	left: 50%;
	height: 160px;
	width: 600px;
	margin-left: -300px;
	border: 1px solid black;
	padding: 20px 5px;
	background-color: #e0e0e0;
	text-align: center;
}
.mediumpopup {
	display: block;
	position: absolute;
	top: 150px;
	left: 50%;
	height: 220px;
	width: 400px;
	margin-left: -200px;
	border: 1px solid black;
	padding: 20px 5px;
	background-color: #e0e0e0;
	text-align: center;
}
.lockedpopup {
	display: block;
	position: absolute;
	top: 150px;
	left: 50%;
	height: 200px;
	width: 600px;
	margin-left: -300px;
	border: 1px solid black;
	padding: 20px 5px;
	background-color: #e0e0e0;
	text-align: center;
}
.window_x {
	position: absolute; right: 0px; top: 0px; border-top: 0; border-right: 0; height: 16px; width: 15px; text-align: center;
	color: white;
	background-color: #f72424;
}
.window_x:hover {
	color: white;
	background-color: #f75454;
}
table.settings {
	width: 100%;
}
table.settings td {
	text-align: left;
	vertical-align: top;
}
table.settings td:first-Child {
	text-align: right;
	width: 250px;
}
.settings input[type="text"] {
	width: 80px;
	background-color: transparent;
	border: 0;
	/* border-bottom: 1px dotted gray;  */
	border: 1px solid gray;
	background-color: white;
	font-weight: bold;
}
.settings input[type="text"]:focus {
	background-color: #fff0d0;
}
.bold {
	font-weight: bold;
}
div#step2 {
	height: 180px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}
#login_container {
	position: absolute;
	/* right: 6em; */
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 4px;
	background-color: #dddddd;
	bottom: 25px;
	right: 0px;
}
div#backlink_container {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#backlink_container a {
	background-color: #c0c0c0;
	font: bold 12px Arial;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 2px 6px 2px 6px;
	color: blue;
	text-decoration: none;
	display: block;
}
#backlink_container a:hover {
	background-color: #eaeaea;
}
input.date[type="text"] {
	border: 1px solid black;
	background-color: white;
	font: bold 12px Arial;
	width: 120px;
	text-align: center;	
}
.editinput {
	border: 1px solid black;
	background-color: white;
	font: bold 12px Arial;
	width: 200px;
	padding: 2px;
	text-align: center;
}
table.servicelist {
	width: 100%;
	font: 12px Arial;
}
table.servicelist th {
	background-color: #c0c0c0;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}
table.servicelist td {
	text-align: left;
	padding: 2px;
}
table.servicelist tr:nth-child(odd) {
	background-color: #d0d0d0;
}
table.servicelist td.reg {
	width: 8%;
}
table.servicelist td.vin {
	width: 20%;
}
table.servicelist td.name {
	width: 22%;
}
table.servicelist td.company {
	width: auto;
}
table.servicelist td.delete {
	width: 3%;
	padding-top: 2px;
	text-align: right;
}
table.servicelist td.delete a {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: maroon;
	padding: 0px 4px 0px 4px;
}
table.servicelist a {
	text-decoration: none;
	display: block;
	width: 100%;
}
table.servicepage {
	width: 100%;
}
table.servicepage td {
	vertical-align: top;
}
table.servicepage td.big {
	width: 48%;
}
table.servicepage td.show_left {
	width: 50%;
}
table.servicepage td.show_right {
	width: 50%;
}
table.servicepage td.search_left {
	width: 40%;
}
table.servicepage td.search_right {
	width: 56%;
}
table.infotable {
	width: 100%;
}
table.infotable td {
	vertical-align: top;
}
td.btnparent {
	padding-bottom: 2px;
}
td.btnparent .historybutton1 {
	display: block;
	width: 100%;
	text-align: center;
}
strong {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


table.schedule {
	font: 12px Arial;
	position: relative;
}
table.schedule col.sh,table.schedule col.s1 {
	background-color: transparent;
}
table.schedule col.s2 {
	background-color: silver;
}
table.schedule th {
	font-weight: bold;
	text-align: left;
	padding: 4px 3px;
}
table.schedule td {
	position: relative;
	background-color: transparent;
	vertical-align: middle;
	padding: 8px 0px 8px 0px;
}
table.schedule td:first-Child {
	padding: 8px 4px 8px 3px;
}
table.schedule td a {
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
}
table.schedule td a.b1 {
	background-color: green;
}
table.schedule td a.b2 {
	background-color: orange;
}
table.schedule td a span {
	z-index: 100;
	font: bold 10px Arial;
	top: 1px;
	position: absolute;
	background-color: transparent;
}
.infobox {
	background-color: #fff0b0;
	border: 1px dotted silver;
	padding: 4px;
}
#unfinished_list {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	height: 17.3em;
}
#unpaid_list {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	height: 9.5em;
}
input.smbbutton {
	border: 1px solid black;
	font-weight: bold;
	margin-left: 2px;
}
.menuparent {
	position: relative;
	cursor: pointer;
}
.menuparent .menu {
	visibility: hidden;
	position: absolute;
	background-color: white;
	border: 1px solid black;
	width: auto;
	bottom: 100%;
	width: 100%;
	left: -1px;
}
.menuparent:hover .menu {
	visibility: visible;
}
.menu a {
	font: bold 14px Arial;
	text-decoration: none;
	display: block;
	background-color: silver;
	padding: 3px 8px;
}
.menu a:hover,.menu a:focus {
	background-color: gray;
}
.disabled {
	background-color: silver !important;
}
.strike,tr.strike td,tr.strike td a {
	text-decoration: line-through !important;
}

#date_from_icon,#date_to_icon {
	margin: 0 0 0 1px;
	padding: 0px 1px 1px 1px;
	cursor: pointer;
	position: absolute;
	border: 0;
}