@import url( ../style.css );

body, html {
	background-image: url(masthead.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

td { 
	font-size: 10pt;
}

a:link, a:visited {
	color: blue;
}

/*
p {
	margin: 0.5em 0;
}
*/

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.smaller {
	font-size: 80%;
}

.error {
	color: red;
	font-weight: bold;
}

.note {
	color: #972;
	font-weight: bold;
}

.info {
	color: green;
	font-weight: bold;
}

.debug {
	color: #aa4;
	font-weight: bold;
	margin: 0;
}

/******************************************************** Tabbed Tables **/
ul.tabs {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 2px;
}
ul.tabs li {
	cursor: pointer;
	display: inline;
	border-left: 1px #aaa solid;
	border-top: 1px #aaa solid;
	border-right: 1px #666 solid;
	padding: 0.1em 1em;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	-moz-border-radius: 0.3em 0.3em 0 0;
	margin: 0 0.5em 0 0;
}
ul.tabs li.active {
	background-color: #e8f3fa;
}
ul.tabs li a {
	text-decoration: none;
	color: inherit;
}

/******************************************************** Generic Rules **/

.header {
	margin: -1em -1em 0 -1em;
}
/*
h1 {
	font-family: palatino,  georgia, verdana, arial, sans-serif;
	color: #111;
	padding: 5px 15px;
  border-top: 4px double #666;
  border-bottom: 4px double #666;
	margin-bottom: 0;
}
*/
h2 {
	font-weight: normal;
	font-size: x-large;
}

h3 {
	font-weight: normal;
	font-size: 18pt;
}

#content h3 {
	margin-top: 0;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 12pt;
	margin-bottom: 3pt;
}

/* p {
	margin-top: 0;
} */

h1 {
	font-size: 2em;
	padding: 0;
	margin: 0;
}
.verytopright {
	position: absolute;
	right: 1em;
	top: 4em;
}

p.client, p.location, p.agent, p.warranty {
	margin-bottom: 0;
}
p.change {
	margin-top: 0;
}

.message {
	display: none;
	position: fixed;
	z-index: 100;
	_position: absolute;
	top: 30%;
	left: 25%;
	width: 50%;
	height: 30%;
	margin: auto;
	background: white;
	border: 2px black solid;
	opacity: 0.5;
}

.message p {
	text-align: center;
	font-size: x-large;
}

table td
{
	padding: 0 0.1em;
}	
table td input.input
{
	border: 2px solid #777;
	width: 150px;
}

#Content input.edit {
	margin: 0;
/*	padding: 0;*/
	width: 155px;
	margin-right: 2px;
}

input[readonly] {
	/* Not supported by IE ;_: */ 
	background: #e0e0e0;
}

.readonly {
	background: #e0e0e0 !important;
}

input.next {
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-weight: bold;
	color: Green;
}
input.back {
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-weight: bold;
	color: Red;
}


#Content {
	position: absolute;
	top: 100px;
	width: 96%;
	margin: 1em;
	padding: 0;
	height: auto;
	/*margin-top: 110px;*/
	border-top: black 3px double;
	/* Could put rules for the entire content area here... */
}

#WarrantySteps {
	width: 16em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-top: 0.35em;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

#WarrantySteps ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#WarrantySteps ul li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#WarrantySteps ul li a, #WarrantySteps ul li span {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff !important;
	text-decoration: none;
	width: 100%;
}

#WarrantySteps ul li.active a, #WarrantySteps ul li.active span {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2a8ce0;
	background-color: #2586d7;
}

html>body #WarrantySteps ul li a, html>body #WarrantySteps ul li span {
	width: auto;
}

#WarrantySteps a img {
	border: none;
}

#WarrantySteps ul li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

.disabled { background: #e0e0e0; }

#login input.input {
	width: 20em;
}

.loginbox { 
	margin: 0 2em 1em 0; 
	padding: 10px; 
	float: left; 
	height: 15em; 
	border: 1px #bbb solid; 
}
div.loginbox h4 {
	margin: 0;
	color: white;
	background: #933;
	border-bottom: 1px #300 solid;
	margin: -10px;
	margin-bottom: 1em;
	padding: 0.1em 10px;
}

#options { width: 14em; }

#navigation {
	/*position: absolute;*/
	/*display: block;*/
	/*top: 100px;*/
	width: 100%;
	/*height: 25px;*/
	padding: 0;
	margin: 0;
	background-color: #933; /*#036;*/
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
	border-bottom: black 1px solid;
	margin-bottom: 0.5em;
}
#navigation h1 {
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: lighter;
	margin: 0;
	padding: 0 1em;
}
#navigation ul {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	padding: 0.2em 1em;
	background-color: #933; /* #036; */
	color: White;
	text-decoration: none;
	float: left;
	border-left: 1px solid #fff;
}
#navigation ul li a:hover {
	background-color: #d82E1D; /* #369; */
	color: #fff;
}