body {
	background: #fff url(images/bodyBG.jpg) repeat-x;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}

body, td {	
	font: normal 12px Arial, sans-serif;
}
th { font: bold 14px Arial, sans-serif; }

#logo {
	margin: 10px;
	float: left;
	display: block;
	width: 150px;
	height: auto;
	text-align: left;
}

#topbar {
	height: 25px;
	background: url(images/topbarBG.gif) repeat-x;
	border-bottom: 1px solid #000;
}

#topbarContent {
	position: relative;
	width: 675px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding-top: 5px;
}

#content {
	margin: 0 auto;
	padding-top: 20px;
	width: 800px;
	text-align: left;
}

a {
	padding: 2px;
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background: #003366;
	text-decoration: none;
}

.error, .success {
	margin: 0 10px 10px 10px;
	padding: 6px 6px 6px 30px;
	border: 1px solid #000;
}

.error { background: #ff9999 url(images/icons/error.gif) 6px center no-repeat; color: #990000; }
.success { background: #99ff99 url(images/icons/success.gif) 6px center no-repeat; color: #006600; }
.error a { color: #990000; }
.error a:hover { background: #990000; color: #fff; }
.success a { color: #006600; }
.success a:hover { background: #006600; color: #fff; }

#topbarContent .aDiv {
	position: absolute;
	top: 5px;
	right: 0;
}

#topbarContent a {
	color: #fff;
}

#calClick { cursor: pointer; }
#calDate { background: none; border: none; width: 1px; }

h1 {
	padding: 0;
	margin: 0;
}

h3 { margin: 2px 0 3px 0; }
span.imported {
	padding-left: 10px;
	font-weight: bolder;
	color: #ff0000;
}

.autofix { text-align: center; }

#login {
	background: #99ccff;
	border: 1px solid #000;
	width: 250px;
	margin: 0 auto;
	padding: 5px;
}

.loginItem {
	color: #000;
	font-size: 16px;
}

#login input {
	border: 0;
	font-size: 16px;
}

.customerSelect a {
	display: block;
	width: 296px;
	height: 31px;
	margin: 10px;
}

a.enterQuick { background: url(images/enterQuick.gif) no-repeat; }
a.viewQuick { background: url(images/viewQuick.gif) no-repeat; }
a.updateStanding { background: url(images/updateStanding.gif) no-repeat; }
a.zbakeie { background: url(images/admin/zbakeie.gif) no-repeat; }
a.clearhist { background: url(images/admin/clearhist.gif) no-repeat; }
a.editlogo { background: url(images/admin/editlogo.gif) no-repeat; }
a.editmess { background: url(images/admin/editmess.gif) no-repeat; }
a.contact { background: url(images/admin/contact.gif) no-repeat; }
.customerSelect a:hover { background-position: 0 -35px; }