/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#D5ECEE;
	background-image:url(/Map/main/images/logo-back.png);
	background-repeat:repeat-x;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	width:428px;
	font-size:20px;
	line-height:24px;
	color:#003366;
	text-align:center;
}
h2 {
	font-size:18px;
	line-height:18px;
	padding-bottom:5px;
	border-bottom:3px dotted #FFFFFF;
	margin-bottom: 10px;
	color:#003366;
	text-align:left;
	text-transform:uppercase;
}
h3 {
	font-size: 14px;
	line-height:14px;
	margin-bottom:14px;;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 12px;
}
a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}
img {}
ul {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;
	overflow:auto;	
}
select {
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding:1px;
	border: 1px solid #FFFFFF;
}



/*GENERAL CLASS STYLES -----------------------------------------------------------------------------------------------*/
.floatLeft {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.floatRight {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.buttons {
	text-align:right;
}
.lightTurqBlock {
	background-color:#F2F8F9;
	border:4px solid #FFFFFF;
	padding:10px;
	margin-bottom:10px;
}
.turqBlock {
	background-color:#A6EDFF;
	border:4px solid #FFFFFF;
	padding:10px;
	margin-bottom:10px;
}



/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outer {
	width:978px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:978px;
	height:131px;
	margin-bottom:5px;
}
#logo {
	width:500px;
	height:131px;
	margin-left:auto;
	margin-right:auto;
}
#addthisButton {
	position: absolute;
	top:75px;
	left:50%;
	margin-left:-485px;
}
#user {
	width:285px;
	position:absolute;
	top:75px;
	left:50%;
	margin-left:200px;
	color:#FFFFFF;
}
#user p {
	line-height:12px;
	text-align:right;
}
#user .linkSpan {
	font-style:italic;
}
 


/* MAP STYLES --------------------------------------------------------------------------------------------------------*/
#mapBlock {
	margin-bottom:10px;
}
#mapBlock #mapTop {
	height:24px;
	width:978px;
	background-image:url(/Map/main/images/map-top.png);
	background-repeat:no-repeat;
}
#mapBlock #mapTop.account {
	background-image:url(/Map/main/images/map-top-loggedin.png);
}
#mapTop a.navigationButton, #mapTop h1, #mapTop input {
	display:block;
	float:left;
	margin-right:4px;
}
#mapTop a.navigationButton {
	background-image: url(/Map/main/images/TRANSPARENT.png);
	height:20px;
	width:96px;
	padding-top:4px;
}
#mapTop a#addButton {
	width:167px;
	padding-top:4px;
	padding-right:4px;
}
#mapTop input {
	width:163px;
	height:16px;
	padding:2px;
	margin-top:4px;
	border:0px;
	background-image:url(/Map/main/images/TRANSPARENT.gif);
	background-color:transparent;
}
#mapCanvas {
	border:4px solid #FFFFFF;
	width:970px;
	height:530px;
}
#map {
	width:970px;
	height:530px;
}



/* NAVIGATION STYLES ---------------------------------------------------------------------------------------------------*/
#mainNavigationDiv {
	background-color:#EAEAEA;
	height:24px;
	font-weight:bold;
	margin-bottom: 20px;
}
#mainNavigationDiv ul {
	margin:0px;
	list-style:none;
}
#mainNavigationDiv li {
	padding:0px;
	margin:0px;
	float:left;
}
#mainNavigationDiv li a {
	display:block;
	line-height:24px;
	padding-left: 25px;
	padding-right: 25px;
	margin:0px;
	color:#5C7787;
	text-decoration:none;
}
#mainNavigationDiv li a:hover {
	color:#CC6666;
	text-decoration:none;
	background-color:#F2F2F2;
}
#mainNavigationDiv li .highlight {
	color:#CC6666;
	background-color:#FFFFFF;
}



/* BOTTOM NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#bottomNavigationDiv {
	height:24px;
	margin-left:20px;
	margin-right: 20px;
	margin-bottom:20px;
}
#bottomNavigationDiv ul li {
	font-size:12px;
	line-height:24px;
	float: left;
	width: 90px;
	margin-left:0px;
	margin-right:  19px;
	list-style:none;
}
#bottomNavigationDiv ul li a {
	font-weight: bold;
	text-decoration:underline;
}
#bottomNavigationDiv ul li ul {
	margin-top:5px;
	width: inherit;
}
#bottomNavigationDiv ul li ul li{
	float: none;
	margin-left:15px;
	margin-right: 0px;
	list-style: circle;
	width: inherit;
}
#bottomNavigationDiv ul li ul li a{
	font-weight:normal;
	border: none;
	text-decoration:none;
		width: inherit;
}



/* MAIN STYLES --------------------------------------------------------------------------------------------*/
#main {
	width:100%;
	margin-bottom:20px;
}
#content {
	width:630px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}
#content table {
	margin-bottom:12px;
}
#search {
	width:300px;
	text-align:right;
	float:right;
}



/* RIGHT COLUMN STYLES --------------------------------------------------------------------------------------------*/
#rightColumn {
	width:338px;
	margin-bottom:20px;
	float:left;
}
#rightColumn a {
}
#rightColumn a:hover{
}



/* BLOCKS STYLES --------------------------------------------------------------------------------------------*/
#tagCloud {
	text-align:center;
}
#topSearches ol {
	font-size:14px;
	font-weight:bold;
}
#topSearches ol li {
	margin-bottom:10px;
}

/* ADD STYLES ------------------------------------------------------------------------------------------------------------*/
#topRightAdd {
	left:50%;
	width:120px;
	height:60px;
	margin-left:240px;
	position:absolute;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	top:20px;
	background-color:#FFF;
}

/* NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------------*/
#notificationDiv {
	clear:both;
	/*background-color:#F2F4F4;*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom:3px;
	margin-bottom: 10px;
}
#notificationDiv ul {
	margin:0px;
	list-style:none;
}
#notificationDiv .messageDone, #notificationDiv .messageFail, #notificationDiv .messageInfo {
	line-height:16px;
	padding-left:20px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat: no-repeat;
}
#notificationDiv .messageDone {
	background-image: url(/Map/main/icons/accept.png);
}
#notificationDiv .messageFail {
	background-image: url(/Map/main/icons/exclamation.png);
}
#notificationDiv .messageInfo {
	background-image: url(/Map/main/icons/information.png);
}
#controlsDiv {
	clear: both;
	height:20px;
	margin-bottom: 10px;
}
#controlsDiv a {
	margin-right: 10px;
}



/* PAGE CURACAO ----------------------------------------------------------------------------------------------------------*/
#mapButtons {
	width:43px;
	position:absolute;
	height:530px;
	z-index:10;
}
#mapButtons .mapButton {
	display:block;
	margin-top:8px;
	margin-left:8px;
	width:35px;
	height:35px;
	background-repeat:no-repeat;
}
#mapButtons #btn-hotels {
	background-image:url(/Map/main/buttons/btn-hotels.png);
}
#mapButtons #btn-hotels:hover, #mapButtons #btn-hotels.highlight {
	background-image:url(/Map/main/buttons/btn-hotels-over.png);
}
#mapButtons #btn-vacation-rentals {
	background-image:url(/Map/main/buttons/btn-vacation-rentals.png);
}
#mapButtons #btn-vacation-rentals:hover, #mapButtons #btn-vacation-rentals.highlight {
	background-image:url(/Map/main/buttons/btn-vacation-rentals-over.png);
}
#mapButtons #btn-shopping {
	background-image:url(/Map/main/buttons/btn-shopping.png);
}
#mapButtons #btn-shopping:hover, #mapButtons #btn-shopping.highlight {
	background-image:url(/Map/main/buttons/btn-shopping-over.png);
}
#mapButtons #btn-beaches {
	background-image:url(/Map/main/buttons/btn-beaches.png);
}
#mapButtons #btn-beaches:hover, #mapButtons #btn-beaches.highlight {
	background-image:url(/Map/main/buttons/btn-beaches-over.png);
}
#mapButtons #btn-activities {
	background-image:url(/Map/main/buttons/btn-activities.png);
}
#mapButtons #btn-activities:hover, #mapButtons #btn-activities.highlight {
	background-image:url(/Map/main/buttons/btn-activities-over.png);
}
#mapButtons #btn-car-rental {
	background-image:url(/Map/main/buttons/btn-car-rental.png);
}
#mapButtons #btn-car-rental:hover, #mapButtons #btn-car-rental.highlight {
	background-image:url(/Map/main/buttons/btn-car-rental-over.png);
}
#mapButtons #btn-diving-snorkling {
	background-image:url(/Map/main/buttons/btn-diving-snorkling.png);
}
#mapButtons #btn-diving-snorkling:hover, #mapButtons #btn-diving-snorkling.highlight {
	background-image:url(/Map/main/buttons/btn-diving-snorkling-over.png);
}
#mapButtons #btn-nightlife {
	background-image:url(/Map/main/buttons/btn-nightlife.png);
}
#mapButtons #btn-nightlife:hover, #mapButtons #btn-nightlife.highlight {
	background-image:url(/Map/main/buttons/btn-nightlife-over.png);
}
#mapButtons #btn-restaurants {
	background-image:url(/Map/main/buttons/btn-restaurants.png);
}
#mapButtons #btn-restaurants:hover, #mapButtons #btn-restaurants.highlight {
	background-image:url(/Map/main/buttons/btn-restaurants-over.png);
}
#mapButtons #btn-attractions {
	background-image:url(/Map/main/buttons/btn-attractions.png);
}
#mapButtons #btn-attractions:hover, #mapButtons #btn-attractions.highlight {
	background-image:url(/Map/main/buttons/btn-attractions-over.png);
}
#mapButtons #btn-island {
	background-image:url(/Map/main/buttons/btn-island.png);
}
#mapButtons #btn-island:hover, #mapButtons #btn-island.highlight {
	background-image:url(/Map/main/buttons/btn-island-over.png);
}
#places {
}
#places .placeItem {
	margin-bottom:20px;
}
#places .placeLogo {
	float:left;
	width:120px;
	margin-right:10px;
}
#places .placeInfo {
	float:left;
	width:470px;
}
#places .placeInfo h3 {
	margin-bottom:0px;
}
#places .placeInfo p {
	margin-bottom:0px;
}
#places .placeInfo p.placeData {
	margin-bottom:10px;
}



/* PAGE ACCOUNT ----------------------------------------------------------------------------------------------------------*/
#mapMyPlaces, #mapForm {
	position:absolute;
	width:350px;
	height:530px;
	z-index:10;
	overflow:hidden;
}
#mapMyPlaces .layerContent, #mapForm .layerContent {
	background-image:url(/Map/main/images/layer-back-dark.png);
	margin-left:8px;
	margin-top:8px;
	margin-bottom:8px;
	padding:10px;
}
#mapMyPlaces h3, #mapForm h3 {
	color:#A6EDFF;
}
#mapMyPlaces ul {
	list-style:none;
}
#mapMyPlaces ul li {
	color:#CCCCCC;
	margin:0px;
	margin-bottom:10px;
}
#mapMyPlaces ul li a {
	color:#FFFFFF;
}
#mapMyPlaces ul li a:hover {
	color:#FFFFFF;
}
#mapMyPlaces ul li a.editLink {
	width:200px;
}
#mapForm th {
	color:#F2F8F9;
}



/* FOOTER STYLES -------------------------------------------------------------------------------------------------*/
#footer {
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:20px;
	clear: both;
	font-size:10px;
}
#copyright {
	clear:both;
	text-align:center;
}



/* STANDARD FORM STYLES --------------------------------------------------------------------------------------------*/
.standardForm {
	margin-bottom:10px;
}
.standardForm table {
}
.standardForm td, .standardForm th {
	padding-bottom:10px;
	font-size:14px;
}
.standardForm th {
	padding-right:10px;
	vertical-align:middle;
}
.standardForm  .error {
	color:#FF0033;
	font-size:10px;
}
.standardForm .field {

}
.standardForm .label {

} 
.standardForm .element input, .standardForm .element select, .standardForm .element textarea {
	padding:3px;
	font-size:14px;
}
.standardForm .buttons {
	text-align:right;
}
.standardForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.standardForm .radioGroup label {
	display: inline;
	margin-right:5px;
}
.standardForm .radioGroup label input {
	border:none;
}
.standardForm .mediumInput {
	width: 215px;
}
.standardForm .smallInput {
	width: 70px;
}
.standardForm .largeInput {
	width:350px;
}
.standardForm .mediumArea {
	width:215px;
	height:200px;
}
.standardForm .slimArea {
	width:215px;
	height:70px;
}

/* CLEAN DIALOG STYLES ---------------------------------------------------------------------------------------------*/
#cleanDialog {
	background-color:#D5ECEE;
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	padding:10px;
}
