﻿@charset "UTF-8";
/* 

	Thrombosis CSS Stylesheet
	Copyright (c) 2009 A. Pastore - BPress Srl

*/

/* classi base */

body { 
	color: #333;
	font-family: Arial, sans-serif; 
	font-size:10pt;
	background-color: #D9D9D9;
	margin: 0;
	padding: 0;
}

td { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
}

p {
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	padding-left: 5px;
	padding-bottom: 10px;
}

a:link { text-decoration: underline; color: #369; }
a:visited { text-decoration: underline; color: #69C; }
a:hover { text-decoration: none; color: #F60; }

h1 { color: #000; font-size: 16px; font-weight: bold; margin: 0px;}
h2 { color: #C00; font-size: 14px; font-weight: bold; margin: 0px;}
h3 { color: #F90; font-size: 14px; font-weight: bold; margin: 0px;}
h4 { margin: 0px; padding-bottom: 4px; }
form { margin: 0px; padding: 0px; }



/* fine stili generali */

/* stili statici */

.testata {
	background-image: url(../img/2-C_testata.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.bkg_titolo {
	background-image: url(../img/2-C_bkg_titolo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	padding-left: 80px;
}

.titolo {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #506E48;
}

.sottotitolo {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	display: block;
	color: #506E48;
}

.bkg_logo {
	background-image: url(../img/2-C_bkg_logo.jpg);
	background-repeat: no-repeat;
	background-position: -1 bottom;
}

.bkg_pagina {
	background-image: url(../img/2-bkg_pagina.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: transparent;
}

.bkg_menu {
	background-color: #93CE8E;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #C3FEBE solid;
	width: 173px;
}

.MenuBot {
	font-size: 12px;
	font-weight: bold;
	color: #506E48;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}

a.MenuBot:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #506E48;
}

/* fine stili statici */

/* classi per frame popup */
.popup { 
    display: none; 
	background-color: #FFFFFF; 
    width: 490px;     
    min-height: 150px; 
    border: 2px solid #666;
	padding: 25px;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc;
	z-index: 1000000;
} 
 
.gmap_popup {
	font-size: 12px;
}

/* classi frame div wizard */

#frmContainer {
	position: relative;
	width: 928px;
	height: 545px;
}

#frmMain, #frmLoading {
	position: absolute;
	width: 928px;
	height: 545px;
	top: 0px;
	left: 0px;
}

#frmHotel, #frmGeneral, #frmRegister, #frmLogin, #frmCongress {
	position: absolute;
	width: 690px;
	height: 500px;
	top: 40px;
	left: 20px;
	background-color: white;
}

#frmSummary {
	position: absolute;
	width: 173px;
	height: 565px;
	top: 0px;
	left: 725px;
	background-color: #93CE8E;
	font-size: 11px;
}

.frmHotelWiz , .frmCongressWiz {
	position: absolute;
	width: 690px;
	height: 430px;
	left: 0px;
	top: 60px;
	background-color: white;
}

#frmHotelFooter, #frmCongressFooter {
	position: absolute;
	width: 690px;
	height: 30px;
	left: 0px;
	top: 470px;
	background-color: white;
}

#searchform  { padding: 20px; display: none; }

.frame {
	font-family: Arial;
	font-size: 11px;
	position: absolute;
}

.td_sum { background-color: #93CE8E; 	border-top: 2px #C3FEBE solid; font-size: 11px; }

.td_hotel { cursor: pointer; font-size: 12px; padding-top: 4px; border-bottom: 1px #CCCCCC solid; }
.td_hotel_cat { cursor: pointer; font-size: 12px; padding-top: 4px; border-bottom: 1px #CCCCCC solid; font-style: italic; text-align: right; }

/* stili lista eventi */
.td_evt_cat { font-size: 11px; font-weight: bold; padding-top: 8px; padding-bottom: 4px; color: #005020; }
.td_evt_hdr { border-top: 1px black solid; border-bottom: 1px #AAAAAA solid; font-size: 11px; font-style: italic; }
.td_evt { font-size: 11px; vertical-align: top; }
.td_evt_ftr { border-top: 1px #AAAAAA solid; border-bottom: 1px black solid; font-size: 11px; font-style: italic; }
.td_evt_tot { border-top: 1px black solid; border-bottom: 1px black solid; font-size: 11px; background-color: #C3FEBE; }
/* varianti aggiuntive stili lista eventi */
.teh_main { font-weight: bold; font-style: normal; }
.te_main { }
.tef_main { font-weight: bold; font-style: normal; }
.teh_price { text-align: right; }
.te_price { text-align: right; }
.tef_price { text-align: right; }
.teh_total { font-weight: bold; text-align: right; }
.te_total { font-weight: bold; text-align: right; }
.tef_total { font-weight: bold; text-align: right; }

.mbtitle { text-align: center; vertical-align: middle; height: 40px; color: #F90; font-size: 14px; font-weight: bold; }

.label { position: absolute; font-family: Arial; font-weight: bold; font-size: 11px; }
.dropdown { position: absolute; font-family: Arial; font-size: 11px; border: 1px #AAAAAA solid; }
.comment { position: absolute; font-family: Arial; font-size: 11px; }

.warning { position: absolute; font-family: Arial; font-weight: bold; color: #203060; }

.note { position: absolute; font-family: Arial; font-size: 11px; font-style: italic; }

.title { position: absolute; font-family: Arial; font-size: 16px; font-weight: bold; }

.subtitle { position: absolute; font-family: Arial; font-size: 13px; font-weight: bold; }

.textbox {
	position: absolute;
	font-family: Arial;
	font-size: 11px;
	height: 16px;
	padding: 1px;
    border: 1px #AAAAAA solid;
	width: 240px;
}

.box { position: absolute; font-family: Arial; font-size: 11px; border: 1px #999999 solid; }
.boxlabel { position: absolute; font-family: Arial; font-size: 11px; font-weight: bold; background-color: white; }

.button { position: absolute; font-family: Arial; font-weight: bold; font-size: 11px; }

.listbox { position: absolute; font-family: Arial; font-size: 13px; }

.radio { position: absolute; font-family: Arial; font-size: 13px; }

.checkbox { position: absolute; font-family: Arial; }

.icon { position: absolute; border: none; }

.imgButton { position: absolute; cursor: pointer; }
.imgButtonLabel { position: absolute; cursor: pointer; text-decoration: none; }

.imgBox {
	position: absolute;
	border-bottom: 1px solid #D5D9DC;
	border-right: 1px solid #D5D9DC;
	border-top: 1px solid #A5A9AC;
	border-left: 1px solid #A5A9AC;
	background: #ffffff;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.lblPage { text-decoration: none; font-weight: bold; font-face: Arial; font-size: 11px; color: #AAAAAA; }

/* classi aggiuntive opzionali per elementi interni*/

.disabled { color: #85898C; }
.locked { background:#fff url(../img/textboxbackground_locked.gif) repeat-x 0 0; }
.highlight { background: #EFFF90; }
.valerror {
	background: #FFB0C0;
    -moz-box-shadow: 0 0 10px #DF8090; 
    -webkit-box-shadow: 0 0 10px #DF8090;
}
.lblPageDone { color: black; }
.lblPageCurrent { color: #005020; }
.sfpopup { background-color: white; border: 1px black solid; }
.scroll { overflow: auto; border: 1px #005020 solid; padding: 8px; }

/* classi per controllo sexycombo */

div.sexy {
    position: absolute;
    white-space: nowrap;
    height: 19px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 258px;
}

div.sexy input {
	font-family: Arial;
	font-size: 11px;
	height: 16px;
	line-height: 14px;
	padding: 1px;
    border: 1px #AAAAAA solid;
	width: 240px;
}

div.sexy div.icon {
    width: 16px;
    height: 16px;
    border: 0;
    background: transparent url(../img/dropdown.png) no-repeat 0 0;
    cursor: pointer;
    top:0px;
    left: 242px; 
}

div.sexy div.list-wrapper {
    left: 0px;
    top: 18px;
    border: 1px solid black;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 256px;
    bottom: auto;
	z-index: 99999;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}

div.sexy  li {
    padding: 0;
    padding-left: 5px;
    font-size: 11px;
	font-family: Arial;
    background-color: #FFFFFF;
	height: 14px;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: rgb(223, 232, 246);
}

div.sexy input.empty {
    color: gray;
}

