/* HTML Elements */

img { border: none }

body {
   margin: 10px auto;
   background: #fff;
   font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

td, p {
   font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

acronym {
   border-bottom: 1px double #44597A;
   cursor: help;
}

a {
	color: #3B4F70;
	text-decoration: underline;
}

a:visited {
	color: #334664;
	text-decoration: underline;
}

a:hover {
	color: #9C182F;
	text-decoration: none;
}

a.delete_link {
   color: red !important;
}

a.remove_link {
   color: red !important;
   font-weight: normal;
}

a.small_link {
   text-decoration: none !important;
	color: #000 !important;
	font-size: 9px;
}
a.small_link:hover {
	color: #9C182F !important;
}
a.no_style {
   text-decoration: none !important;
	color: #000 !important;
}
a.no_style:hover {
	color: #9C182F !important;
}

img {
	border: none;
}

input {
	font-size: 10px;
	color: #363636;
}

input .required {
	background-color: #FFCECE;
}

input.input_small {
   width: 20px;
}

table.box_message {
   /*background-color: #AEDAFF;
   border: 1px solid #01052B;*/
	width: 90%;
	padding: 0;
	margin: 5px auto;

}

table.box_error {
	/*background-color: #FFDDDD;
	border: 1px solid #CC0000;*/
	width: 90%;
	padding: 0;
	margin: 5px auto;
}

/* Ignore IE */
html > body table.box_error, html > body table.box_message {
	width: 90%;
	padding: 2px;
	margin: 0px auto;
	margin-bottom: -7px;
}

ul#error_message {
   margin-left: 20px;
   padding-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   list-style: disc;
}

h3 {
   font-size: 1.2em;
}

td.slight_padding {
   padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
th.slight_padding {
   padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* IDs */

#flag_rollover div {
   display: inline;
}

#top {
   font-size: 10px;
   color: #909090;
   font-weight: bold;
}

#top a {
	color: #909090;
	text-decoration:none;
}

#top a:hover {
	text-decoration: underline;
}


#top_menu {
	color: #fff;
}

#top_menu a, #top_menu a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#top_menu a:hover {
	color: #909090;
}

#bottom_regions * {
   color: #b6b6b6;
}
#bottom_regions a {
   text-decoration: none;
}
#bottom_regions a:hover {
   text-decoration: underline;
}
#bottom_regions h3 {
   margin: 0;
   font-size: 11px;
}

/* Classes */

.message_text {
	font-weight: bold; 
	color: #01052B;   
}

.error_text {
	font-weight: bold; 
	color: #CC0000;  
}

.required {
	color: #900000;
}

.expired td {
   color: #D36666;
   font-weight: bold;
}

input .required {
	background-color: #FFCECE;
}

input.input_text {
   width: 240px;
}
input.input_text2 {
   width: 172px;
}
input.input_zip {
   width: 65px;
}

input.input_phone {
   width: 85px;
}
input.input_phone_ext {
   width: 30px;
}

input.input_email {
   width: 150px;
}

input.input_website {
   width: 240px;
}

select.select_sites {
   width: 150px;
}

h1 {
   font-size: 22px;
}

.milestoForm{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

.form_no_margin {
   margin: 0;
   padding: 0;
}

.no_margin {
   margin: 0;
   padding: 0;
}

.points_interest {
   margin: 0;
   padding: 0;
}

span.points_interest {
   border: 1px solid #DBDBDB;
   background-color: #F6F7EB;
   border-bottom: none;
   margin-top: 2px !important;
   display: block;
}

div.points_interest {
   padding: 0 0 3px 3px;
   border-bottom: 1px solid #DBDBDB;
   margin-bottom: 2px;
   margin-right: -95px;
   width: 99%;
}

.search_bigger_font td a {
   font-size: 12px;
}


/* CSS for checklists */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 10em;
	overflow: auto;
	width: 20em;
}
.checklist, .checklist li { margin-left: 0; padding: 0; }
.checklist label { display: block; height: 1%; padding-left: 25px; text-indent: -25px; }
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }

.countries { font-size: 0.9em; width: 28em; height: 20em; }
.countries .alt { background: #f5f5f5; }
.countries input { vertical-align: middle; }
.countries label:hover, .countries label.hover { background: #ddd; color: #000; }

.hand
{
cursor: pointer
}