body {
	margin:0px;
	padding:0px;
	font-size:12px;
	min-width:400px;
	font-family:"Trebuchet MS", Helvetica, Arial;
	background-image:url('../../images/background.jpg');
	background-position:center;
	background-repeat:repeat-y;
	background-color:#cccccc;
}

h2 {
	margin:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #666;
}

a{
	color:black;
	text-decoration:none;
}

#statusBar a {
	padding:4px;
}

#statusBar a:hover {
	background-color:#fafafa;
}

#top {
	display:block;	
	width:700px;
	color:black;
	text-align:left;
	padding:15px 30px 15px 30px;
}

#nav {
	display:block;
	width:700px;
	height:21px;
}

#nav a {
	margin-left:20px;
	width:175px;
	display:block;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	padding:3px;
	background-color:white;
	float:left;
	cursor:pointer;
}

#nav a:hover {
	background-color:#eaeaea;
}

#content {
	width:700px;
	height:500px;
	background-color:white;
	text-align:left;
	position:relative;
}

h1 {
	margin:0px;
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial;
}

#loginForm {
	margin:100px 0px 0px 185px;
	width:285px;
}

label {
	width:80px;
	display:block;
	float:left;
}

.error {
	display:block; 
	background-color:red; 
	margin-bottom:20px; 
	color:#ffffff; 
	padding:3px;
	font-weight:bold;
}

#logout {
	position:absolute;
	color:#666;
	font-weight:bold;
	right:10px;
	top:10px;
	text-decoration:none;
	font-size:14px;
}


#cms_main {
	position:absolute;
	top:50px;
	left:25px;
	border:1px solid #ccc;
	height:400px;
	width:96%;
}

form {
	margin-left:30px;
	margin-top:30px;
}

input, select, textarea {
	margin-bottom:5px;
	width:175px;
}

#headline {
	display:block;	
	margin-left:30px;
	margin-top:30px;
}

#divAddForm {
	display:block;
	width:600px;
}

#divData{
	display:block;
	position:absolute;
	left:525px;
	width:250px;
	height:500px;
	overflow-y:scroll;
	border:1px solid #eaeaea;
}

form {
	margin-top:10px;
}

table {
	font-size:12px;
}

td, th {
	padding:4px;
}

.floater {
position:absolute;
z-index:2;
bottom:0;
right:0;
display:none;
padding:0;
}

.floater td {
font-family: Gill, Helvetica, sans-serif;
background-color:white;
border:1px inset #979797;
color:black;
}

.matchedSmartInputItem {
font-size:0.8em;
padding: 5px 10px 1px 5px;
margin:0;
cursor:pointer;
}

.selectedSmartInputItem {
color:white;
background-color:#3875D7;
}

#smartInputResults {
padding:0;margin:0;
}

.siwCredit {
margin:0;padding:0;margin-top:10px;font-size:0.7em;color:black;
}

.column {
	width:310px;	
}

#address_block {
	float:right;
}
