html, body {
	margin: 0;
	padding: 0;
	background: #d8d8d8 url('../gfx/body_bg.jpg') repeat-x;
	padding-bottom: 30px;
}

* {
	font-family: verdana;
	font-size: 10px;
	color: #484848;
}

a {
	color: #ea1d24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.bullet {
	background: url('../gfx/link_bullet_red.gif') no-repeat left center;
	padding-left: 6px;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	margin-top: -5px;
	margin-bottom: 23px;
	font-size: 20px;
	font-weight: normal;
	color: #ea1d24;
}

h2 {
	margin: 0;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

.show_td {
	font-weight:bold; border-bottom:1px solid #DDDDDD;
}

.inputStd {
	margin-top: 3px;
	margin-bottom: 10px;
}

.inputTxt {
	height: 13px;
	font-size: 9px;
}

.txtBlueBold {
	color: #8cbaca;
	font-weight: bold;
}

.txtGray {
	color: #d1d1d1;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 0;
}

.txtSmall {
	font-size: 9px;
}

.indent {
	padding: 10px;
}

#container {
	width: 950px;
	margin: auto;
	background-image: url('../gfx/container_bg.jpg');
	padding: 5px;
}

#topbar {
	height: 33px;
	background-image: url('../gfx/topbar_bg.jpg');
}
#topbar img {
	float: right;
	margin-right: 20px;
	margin-top: 4px;
}

#header {
	height: 159px;
}
#header img {
	float: left;
}

#menu {
	height: 35px;
	background-image: url('../gfx/menu_bg.gif');
}
#menu ul, #menu li {
	display: inline;
	list-style: none;
	height: 35px;
	margin: 0;
	padding: 0;
}
#menu li img {
	float: left;
	border: none;
}

#langBar {
	float: right;
	height: 35px;
	width: 170px;
	border-left: 1px solid #fff;
	padding-left: 11px;
	background-image: url('../gfx/flag_bg.gif');
}
#langBar img {
	margin-top: 12px;
	margin-right: 10px;
}
#langBar img:hover {
	border: 2px solid #fff;
}
#langBar img.active {
	border: 2px solid #fff;
	margin-bottom: -2px;
}

#content {
	padding-top: 15px;
	padding-bottom: 15px;
}

#clmLeft {
	float: left;
	width: 146px;
	padding-left: 10px;
	padding-right: 12px;
}
#clmCenter {
	float: left;
	width: 600px;
}
#clmRight {
	float: right;
	width: 181px;
}

#login {
	height: 164px;
	background: url('../gfx/box_login_bg.jpg') repeat-x;
	border-bottom: 1px solid #e2e2e3;
}

#footer {
	width: 960px;
	background: url('../gfx/footer_bg.gif') no-repeat;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	font-size: 9px;
	color: #7d7d7d;
}

.fauxOverlay {
	background: #fff;
	height: 20px;
}

.titleImg {
	margin-bottom: 18px;
}

.logon-error {
	margin-bottom: 9px;
}

#registration-error {
	padding: 2px;
	color: #ea1d24;
	margin-top:10px;
}

#mapLocations {
	width: 212px;
	float: left;
	background: #e2e2e3;
}

#mapLocations td {
	display: block;
	padding: 4px;
	font-size: 9px;
	background: #fff;
	overflow: hidden;
}

#mapContainer {
	background: #f7f7f7 url('../gfx/map_bg.jpg') repeat-x;
	border-bottom: 1px solid #e2e2e3;
	padding-bottom: 10px;
}

#map {
	position: relative;
	height: 305px;
	background: url('../gfx/map.jpg') no-repeat;
	margin-bottom: 15px;
}
#map img {
	position: absolute;
	border: none;
}

#map #razziaInfo1,#razziaInfo2,#razziaInfo3,#razziaInfo4,#razziaInfo5,#razziaInfo6,#razziaInfo7,#razziaInfo8,#razziaInfo9,#razziaInfo10 {
	float: right;
	width: 180px;
	background: #f7f7f7;
	border: 1px solid #e2e2e3;
}

.razziaInfo {
	float: right;
	width: 180px;
	background: #f7f7f7;
	border: 1px solid #e2e2e3;
}

#signupContainer {
	position: relative;
	width: 581px;
	height: 286px;
	margin: auto;
}
#signup {
	height: 286px;
	background: url('../gfx/signup_bg.jpg') no-repeat;
}
#signup div {
	padding-left: 17px;
	padding-top: 64px;
	width: 360px;
}

#signupForm {
	position: absolute;
	width: 581px;
	height: 286px;
	background: url('../gfx/signup_form_bg.jpg');
}

#signupTblArea td {
	font-size: 9px;
}
#signupTblArea input {
	height: 18px;
	margin: 0;
	margin-bottom: -1px;
}
