/*--------------------layout---------------------*/
* {margin:0;padding:0}
form {
	text-align: center;
	margin: 0 auto;
	}
body {
	font-family: Arial, Verdana;
	color: #333;
	font-size: 12px;
	background: #fff;
	padding: 0;
	text-align: center;
}
table, img, a {
  padding: 0;
  margin: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#Container {
  margin: 0 auto;
  position: relative;
  width: 1024px;
}
#LeftEdge {
  position: absolute;
  left: 0;
  top: 118px;
  width: 31px;
  height: 520px;

}
#LeftNav {
  position: absolute;
  left: 31px;
  top: 118px;
  width: 130px;
  height: 520px;
  background-color: #d8ebf6;
  text-align: left;
}
#LeftNavList {
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
  margin: 8px 0 0 0;
  padding: 0;
}
#LeftNavList li {
  text-align: left;
  margin: 0;
  padding: 0;
}
#LeftNavList ul li {
  margin: 0;
  padding: 0 0 0 10px;
}
#LeftNavList li a {
  color: #000a84;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  margin: 0;
  padding: 0 15px;
}
#LeftNavList li a:hover {
  background-color: #000a84;
  color: #d8ebf6;
	text-decoration: none;
}
#Search {
  position: absolute;
  left: 161px;
  top: 118px;
  width: 491px;
  height: 80px;
  background-color: #ee3224;
  padding: 6px 0 10px 12px;
  text-align: left;
  color: #fff;
}
#Search h1 {
  font-size: 16px;
}
#Search div {
  font-size: 10px;
  position: relative;
  left: 2px;
  bottom: 3px;
}
#Search select, #Search input {
  margin: 0 5px 0 0;
}
#Login {
  position: absolute;
  left: 668px;
  top: 118px;
  width: 288px;
  height: 80px;
  background-color: #006;
  padding: 6px 12px 10px 12px;
  text-align: left;
  color: #fff;
}
#Login h1 {
  font-size: 16px;
}
#Login div {
  font-size: 10px;
  position: relative;
  left: 2px;
  bottom: 3px;
}
#Login input.password {
  width: 120px;
}
#Login input {
  position: relative;
  bottom: 4px;
}
#CentreContent {
  position: absolute;
  left: 161px;
  top: 198px;
  width: 817px;
  height: 440px;
  background-color: #fff;
}
#FullContent {
  position: absolute;
  left: 161px;
  top: 118px;
  width: 777px;
  height: 480px;
  padding: 20px;
  background-color: #fff;
}
#RightEdge {
  position: absolute;
  left: 978px;
  top: 118px;
  width: 31px;
  height: 520px;

}
#BottomHeader {
  position: relative;
  top: 517px;
}

#ResultContent {
  text-align: left;
  padding: 18px 24px 24px 24px;
}

#ResultContent hr {
  margin: 5px 0;
  padding: 0;
}

#ModelImage, #ModelImage p {
  float: left;
  width: 320px;
}
/*#ModelImage p img {
  margin: 0 auto;
  width: auto;
  height: 240px;
}*/
#ModelImage p img {
  margin: 0 auto;
  width: 320px;
  height: auto;
}

#lblRepairs {
  float : right;
  font-size: 14px;
  padding: 5px;
}
.RepairGrid tr td {
  font-size: 10px;
  padding: 3px 5px;
}

/*
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B86C3;
}
.admintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2D5C93;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2D5C93;
}
.sidebar_group {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #044885;
	font-weight: bold;
}
.sidebar_subgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B86C3;
	padding-left: 10px;
}
.sidebar_subsubgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B86C3;
	padding-left: 18px;
}

#divTerms {
  color: #f00;
  text-align: justify;
  font-size: 12px;
  margin-bottom: 1.0em;
}
#divTerms span {
  color: #000;
}
#divIntro p {
  text-align: justify;
  margin-bottom: 1.0em;
  font-size: 12px;
}
#divLoginCode2 {
  text-align: left;
}

#dgRepairs {
  font-size: 12px;
}
*/
