* {
   text-decoration: none;
}
img {
   border: 0px;
}
body {
   	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #5C8599;
}
table th {
   text-align: center;
   padding: 3px;
}
table {
   border-collapse: collapse;
}
a, a:visited {
   color: #900;
   text-decoration: none;
}
a:hover {
   color: red;
}
a.white:hover {
   color: yellow;
}
.center {
   text-align: center;
}
.horizontalcenter {
   margin: 0 auto;
}
.center table {
   margin-left: auto;
   margin-right: auto;
   vertical-align: middle;
}
.left {
   text-align: left;
}
.right {
   text-align: right;
}
.none {
   display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.borderblack {
   border: 1px solid black;
}
.borderright {
   border-right: 1px solid black;
}
.borderbottom {
	border-bottom: 1px solid black;
}
.bordertop {
	border-top: 1px solid black;
}
table.borderblack td, table.borderblack th {
   border: 1px solid black;
}
.leftborderblack, .borderleft {
   border-left: 1px solid black;
}
.clear {
   clear: both;
}
.floatleft {
   float: left;
}
.floatright {
   float: right;
}
.margin10 {
   margin: 10px;
}
.marginright {
	margin-right: 10px;
}
.marginbottom {
	margin-bottom: 10px;
}
.marginleft {
	margin-left: 10px;
}
.marginleft5 {
   margin-left: 5px;
}
.margintop {
   margin-top: 10px;
}
.margintop5 {
   margin-top: 5px;
}
.margintop7 {
   margin-top: 7px;
}
.margintop15 {
   margin-top: 15px;
}
.red {
   color: red;
}
.burg {
   color: #900;
}
.white {
	color: white;
}
.bold {
   font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.col50 {
   width: 50px;
}
.col75 {
   width: 75px;
}
.col100 {
   width: 100px;
}
.col125 {
   width: 125px;
}
.col150 {
   width: 150px;
}
.col175 {
   width: 175px;
}
.col200 {
   width: 200px;
}
.col210 {
   width: 210px;
}
.col220 {
   width: 220px;
}
.col225 {
   width: 225px;
}
.col250 {
   width: 250px;
}
.col270 {
   width: 270px;
}
.col275 {
	width: 275px;
}
.col300 {
   width: 300px;
}
.col325 {
   width: 325px;
}
.col350 {
   width: 350px;
}
.col375 {
   width: 375px;
}
.col400 {
   width: 400px;
}
.col425 {
   width: 425px;
}
.col450 {
   width: 450px;
}
.col475 {
   width: 475px;
}
.col500 {
   width: 500px;
}
.col525 {
   width: 525px;
}
.col550 {
   width: 550px;
}
.col575 {
   width: 575px;
}
.col600 {
   width: 600px;
}
.col625 {
   width: 625px;
}
.col650 {
   width: 650px;
}
.col675 {
   width: 675px;
}
.col700 {
   width: 700px;
}
.col750 {
   width: 750px;
}
.col800 {
   width: 800px;
}
.col850 {
   width: 850px;
}
.col900 {
   width: 900px;
}
.col925 {
   width: 925px;
}
.box100 {
	height: 100px;
}
.box200 {
	height: 200px;
}
.box225 {
	height: 225px;
}
.borderlite1, table.borderlite1 th, table.borderlite1 td {
	border: 1px solid #999;
}
.bordertoplite1 {
	border-top: 1px solid #CCC;
}
.borderleftlite1 {
	border-left: 1px solid #CCC;
}
.borderrightlite1 {
	border-right: 1px solid #CCC;
}
table.border.borderlite, table.border.borderlite tr, table.border.borderlite th, table.border.borderlite td {
	border-color: #999999;
}
table.border {
	border-collapse: collapse;
}
table.border tr {
	border-left: 1px solid;
	border-bottom: 1px solid;
}
table.border td, table.border th {
	border-right: 1px solid;
}
table.border .noborder {
	border: 0px;
}
.bg_white {
	background-color: white;
}
.bg_yellow {
   background-color: yellow;
}
.bg_red {
	background-color: red;
}
.bg_leonardsthemeblue {
   background-color: #1F80AD;
}
.bg_leonardsslate {
	background-color: #5C8599;
}
.margin5 {
	margin: 5px;
}
.margin0 {
   margin: 0;
}
.padding3, table.padding3 td, table.padding3 th {
   padding: 3px;
}
.padding4, table.padding4 td, table.padding4 th {
   padding: 4px;
}
.padding5, table.padding5 td, table.padding5 th {
	padding: 5px;
}
.paddingleft3 {
	padding-left: 3px;
}
.paddingleft10 {
   padding-left: 10px;
}
.paddingleft15 {
   padding-left: 15px;
}
.paddingtop3 {
	padding-top: 3px;
}
.paddingtop {
   padding-top: 10px;
}
.paddingtop5 {
	padding-top: 5px;
}
.paddingbottom3 {
	padding-bottom: 3px;
}
.paddingbottom5 {
	padding-bottom: 5px;
}
.size10 {
	font-size: 10px;
}
.size12 {
   font-size: 12px;
}
.size14 {
   font-size: 14px;
}
.size16 {
   font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.bg_leonardsslate {
	background-color: #5C8599;
}
.hideoverflow {
   overflow: hidden;
}

/***** SECTION STYLES *****/
form .section {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #8E846B;
	padding: 18px 8px 4px 8px;
	position: relative;
}
form .section span.title {
	clear: both;
	position: absolute;
	padding: 4px 8px;
	border: 1px solid #999999;
	top: -11px;
	left: 20px;
}

/***** PAGE STYLES *****/
#header {
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	overflow: hidden;
	margin: 0;
}
#main {
	width: 1043px;
	margin: 0 auto;
	clear: both;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#content {
   width: 950px;
   margin: 0 auto;
}
#maincontent {
	margin: 0 auto;
	margin-top: 10px;
	min-height: 600px;
	min-width: 760px;
}
#footer {
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
	height: 56px;
	overflow: hidden;
	padding: 15px 60px 15px 60px;
	color: white;
}
#footer a {
	color: yellow;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#error{
   color: red;
}

/* Registration */
#regInfo ul {
   margin:0;
   margin-top:5px;
   padding-left:25px;
}
#regInfo strong {
   text-decoration: underline;
}
#registrationForm {
	background-color: white;
	border: 1px solid #999999;
}
#registrationForm label {
	display: block;
}
#registrationForm div.field input {
	width: 145px;
}
#registrationForm div.field {
	float: left;
	width: 150px;
}
#registrationForm div.field.marginleft {
	margin-left: 5px;
	padding-left: 5px;
}
#registrationForm div.question label {
	display: block;
	float: left;
	width: 150px;
}
#registrationForm .error {
	display: none;
	color: #990000;
}
#registrationForm .error.errorShow {
	display: block;
}

/* Application */
#application_form {
	width: 685px;
	margin: 10px auto 0px auto;
}
#application_form .section {
	margin-bottom: 11px;
}
#application_form label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#application_form .field {
	clear: both;
}
#application_form .state input {
	width: 50px;
}
#application_form .input input {
	width: 125px;
}
#application_form .select select {
	width: 130px;
}
#history .history {
	margin-top: 10px;
}
#application .error {
	display: none;
	color: #990000;
	clear: both;
}
#application .error.errorShow {
	display: block;
}
#driverdetails label {
	width: 150px;
}
#cdldetails.section label, #endorsements.section label, #history.section label {
	width: 125px;
}

/* Navs */
#nav {
   margin-top: 10px;
   margin-right: 5px;
   float: left;
}
.subnav .navitem {
   padding-left: 10px;
}
.navitem {
   /*background-image: url(../images/background_nav.jpg);*/
   background-color: #1F80AD;
   border-bottom: 1px solid #999;
   border-top: 1px solid #999;
   color: white;
}
.navitem a {
   display: block;
   color: white;
}
.navitem:hover {
   background-image: url(../images/background_nav_over.jpg);
   color: yellow;
}
.navitem:hover a {
   color: yellow;
}
.navtitle {
   text-align: center;
   background-color: white;
   margin-top: 10px;
}
.subnavtitle {
   padding-left: 10px;
   background-color: white;
   border-bottom: 1px solid #999;
}

#application_form2 .input label, #application_form2 .select label, #application_form2 .textarea label, #application_form2 .select2 label {
	display: block;
}
#application_form2 .input, #application_form2 .select, #application_form2 .checkbox, #application_form2 .radio, #application_form2 .textarea, #application_form2 .select2 {
	clear: both;
}
#application_form2 .input.floatleft, #application_form2 .select.floatleft, #application_form2 .checkbox.floatleft, #application_form2 .radio.floatleft, #application_form2 .select2.floatleft {
	clear: none;
	float: left;
}
#application_form2 .input.floatright, #application_form2 .select.floatright, #application_form2 .checkbox.floatright, #application_form2 .radio.floatright, #application_form2 .select2.floatright {
	clear: none;
	float: right;
}
#application_form2 .checkbox label, #application_form2 .radio label {
	display: inline;
	float: none;
}
#application_form2 .checkbox label.block, #application_form2 .radio label.block {
	display: block;
}
#application_form2 .input input {
	padding: 3px 0px;
	margin: 0px;
}
#application_form2 .errormsg {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	display: none;
}
#application_form2 textarea {
	resize: none;
}

/* Admin */
#activeUsers, #inactiveUsers {
   height: 200px;
   overflow: auto;
}

/* Settlement Information */
#settlement {
   width: 790px;
}
#settlement div.container {
   border: 1px solid black;
   width: 790px;
   height: 550px;
   overflow: auto;
   background-color: white;
}
#loading {
	background-image: url("../images/loadingAnimation.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 128px;
	width: 128px;
	line-height: 128px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
/* View Loads */
#load_info .title {
	font-size: 14px;
	background-color: #1F80AD;
	color: white;
	position: static;
	border-width: 1px;
	border-top-width: 0px;
}
#load_info .title td {
	text-align: left;
}
#load_info tr, #load_info th, #load_info td {
	padding: 0px;
}
#load_info .title td .ui-icon {
	cursor: pointer;
}
/***** PANEL STYLES *****/
.panel {
	
}
.panel .title {
	font-size: 18px;
	font-weight: 18px;
	color: white;
	text-align: center;
	background-color: #1F80AD;
	border: 2px solid #999;
	position: relative;
}
.panel .title .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.panel .content {
	background-color: white;
	padding: 10px;
	overflow: auto;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
/***** STATUS BAR *****/
.statusbar {
	position: fixed;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #999;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.statusbar.success {
	background-color: #4AA02C;
	color: white;
}
.statusbar.error {
	background-color: #E41B17;
	color: white;
}
.statusbar_message {
	float: left;
	border-left: 1px solid white;
	margin-left: 5px;
}
.statusbar_icon {
	float: left;
}
.statusbar_icon.ui-icon {
	background-image: url(../css/images/ui-icons_ffffff_256X240.png);
}
.statusbar_clear {
	clear: both;
}