@charset "utf-8";
/* CSS Document */

body
{
	width:100%;
	height:100%;
	background: #c6e9ff;
	font-family:tahoma;
	font-size:13px;
	color:#474747;
	padding:0;
	margin:0;
}

a:focus
{
	outline:none;
}

h1
{
	font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size:18px;
	font-weight:normal;
	letter-spacing:-2px;
	color: white;
	margin:0;
	padding:0;
}

h2
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	margin:0;
	padding:0;
	margin-left:8px;
	text-transform:capitalize;
}

h3
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0px;
	color:#fff;
	margin:0;
	padding:0;
	margin-left:8px;
	text-transform:capitalize;
}
.input
{
	height:15px;
	width:130px;
	padding:3px;
	font-family:tahoma;
	font-size:12px;
	color:#474747;
	border:1px solid #c6e9ff;
}

.dropdown
{
	height:20px;
	width:170px;
	padding:3px;
	font-family:tahoma;
	font-size:11px;
	color:#474747;
	border:1px solid #c6e9ff;
	background:#fff;
}

.button
{
	font-family:tahoma;
	font-size:11px;
	color:#fff;
	background:url(../images/public/login_button.gif);
	border:0px;
	width:42px;
	height:20px;
	padding-bottom:2px;
}

.searchButton
{
	background:url(../images/public/search_button.gif);
	border:0;
	width:157px;
	height:29px;
}

.updateButton
{
	background:url(../images/public/update_button.gif);
	border:0;
	width:82px;
	height:29px;
}

.onDetailButton
{
	background:url(../images/public/button_on_details.gif) no-repeat;
	margin:0;
	padding:0;
	width:103px;
	height:24px;
	border:0px;
	font-family:tahoma;
	font-size:10px;
	outline:none;
}

a
{
	color:#1078bb;
	text-decoration:underline;
}

a:hover
{
	color:#1078bb;
	text-decoration:none;
}

a.paginare
{
	background:#61abd8;
	color:#fff;
	text-decoration:none;
	padding:0px 3px 0px 3px;
}

a.paginare:hover
{
	background:#fff;
	text-decoration:none;
	color:#1078bb;
	padding:0px 3px 0px 3px;
}


a.selected
{
	background:#fff;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	cursor:text;
}

a.buttonDetail
{
	background:#0789db;
	color:#fff;
	text-decoration:none;
	padding:1px 2px 1px 2px;
	font-size:10px;
}

.img
{
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
}

.menu
{
	position:static;
}

a.home
{
	background:url(../images/public/home_off.gif) no-repeat;
	color:#000;
	padding:15px 10px 15px 10px;
	cursor:pointer;
	text-decoration:none;
}

a.home:hover
{
	background:url(../images/public/home_on.gif) no-repeat;
	color:#fff;
	padding:15px 10px 15px 10px;
	cursor:pointer;
	text-decoration:none;
}

/*****************MENU*****************/

#menu
{
	padding:0;
	margin:0;
}

#menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#menu ul li
{
	display:inline;
}

#menu ul li a
{
	text-decoration:none;
	color:#000;
}

#menu ul li a.home
{
	width:80px;
	height:26px;
	display:block;
	background:url(../images/public/home_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:10px;
}

#menu ul li a.home:hover
{
	width:80px;
	height:26px;
	display:block;
	background:url(../images/public/home_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:10px;
}


#menu ul li a.viewCountries
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/viewcountries_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:9px;
}

#menu ul li a.viewCountries:hover
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/viewcountries_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:9px;
}

#menu ul li a.mapSearch
{
	width:79px;
	height:26px;
	display:block;
	background:url(../images/public/mapsearch_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:9px;
}

#menu ul li a.mapSearch:hover
{
	width:79px;
	height:26px;
	display:block;
	background:url(../images/public/mapsearch_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:9px;
}

#menu ul li a.viewVacations
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/viewvacations_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:10px;
}

#menu ul li a.viewVacations:hover
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/viewvacations_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:10px;
}

#menu ul li a.signUp
{
	width:80px;
	height:26px;
	display:block;
	background:url(../images/public/signup_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:10px;
}

#menu ul li a.signUp:hover
{
	width:80px;
	height:26px;
	display:block;
	background:url(../images/public/signup_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:10px;
}

#menu ul li a.news
{
	width:80px;
	height:26px;
	display:block;
	background:url(../images/public/news_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:9px;
}

#menu ul li a.news:hover
{
	width:80px;
	height:26px;
	display:block;
	background:url(../images/public/news_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:9px;
}

#menu ul li a.contact
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/contact_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:9px;
}

#menu ul li a.contact:hover
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/contact_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:9px;
}

#menu ul li a.faq
{
	width:79px;
	height:26px;
	display:block;
	background:url(../images/public/faq_off.gif) no-repeat;
	float:right;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
}

#menu ul li a.faq:hover
{
	width:79px;
	height:26px;
	display:block;
	background:url(../images/public/faq_on.gif) no-repeat;
	float:right;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
}

#menu ul li a.selected
{
	color:red;
}
/*****************END MENU*****************/



/*****************MENU*****************/

#menu11
{
	padding:0;
	margin:0;
}

#menu1 ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#menu1 ul li
{
	display:inline;
}

#menu1 ul li a
{
	text-decoration:none;
	color:#000;
}

#menu1 ul li a.viewVacations
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/viewvacations_off.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	margin-right:10px;
}

#menu1 ul li a.viewVacations:hover
{
	width:142px;
	height:26px;
	display:block;
	background:url(../images/public/viewvacations_on.gif) no-repeat;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:10px;
	text-align:center;
	color:#fff;
	margin-right:10px;
}
