* {
   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, .hidden {
   display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.borderblack {
   border: 1px solid black;
}
.borderrightblack {
   border-right: 1px solid black;
}
.borderleftblack {
   border-left: 1px solid black;
}
.bordertopblack {
   border-top: 1px solid black;
}
.borderbottomblack {
   border-bottom: 1px solid black;
}
table.borderblack td, table.borderblack th {
   border: 1px solid black;
}
.leftborderblack {
   border-left: 1px solid black;
}
.clear {
   clear: both;
}
.floatleft {
   float: left;
}
.floatright {
   float: right;
}
.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;
}
.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;
}
.col550 {
   width: 550px;
}
.col600 {
   width: 600px;
}
.col650 {
   width: 650px;
}
.col700 {
   width: 700px;
}
.col750 {
   width: 750px;
}
.col900 {
   width: 900px;
}
.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;
}
.bordertoplite1 {
	border-top: 1px solid #CCC;
}
.borderleftlite1 {
	border-left: 1px solid #CCC;
}
.borderrightlite1 {
	border-right: 1px solid #CCC;
}
.bg_white {
	background-color: white;
}
.bg_yellow {
   background-color: yellow;
}
.bg_leonardsthemeblue {
   background-color: #1F80AD;
}
.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;
}
.paddingleft10 {
   padding-left: 10px;
}
.paddingleft15 {
   padding-left: 15px;
}
.paddingtop {
   padding-top: 10px;
}
.paddingbottom {
   padding-bottom: 10px;
}
.size10 {
	font-size: 10px;
}
.size12 {
   font-size: 12px;
}
.size14 {
   font-size: 14px;
}
.hideoverflow {
   overflow: hidden;
}
/***** COMMON BACKGROUND COLORS *****/
.bg_leonardsslate {
	background-color: #5C8599;
}
.bg_white {
	background-color: white;
}
.bg_grey {
	background-color: grey;
}
.bg_silver {
	background-color: #C0C0C0;
}
.bg_lightgrey {
	background-color: #CDCDCD;
}
.bg_disabled {
	background-color: #F5F5F5;
}
/***** BUTTON STYLES *****/
.button {
	font-family: "Segoe UI", Arial, sans-serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #999999;
	background: #1F80AD;
	font-weight: bold;
	color: white;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin-right: 0.1em;
	cursor: pointer;
	text-align: center;
	overflow: visible;
}
.button.margintop {
	margin-top: 3px;
}
.button.marginright {
	margin-right: 3px;
}
input.button .button a, .button span {
	padding: 0.4em 1em;
	display: block;
	line-height: 1.4;
	text-decoration: none;
}
input.button {
	padding: 0.3em 0.75em;
}
.button:hover {
	background: url("images/ui-bg_glass_65_01329b_1x400.png") repeat-x scroll 50% 50% rgb(1, 50, 155);
	color: yellow;
}
.button:active {
	background: white;
	color: black;
	border-color: black;
}
.button:active a, .button:active span {
	color: #00A6C7;
}
.buttongroup {
	margin-top: 5px;
}
.buttongroup.border {
	border-top: 1px solid #8E846B;
	padding-top: 5px;
}
#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;
	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 *****/
#registrationForm {
	float: left;
	position: relative;
	min-height: 250px;
}
#registrationForm .buttongroup {
	display: none;
	position: absolute;
	bottom: 0.5em;
	right: 1em;
}
#registrationForm fieldset {
	width: 150px;
}
#registrationForm legend {
	font-weight: bold;
}
#registrationForm label {
	/*width: 150px;
	float: left;*/
	display: block;
}
#registrationForm div.field input {
	width: 190px;
	padding: 0px 3px;
}
#regInfo strong {
	text-decoration: underline;
}
#registrationForm .ui-tabs-nav {
	background: #46BBCC;
	padding: 0.2em 0.1em 0.2em 0.2em;
	float: left;
	width: 155px;
	height: 100%;
}
#registrationForm .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px;
	border-right-width: 0px;
	margin: 0px -1px 0.2em 0px;
	text-align: left;
}
#registrationForm .ui-tabs-nav li a {
	display: block;
	padding: 0.5em 1em;
	width: 100%;
}
#registrationForm .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0px;
	padding-right: 0.1em;
	border-right-width: 1px;
}
#registrationForm .ui-tabs-panel {
	padding: 1em 1em 3em 1em;
	float: left;
}
#registrationForm .error {
	display: none;
	color: #990000;
}
#registrationForm .error.errorShow {
	display: block;
}

/* Navs */
#nav {
   margin-top: 10px;
   margin-right: 10px;
   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;
}

/* Admin */
#activeUsers, #inactiveUsers {
   height: 200px;
   overflow: auto;
}

/* Settlement Information */
#settlement {
   width: 775px;
}
#settlement div.container {
   border: 1px solid black;
   width: 775px;
   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;
}
.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;
}