body {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: Verdana, Times, sans-serif;
    text-align: center;
}

td {
    font-size: 12px;
}

img {
    padding: 0;
    border: 0;
}

.topGreyTd {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #fff;
    height: 20px;
    width: 100%;
    background-color: #dbe0dc;
    font-weight: bold;
    text-align: center;
    display: none;
}

.sectionTitles {
    color: #bde14c;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.home_contents {
    width: 322px;
    height: 201px;
    background-image: url('../../images_dir/contents.jpg');
    background-position: 0 100%;
    font-size: 11px;
    line-height: 120%;
    padding: 10px 10px 10px 10px;
    text-align: left;
    vertical-align: top;
}

.contents {
    padding-top: 25px;
    padding-left: 28px;
    padding-right: 40px;
    line-height: 130%;
    text-align: left;
    vertical-align: top;
}

#bookingForm {
    text-align: center;
    color: #171717;
    padding-top: 10px;
}

#bookingForm select {
    border-top: 2px solid #838383;
    border-right: 2px solid #fff;
    border-left: 2px solid #838383;
    border-bottom: 2px solid #fff;
}

.asterisk,.astblock
{
	width: 5px;
	color: #F00;
	font-weight: bold;
	text-align: left;
}

.asterisk
{
	display: none;
}

/********** LINKS **********/

a:link {
   color: #666;
   text-decoration: none;
}

a:visited {
   color: #666;
   text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 190%;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

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

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

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


/************************* MENU DELLA LINGUA *************************/
/* "LangMenuSelected" definisce gli attributi della lingua corrente; */
/** per il resto si usa l'attributo "a" normale. *********************/

.langMenuSelected a:link{
    color: #bde14c;
    text-decoration: none;
}

.langMenuSelected a:visited{
    color: #bde14c;
    text-decoration: none;
}

.langMenuSelected a:hover{
    color: #bde14c;
    text-decoration: underline;
}


/*** ALLINEAMENTI ***/

.valign_top {
    vertical-align: top;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.text_bold {
    font-weight: bold;
}

.avail_true
{
    	font-size: 12px;
    	color: #0C0;
    	font-weight: bold;
}

.avail_false
{
    	font-size: 12px;
	font-weight: bold;
}

.hotel_name {
    color: #0e2861;
    text-decoration:none;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.total
{
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

.reqdiv
{
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

#idForm {
    font-size: 11px;
}

#idForm select {
    font-size:11px;
}

#idForm div {
    margin-top: 5px;
}

#formContainer {
    color: #fff;
    width: 369px;
    height: 159px;
    border: 0;
    margin: 0;
    background: #fff url('../../images_dir/formbg.jpg') no-repeat left top;
}

#formContainerHome {
    color: #fff;
    width: 369px;
    height: 159px;
    border: 0;
    margin: 0;
    background: #fff url('../../images_dir/formbg_home.jpg') no-repeat left top;
}