/* CSS Document */


/* Link Styles */
A {
  color: #000099;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}

/* Map page Styles */
.map_box {
	background-color:#FFCC33;
	border: 1px solid #000099;
	width: 400px;
	text-align: center;
}

/* Select Country Page Styles */
.country_title {
}
.country_box_container {
	width: 90%;
	border: 1px solid #000099;
	background-color: #FFCC33;
}
.country_box_column {
	width: 33%;
	padding: 5px;
	line-height: 20px
}

/* Chamber Results page Styles */
.list_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.top_message_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-image:   url("images/tbl_error.png");
	width: 400px;
	border: 1px solid #000000;
}
.list_box_container {
	width: 400px;
	background-color: #FFFFFF;
	background-image:url(/hyperbaric_locator/images/tbl_th_bg.png);
	te
}
.list_box_header {
	background-color: #000099;
	background-image: url(/hyperbaric_locator/images/tbl_th_blue.png);
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium; /* was large */
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
.list_box_footer {
	background-color:#000099;
	background-image: url(/hyperbaric_locator/images/tbl_th_blue_b.png);
	background-position: bottom;
	height: 35px;
	padding-left: 5px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: left;
}
.list_box_column_left {
	width: 40%; /* was 20% */
	text-align:left;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 3px;
	vertical-align: top;
}
.list_box_column_center {
	width: 60%; /* was 50% */
	text-align:left;
}
.list_box_column_right {
	width: 30%;
	text-align:left;
	vertical-align: top;
}

/* alert box styles */
.alert_box_container {
	background-color: #666699;
	margin-top: 10px;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	padding-left:5px;
}	
.alert_box_header {
	background-image:  url("images/tbl_header.png");
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color: #FFFFCC;
	text-align:center;	
}
.alert_box_footer {
	background-image:  url("images/tbl_header_b.png");
	background-position:bottom;
}

/* Print Page Styles */
.print_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.print_box_container {
	width: 90%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.print_box_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align:center;
	height: 50px;
	border-bottom: 1px solid #000000;
}
.print_box_column_left {
	width: 20%;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	vertical-align: top;
}
.print_box_column_center {
	width: 50%;
}
.print_box_column_center_last {
	width: 50%;
	border-bottom: 1px solid #000000;
}
.print_box_column_right {
	width: 30%;
	vertical-align: top;
}


	
