body{
	margin: 7px;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #555;
	background-repeat: repeat;
	text-align:center;
	alignment-baseline: middle;
	margin: 0 auto 0;
	position:relative;
}
a{
    color: #00CC33;
    text-decoration: none;
    outline:none;
}

a:hover{
    color:#006600;
}

a:visited { 
    color:green; text-decoration:none; 
    }

a.backlink{
  padding:10px;
  
}
.button, .button:visited{
    background: #999 url(../images/overlay.png) repeat-x;
  	display: inline-block; 
  	padding: 5px 10px 6px; 
  	color: #fff; 
  	text-decoration: none;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
  	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  	cursor: pointer;
	margin:10px 3px 4px 3px;
}
.button:hover{
    background-color: #222; 
    color: #fff;
}
img.ajaxload{
    margin-top:10px;
}

.error{
    height:15px;
}
div.errorimg{
    padding-left:20px;
    float:left;
    background:transparent url(../images/error.png) no-repeat center left;
    height:15px;
    width:140px;
    color:red;
}
/*Admin*/
.adminpanel{
width: 800px;
text-align:center;
}

.map{
margin:0 auto;
width:560px;

}
.admin_change{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/wrench.png) no-repeat center right;
  cursor:pointer;
}
.admin_delete{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/cross.png) no-repeat center right;
  cursor:pointer;
}
.admin_no{
  float:left;
  margin-left:20px;
}
/*Forms*/
form.login , form.register, form.editaccount, .forgotpw, .adminpanel{
	position:relative;
	height:auto;
    margin:0 auto;
    border:1px solid #ccc;
    background-color:#fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding:20px;
	text-align: left;
}
form.login{
	width: 150px;
}
form.register{
	width: 600px;
	height:440px;
}
form.editaccount{
	width: 400px;
}
.forgotpw{
  width:200px;
}

form label{
    display: block;
    margin: 3px;
	font-weight:bold;
}
.login_row{
    float:left;
    clear:both;
	width:100%;
}
.login_row input[type=checkbox]{
    float:left;
}
.login_row label{
    float:left;
}

input[type=text], input[type=password]{
  border:1px solid #ccc;
  padding:2px;
}
input:focus{
	background-color:#EFFFF3;
}

form .fieldset1, form .fieldset2{
    border:1px solid #ccc;
    padding:6px;
    margin:10px;
    float: left;
    border-left:none;
    border-right:none;
    border-bottom:none;   
}
form .fieldset1{
    width:260px;
}
form .fieldset2{
    width:90%;
    margin:0px;
}
form legend{
    text-align:right;
    color:#888;
    font-size:12px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}

.error{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:18px;
    clear:right;
    width:100%;
    font-weight:100;
}

.linkback{
    margin:0 auto;
    width:100px;
    text-align:center;
    height:30px;	    	
}

table { background:#fff;
 border:1px hidden ;
 border-collapse: collapse;
 color:#fff;
 font:normal 12px verdana, arial, helvetica, sans-serif;
 margin: 0 auto 0;
	position:relative;
}
caption { border:1px hidden #5C443A;
 color:#5C443A;
 font-weight:bold;
 letter-spacing:20px;
 padding:6px 4px 8px 0px;
 text-align:center;
 text-transform:uppercase;
}
td, th { color:#363636;
 padding:.4em;
}
tr { border:1px hidden;
}
thead th, tfoot th { background:#5C443A;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
tbody td a { color:#363636;border:hidden;
 text-decoration:none;
}
tbody td a:visited { color:gray;
 text-decoration:line-through;
}
tbody td a:hover { text-decoration:underline;
}
tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
tbody th a:hover { color:#363636;
}
tbody td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
tbody th, tbody td { text-align:left;
 vertical-align:top;
}
tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
tbody tr:hover { background:#fff;
 border:1px solid #03476F;
 color:#000000;
}