body { 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#231f20;
}

form { 
	margin:0;
	padding:0;
}

a { 
	text-decoration:none;
	color:#231f20;
}

a:hover { 
	text-decoration:underline;
	color:#231f20;
}

a.green { 
	color:#5d9c19;
}	

h1 { 
	font-size:14px;
}




/* containers */
#container { 
	margin:0 auto;
	width:986px;
	border-left: 1px solid #c8c7c7;	
	border-right: 1px solid #c8c7c7;	
	border-bottom: 1px solid #c8c7c7;	
	background:url(../images/bg-home.jpg) no-repeat bottom;
}

#content { 
	float:left;
	width:985px;
	margin-top:22px;
}

#container-prop { 
	float:right;
	width:1px;
	height:623px;
}

/* header */
#header { 
	margin-left:23px;
}

#content-left { 
	margin:65px 0 0 221px;
	width:200px;
	float:left;
}

/* register box */
#register-box {
	background: url(../images/box-register.gif) no-repeat;
	width:148px;
	padding: 20px 14px 0px;
}

.register-bottom { 
	padding-left:-14px;
}

#members-login { 
	background:url(../images/box-members.gif) no-repeat top;
	width:116px;
	height:95px;
	padding:15px 13px 0 13px;
	margin: 4px 0;
}

#members-login input { 
	width: 117px;
	border:1px solid #807d7e;
	font-size:11px;
	background:#fff!important;
}

#members-login label { 
	padding-top: 7px;
	display:block;
}

.clear { 
	clear:both;
}

#content-right { 
	background:url(../images/site-divider.gif) no-repeat top left;
	float:left;
	padding:26px 0 0 38px;
	width:480px;
	font-size:11px;
}

/* navigation */

#navi { margin-bottom: 38px; }

#navi ul {
	list-style: none;
	margin:0;
	padding:0;
} 

#navi li { 
	float:left;
	padding: 0 10px 0 10px;
}

#navi li a { 
	
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#231f20;
}

#navi li a:hover { text-decoration:none; }

#navi ul li a.home-on { color:#8cc642; }
#navi ul li a.list-on { color:#28ace2; }
#navi ul li a.add-on { color:#c3272e; }
#navi ul li a.safety-on { color:#f79423; }

#navi ul li a.home:hover { color:#8cc642; }
#navi ul li a.list:hover { color:#28ace2; }
#navi ul li a.add:hover { color:#c3272e; }
#navi ul li a.safety:hover { color:#f79423; }

#register-form label { 
	float:left;
	width:120px;
	font-size:12px;
	margin-bottom: 3px;
}

#register-form select { 
	float:left;
	margin-bottom: 5px;
	border:1px solid #807d7e;
	background:#fff!important;
}

#register-form input.field { 
	float:left;
	margin-bottom: 5px;
	border:1px solid #807d7e;
	background:#fff!important;
	
}

#register-form textarea { 
	float:left;
	margin-bottom: 5px;
	border:1px solid #807d7e;
	background:#fff!important;
	width:220px;;
}


p.error { 
	font-size:12px;
	color:#ff0000;
}

p.error-small { 
	font-size:11px;
	color:#ff0000;
	text-align:center;
}

#loggedin-menu { 
	text-align:right;
	font-size:11px;
	border-bottom: 1px solid #807d7e;
	padding-bottom: 4px;
}


table#lifts th { 
	text-align:left;
	text-transform:uppercase;
	border-bottom: 1px dashed #f9a027;
	padding-bottom:1px;	
}

table#lifts td.dash { 
	border-bottom: 1px dashed #f9a027;
	padding-bottom:3px;
}

a.delete { 
	font-weight:bold;
	color:#ff0000;
}

#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 1px solid #f9a027;
	padding: 2px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

a.orange { 
	color:#f9a027;
	font-size:12px;
	font-weight:bold;
}

#backbutton { 
	float:right;
	margin-top:10px;
}

#lift-details { 
	float:left;
}

table#sort { 
	font-size:10px;
	background:#f69e26;
	margin-bottom:10px;
}

table#sort select.box,
table#sort input.box { 
	font-size:10px;
}
	
