	
	/* http://www.wpdfd.com/editorial/thebox/deadcentre3.html */

body 
{
color: #000000;
background-color: #b2bdc4;
margin: 0px;
font-size: 12px;
}

p, form {
	margin: 0px;
	padding: 0px;
}

select { padding: 3px; width: 300px; color : #666666;} 

td {
	padding: 3px;
}
	
#horizon {
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

	#content  {
		font-family: Verdana, Geneva, Arial, sans-serif;
		text-align:left;
		background: url("../fimages/searchWP.jpg") no-repeat #bcc9cf; 
		margin-left: -475px;
		position: absolute;
		top: -285px;
		left: 50%;
		width: 950px;
		height: 570px;
		visibility: visible;		
	}
	
		#border2 {
			border: 1px solid #d0d9dd;
		}
		
			#border1 {
				border: 4px solid #aab9c1;
			}	
	
				#column1
				{
			
					width: 185px;
					float: left;
					height: 500px;
				}
				
				#column2
				{
					padding-top: 125px;	
					width: 750px;
					float: right;		
					text-align: left;
				}	
				
				#footer {
					background-color: #bcc9cf;
					height:60px;
				}
				
					.footerPanelLarge {
						float: left;
						height: 50px;
						width: 400px;
						margin-left: 20px;
						margin-top: 3px;
					}	
				
					.footerPanelSmall {
						float: right;
						height: 50px;
						width: 200px;
						padding-left: 20px;
						margin-top: 3px;
						border-left: 1px solid #fff;
					}
					
					.footerPanelTitle {
						color: #fff;
						font-size: 14px;
					}	
					
					.footerPanelLink a {
						color: #000;
						font-size: 12px;
						text-decoration: none;
					}
					
					.footerPanelLink a:hover {
						color: #000;
						text-decoration: underline;
					}	
					
					.footerPanelLink a:active {
						color: #000;
						text-decoration: underline;
					}	
					
					.footerPanelLink a:visited {
						color: #000;
					}					
	
/* -------------------- */
/* BUTTONS				*/
/* -------------------- */	
	
a.button{
	background:url("../simages/nicebutton/button.gif");
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{

		background:url("../simages/nicebutton/add.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url("../simages/nicebutton/delete.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url("../simages/nicebutton/user.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url("../simages/nicebutton/alert.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url("../simages/nicebutton/msg.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url("../simages/nicebutton/download.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url("../simages/nicebutton/lens.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url("../simages/nicebutton/info.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}	
