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

body
{
	width:100%;
	height:100%;
	/*background:url(../../images/public/body_bg.gif) repeat-x #c6e9ff;*/
	background: #FFFFFF;
	font-family:tahoma;
	font-size:11px;
	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;
	margin:0;
	padding:0;
}

h2
{
	font-family:Tahoma;
	font-size:10px;
	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:11px;
	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;
}

.searchButtonxx
{
	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, .hand
{
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
 	cursor:pointer; cursor:hand;
}

.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*****************/



.buttonsearch
{
	font-family:tahoma;
	font-size:16px;
	color:#fff;
	background:url(../../images/public/search_button.gif);
	border:0px;
	width:157px;
	height:29px;
	padding-bottom:2px;
}

.listingrates0{
background:#f5fbff;
}
.listingrates1{
background:#fff;
}

td,tr, input, select{
	font-family:tahoma;
	font-size:11px;	
}

.menu{
    background: #F5F5F5;
    border: 1px solid #D0D0D0;
}

.listing1{
background: #F3F3F8;
BORDER: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
.listing0{
background: #FFFFFF;
BORDER: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; BORDER-LEFT: #e5e5e5 1px solid; BORDER-BOTTOM: #e5e5e5 1px solid
}

.menuborder {
        BORDER-RIGHT: #d0d0d0 1px solid; BORDER-TOP: #d0d0d0 1px solid; BORDER-LEFT: #d0d0d0 1px solid; BORDER-BOTTOM: #d0d0d0 1px solid
}
.menutop{
        background: #3487CB;
        color: white;
        height:20px;
}
.menutop1:link,.menutop1:visited,.menutop1:hover,.menutop1:active{
        color: white;
}
.gohome{
        font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        color: #0000CC;
}
.textGray {
        COLOR: #888888
}
.stepnoactive {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR:  #888888; font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}
.stepactive {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #06275c; font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}



.calendar1{
background: #F3F3F8;
BORDER: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
.calendar0{
background: #FFFFFF;
BORDER: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; BORDER-LEFT: #e5e5e5 1px solid; BORDER-BOTTOM: #e5e5e5 1px solid
}

td.calclass{
font-family: Verdana, Times, serif;
font-size : 10px;
font-style : normal;
font-weight : normal;
padding-left : 3px;
padding-right : 3px;
color: #003366;
background-color:white;
height:20px;
}
td.calclassRed{
font-family: Verdana, Times, serif;
font-size : 10px;
font-style : normal;
font-weight : normal;
background: #FF0033;
padding-left : 3px;
padding-right : 3px;
color: #FFFFFF;
background-color:red;
text-decoration: line-through;
height:20px;
}

td.calclassGreen{
font-family: Verdana, Times, serif;
font-size : 10px;
font-style : normal;
font-weight : normal;
background: #00FF33;
padding-left : 3px;
padding-right : 3px;
color: #FFFFFF;
background-color:#00FF33;
text-decoration: line-through;
height:20px;
}

.black9normal {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}

.redclass {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: red;
}

.owner{
background: #FFFFFF;
BORDER: #e5e5e5 1px solid; BORDER-TOP: #e5e5e5 1px solid; BORDER-LEFT: #e5e5e5 1px solid; BORDER-BOTTOM: #e5e5e5 1px solid;
font-size:13px;
}

.smallerclass a{
text-decoration: none;
color: #000000;
font-size:11px; font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
}

.owner a{
text-decoration: underline;
color: #000000;
font-size:12px; font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
}



.class_temp1 {
 background:#E6E6E6;
}
.class_temp2 {
 /*background-color:#EEF1FF;*/
}

.msg {
 font-size:14px;
 font-weight:bold;
}
.tabel{
background: #fff;
border: 1px solid #ccc;
clear: both;
margin: 3px 0.1%;
padding: .1em 1em;
}


#titlebox
{
background-color: #FFFFCC;
border: 2px solid #000000;
color: #CC0000;
padding: 5px;
font-size: 11px;
font-weight: bold;
}

#instructions
{
color: #000000;
padding-top: 2px;
font-size: 14px;
font-weight: normal;               
}