@import"buttons.css";
@import"font_styles.css";


body{
margin:0px;
/*background-color:#ffffff;*/
background-image: url(/images/bg/bg.jpg);
font: 76% arial;

}


div#header{
text-align:left;
}

div#logo
{
	position:absolute;
	top:0px;
	left:0px;
float:left;
}

div#mainMenu{
background:url(../images/bg/11.jpg) repeat-x;
padding:0 0 0 200px;
}

div#subMenu{
background:url(../images/bg/12.jpg) repeat-x;
padding:0 0 0 225px;


 }

div#navbar{
text-align:left;
padding:3px;
background:url(/hoteljobs/img/navbarBg.jpg) repeat-x;

}

/* style for the 3 columns on the main navigation bar*/

.NavbarCell{
background:#eff2f7;
color:#333333;
font-family :Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}


.navbar:hover{
color:#FF6600;
}

/* Wrapper for the entire page */
div#container {
background-color:#FFFFFF;
position:relative;
width :763px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
 padding-left :0px;
 padding-right :1px;
height :auto ;

}


div#error_message{
margin:10px 0 0 100px;
color:#f00;
font-weight:bold;

}


/* style for the left column of the page */
div#leftColumn{
margin-top :0px;
float:left;
width:143px;
height:100%;
vertical-align :top ;
}
/* style for the right column of the page */
div#rightColumn{
margin:0px 0 0 180px;
padding:5px 5px 25px 25px;

}

div#pic{
float:right;
padding: 10px 10px 20px 10px;
border:#666666 thin solid;
background:#FFFFFF;


}

div#contenthold
{
margin :0px 0px 0px 205px;
width:530px;
vertical-align :top ;
height :auto ;
min-height:780px;
}

div#showleft {
background:#FFFFFF;
padding:3px;
text-align:left;
margin-left:auto;


}

p, pre{
margin:0px;
}

hr{
color:#eaeaea;
background:#eaeaea;

}
/* -----------footer--------------------------- */
#footer {

clear: both;
margin-top:25px;
padding:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background :/images/bg/16.jpg;
text-align:center;
}



.divClear{
clear:both;
}


/* float left and float right are used to wrap text and push the divs to the respective side */
.floatLeft {
float:left;
padding:4px;
}
.floatRight {
float:right;
padding:2px 2px 2px 2px;
margin-top:3px;
}

/* Color Boxes */

.grayBar{
	background-color:#eaeaea;
	margin-bottom:0.4em;
	margin-top:0.4em;
	padding:0.3em;
}


.blueBox{
	background-color:#F7F2D2;
	padding:8px;
	}


/* hideDiv and showDiv are used to display or hide a div block  mainly used in the various search options */
.hideDiv {
display:none;
}

.invDiv {
visibility:hidden;
}

.showDiv {
	display:inline;

}
.vDiv {
visibility:visible;
}

.invDiv {
visibility:hidden;
}
	

/* CSS markup for the search form */
fieldset {
	margin: 5px 25px 0 15px;
	padding-left :25px;
	
	font-family:"Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	
} 
legend {  
margin-left: 11px;  
color: #000000;  
font-weight: bold; 
} 

fieldset.submit {  
border-style: none; 
}

label {  
float: left;  
width: 200px;  
margin: 15px 0px 0px 25px;
font-size:12px;

}


/*------ end of CSS markup for the form fields ------------*/
