* {
	padding: 0;
	margin: 0;
}

.clear { clear: both; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:white;
	color: #393733;
}

#canvasFront { 
	background:url(images/carDrawFront.png) no-repeat;
}

#canvasBack { 
	background:url(images/carDrawBack.png) no-repeat;
}

#mycursor {
 	cursor: none;
 	width: 30px;
 	height: 30px;
 	background: url("images/success.png") no-repeat left top;
 	position: absolute;
 	display: none;
 	top: 0;
 	left: 0;
 	z-index: 10000;
}

img { border: 0; }

a { 
	color: #2E6E9E;
	text-decoration: underline;
}

p { margin-bottom: 10px; }

.hint {
	color: #777;
	font-size: 75%;
}

/* HEADER */
#header_home {
	margin: 0;
	padding: 0;
	height: 211px;
	background: #b5c4d7 url(images/home_bg.png) repeat-x fixed top left;
}
html>body #header_home {
	height: auto;
	min-height: 211px;
} 

.header-box {
	background-color: #fff;
	border: 1px solid #869db7;
	/* width: 400px; */
}

#loginForm { 
	font-size: 0.75em;
	width: 100%; 
}
#loginForm label { display: block; }
#loginForm div { margin-bottom: 4px; }

#header {
	height: 45px;
	background-color: #274b76;
}

/* FOOTER */
#footer {
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	display: inline;
	float: left; 
}
#footer a {
	color:black;
}
/* MENU */ 
#menu {
	margin: 0;
	padding: 0;
	background: #fff url(images/menu_bg.png) repeat-x top left;
}

#menu-user {
	float: right; 
	position: relative;
	top: 10px;
	margin-right: 10px; 
	text-align: right;
	font-size: 0.8em;
	color: #fff;
}
#menu-user a { color: #e8eef5; }

#navigation a {
	height: 50px;
	display: block;
	float: left;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
	padding: 12px 10px 0 10px;
}
/* Hide from IE5-Mac \*/
#navigation a {
	float: none
}
/* End hide */
#navigation a:hover {
	color: #fff;
	background: transparent url(images/menu_active.png) repeat-x top left;
}
#navigation a:hover .hint {
	color: #e8eef5;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	list-style: none;
}

/* CONTENT */
#shadow {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/shadow.png) center repeat-y;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#wrapper-botttom { 
	background: url(images/shadow_btm.png);
	width: 920px;
	height: 1px;
	position: relative;
	left: -10px;
}

#maintextcolumn {
	padding: 25px 45px;
	background-color: #fff;
	text-align: justify;
}

blockquote {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	color: #660000;
	text-align: center;
	font-weight: bold;
}



#button a {
	height: 28px;
	width: 92px;
	color: #ffffff;
	background: url(../img/button.gif) no-repeat;
	text-decoration: none;
	padding-left: 4px;
	padding-top: 1px;
	font-size: 11px;
}

#button a span {
	padding-right: 6px
}

#button a,#button a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#button a,#button a span {
	float: none
}

/* End hide */
#button a:hover {
	color: #000000;
	background: url(../img/buttonhover.gif) no-repeat;
	padding-left: 4px;
}

#button a:hover span {
	padding-right: 10px
}

#button ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#button li {
	float: left;
	margin: 0;
	list-style: none;
	text-align: center;
}



* html #centercolumn {
	height: 300px;
}

#maintextcolumn h1 {
	font-size: 1.5em;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #000000;
}

#maintextcolumn h2 {
	font-size: 1.3em;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #555555;
}

#maintextcolumn h3 {
	font-size: 1.1em;
	text-decoration: none;
	color: #000000;
}

#maintextcolumn a {
	color: #2E6E9E;
	padding-left: 3px;
	padding-right: 3px;
}

/*#maintextcolumn li {
	padding: 5px;
	margin-left: 50px;
}*/

#homehead a {
	color: #EEEEEE;
}

#commentsbox {
	width: 70%;
	margin: 0 auto 10px;
}

#commentsbox2 {
	background: #e8eef5;
	border: 1px solid #c8d5e4;
	width: 60%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.rowtable {
	border: 2px solid #c8d5e4;
}

.rowtable th {
	background-color: #274B76;
	border-bottom: 2px solid #c8d5e4;
	padding: 2px;
	vertical-align: bottom;
	color: #FFFFFF;
}

.rowtable .row0 {
	background: #EEEEFF none repeat scroll 0%;
	vertical-align: top;
}

.rowtable .row1 {
	background: #F0F0F6 none repeat scroll 0%;
	vertical-align: top;
}

.rowtable .row2 {
	background: #F0F0F6 none repeat scroll 0%;
	vertical-align: top;
}

.rowtable .row3 {
	background: #DDDDEE none repeat scroll 0%;
	vertical-align: top;
}

.rowtable .col1 {
	font-weight: 600;
}

div.scroll {
	height: 420px;
	width: 95%;
	overflow: auto;
	padding: 8px;
}

div.scrollGeneral {
	height: 480px;
	width: 95%;
	overflow: auto;
	/*border: 1px solid #666;
	background-color: #ccc;*/
	padding: 8px;
}

#dataTable {
	border: 1px solid #F0F0F6;
}

td.odd {
	background-color: #F0F0F6;
}

td.odd2 {
	background-color: white;
	border: 1px inset #dfdfdf;
	padding: 4px;
}

td.odd3 {
	background-color: #dfdfdf;
	border: 1px inset #dfdfdf;
	padding: 4px;
}

.g_cell_centered {
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}

.topnavigation a {
    display: block;
}
.topnavigation a:hover {
	background-color: #E8EEF5;	
}
.links {
	-moz-box-shadow: 0px 10px 14px -7px #9fb4f2;
	-webkit-box-shadow: 0px 10px 14px -7px #9fb4f2;
	box-shadow: 0px 10px 14px -7px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:14px;
	padding:13px 30px !important;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	width: 170px;
	margin: 0 5px;
}
.links:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.links:active {
	position:relative;
	top:1px;
}
.audioSteps{
	display: none;
}
.stepsBox {
	float: right; 
	top: 0px; 
	left: 10px; 
	position: absolute; 
	background-color: white; 
	width: 320px; 
	border: 4px solid black;
	padding: 5px;
	font-weight: bold;
	z-index: 1003;
}
.pinkArrowGif {
	float: right; 
	top: 155px; 
	right: 70px; 
	position: absolute; 
	width: 40px;
	display: none;
}
