html,body {
	width: 100%;
	text-align: center;
}

body,input,select,textarea {
	font-family: Arial;
	font-size: 9pt;
}

body {
	margin: 0px;
	padding: 0px;
	background: rgb(238, 238, 238) url("/repairnet/images/site/grad_01.jpg")
		repeat-x;
	font-family: verdana;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

#header {
	margin: 0px auto 0px auto;
	border: 0px;
	position: relative;
	width: 938px;
	height: 75px;
	background: #FFFFFF;
	text-align: left;
}

#main {
	margin: 0px auto 0px auto;
	top: 0px;
	width: 938px;
	height: 100%;
	background: #F7F7F7 url("/repairnet/images/site/grad_02.jpg") repeat-x;
	text-align: left;
	position: relative;
}

.backgroundContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: left;
	z-index: 1;
	visibility: hidden;
}

.modalWindowContainer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	position: relative;
	width: 500px;
	height: auto;
	background: #F7F7F7 url("/repairnet/images/site/grad_02.jpg") repeat-x;
	text-align: left;
	visibility: hidden;
}

#modalWindowCloseButton {
	margin-left: auto;
	margin-right: 3px;
	margin-bottom: auto;
	margin-top: auto;
	position: relative;
	width: auto;
	height: auto;
	background: transparent;
	text-align: right;
	visibility: hidden;
}

#modalWindowYesNoButton {
	margin-left: auto;
	margin-right: 3px;
	margin-bottom: auto;
	margin-top: auto;
	position: relative;
	width: auto;
	height: auto;
	background: transparent;
	text-align: right;
	visibility: hidden;
}

#modalWindowContent {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: auto;
	margin-top: 15px;
	position: relative;
	width: auto;
	height: auto;
	background: transparent;
	text-align: left;
	visibility: hidden;
}

#footer {
	margin: 0px auto 0px auto;
	bottom: 0px;
	width: 938px;
	height: 40px;
	background-color: #F7F7F7;
	text-align: center;
}

#vehicleChooser {
	padding-left: 15px;
}

img.logo {
	position: absolute;
	bottom: 5px;
	left: 30px;
}

img.button {
	cursor: pointer;
}

#sample {
	position: relative;
	top: 0px;
	left: 0px;
	width: 536px;
	height: 278px;
}

#formPicture {
	top: 0px;
	left: 0px;
	width: 337px;
	height: 278px;
	background: #F7F7F7 url("/repairnet/images/site/sample_small.jpg")
		no-repeat;
}

#form {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-top: 10px;
	width: 526px;
	height: 570px;
	background: #FFFFFF url("/repairnet/images/site/grad_03.jpg") repeat-x;
	font-family: verdana;
}
#clear-form {
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 10px;
  padding-top: 10px;
  width: 526px;
  height: 570px;
  overflow:auto;
  font-family: verdana;
}

#admin {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 860px;
	height: auto;
	background: #FFFFFF url("/repairnet/images/site/grad_03.jpg") repeat-x;
	font-family: verdana;
}

#adminEdit {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	width: 830px;
	height: 570px;
	background: #FFFFFF url("/repairnet/images/site/grad_03.jpg") repeat-x;
	font-family: verdana;
}

#scroll {
	overflow: auto;
	width: 100%;
	height: 100%;
}

table.admin {
	text-align: left;
	width: 98%;
}

th.admin {
	background: rgb(51, 51, 51);
	color: white;
	height: 25px;
}

tr.admin {
	background: #000000;
	color: white;
}

tr.even {
	background: rgb(230, 230, 230);
	color: rgb(51, 51, 51);
	cursor: pointer;
}

tr.odd {
	background: white;
	color: rgb(51, 51, 51);
	cursor: pointer;
}

tr.hl {
	background: rgb(153, 204, 204);
	color: rgb(255, 255, 255);
	cursor: pointer;
}

td.even {
	background: rgb(230, 230, 230);
	color: rgb(51, 51, 51);
	cursor: default;
}

td.odd {
	background: white;
	color: rgb(51, 51, 51);
	cursor: default;
}

#login {
	position: relative;
	left: 0px;
	width: 308px;
	height: 268px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background: #EEEEEE url("/repairnet/images/site/grad_04.jpg");
	font-family: verdana;
}

#layout {
	position: relative;
	top: 0px;
	left: 20px;
}

#advert {
	position: relative;
	top: 0px;
	left: 0px;
	height: 257px;
	width: 516px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background: #EEEEEE url("/repairnet/images/site/grad_02.jpg");
	font-family: verdana;
}

.securityCode {
	font-family: Courier New, Courier;
	font-size: 8pt;
}

.exportLinks {
	font-size: 8pt;
}

.mainInfoTable {
	width: 860px;
}

span.title {
	font-size: 16px;
	font-family: verdana;
}

span.error {
	font-family: verdana;
	color: red;
}

span.current {
	color: #FF9900;
	font-family: verdana;
}

div.navigation {
	position: absolute;
	right: 30px;
	top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background: #5C5B5F url("/repairnet/images/site/tab_left.jpg") no-repeat
		;
	height: 18px;
	text-align: center;
	font-family: verdana;
}

div.navigationRight {
	position: absolute;
	right: 0px;
	top: 0px;
	background: white url("/repairnet/images/site/tab_right.jpg") no-repeat;
	height: 18px;
	width: 30px;
}

#select {
	cursor: pointer;
}

td.navigation {
	padding-left: 10px;
}

a.navLink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.navLink:hover {
	color: #FF9900;
	text-decoration: none;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

.demoWarningText {
	color: red;
	font-weight: bold;
}

div.creatingDocument {
	height: 450px;
	width: 890px;
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}
