/* CSS Document */

.travel_motto_style {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}

.blue_travel_background{
    background-color:#87BEE7;
}

.pink_travel_background{
	background-color:#CC1B61;
}

.green_travel_background{
	background-color:#658634;
}

.light_green_travel_background{
	background-color:#7F7A35;

}

.yellow_travel_background{
    background-color:#FF9900;
}


.idream_logo_green{
  color:#036513;

}

.idream_logo_green_background{
   background-color:#009900;
}

.general_travel_background{
     background-color:#F5EEE6;
}

.white_travel_text{
     color:#FFFFFF;
	 font-weight:bold;
	 font-size:14px;
}

.small_travel_text{
     font-size:12px;
}

.search_box {
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:2px;
	width:180px;
	height:14px;
	color:#999999;
	background-color: #FFFFFF;
	border:1px solid #BBBBBB;

}


.search_button {
	color:#333333;
	background: #cccccc;
	border:none;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
.small_footer_text {
	font-size: 12px;
	color: #666666;
}
.map_title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #647BA8;
}


.map_title2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.caption_text{
    font-size:20px;
	font-weight:bold;
	z-index:2;

}


#myGallery
{
width: 550px;
height: 300px;
} 


#travel-articles {
	border: thin solid #CCCCCC;
	padding-left:10px;
	padding-right:10px;
}

.big_title{
	font-size: 22px;
	color: #125EA2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#F8F8F8;
	
}
.article-title {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.article-text-style {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}


body,td,input,select {font-family:Arial,Helvetica,sans-serif;}

#register-table{
   display:inline;

}


.style6 {color: #CC1B61}
.style7 {
	color: #FF9900;
	font-weight: bold;
}
.style10 {color: #CC1B61; font-weight: bold; }
.style11 {color: #333333; font-weight: bold; }
.style12 {color: #CC1B61; font-weight: bold; font-size: 12px; }



ul#travel_destination_ul{
	margin: 1.5em; 
	font-size:12px;
	text-decoration:none;
	
}

ul#travel_destination_ul li {
	
	border-bottom: 1px solid #ccc;
	padding: .2em 0 .2em .5em;
	font-weight: bold;
	color: #666; 
}

ul#travel_destination_ul li:hover {
	cursor: pointer;
	background-color: #f2f2f2;
	color: #000; 
	
}
body {
		
	margin:0;
	
}


.submit_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	
	margin:3px 0 3px 0;
	cursor: pointer;
}

.submit_button:hover, .specialSubmit:hover {
	background: #0054a7;
}

.specialSubmit {
	font: 10px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	width: auto;
	height: 20px;
	padding: 2px 3px 2px 3px;
	margin:10px 0 10px 0;
	cursor: pointer;
}

.style15 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}
.countryList {
  float: left;
  width: 1000px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.countryListLI {
  float: left;
  width: 100px;
  margin: 5px;
  padding: 0;
  font-size:1.1em;

 
  } 

.countryList a{
 text-decoration:none;
  color:#ffffff;
}


.countryList a:hover{
 text-decoration:underline;

}

.region_country_div{
border:thin 1px #4690d6;

}

.clearDiv{
clear:left;

}
