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

*
{
margin: 0;
padding: 0;
}
body
{
text-align: center;
	/*background:url(../../images/public/body_bg.gif) repeat-x #c6e9ff;*/
	background:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
	color:#004225;
	padding:0;
	margin:0;
}
/* The main wrapper for the whole project*/
#wrapper
{
	width: 960px;

	margin: 0 auto;
	background-color: #024204;
	text-align:left;
	border-style:groove; border-width: thick;
	border-color: #004225;

	
}


#top_image
{
position:relative;
width: 960px;
height: 105px;

}
#language_change
{
position:absolute;
top: 15px;
left: 950px;
}
#top_left_image
{
clear:both;
float: left;
width: 300px;
height: 300px;

}

#top_right_image
{
float: right;
width: 300px;
height: 300px;
}
.floatstop {

} 

#generaloutput
{
clear: both;


}

.slidedoormenu{
float: left;
list-style-type: none;
margin: 0;
padding-left: 5px;
width: 350px; /* width of menu (don't forget to add border with below!) */
/*border-left: 8px solid #ffa1a3;  thick left border of menu */
height: 300px;

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(../../images/public/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 23px "Lucida Grande", "Trebuchet MS", Verdana;

display: block;
color: white;
width: auto;
border-bottom: 2px solid white; /* White border beneath each menu item link, to add depth */
padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 95px;
text-decoration: none;
}
/*
.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}
*/
.slidedoormenu li a:hover{
background: white url(../../images/public/vstrip_on.gif) repeat-y left top; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 5px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


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;               
}
