html { background:#F4F4F4 url('images/main_bg.gif'); }

body { 
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#48637D;
font-size:12px;
}

a { text-transform:none; text-decoration:none; color:#48637D;}
a:hover { color:#293847; text-decoration:underline; }
a:visited { color:#717E8E; }

#holder { width:300px; position:relative; top:10em; margin:auto; }
#logo { height:30px; text-align:center; }
#login { background:#FDFDFD; padding:20px; text-align:center; border:5px solid #CCD4D6;  }

#login label {
  display: block;
  font-weight:bold;
  font-size:12px;
  padding:5px 0 5px 0;
  text-transform:uppercase;
  color:#48637D;
}

#login input,
textarea,
select {
  padding: 2px;
  font: 800 12px verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

#login input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

#login input.button {
  padding: 2px 5px;
  font: 800 1.3em "trebuchet ms", serif;
  text-transform:uppercase;	
  color: #FFF;
  background: #85A3BD;
  border-width: 1px;
  border-style: solid;
  border-color: #BAC8D3 #6384A5 #6384A5 #BAC8D3;
}

#container { width:60%; margin:0 auto; }

#top { position:relative; margin:0 auto; padding-bottom:20px;}
#top { font-weight:bold; text-transform:uppercase; }
#topmenu li {  display: inline; }
#topmenu a { color:#48637D; background:#F4F4F4; padding:8px 5px 8px 5px; text-decoration:none; border-bottom:5px solid #6384A5; }
#topmenu a:hover { color:#8FAAC3; background:#F4F4F4; border-color:#A5C6DE; }  

#content { padding:20px; background:#FEFEFE; border:5px solid #D0DAE1; }

#lm_locbar li {  display: inline; list-style-type:none; }
#lm_locbar { border-bottom:1px dotted black; }

.add { padding-left:10px; border-left:5px solid #84A2BD; font-size:16px; font-weight:bold; }

#divider { height:2px; border-top:1px dotted black; margin: 10px 0 10px 0; }

input,
textarea,
select {
  padding: 2px;
  font:12px verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;
  font: bold 1.2em "trebuchet ms", serif;
  text-transform:uppercase;	
  color: #FFF;
  background: #85A3BD;
  border-width: 1px;
  border-style: solid;
  border-color: #BAC8D3 #6384A5 #6384A5 #BAC8D3;
  margin:0 auto;
}


/* ^^^^^^^^^^^^^^^^ TABLES ^^^^^^^^^^^^^^^^^ */
#noclass .no_class { background:none; color:#48637D; font-weight:bold;}

#noclass tbody tr:hover td, #noclass tbody tr:hover th {
	background-color: none;
}

table {
	background-color: #FFFFFF;
	border: none;
	color: #48637D;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table a:link, table a:visited, table a:active {
display:block;
	background-color: transparent;
	color: #2C3C4B;
	text-decoration: none;
	font-weight:bold;
}

table a:hover {
	background: transparent;
	color: #FBFBFB;
	text-decoration: underline;
}

table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

table, td, th {
	margin: 0;
	padding: 0;
}

tbody td, tbody th {
	background-color: #DCEBEF;
	border-bottom: 2px solid #84A2BD;
	border-top: 3px solid #FFFFFF;
	padding: 9px;
	vertical-align:top;
}

tbody tr.odd th, tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #BECEDC;
	color:#FFFFFF;
}

td, th {
	vertical-align: middle;
}

tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}