﻿body {
	padding: 0px;
	margin: 0px auto;
	width: 1020px;
}
.topBar
{
    width: 100%; height: 25px;
    border: solid 1px #ccc;    
}

.topBar ul
{
    list-style-type: none;
    display: inline;
    margin:0px; padding: 0px;    
}
.topBar ul li
{
    list-style-type: none;
    display: inline;
    margin:0px; padding: 0px; font-weight: bold;
}
.BodyPopup {
    width:auto;
    margin: 0px; 
    padding: 0px; 
    background-color: #fff; 
    background-image: none
}

.bodyContent {
	padding: 0px 0px;
	float: left;
	border: 0px solid #cc0000;
}

.htmlContent {
	width: 1020px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;

}

.pageContent {
	width: 980px;
	padding: 10px 3px 20px 3px;
	float: left;
}

.contenuto_pagina {
	width: 980px;
	padding: 0px;
	float: left;
}

.colonna_sx {
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.colonna_dx {
	width: 790px;
	margin-left: 10px;
	padding: 0px;
	float: left;
}

/* LOGIN */

.body_login {
	margin: 50px auto !important;
	width: 550px !important;
}

.htmlContent_login {
	padding: 0px;
	border: 1px solid #000;
	background: #fff;
    float: left;
}

.top_login {
    width: 510px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 10px 20px;
	
}

.top_login li {
	list-style: none;
	float: left;
	padding: 5px 8px 0px 5px;
	border-right: 1px dotted #444;
    height: 23px;
    text-transform: uppercase;
}

.top_login * 
{
    color: #fff;
}

.link_login {
    text-align: right;
}

.link_login a,
.link_login a:link {
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    white-space: nowrap;
    margin-left: 20px;
    font-size: 7pt;
    color: #ccc;
}

.link_login a:hover {
    color: #fff;
}

.content_login {
	border: 0px solid #cc0000;
	padding: 30px 0px;
	float: left;
	width: 550px;
	background-color: #fff;
}

.box_login {
	float: left;
	width: 550px;
}

.logo_login {
	border: 0px solid #cc0000;
	float: left;
	width: 550px;
	text-align: center;
}

.logo_login img {
	border: 0px solid #cc0000;
}

.box_form_login {
	background-color: #f1f1f1;
	float: left;
	width: 510px;
	padding: 20px;
	margin: 30px 0px 44px 0px;
	-moz-box-shadow: inset 0px 0px 5px #ccc;
    -webkit-box-shadow: inset 0px 0px 5px #ccc;
    -ms-box-shadow: inset 0px 0px 5px #ccc;
    -o-box-shadow: inset 0px 0px 5px #ccc;
    box-shadow: inset 0px 0px 5px #ccc;
}

.label_text_login, .label_text_password {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	color: #666;
	text-shadow: #fff 0px 1px 0;
	margin: 0px;
	text-align: center;
	float: left;
	width: 235px;
}

.field_login, .field_password {
	text-align: center;
	float: left;
}

.login {
	float: left;
	width: 235px;
	margin: 0px 0px 10px 0px;
}

.password {
	float: left;
	width: 235px;
	margin: 0px 0px 10px 35px;
}

.box_form_login .input_L {
	font-size: 12pt;
	padding: 5px 10px;
	color: #999;
	width: 215px;
	text-align: center;
	float: left;
}

.box_submit_login {
	padding: 0px 20px;
	float: left;
	width: 510px;
}

.box_submit_login > div:first-child {
	margin: 15px 0px 0px 0px;
	float: left;
}

.box_submit_login > div > input, .box_submit_login > div > span {
	float: left;
	color: #999;
	text-transform: uppercase;
	font-size: 7pt;
	margin: 0px 3px;
}

.box_submit_login > div > span {
	*margin: 5px 0px 0px 0px; /* for IE7 */
}

.CenteredButtons {
    text-align: center;
    clear: both;
    margin: 10px auto;
    float: left;
    width: 472px;
}

.CenteredButtons .btn {
    padding: 5px 20px 2px 20px;
    font-size: 12pt !important;
}

.box_submit_login .btn {
    padding: 5px 20px 2px 20px;
    float: right;
    font-size: 12pt !important;
}

.box_submit_login a, .box_submit_login a:link {
    font-size: 12pt !important;
    text-shadow: #333 0px -1px 0px;
}

.box_submit_login .btn img {
    margin: 0px 0px 3px 5px !important;
    vertical-align: middle !important;
}

.box_messages_login {
    text-align: center;
    float: left;
    width: 470px;
    padding: 0px 20px;
}

.box_messages_login div {
    margin: 2px auto;
}

.messageError_login, .messageAlert_login {
    padding: 2px;
    margin: 2px 5px;
    /* width: 210px; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.messageError_login img, .messageAlert_login img {
    width: 25px;
}
.messageError_login {
    border: 1px solid #cc0000; 
    color: #cc0000 !important;
    -moz-box-shadow: 0px 0px 3px #cc0000;
    -webkit-box-shadow: 0px 0px 3px #cc0000;
    -ms-box-shadow: 0px 0px 3px #cc0000;
    -o-box-shadow: 0px 0px 3px #cc0000;
    box-shadow: 0px 0px 3px #cc0000;
}

.messageAlert_login {
    border: 1px solid #cc9900; 
    color: #cc9900 !important;
    -moz-box-shadow: 0px 0px 3px #cc9900;
    -webkit-box-shadow: 0px 0px 3px #cc9900;
    -ms-box-shadow: 0px 0px 3px #cc9900;
    -o-box-shadow: 0px 0px 3px #cc9900;
    box-shadow: 0px 0px 3px #cc9900;
}

.footer_login
{
    width: 510px;
    float: left;
    padding: 5px 20px;
    background-color: #808080;
}

.footer_login img {
	float: left;
}

.footer_login span {
	float: right;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	color: #ccc;
	margin: 7px 0px 0px 0px;
}

/* CHANGE PASSWORD */

.change_password {
	float: left;
	width: 510px;
	margin: 0px 0px 10px 0px;
}

.change_password .label_text_password {
	float: left;
	width: 170px;
	margin: 10px 0px 0px 0px;
	text-align: left;
}

.change_password .field_password input {
	width: 310px;
	float: right;
}

.change_password_introtext {
	float: left;
	border: 1px solid #ccc;
	width: 490px;
	font-size: 9pt;
	text-transform: uppercase;
	color: #444;
	text-align: center;
	padding: 5px 10px;
	margin: 5px 0px 20px 0px;
	background-color: #fff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

/* TOOLTIP */

.hotspot {
    cursor: pointer;
}

.buttonImage {
    cursor: pointer;    
}

#tt {
    position: absolute;
    display: block;
    background: url(../img/tt_left.gif) top left no-repeat;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(../img/tt_top.gif) top right no-repeat;
    overflow: hidden
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #000;
    color: #FFF !important;
}

#ttcont > div {
    color: #FFF !important;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left:5px;
    background: url(../img/tt_bottom.gif) top right no-repeat;
    overflow: hidden
}

/* AUTHORIZATION */

.table_authorization {
	width: 780px;
	margin-top: 50px;
	border: 0px solid #000;
}

.table_box_authorization {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f1f1f1;
	width: 400px;
	height: 150px;
	text-align: center;
}

.authorization_ok,
.authorization_ko,
.authorization_error,
.authorization_alert {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	border: 1px solid #ccc;
}

.authorization_ok {
	color: #fff;
	background-color: #339900;
}

.authorization_ko {
	color: #fff;
	background-color: #CC0000;
}

.authorization_error {
	color: #fff;
	background-color: #CC0000;
}

.authorization_alert {
	color: #fff;
	background-color: #cc9933;
}

/* TESTI */

hr {
	color: #999999;
	border-top: 1px solid #f1f1f1;
	border-left: 0px solid #fff;
	margin: 3px 0px;
}

p {
	margin: 10px 0px;
}

h1, h2, h3 {
	color: #000 !important;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #fff 0px 1px 0;
}

h1 {
	font-size: 10pt;
	font-weight: bold;
}

h2 {
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.label {
    white-space: nowrap;
    font-weight: bold;
}

.labelRequired { color: #ff0000; }

.alertLabel {
	color: #cc0000;
}

.label_block {
	font-weight: bold;
	clear: both;
	display: block;
	text-transform: uppercase;
    font-size: 8pt;
}

.dato {
	color: #666;
}

.datoTitle {
	font-weight: bold;
	font-size: 14px;
	color: #0061aa;	
}


.datoResponse {
	font-weight: bold;
	color: #545D6B;
}

.datoItem,
.datoItemLeft,
.datoItemRight {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.datoItemLeft {
	float: left;
}

.datoItemRight {
    float: right;
}

.datoContact {
	color: #666;
	font-size: 11pt;
}

.paginazione {
	border: 0px solid #f1f1f1;
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

.paginazione .pagina, .paginazione .pagina_SELECTED {
    display: inline;
}

.paginazione div {
   margin-left: 5px;
}

.paginazione a,
.paginazione a:link,
.paginazione a:hover {
	color: #666;
	font-size: 8pt;
	padding: 1px 5px;
	border: 1px solid #ccc;
	background-color: #fff; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: #fff 0px 1px 0;
}
.pagina 
{
    background-color:#fff;
}
.paginazione a:hover {
	border: 1px solid #999;
	text-decoration: none;
	background-color: #fff;
}

.pagina_SELECTED {
	color: #fff;
	text-shadow: #333 0px -1px 0px;
	font-weight: bold;
	background-color: #0061aa;
	padding: 1px 5px 1px 5px;
	border: 1px solid #0061aa;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 1px #666;
    -moz-box-shadow: 0px 0px 1px #666;
    -ms-box-shadow: 0px 0px 1px #666;
    -o-box-shadow: 0px 0px 1px #666;
    box-shadow: 0px 0px 1px #666;
}

/* FORM */

.checkBoxList input {
    margin-right: 5px;
    cursor: pointer;
    vertical-align: top;
}

.checkBoxList label {
    margin-right: 25px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.checkBoxList .checkBoxListItem {
    margin: 5px 5px 5px 0px;
    width: 200px;
    float: left;
}

.radioButtonList label {
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}

.radioButtonList input {
    vertical-align: bottom;
    cursor: pointer;
}

.ajax__calendar td {
    padding: 0px !important;
}

.ajax__calendar_active {
    color: #aaf;    
    font-weight: bold;
}

.ajax__validatorcallout_popup_table {
    display: none !important;
}

.invalidField {
    background-color: #fbb !important;
    border-color: #cc0000 !important;
}

.modalBackground {
    background-color: #555;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.moveable {
    cursor: move;
}

.messageError, .messageAlert {
    font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

.messageError {
    color: #CC0000;
}

.messageAlert {
    color: #cc9900;
}

/* ALERT MESSAGE */

.box_alertMessage {
    background-color: #cc0000;
    width: 500px;
    height: 80px;
    position: absolute;
    background: url(../img/bg_box_alertMessage.png) no-repeat;
    color: #ccc;
    z-index: 1000;
}

.box_alertMessage_content {
    border: 0px solid #cc0000;
    padding: 15px 15px 0px 15px;
    width: 470px;
    height: 55px;
    overflow: hidden;
}

.box_alertMessage_title {
    color: #fff;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

.box_alertMessage_text {
    color: #ccc;
    width: 470px;
}

.box_alertMessage_text p {
    color: #ccc;
    line-height: 19px;
}

.box_alertMessage_text span {
    background-color: #fff;
    padding: 0px;
    margin: 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

/* HELP TOOLTIP */

.box_helptooltip_sx {
    background-color: #cc0000;
    width: 225px;
    height: 198px;
    position: absolute;
    margin: -10px 0px 0px -5px; 
    background: url(../img/bg_box_helptooltip_sx.png) no-repeat;
    color: #ccc;
    z-index: 1000;
}

.box_helptooltip_sx_content {
    border: 0px solid #cc0000;
    padding: 20px 0px 0px 30px;
    width: 175px;
    height: 158px;
    overflow: hidden;
}

.box_helptooltip_sx_title {
    color: #fff;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

.box_helptooltip_sx_text {
    color: #ccc;
    width: 175px;
}

.box_helptooltip_sx_text p {
    color: #ccc;
    line-height: 19px;
}

.box_helptooltip_sx_text span {
    background-color: #fff;
    padding: 0px;
    margin: 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

/* BOX SX */

.box_sx {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
    width: 180px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.box_sx_banner {
	margin-top: 5px;
	border: 1px solid #ccc;
	padding: 6px 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 160px;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.box_sx_banner p {
	position: absolute;
    z-index: 3; 
    background: #fff;
    margin-top: -17px;
    margin-left: 5px;
    padding: 2px;
    color: #999;
}

.box_sx_banner img {
	border: 1px solid #ccc;
	margin: 2px 0px;
	width: 160px;
}

.box_sx_header {
	height: 20px;
	margin: 0px;
	padding: 8px 5px 0px 5px;
	float: left;
	width: 170px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #f1f1f1;
    border-bottom: 0px solid #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -ms-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

.box_sx_header:hover {
    background-color: #e0e0e0;
 }

.box_sx_header_text {
    float: left;
    color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
	text-shadow: #fff 0px 1px 0;
}

.box_sx_content {
    clear: both;
    float: left;
    width: 180px;
    margin: 0px;
    border-top: 1px solid #ccc;
}

.box_sx_content > div {
    padding: 5px 5px;
	margin: 0px;
	float: left;
	width: 170px;
}

.box_sx_link {
    border-top: 0px solid #F1F1F1 !important;
    background-color: #0061AA;
    text-align: center;
    float: left !important;
    width: 100px !important;
    margin-left: 35px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 7pt;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px #666;
    -moz-box-shadow: 0px 0px 1px #666;
    -ms-box-shadow: 0px 0px 1px #666;
    -o-box-shadow: 0px 0px 1px #666;
    box-shadow: 0px 0px 1px #666;
}

.box_sx_link:hover {
    background-color: #000;
}

.box_sx_link a {
    text-transform: uppercase;
    font-size: 7pt;
    color: #fff !important;
    text-shadow: #333 0px -1px 0px;
}

/* BOX SX HISTORY */

.stato_history {
	font-weight: bold;
	color: #0061aa;
	float: left;
	clear: both;
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2px 0px;
}

.box_sx_content_history {
	background: url(../img/arrow_history.png) right no-repeat;
}

.box_sx_content_history:hover {
	cursor: pointer;
	background: #f1f1f1 url(../img/arrow_history_hover.png) right no-repeat;
}

.box_sx_content_history_selected {
	background: #e0ecf3 url(../img/arrow_history_selected.png) right no-repeat;
	-moz-box-shadow: 0 5px 5px #0061aa;
    -webkit-box-shadow: 0 5px 5px #0061aa;
    -ms-box-shadow: 0 5px 5px #0061aa;
    -o-box-shadow: 0 5px 5px #0061aa;
    box-shadow: 0 5px 5px #0061aa;
    position: relative;
    border: 1px solid #0061aa !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.box_sx_content_history_nolink .stato_history {
	font-weight: bold;
	color: #444;
	float: left;
	clear: both;
}

.box_sx_content_history_nolink:hover {
	cursor: default;
	background-image: none;
}

.info_history {
	color: #444;
	float: left;
	clear: both;
}

.img_history, .content_history {
    float: left;
}

.img_history {
    margin-top: 8px;
}

.content_history {
    width: 135px;
    padding: 5px 2px;
    border: 0px solid #cc0000;
}

.box_sx_content_history_lastversion {
    text-align: center;
    padding: 15px 0px;
    background-color: #fff;
}

.box_sx_content_history_lastversion:hover {
    background-color: #f1f1f1;
}

.box_sx_content_history_lastversion span {
    text-align: center;
    text-transform: uppercase;
    padding: 4px 7px;
    font-size: 7pt;
    font-weight: bold;
    color: #fff;
    text-shadow: #333 0px -1px 0px;
    background-color: #0061AA;
    cursor: pointer;    
    -webkit-box-shadow: 0px 0px 3px #999999;
    -moz-box-shadow: 0px 0px 3px #999999;
    -ms-box-shadow: 0px 0px 3px #999999;
    -o-box-shadow: 0px 0px 3px #999999;
    box-shadow: 0px 0px 3px #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.box_sx_content_history_lastversion span:hover {
    background: #000;
}

.box_sx_content_history_lastversion a, .box_sx_content_history_lastversion a:link {
    font-size: 7pt;
}

/* BOX SX BASKET */

.box_sx_content_basket table, .box_sx_content_basket table td {
	margin: 0px;
	padding: 0px;
	border: 0px solid #cc0000;
	background: none;
}

.box_sx_content_basket > div {
	border-top: 1px solid #ccc;
}

.servizio_basket {
	font-weight: bold;
	color: #000;
	float: left;
	text-transform: uppercase;
	padding-top: 2px;
	font-size: 8pt;
}

.info1_basket {
	font-weight: bold;
	color: #0061aa;
	float: left;
	clear: both;
	text-align: left;
}

.info1_basket span {
	font-weight: bold;
	color: #0061aa;
	margin-right: 2px;
}

.info2_basket {
	color: #333;
	float: left;
	clear: both;
	font-size: 7pt;
	text-transform: uppercase;
}

.book_basket, .request_basket {
	float: left;
	padding: 3px 5px;
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	margin: 5px 0px;
    width: 158px;
    text-shadow: #fff 0px 1px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -ms-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

.book_basket {
	color: #009900;	
	background-color: #EEF5EA;
	border: 1px solid #009900;
    background-image: url(/Content/img/icon_basket_book.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.request_basket {
	color: #ff6600;
	background-color: #ffecce;
	border: 1px solid #ff6600;
    background-image: url(/Content/img/icon_basket_request.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.img_basket, .content_basket {
    float: left;
}

.content1_basket {
    width: 145px;
    padding: 4px 0px;
    float: left;
}

.content1_basket img {
    float: right;
}

.content2_basket {
    width: 165px;
    padding: 0px 2px 4px 2px;
    float: left;
}

.content3_basket {
    width: 170px;
    padding: 0px 2px 4px 2px;
    float: left;
    text-transform: uppercase;
    font-size: 7pt;
    color: #444;
}

.content3_basket span {
    color: #0061aa;
    font-weight: bold;
}

.box_total_price_basket {
    width: 170px;
    padding: 10px 5px;
    border-top: 3px solid #ccc;
    float: left;
    background-image: url(../img/bg_box_total_price_basket.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.total_price_basket {
    float: left;
    margin: 0px 5px 10px 5px;
    text-align: center;
    width: 160px;
}

.total_price_basket div {
    color: #0061AA;
    font-size: 9pt;
    font-weight: bold;
}

.total_price_basket span {
    color: #0061AA;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 5px;
}

.total_price_basket p {
    color: #0061AA;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.box_total_price_basket .btn {
    font-weight: bold;
    text-align: center;
}

.box_total_price_basket .btn a, .box_total_price_basket .btn a:link {
    font-size: 9pt;
    font-weight: bold;
    float: right;
}

/* SERVIZI */

.close {
	float: right;
}

.close img {
	border: 0px solid #f1f1f1;
	cursor: pointer;
}

.espansione {
	float: right;
}

.espansione img {
	border: 0px solid #f1f1f1;
	cursor: pointer;
}

.box_sx_header > .CommandEdit {
	float: right;
	margin: -3px 0px 0px 0px;
}

.CommandEdit, .CommandEdit * {
	float: right;
}

.serviceSection h1.TravelCode 
{
    padding-top: 15px;
    margin-left: 10px;
}

.serviceSection .icona_servizio 
{
    /*
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 2px #ccc;
    -webkit-box-shadow: inset 0px 1px 2px #ccc;
    -ms-box-shadow: inset 0px 1px 2px #ccc;
    -o-box-shadow: inset 0px 1px 2px #ccc;
    box-shadow: inset 0px 1px 2px #ccc;
    height: 25px;
    */
    float:left;
    color: #ccc;
    font-size: 7pt !important;
    padding: 9px 5px 0px 5px;
    background-color: #fff;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 5px 0px;
    padding-top:10px;
    -moz-box-shadow:  0px 5px 5px #ccc;
    -webkit-box-shadow:  0px 5px 5px #ccc;
    -ms-box-shadow:  0px 5px 5px #ccc;
    -o-box-shadow:  0px 5px 5px #ccc;
    box-shadow:  0px 5px 5px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    margin-left: 5px;
    height: 40px;
    width: 60px;
}

.icona_servizio {
	border: 0px solid #ccc;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* CONFIGURAZIONE */

.configSection {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
    border: 1px solid #ccc;
}

.configFooterDiv {
    margin-bottom: 10px;
}

.tdCenter {
    text-align: center;
}

.colCommand {
    width: 80px;
}

.activeServiceType {
    border: 1px solid #090 !important;
}

.configDisabled {
    text-decoration: line-through;
    color: #777;
}

/* BOX SERVIZI */

.serviceSectionToolbar {
    margin: 5px 0px -20px 0px;
    padding: 12px 10px 25px 10px;
    float: right;
    border: 1px solid #ccc !important;
     background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 1px #ccc;
    -moz-box-shadow: 0px 0px 1px #ccc;
    -ms-box-shadow: 0px 0px 1px #ccc;
    -o-box-shadow: 0px 0px 1px #ccc;
    box-shadow: 0px 0px 1px #ccc;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.serviceSectionToolbar .btn a {
    font-size: 7pt !important;
    font-weight: bold !important;
}

.serviceSection {
	width: 959px; /*768px;*/
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
    border: 1px solid #ccc !important;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.serviceSection > div {
    clear: left;
}

.serviceHeader {
    border-bottom: 1px solid #ccc;
    float: left;
    margin: -10px 0 10px -10px;
    padding: 5px 10px;
    width: 959px; /* 768px; */
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -ms-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    background: #f1f1f1;
}

.serviceHeader:hover {
	/*background: #e0e0e0;*/
}

.serviceHeader h1 {
	color: #444;
	font-size: 9pt;
	float: left;
	margin: 7px 0px 0px 0px;
}

.serviceHeader .espansione {
	margin: 7px 0px 0px 0px;	
}

.serviceSubHeader {
	float: left;
	margin: 20px 0px !important;
	border: 1px solid #ccc;
	width: 745px;
	padding: 5px 10px 7px 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.serviceSubHeader div {
	float: left;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.serviceSubHeader div span {
	font-size: 10pt;
	padding: 2px 10px;
	margin: 0px 5px;
	font-weight: bold;
	color: #fff;
	text-shadow: #333 0px -1px 0px;
	background-color: #0061AA;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;    
    -webkit-box-shadow: 0px 0px 1px #666;
    -moz-box-shadow: 0px 0px 1px #666;
    -ms-box-shadow: 0px 0px 1px #666;
    -o-box-shadow: 0px 0px 1px #666;
    box-shadow: 0px 0px 1px #666;
}

.iconSubHeader {
	cursor: pointer;
	float: right;
}

.iconSubHeader img {
	float: right;
	vertical-align: middle;
	margin: 0px 2px;
}

.iconSubHeader div {
	float: right;
	margin: 7px 2px 0px 0px;
	font-size: 7pt;
	text-transform: uppercase;
}

.iconSubHeader div:hover {
    color: #000;
}

.serviceContent {
	width: 979px; /*768px;*/
	float: left;
}

.serviceContent table {
	width: 98%;
	clear: both;
}

.serviceContent table td {
	padding: 2px;
}

.serviceFooter {
	width: 768px;
	float: left;
}


.serviceItemViewSection, .serviceItemEditSection, .serviceItemInsertSection, .serviceUnrequestedProposalSection {
	width: 768px;
	float: left;
}

.serviceRequestedProposalSection{
    width: 768px;
	float: left;
}

.serviceRequestedProposalSection > .serviceItemViewContent {
    border-top-width: 0px;
}

.serviceRequestedProposalSection > .serviceItemViewContent2 {
    border-top-width: 0px;
}

.serviceItemViewContent table,
.serviceItemViewContent2 table,
.serviceItemEditContent table,
.serviceItemInsertContent table {
	width: 100%;
}

.serviceItemViewContent table td,
.serviceItemViewContent table th,
.serviceItemViewContent2 table td,
.serviceItemViewContent2 table th,
.serviceItemEditContent table td,
.serviceItemEditContent table th,
.serviceItemInsertContent table td,
.serviceItemInsertContent table th {
	padding: 0px;
}

.propTableNoBorder {
    background-color: #fff;
    border: solid 1px #ccc;
    margin: 3px;
    padding: 5px;
    width: 742px !important;
}


.twoColumnsTable > tbody > tr > td {
    width: 50%;
}

.fourColumnsTable > tbody > tr > td {
    width: 25%;
}

#trTravellers > td > span:first-child {
    padding: 2px 0px;
    margin: 10px 0px;
    border-bottom: solid 1px #ccc;
    text-transform: uppercase;
    display: block;
}

#trTravellers > td > span:first-child img {
    margin: 0 5px 0px 0px;
    float: left;
    border: solid 0px #ccc;
    width: 15px;
}

.serviceItemViewFooter {
	width: 758px;
	float: left;
	padding: 5px;
	text-align: right;
	background-color: #fff;
}

.serviceItemEditFooter,
.serviceItemInsertFooter {
	width: 969px; /*756px*/
	float: left;
	padding: 10px 5px;
	text-align: right;
	border-top: solid 1px #ccc;
	margin: 10px 0px -5px -5px;
	background-color: #fff;
	-moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.serviceItemEditFooterParamter {
	width: 969px; /*756px*/
	float: left;
	padding: 10px 5px;
	text-align: right;
	border: solid 1px #ccc;
	margin: 10px 0px 0px 0px;
	background-color: #fff;
	-moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

/* BOX SERVIZI ITEM VIEW */

.ProposalHeader {
    height: 22px;
	font-size: 9pt;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 3px;
	padding: 0px 6px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -ms-box-shadow: 0px 0px 2px #ccc;
    -o-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;	
}

.ProposalHeaderPrice {
    float: right;
    font-size: 14px;
    height:22px; 
    line-height: 22px;
    font-weight: bold;
    width: 140px;
    text-align: right;
}

.ProposalHeaderTitle {
    text-transform: uppercase;
    line-height: 22px;
    text-shadow: #fff 0px 1px 0;
}

.serviceItemViewHeader,
.serviceUnrequestedProposalHeader,
.serviceItemViewHeaderProposal {
	padding: 5px;
	float: left;
	color: #fff;
	text-shadow: #333 0px -1px 0px;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    -ms-box-shadow: 0px 0px 3px #999;
    -o-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}

.serviceItemViewHeaderCancelReason {
    float: left;
    width: 969px; /*758px*/
    clear: both;
    color: #cc0000;
    font-size: 7pt !important;
    padding: 9px 5px 0px 5px;
    background-color: #fff;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 5px 0px;
    height: 18px;
    -moz-box-shadow:  0px 5px 5px #cc0000;
    -webkit-box-shadow:  0px 5px 5px #cc0000;
    -ms-box-shadow:  0px 5px 5px #cc0000;
    -o-box-shadow:  0px 5px 5px #cc0000;
    box-shadow:  0px 5px 5px #cc0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cc0000;
    background-color: #FFDDDD;
    background: #FFDDDD url(../img/arrow_history_alert.png) right no-repeat;
}

.serviceItemViewHeaderCancelReason * {
    font-size: 7pt !important;
    color: #cc0000 !important;
}

.serviceItemViewHeaderCancelReason img {
    float: left;
    margin: -5px 5px 0px 0px;
}

.serviceItemViewHeaderHistoryVersion {
    float: left;
    width: 969px; /*758px*/
    clear: both;
    color: #0061aa;
    font-size: 7pt !important;
    padding: 9px 5px 0px 5px;
    background-color: #fff;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 5px 0px;
    height: 18px;
    -moz-box-shadow:  0px 5px 5px #0061aa;
    -webkit-box-shadow:  0px 5px 5px #0061aa;
    -ms-box-shadow:  0px 5px 5px #0061aa;
    -o-box-shadow:  0px 5px 5px #0061aa;
    box-shadow:  0px 5px 5px #0061aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0061aa;
    background-color: #E0ECF3;
    background: #e0ecf3 url(../img/arrow_history_selected.png) right no-repeat;
}

.serviceItemViewHeaderHistoryVersion * {
    font-size: 7pt !important;
    color: #0061aa !important;
}

.serviceItemViewHeaderHistoryVersion img {
    float: left;
    margin: -5px 5px 0px 0px;
}

.serviceItemViewHeaderLastVersion {
    float: right;
    width: 160px;
    padding: 8px 5px 0px 5px;
    background-color: #0061AA;
    font-size: 7pt;
    font-weight: bold;
    color: #fff;
    margin: 5px 0px 0px 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0px 10px 5px; 
    height: 18px;
    -webkit-box-shadow: 0px 0px 3px #999999;
    -moz-box-shadow: 0px 0px 3px #999999;
    -ms-box-shadow: 0px 0px 3px #999999;
    -o-box-shadow: 0px 0px 3px #999999;
    box-shadow: 0px 0px 3px #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.serviceItemViewHeaderLastVersion:hover {
    background-color: #000;  
}

.serviceItemViewHeaderIcon {
    float: right;
    padding: 0px 5px;
    background-color: #fff;
    margin-left: 5px;
    text-align: center;
    margin: 5px 0px 0px 5px;
    height: 25px;
    -webkit-box-shadow: 0px 0px 3px #999999;
    -moz-box-shadow: 0px 0px 3px #999999;
    -ms-box-shadow: 0px 0px 3px #999999;
    -o-box-shadow: 0px 0px 3px #999999;
    box-shadow: 0px 0px 3px #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.serviceItemViewHeaderIcon:hover {
    background-color: #cc0000;
    cursor: pointer;
}

.serviceItemViewHeader {
	background-color: #0061AA;
	width: 758px;
}

.serviceItemViewHeaderProposal {
	background-color: #A9A9A9;
	width: 758px;
}

.serviceItemViewHeaderProposal > span {
	text-shadow: none;
}

.serviceUnrequestedProposalHeader {
    background-color: #0099CC;
}

.serviceRequestIndex {
    color: #0061AA;
    background-color: #fff;
    float: left;
    text-shadow: none;
    margin-bottom: 2px;
    margin-right: 10px;
    padding: 0px 5px;
    font-size: 8pt;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0px 1px 1px #333;
    -webkit-box-shadow: inset 0px 1px 1px #333;
    -ms-box-shadow: inset 0px 1px 1px #333;
    -o-box-shadow: inset 0px 1px 1px #333;
    box-shadow: inset 0px 1px 1px #333;
}

.box_sx_content_basket .serviceRequestIndex {
    color: #fff;
    text-shadow: #333 0px -1px 0px;
    background-color: #0061AA;
    float: left;
    margin-bottom: 2px;
    margin-right: 10px;
    padding: 0px 5px;
    font-size: 8pt;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0px 1px 1px #333;
    -webkit-box-shadow: inset 0px 1px 1px #333;
    -ms-box-shadow: inset 0px 1px 1px #333;
    -o-box-shadow: inset 0px 1px 1px #333;
    box-shadow: inset 0px 1px 1px #333;
}

.serviceRequestedProposalHeader {
   color: #09c;
   text-transform: uppercase;
   font-weight: bold;
}

.serviceItemViewContent {
	width: 756px;
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	background-color: #fff;
}
.serviceItemViewContent2 {
	width: 756px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	padding: 5px;
	background-color: #fff;
}
.serviceItemViewArrow {
    text-align: right;
    padding-bottom: 7px;
    padding-right: 30px;
    border-left: 1px solid #ccc;
    clear: both;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

.serviceItemViewHeaderRightSpan {
    position: absolute;
    right: 0px;
    padding-right: 10px;
    color: #fff;
}


.proposal_proposed,
.proposal_chosen,
.proposal_rejected {
    border: 1px solid #ccc;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 2px;
    white-space: nowrap;
}

.proposal_proposed {
    cursor: pointer;
    background-color: #0099cc;
}

.proposal_chosen {
    background-color: #009900;
}

.proposal_rejected {
    background-color: #cc0000;
}

.tdRejectProposals {
    border: 0px !important;
    background-color: #f1f1f1 !important;
}

/* BOX STATUS SERVIZI PROPOSAL */

.serviceItemViewHeaderStatus_created, .serviceItemViewHeaderStatus_modified, .serviceItemViewHeaderStatus_deleted, .serviceItemViewHeaderStatus_nomodified {
    float: right;
    border: 1px solid #ccc;
    padding: 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color:#fff;
    color: #009900;
    white-space: nowrap;
    text-shadow: #333 0px 0px 0px !important;
    *margin: -15px 5px 0px 0px; /* for IE7 */
}

.serviceItemViewHeaderStatus_created {
    color: #009900;
}

.serviceItemViewHeaderStatus_modified {
    color: #0061AA;
}

.serviceItemViewHeaderStatus_deleted {
    color: #cc0000;
}

.serviceItemViewHeaderStatus_nomodified {
    color: #000;
}

/* STATI APPROVAZIONE */

.status_approved, .status_rejected, .status_pending {
    text-transform: uppercase;
    padding: 0px 10px;
    margin: 0px;
    font-weight: bold;
    font-size: 8pt;
    color: #fff;
    text-shadow: #444 0px -1px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px -1px 1px #000;
    -webkit-box-shadow: inset 0px -1px 1px #000;
    -ms-box-shadow: inset 0px -1px 1px #000;
    -o-box-shadow: inset 0px -1px 1px #000;
    box-shadow: inset 0px -1px 1px #000;
}

.status_approved {
    background-color: #009900;
}

.status_rejected {
    background-color: #cc0000;
}

.status_pending {
    background-color: #666;
}

/* BOX SERVIZI ITEM EDIT */

.serviceItemEditHeader {
	background-color: #0061aa;
	padding: 5px;
	float: left;
	color: #fff;
	text-shadow: #333 0px -1px 0px;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 3px #999999;
    -moz-box-shadow: 0px 0px 3px #999999;
    -ms-box-shadow: 0px 0px 3px #999999;
    -o-box-shadow: 0px 0px 3px #999999;
    box-shadow: 0px 0px 3px #999999;
}

.serviceItemEditContent {
	width: 969px; /*756px*/
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	background-color: #eaf0f5;
}

/* BOX SERVIZI ITEM INSERT */

.serviceItemInsertHeader {
    background-color: #009900;
	padding: 5px;
	width: 758px;
	float: left;
	color: #fff;
	text-shadow: #333 0px -1px 0px;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    -ms-box-shadow: 0px 0px 3px #999;
    -o-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}

.serviceItemInsertContent {
	width: 756px;
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	background-color: #eef5ea;
}

.serviceItemInsertAdditionalInfo, .serviceItemEditAdditionalInfo {
    text-align: center;
    text-transform: uppercase;
    font-size: 7pt;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid #666;
    color: #fff;
    text-shadow: #333 0px -1px 0px;
    margin: 15px 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.serviceItemInsertAdditionalInfo {
    background-color: #009900;
}

.serviceItemEditAdditionalInfo {
    background-color: #0061AA;
}

.tableHeaderInsertService th {
    text-align: left;
}

/* SCELTA TIPO RICERCA (solo andata, andata/ritorno, ecc.) */

.box_select_type {
	width: 750px;
	border: 0px solid #ccc;
	float: left;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.box_select_type div {
	border: 0px solid #009900;
	float: left;
	padding: 0px;
}

.option_select_type {
    cursor: pointer;
}

.option_select_type,
.option_select_type_SELECTED {
	color: #009900;
	font-weight: bold;
	font-size: 9pt;
	margin: 0px 70px 0px 70px;
	padding: 5px 5px 0px 5px;
	height: 18px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px solid #009900;
}

.box_select_type a,
.box_select_type a:link {
	color: #009900;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.box_select_type a:hover,
.option_select_type:hover,
.option_select_type_SELECTED {
	color: #fff;
	background-color: #009900;
    text-shadow: #333 0px -1px 0px;
}

.box_select_type a.option_select_type_SELECTED,
.box_select_type a.option_select_type_SELECTED:link {
	color: #fff;
	background-color: #009900;
    border: 1px solid #ccc;
}

/* SCELTA RICERCA IN MODIFICA */

.box_select_typeEdit {
	width:750px;
	border:0px solid #cccccc;
	float:left;
	padding:10px 0px 10px 0px;
	text-align:center;
}

.box_select_typeEdit div {
	border:0px solid #009900;
	float:left;
	padding:0px;
}

.option_select_typeEdit{
    cursor:pointer;
}

.option_select_typeEdit, .option_select_typeEdit_SELECTED
{
    color: #0061AA;
    font-weight: bold;
    font-size: 9pt;
    margin: 0px 70px 0px 70px;
    padding: 5px 5px 0px 5px;
    height: 18px;
    float: left;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    border: 0px solid #009900;
}

.box_select_typeEdit a, .box_select_typeEdit a:link
{
    color: #0061AA;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.box_select_typeEdit a:hover, .option_select_typeEdit:hover, .option_select_typeEdit_SELECTED
{
    color: #ffffff;
    background-color: #0061AA;
    border: 0px solid #cc0000;
    border-bottom: 1px solid #cccccc;
}

.box_select_typeEdit a.option_select_typeEdit_SELECTED, .box_select_typeEdit a.option_select_typeEdit_SELECTED:link
{
    color: #ffffff;
    background-color: #0061AA;
    border: 0px solid #cc0000;
    border-bottom: 1px solid #cccccc;
}

/* TABLES */

.info_table {
	width: 100% !important;
	border: 0px solid #ccc;
	background-color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.info_table th,
.info_table td {
    margin: 0px;
	font-size: 10pt;
	text-align: center;
}

.info_table th {
    padding: 2px 4px !important;
	background-color: #ddd;
	font-weight: bold;
}

.info_table td {
    padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 25px;
}



.info_table_mini {
    width: 20% !important;
    border: 0px solid #ccc;
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

    .info_table_mini th,
    .info_table_mini td {
        margin: 0px;
        font-size: 10pt;
        text-align: center;
    }

    .info_table_mini th {
        padding: 2px 4px !important;
        background-color: #ddd;
        font-weight: bold;
    }

    .info_table_mini td {
        padding: 2px;
        border: 1px solid #ccc;
        background-color: #fff;
        height: 25px;
    }


.table_results p,
.table_proposals p {
	margin: 0px;
	padding: 0px;
}

.table_proposals {
	width: 100%;
	background-color: #f1f1f1;
	padding: 2px;
}

.div_proposal {
	padding: 10px 2px;
	margin: 6px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.proposal_blu {
    border: 2px solid #ccc;
	background-color: #f1f1f1;
	-moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.table_blu {
	background-color: #f1f1f1;
}

.price_blu {
    color: #0061AA;
}

.proposal_green {
    border: 2px solid #009900;
    background-color: #DDFFDD;
}
.table_green
{
	background-color: #DDFFDD;
}

.price_green {
    color: #009900;
}

.proposal_green th {
	border: 2px solid #009900;
    background-color: #009900;
}

.proposal_red {
    border: 2px solid #CC0000;
    background-color: #FFDDDD;
}

.table_red {
    background-color: #FFDDDD;
}

.price_red {
    color: #CC0000;
}

.proposal_red th {
	border: 2px solid #CC0000;
    background-color: #CC0000;
}

.proposal_note {
    background-image: url('../img/bg_note_proposal.png');
    width: 756px;
    height: 63px;
    margin: 10px 0px;
}

.proposal_note > div:first-child {
    line-height: 22px;
    float: left;
    width: 170px;
    text-align: center;
    padding: 8px 0px 0px 0px;
}

.label_proposal_note {
    margin-left: 70px;
    margin-top: 5px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    text-shadow: #fff 0px 1px 0;
}

.table_results {
	border: 2px solid #ccc;
	width: 100%;
	background-color: #f1f1f1;
	padding: 2px;
	float: left;
}

.table_results td,
.table_proposals td {
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}

.table_proposals_note {
    text-align: left !important;
    padding: 2px 5px !important;
}


.table_results .odd td {
    background-color: #ddd;
	padding: 2px;
}

.table_results th,
.table_proposals th {
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-shadow: #333 0px -1px 0px;
}

.table_results th {
    border: 2px solid #0061aa;
	background-color: #0061aa;
}

.proposal_blu th {
	border: 2px solid #0061aa;
	background-color: #0061aa;
}

.table_results th a,
.table_proposals th a {
    color: #fff;
    text-align: center;
}

.table_proposal_segments {
    width: 100%;
}

.td_proposal {
    vertical-align: bottom;
    width: 80px;
}

.table_configuration_data,
.table_configuration_search {
	width: 100%;
}

.table_configuration_search {
    margin-bottom: 10px;
}

.table_configuration_data th,
.table_configuration_search th {
    background-color: #0061AA;
    color: #fff;
    padding: 4px;
    white-space: nowrap;
}

.table_configuration_data td,
.table_configuration_search td {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0px 5px;
}

.table_configuration_data input[type='image'] {
    vertical-align: middle;
}

.table_configuration_search td {
    background-color: #cff;
}

.table_configuration_data_insert td {
    border: 1px solid #009900;
    background-color: #EEF5EA;
}

.table_configuration_data_edit td {
    border: 1px solid #0061AA;
    background-color: #EAF0F5;
}

.table_statistics {
    padding: 3px;
    width: 100%;
}

.table_statistics td {
    padding: 1px;
}

.odd td {
    background-color: #eee;
}

.odd2 td{
    background-color: #ddd;
}

/* HISTORY */

.statisticsValue,
.statisticsValueSelected{
    text-align: right;
}

.statisticsValue span,
.statisticsValueSelected span {
    font-weight: bold;
    padding: 1px 6px;
}

.statisticsValue span {
    background-color: #fff;
    color: #000;
}

.statisticsValueSelected span {
    background-color: #0061AA;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

td.reqCreating,
td.reqEmail,
td.reqWaitingProposal,
td.reqPartialProposals,
td.reqWaitingChoice,
td.reqBooking,
td.reqBookingCompleted,
td.reqRejected, 
td.reqPending, 
td.reqApproved,
td.reqNothing {
    width: 2px;
    border: 1px solid #ccc;
}

.reqCreating {
    background-color: #eee !important;
}

.reqEmail {
    background-color: #339 !important;
}

.reqWaitingProposal {
    background-color: #f00 !important;
}

.reqPartialProposals {
    background-color: #f90 !important;
}

.reqWaitingChoice {
    background-color: #fc0 !important;
}

.reqBooking {
    background-color: #090 !important;
}

.reqBookingCompleted {
    background-color: #09f !important;
}

.reqNothing {
    background-color: #fff !important;
}

.reqPending {
    background-color: #FFCC00 !important;
}

.reqApproved {
    background-color: #006600 !important;
}

.reqRejected {
    background-color: #cc0000 !important;
}

/* TOP HEADER */

.top_menu
{
    margin: 0px 0px 10px -20px;
    padding: 0px;
    width: 1020px;
    float: left;
    background-color: #808080;
    height: 28px;
}

.top_header {
    width: 980px;
	padding: 0px;
	margin: 0px;
	float: left;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
}

.top_header_logo {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #fff;
}

/*
.top_header_logo:hover {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -ms-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}
*/

.top_header_banner {
	padding: 0px;
	float: right;
	/* width: 468px; */
	/* height: 60px; */
	border: 0px solid #ccc;
	padding: 0px;
}

.top_header_banner img {
	margin: 0px;
	padding: 0px;
}

/* LANGUAGE CHOICE */

.box_language_choice {
    border: 0px solid #cc0000;
	padding: 5px 10px 5px 0px;
	float: right;
    height: 18px;
    text-align: right;
    width: 150px;
}

.box_language_choice img {
	border-left: 0px solid #cc0000;
	padding: 0px 5px 0px 0px;
	margin: 3px 10px 0px 10px;
	width: 15px;
}

#label_language_choice {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
	text-transform: uppercase;
	font-size: 7pt;
	font-weight: bold;
	cursor: pointer;
	color: #ccc;
	text-align: right;
	width: 105px;
}

#label_language_choice:hover {
	color: #fff;
}

#panel_language_choice {
	border: 0px solid #cc0000;
	background-color: #000;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    -ms-box-shadow: 0px 0px 3px #000;
    -o-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ccc;
    padding: 3px 10px;
    z-index: 10000000;
    position: relative;
}

#panel_language_choice li:first-child {
    border-top: 0px dotted #ccc;
}

#panel_language_choice li {
    border-top: 1px dotted #444;
    list-style: none;
    padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 25px;
	cursor: pointer;
}

#panel_language_choice li:hover {
	background-color: #222;
}

#panel_language_choice li a,
#panel_language_choice li a:link {
	border: 0px solid #cc0000;
	padding: 0px;
	float: left;
	margin: 6px 8px;
	font-weight: bold;
	color: #ccc;
	font-size: 7pt;
	text-transform: uppercase;
}

#panel_language_choice li a:hover {
	color: #fff;
}

#panel_language_choice li span {
	border: 1px solid #cc0000;
	float: left;
}

#panel_language_choice li img {
	border: 0px solid #cc0000;
	width: 15px;
	float: right;
	margin: 4px 0px 0px 0px
}

/* NOTIFY */

.panel_messages_notify {
    border: 0px solid #cc0000;
	background-color: #000;
    margin: -5px 0px 0px 0px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    -ms-box-shadow: 0px 0px 3px #000;
    -o-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ccc;
    z-index: 10000000;
    position: absolute;
    width: 420px;
    color: #f1f1f1;
    float: left;
}

.panel_messages_notify > div {
    height: 200px;
    border: 0px solid #FF0000;
    float: left;
    overflow: auto;
}

.message_notify {
    float: left;
    width: 390px;
    padding: 8px 5px;
    border-bottom: 1px dotted #444;
    cursor: pointer;
}

.message_notify:hover {
    background-color: #222;
}

.message_notify span {
    float: left;
    padding: 0px 3px;
    color: #ccc;
}

.message_notify_icon {
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    float: left;
    padding: 0px;
}

.message_notify span img {
    height: 12px;
}

.message_notify_travelcode {
    border-right: 1px dotted #444;
}

.message_notify_traveller {
    width: 210px;
}

.message_notify_notifications, .message_notify_details {
    float: right !important;
    padding: 1px 0px 0px 0px !important;
    margin: 0px !important;
}

.message_notify_emptymsg {
    width: 420px;
    float: left;
    color: #666;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

/* HEADER */

.header_menu {
    width: 978px;
    margin-bottom: 10px;
    float: left;
	background-color: #fff;
    padding: 0px;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.header_menu li {
	float: left;
	list-style: none;
}

.header_menu li a,
.header_menu li a:link {
	margin: 0px 2px;
	padding: 5px 15px 5px 10px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.header_menu li a:hover {
	background: #0061AA url(../img/header_menu_items_selected.png) repeat-x !important;
	font-weight: bold;
	margin: 0px 0px !important;
	color: #fff;
}

.header_menu li img {
    border: 0px solid #cc0000;
    float: left;
    vertical-align: middle;
    margin: 1px 6px 1px 2px;
    padding: 0px;
}

.selected a img {
    float: left;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    padding: 0px 5px;
}

.selected a,
.selected a:link
.selected a:hover  {
	background: #0061AA url(../img/header_menu_items_selected.png) repeat-x !important;
    -webkit-box-shadow: 0px 0px 5px #000 !important;
    -moz-box-shadow: 0px 0px 5px #000 !important;
    -ms-box-shadow: 0px 0px 5px #000 !important;
    -o-box-shadow: 0px 0px 5px #000 !important;
    box-shadow: 0px 0px 5px #000 !important;
    margin: 0px 0px !important;
}

.header_menu li a p, .selected p {
    border: 0px solid #000;
    float: left;
    padding: 0px;
    font-size: 9pt;
    margin: 7px 0px 0px 0px;
    color: #000;
}

.header_menu li a p {
    color: #000;
    text-shadow: #fff 0px 1px 0;
}

.selected p {
    color: #fff !important;
    text-shadow: #333 0px -1px 0px !important;
}

/* CONTEXT HELP ONLINE */

.ContextHelpOnline {
    float: right;
    margin: -7px 10px 0px 0px;
    padding: 8px 0px 0px 0px;
    width: 100px;
    height: 30px;
    background: url(../img/bg_context_helponline.png) no-repeat;
    cursor: pointer;
}

.ContextHelpOnline span {
    float: left;
    font-size: 7pt;
    font-weight: bold;
    width: 40px;
    color: #ccc;
    border: 0px solid #ff0000;
    margin: 0px 0px 0px 15px;
    text-align: center;
    text-shadow: #333 0px -1px 0px;
}

.ContextHelpOnline span:hover {
    color: #fff !important;
}

.ContextHelpOnline img {
    float: right;
    border: 0px solid #ff0000;
    margin: 0px 15px 0px 0px;
}

/* TOP ICONS */

.top_icons {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.top_icons li {
	list-style: none;
	float: left;
	padding: 5px 8px 0px 5px;
	border-right: 1px dotted #444;
    height: 23px;
    cursor: pointer;
}

.top_icons li img {
    margin: 0px;
	padding: 0px;
	float: left;
	border: 0px solid #cc0000;
}

.top_icons li span p {
    color: #fff;
    font-weight: bold;
    font-size: 9pt;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0px;
	padding: 1px 0px 0px 0px;
	float: left;
}

.top_icons li span p:hover {
    color: #fff;
}

/* HEADER ICONS */


.header_icons {
	float: right;
	list-style: none;
	border: 0px solid #cc0000;
	width: 100px;
	text-align: right;
	height: 20px;
	margin: 5px 0px 0px 0px;
	display: none;
}

.logo_azienda {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
	text-align: center;
}

.logo_azienda p {
	margin-top: 12px;
	padding: 0px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
}

#hoverPopup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    background-color: #e1e1e1;
}

#hoverPopup th {
    text-align: left;
}

#hoverPopup td {
    background-color: #f1f1f1;
    padding: 2px;
}

/* DOCUMENTI TRSAFERTA */

.TravelDocument {
	border: 1px solid #ccc;
	float: left;
	width: 605px;
	margin: 5px 0px;
	padding: 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
}

.TravelDocument:hover {
	background-color: #e0ecf3;
	border: 1px solid #0061AA;
	-webkit-box-shadow: 0px 0px 1px #ccc;
    -moz-box-shadow: 0px 0px 1px #ccc;
    -ms-box-shadow: 0px 0px 1px #ccc;
    -o-box-shadow: 0px 0px 1px #ccc;
    box-shadow: 0px 0px 1px #ccc;
}

.TravelDocument img {
	float: left;
	margin: 2px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px dotted #ccc;
}

.TravelDocumentText {
	width: 450px;
	float: left;
}

.TravelDocumentText h3 {
	margin-bottom: 5px;
}

.TravelDocument .btn {
	margin-top: 4px !important;
}

/* MESSAGGI TRASFERTA */

.FrameTravelMessages {
	margin: 5px 0px;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	height: 340px;
	overflow: auto;
	-moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    width: 638px;
}

.InfoTravelMessages {
	margin: 2px 0px;
	float: left;
	padding: 2px 10px;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0px 1px 3px #ccc;
    -webkit-box-shadow: inset 0px 1px 3px #ccc;
    -ms-box-shadow: inset 0px 1px 3px #ccc;
    -o-box-shadow: inset 0px 1px 3px #ccc;
    box-shadow: inset 0px 1px 3px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}

.WriteTravelMessages {
    float: left;
    width: 650px;
}

.WriteTravelMessages .area_L {
    float: left;
}

.WriteTravelMessages .btn {
    height: 40px;
    padding-top: 12px;
    width: 70px;
    float: right;
}

/* MESSAGGI TRASFERTA - CLIENT */

.TravelMessages_CLIENT {
	float: left;
	margin: 5px 0px;
	padding: 0px;
}

.TravelMessages_CLIENT img {
	float: left;
	margin: 0px;
	padding: 0px;
}

.TravelMessagesPostHeader_CLIENT {
	float: right;
	width: 570px;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_header_travelmessagespost_CLIENT.png) no-repeat;
	height: 45px;
}

.TravelMessagesPostName_CLIENT {
	float: left;
	font-size: 8pt;
	font-weight: bold;
	margin: 15px 0px 0px 18px;
}

.TravelMessagesPostDate_CLIENT {
	float: right;
	margin: 15px 15px 0px 0px;
	color: #999;
	font-size: 8pt;
	font-weight: bold;
}

.TravelMessagesPostText_CLIENT {
	text-align: left;
	float: right;
	width: 540px;
	margin-top: -3px;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 10pt;
    color: #444;
}

/* MESSAGGI TRASFERTA - OPERATORE */

.TravelMessages_OPERATOR {
	float: left;
	margin: 5px 0px;
	padding: 0px;
}

.TravelMessages_OPERATOR img {
	float: right;
	margin: 0px;
	padding: 0px;
}

.TravelMessagesPostHeader_OPERATOR {
	float: left;
	width: 570px;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_header_travelmessagespost_OPERATOR.png) no-repeat;
	height: 45px;
}

.TravelMessagesPostName_OPERATOR {
	float: right;
	font-size: 8pt;
	font-weight: bold;
	margin: 15px 18px 0px 0px;
}

.TravelMessagesPostDate_OPERATOR {
	float: left;
	margin: 15px 0px 0px 15px;
	color: #999;
	font-size: 8pt;
	font-weight: bold;
}

.TravelMessagesPostText_OPERATOR {
	text-align: right;
	float: left;
	width: 540px;
	margin-top: -3px;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 10pt;
    color: #444;
}

/* WEATHER */

.box_weather {
	background-color: #f1f1f1;
	border: 0px solid #ccc;
	float: left;
	width: 768px;
	margin-bottom: 5px;
}

.box_weather h4 {
	background-color: #ccc;
	padding: 3px 10px;
	float: left;
	width: 748px;
	text-transform: uppercase;
	color: #333333;
}

.box_weather_titolo {
    color: #0061aa;
    font-weight: bold;
    margin-bottom: 10px;
}

.box_weather_sottotitolo {
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.box_weather_currentday {
	border-right: 1px solid #ccc;
	padding: 10px;
	float: left;
	width: 240px;
}

.box_weather_currentday_icon {
	border: 0px solid #ccc;
	padding: 0px;
	float: left;
	margin-right: 5px;
}

.box_weather_currentday_icon img {
    width: 64px;
}

.box_weather_info {
	border: 0px solid #ccc;
	padding: 0px;
	float: left;
}

.box_weather_info p {
	padding: 0px;
	margin: 0px;
}

.box_weather_nextday {
	border: 0px solid #cc0000;
	padding: 10px;
	float: left;
	width: 465px;
}

.box_weather_nextday_info {
	border: 0px solid #ccc;
	float: left;
	margin-right: 28px;
}

.box_weather_nextday_icon {
	border: 0px solid #ccc;
	padding: 0px;
	float: left;
	margin-right: 5px;
}

.box_weather_nextday_icon img {
	width: 32px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
}

.weather_min {
	color: #0061aa;
	font-weight: bold;
}

.weather_max {
	color: #cc0000;
	font-weight: bold;
}

/* STRIKES */

.strikes_news {
    height: 150px;
}

.strikes_title {
    font-weight: bold;
    float: left;
    background-color: #fff; /* needed for jquery fading, do not remove! */
}

.strikes_descr {
    float: left;
    padding: 5px 0px;
    overflow: hidden;
    height: 120px;
    width: 170px;
}

.horizontal_scroller {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}

.scrolling_text {
	position: absolute;
	white-space: nowrap;
}

/* FOOTER */

.footer
{
    width: 980px;
    margin: 0px;
    padding: 5px 20px;
    float: left;
    background-color: #808080;
    margin: 0px;
}

.footer span {
	float: right;
	font-size: 7pt;
	font-weight: bold;
	margin-top: 8px;
	color: #ccc;
	text-transform: uppercase;
}

.footer p {
	float: right;
	font-size: 7pt;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
}

.footer img {
	float: left;
}

/* COMMON RULES */

.pageContent,
.configSection,
.serviceSection,
.header_menu,
.box_select_type a,
.box_select_type a:hover,
.option_select_type:hover,
.option_select_type_SELECTED {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* PNG FIX FOR IE 6 */

@charset "UTF-8";

/* CSS Document */

* html img,
* html .png {
    position: relative;
    behavior: expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/Content/img/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}


/* AUTOCOMPLETE */

input.autocomplete-loading {
	background-image: url(/Content/img/autocomplete.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

ul.autocompletelist {
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid ButtonShadow;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #000;
	display: none;
	z-index: 10000000;  
}

ul.autocompletelist li {
  display: block; 
  padding: 0.3em; 
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

ul.autocompletelist li.selected {
  background-color: Highlight ; 
  color: #fff;
}

.hide {
    display: none;
}


/* ERROR */

label.error {
	display: inline;
	font-weight: normal;
	margin-right: 5px;
    margin-left: 5px;
}

input.error {
	border: 1px solid #cc0000;
    background-image: url(/Content/img/icon_input_error.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 3px #cc0000;
    -moz-box-shadow: 0px 0px 3px #cc0000;
    -ms-box-shadow: 0px 0px 3px #cc0000;
    -o-box-shadow: 0px 0px 3px #cc0000;
    box-shadow: 0px 0px 3px #cc0000;
}

select.error {
	border: 1px solid #cc0000;
	background-color: #fff0f0;
	-webkit-box-shadow: 0px 0px 3px #cc0000;
    -moz-box-shadow: 0px 0px 3px #cc0000;
    -ms-box-shadow: 0px 0px 3px #cc0000;
    -o-box-shadow: 0px 0px 3px #cc0000;
    box-shadow: 0px 0px 3px #cc0000;    
}

input.error:hover, select.error:hover {
    border: 1px solid #cc0000;
}

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid #cc0000;
	background-color: #FFFFD5;
	margin: 0px;
	color: #cc0000;
}

tr td.field div.formError {
	display: none;
	color: #cc0000;
}

tr.errorRow td.field div.formError {
	display: block;
	font-weight: normal;
}

div.error {
	color: #cc0000;
}

div.error a {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}

/* LEGENDA */

.box_legenda_sx {
	float: left;
	width: 200px;
	padding: 5px 2px;
	margin-top: 20px;
}

.box_legenda_dx {
	float: right;
	width: 200px;
	padding: 5px 2px;
	margin-top: 20px;
}

.box_legenda_sx img, .box_legenda_dx img {
	vertical-align: middle;
	margin-right: 5px;
}

.box_legenda_sx div, .box_legenda_dx div {
	border-bottom: 1px dashed #ccc;
	padding: 4px 0px;
}

.modalHideTitleBar .ui-dialog-titlebar {
    display: none;
}

/* LAYOUT BOOKING COMMON */

.section_booking_results_info {
    padding-left: 100px;
    width: 678px;
    background-image: url(/Content/img/icon_booking_results_info_VOLI.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.section_booking_results_info > div {
    border: 0px solid #cc0000;
    width: 200px;
    padding: 0px 10px;
    float: left;
    clear: none;
}

.section_booking_results_info > div > div {
    border: 0px solid #000;
    float: left;
    clear: both;
    margin: 2px 0px;
}

.section_booking_results_info > div > div > span {
    font-size: 9pt;
}

.box_booking_results_solutions {
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #f1f1f1;
    float: left;
    width: 766px;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px !important;
}

.box_booking_results_solutions div {
    float: left;
}

.header_box_booking_results_solutions {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 3px;
    float: left;
    width: 756px;
}

.header_box_booking_results_solutions div:first-child {
    margin-top: 3px;
    float: left;
}

.header_box_booking_results_solutions span {
    color:#0061aa;
    font-weight: bold;
    text-shadow: #fff 0px 1px 0;
}

.header_box_booking_results_solutions .btn, .content_box_booking_results_solutions .btn {
    margin-top: 5px;
    font-size: 7pt !important;
    float: right !important;
    text-align: center !important;
    white-space: nowrap;
}

.header_box_booking_results_solutions .btn a,  .content_box_booking_results_solutions .btn a {
    font-size: 7pt !important;
}

.price_box_booking_results_solutions {
    color: #0061aa;
    font-size: 15pt;
}

.pricedetails_box_booking_results_solutions {
    text-transform: uppercase;
    margin: 0px 5px;
}

/* LAYOUT BOOKING RISULTATI COMMON */

.CommandDetailsAndBook {
    background-color: #009900 !important;
}

.CommandDetailsAndBook:hover {
    background-color: #000 !important;
}

.section_booking_results_filters {
    float: left;
    border-top: 5px solid #f1f1f1;
    width: 766px;
    margin: 10px 0px;
    padding: 5px 0px;
}

.section_booking_results_solutions {
    float: left;
    border-top: 5px solid #f1f1f1;
    width: 766px;
    margin: 10px 0px;
    padding: 5px 0px 0px 0px;
}


.content_box_booking_results_solutions {
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 1px 5px;
    padding: 5px;
    width: 744px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.tab_content_box_booking_results_solutions, .tab_content_box_booking_results_solutions_HOTEL {
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 1px 5px;
    padding: 5px;
    width: 722px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.tab_content_box_booking_results_solutions_HOTEL {
    width: 700px;
}

.record_box_booking_results_solutions {
    float: left;
    width: 744px;
    clear: both;
}

.record_box_booking_results_solutions > span {
    font-size: 8pt !important;
}

.record_box_booking_results_solutions > span, .record_box_booking_results_solutions > div, .detailsrecord_box_booking_results_solutions > span, .detailsrecord_box_booking_results_solutions > div {
    float: left;
}

.detailsrecord_box_booking_results_solutions > span:first-child {
    font-weight: bold;
    color: #fff;
    border-right: 0px solid #ccc;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.record_box_booking_results_solutions > span, .detailsrecord_box_booking_results_solutions > span {
    border-right: 1px solid #ccc;
    padding: 0px 5px;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 7pt;
    color: #333;
}

.record_box_booking_results_solutions > span > span, .detailsrecord_box_booking_results_solutions > span > span {
    text-transform: uppercase;
    font-size: 7pt;
    color: #333;
}

.note_record_box_booking_results_solutions {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 2px 5px;
    height: 15px;
    text-align: right;
    float: right !important;
    margin-top: 14px;
    font-size: 8pt;
    width: 640px;
}

.note_record_box_booking_results_solutions a:hover {
    text-decoration: underline;
}

.detailsrecord_box_booking_results_solutions {
    border-top: 1px dotted #ccc;
    float: left;
    width: 714px;
    margin: 5px 0px 0px 30px;
}

.icondetails_box_booking_results_solutions {
    margin-left: 15px;
    float: right !important;
}

.logo_box_booking_results_solutions {
    margin: 0px 5px 0px 0px;
    width: 52px;
    height: 25px;
    text-align: center;
    overflow: hidden;
}

.logo_box_booking_results_solutions img {
    height: 25px;
}

.header_box_booking_results_solutions .corporate_box_booking_results_solutions {
    float: left !important;
    margin: -5px 0px 0px -5px !important;
}

.header_box_booking_results_solutions .nopolicy_box_booking_results_solutions {
    float: right !important;
    margin: -5px -5px 0px 0px;
}

.justificationcode_box_booking_results_solutions {
    text-align: center !important;
    border: 1px solid #cc0000;
    -webkit-box-shadow: 0px 0px 3px #cc0000;
    -moz-box-shadow: 0px 0px 3px #cc0000;
    -ms-box-shadow: 0px 0px 3px #cc0000;
    -o-box-shadow: 0px 0px 3px #cc0000;
    box-shadow: 0px 0px 3px #cc0000;
}

.tab_content_box_booking_results_solutions .nopolicy_box_booking_results_solutions {
    float: right !important;
}

.tab_content_box_booking_results_solutions_HOTEL .nopolicy_box_booking_results_solutions {
    float: right !important;
}

.selectsolution_box_booking_results_solutions {
    text-align: center;
    margin: 25px 0px;
    font-size: 24px;
    color: #999;
}

/* LAYOUT BOOKING RISULTATI PHOTOBOX */

.info_box_booking_results_solutions_PHOTOBOX {
    margin-left: 5px;
    float: left;
    border: 0px solid #cc0000;
    width: 650px;
    height: 45px;
}

.info_box_booking_results_solutions_PHOTOBOX > div:first-child {
    float: left;
    width: 365px;
}

.info_box_booking_results_solutions_PHOTOBOX > div:first-child > p {
    float: left;
    border: 0px solid #cc0000;
    margin: 0px;
}

.info_box_booking_results_solutions_PHOTOBOX > div:first-child > p > span:first-child {
    float: left;
    clear: left;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 3px 0px;
}

.info_box_booking_results_solutions_PHOTOBOX > div:first-child > p > span {
    float: left;
    margin: 0px;
    width: 365px;
    text-transform: uppercase;
}

.info_box_booking_results_solutions_PHOTOBOX > div:first-child > p:first-child > span:first-child > img {
    height: 10px;
}

.detailsinfo_box_booking_results_solutions_PHOTOBOX {
    float: right !important;
    width: 270px !important;
}

.detailsinfo_box_booking_results_solutions_PHOTOBOX > p {
    margin: 2px 0px;
    float: left;
 }

.detailsinfo_box_booking_results_solutions_PHOTOBOX > p > span {
    width: 82px;
    float: left;
}

.detailsinfo_box_booking_results_solutions_PHOTOBOX > p img {
    margin: -3px 3px 0 0;
    vertical-align: middle
}

.photo_box_booking_results_solutions_PHOTOBOX {
    width: 84px;
    height: 78px;
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    overflow: hidden;
}

.photo_box_booking_results_solutions_PHOTOBOX > img {
    width: 82px;
    height: 56px;
    border: 1px solid #fff;
}

.photo_box_booking_results_solutions_PHOTOBOX > div {
    font-size: 6pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 84px;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    height: 16px;
    padding-top: 5px;
    color: #000;
}

.photo_box_booking_results_solutions_PHOTOBOX > div a, .photo_box_booking_results_solutions_PHOTOBOX > div a:link {
    font-size: 6pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.special_photo_box_booking_results_solutions_PHOTOBOX {
    position: absolute;
    padding-top: 0px !important;
    text-align: left !important;
    border-top: 0px solid #ccc !important;
    background-color: transparent !important;
}

.services_box_booking_results_solutions_HOTEL {
    float: right !important;
    width: 215px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.services_box_booking_results_solutions_HOTEL img {
    width: 18px;
    margin: 0px 2px;
    padding: 0px;
}

.typeroom_booking_results_solutions_HOTEL {
    width: 450px;
}
.notesroom_booking_results_solutions_HOTEL {
    font-style: italic; width: 450px;
}
.priceroom_booking_results_solutions_HOTEL {
    font-size: 11pt;
    margin: 0px !important;
    padding: 0px !important;
    color: #fff;
    clear:both;
}

.rulesroom_booking_results_solutions_HOTEL {
    width: 70px;
    text-align: center;
    margin-top: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #E0ECF3;
    border: 1px solid #E0ECF3;
}

.rulesroom_booking_results_solutions_HOTEL:hover {
    border: 1px solid #0061AA;
}

.rulesroom_booking_results_solutions_HOTEL a {
    text-transform: uppercase;
    font-size: 7pt !important;
}

.priceroom_booking_results_solutions_HOTEL .RoomPrice {
    font-size: 12pt;
    font-weight: bold;
}

.tabs_details_content_box_booking_results_solutions {
    float: left;
    width: 744px;
    clear: both;
    margin: 10px 0px 10px 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}

.tabs_details_content_box_booking_results_solutions div {
    font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 10px;
    margin: 0px 5px;
    float: left;
    text-shadow: #fff 0px 1px 0;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.tabs_details_content_box_booking_results_solutions div:hover {
    border: 1px solid #999;
}

.tabs_details_content_box_booking_results_solutions_selected {
    background-color: #0061aa !important;
    border: 1px solid #0061aa !important;
    color: #fff;
    text-shadow: #333 0px -1px 0px !important;
    -webkit-box-shadow: 0px 0px 3px #999999;
    -moz-box-shadow: 0px 0px 3px #999999;
    -ms-box-shadow: 0px 0px 3px #999999;
    -o-box-shadow: 0px 0px 3px #999999;
    box-shadow: 0px 0px 3px #999999;
}

.box_tabs_details_content_box_booking_results_solutions {
    float: left;
    width: 744px;
    margin: 0px;
    padding: 0px;
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.box_tabs_details_content_box_booking_results_solutions > div {
    float: left;
    width: 728px;
}

/* CLASSI BOOKING RISULTATI PHOTOBOX DETTAGLI VOLO */

.box_tabs_details_content_box_booking_results_solutions > div > .detailPrice, .box_tabs_details_content_box_booking_results_solutions > div > .note {
    float: left;
    width: 340px;
    margin: 0px 5px;
}

.box_tabs_details_content_box_booking_results_solutions > div > .note {
    float: right;
    width: 350px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    font-size: 7pt;
    line-height: 18px;
}

.box_tabs_details_content_box_booking_results_solutions > div > .detailPrice p {
    border-top: 1px dotted #ccc;
    margin: 3px 0px;
    padding: 3px 0px;
    text-transform: uppercase;
    font-size: 7pt;
}

.box_tabs_details_content_box_booking_results_solutions > div > .detailPrice span {
    color: #0061aa;
    font-weight: bold;
    font-size: 9pt;
    float: right;
}

.box_tabs_details_content_box_booking_results_solutions > div > .detailPrice p:first-child {
    border-top: 0px dotted #ccc;
    margin: 2px 0px;
    padding: 2px 0px;
}

.content_box_booking_results_solutions .extraServiceName {
    text-transform: uppercase;
    margin: 4px 0px 0px 0px;
    float: left;
    width: 540px;
}

.content_box_booking_results_solutions .extraServiceValueCont {
    text-transform: uppercase;
    margin: 2px 0px 0px 0px;
    width: 200px;
    text-align: right;
    color: #0061aa;
    font-weight: bold;
    font-size: 12pt;
}

/* CLASSI BOOKING RISULTATI PHOTOBOX DETTAGLI CAR */

.agency_box_booking_results_solutions_CAR {
   width: 335px;
   padding: 5px;
   margin: 5px;
   border: 1px dotted #ccc;
   background-color: #f1f1f1;
}

.agencies_box_booking_results_solutions .btn {
   margin-top: 5px !important;
}

/* CLASSI BOOKING RISULTATI PHOTOBOX DETTAGLI TRENI */

.fare_and_service > div {
   float: left;
}

.fare_and_service .solutionName {
   margin: 0px 2px 10px 0px;
   padding: 3px;
   background-color: #fff;
   border: 1px solid #ccc;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px;
   width: 380px;
   float: left;
}

.info_box_booking_results_solutions_TRAIN, .stop_box_booking_results_solutions_TRAIN, .trainPriceContent > div {
   width: 340px !important;
   padding: 5px;
   margin: 5px;
   border: 1px solid #ccc;
   background-color: #f1f1f1;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   border-radius: 3px;
   float: left;
}

.info_box_booking_results_solutions_TRAIN h2, .stop_box_booking_results_solutions_TRAIN h2 {
   margin: 2px 0px 10px 0px;
   padding: 3px;
   background-color: #fff;
   border: 1px solid #ccc;
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.trainPriceContent .priceSolutionName {
   font-size: 9pt;
   font-weight: bold;
   text-transform: uppercase;
}

.price_booking_results_solutions_TRAIN {
   padding: 3px;
   background-color: #fff;
   border: 1px solid #ccc;
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
    margin: 10px 0px;
}

.price_booking_results_solutions_TRAIN span {
    color: #0061AA;
    font-size: 12pt;
    font-weight: bold;
}

.trainPriceContent .justificationcode_box_booking_results_solutions {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center !important;
    padding: 10px;
}

.trainPriceContent .justificationcode_box_booking_results_solutions select {
    clear: both;
    margin: 5px;
}

.info_box_booking_results_solutions_TRAIN > div {
   margin: 2px 0px;
   padding: 3px;
   border-top: 1px dotted #ccc;   
}

.stop_box_booking_results_solutions_TRAIN > div > div {
   margin: 2px 0px;
   padding: 3px;
   border-top: 1px dotted #ccc;   
}

.trainPictograms {
   float: right;
}

.trainPictograms img {
   margin: 0px 5px;
}

.stopNumber {
    font-weight: bold;
    color: #fff;
    border-right: 0px solid #ccc;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 5px;
}

.trainStopTable span:first-child {
    border-right: 0px solid #ccc;
}

.trainStopTable span {
    border-left: 1px solid #ccc;
    padding: 0px 5px;
}

.trainStopTable .stopArrival, .trainStopTable .stopDeparture {
    float: right !important;
    width: 30px;
    text-align: center;
}

/*  PHOTOGALLERY */

.currentphoto_box_photogallery_booking_results_solutions {
    width: 384px;
    height: 245px;
    border: 1px solid #ccc;
    float: left;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0px 0px 1px #666;
    -moz-box-shadow: 0px 0px 1px #666;
    -ms-box-shadow: 0px 0px 1px #666;
    -o-box-shadow: 0px 0px 1px #666;
    box-shadow: 0px 0px 1px #666;
}

.arrowsx_currentphoto_box_photogallery_booking_results_solutions, .arrowdx_currentphoto_box_photogallery_booking_results_solutions {
    background-color: #fff;
    width: 24px;
    height: 132px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 115px;
    border: 0px solid #f1f1f1;
}

.arrowsx_currentphoto_box_photogallery_booking_results_solutions:hover, .arrowdx_currentphoto_box_photogallery_booking_results_solutions:hover {
    border: 0px solid #ccc;
    background-color: #f1f1f1;
    cursor: pointer;
}

.img_currentphoto_box_photogallery_booking_results_solutions {
    height:215px;
    overflow:hidden;
}

.description_currentphoto_box_photogallery_booking_results_solutions {
    width: 384px;
    height: 30px;
    margin: 0px;
    background-color: #333;
    -webkit-box-shadow: 0px 0px 3px #999999;
    -moz-box-shadow: 0px 0px 3px #999999;
    -ms-box-shadow: 0px 0px 3px #999999;
    -o-box-shadow: 0px 0px 3px #999999;
    box-shadow: 0px 0px 3px #999999;
}

.text_description_currentphoto_box_photogallery_booking_results_solutions {
    width: 365px;
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 7pt;
    color: #fff;
}

.thumbs_box_photogallery_booking_results_solutions {
    width: 294px;
    height: 256px;
    float: left;
}

.thumbs_box_photogallery_booking_results_solutions div {
    width: 59px;
    height: 40px;
    float: left;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
    margin: 0px 0px 10px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.thumbs_box_photogallery_booking_results_solutions div:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    -ms-box-shadow: 0px 0px 3px #000;
    -o-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
}

.thumbs_box_photogallery_booking_results_solutions img {
    width: 70px;    
}

.selected_thumb_box_photogallery_booking_results_solutions {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    -ms-box-shadow: 0px 0px 3px #000;
    -o-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;    
}

/* MATRICE FILTRI VOLI */

.r9matrix {
    border:1px solid #ccc;
    background:#f1f1f1;
    float:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.r9matrix h3 {
    padding: 6px 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}

.r9matrix a.close {
    float: right;
    font-size: 11px;
    line-height: 24px;
    font-weight: normal;
    text-transform: lowercase;
}

.r9matrix a.previous,.r9matrix a.next {
    display: block;
    width: 30px;
    background: #f1f1f1;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.r9matrix a.previous {
    float: left;
    background: #f1f1f1 url("/Content/img/a-matrix-button-arrow-sprite.png") no-repeat 10px 50%;
    outline: none;
}

.r9matrix a.next {
    float: right;
    background: #f1f1f1 url("/Content/img/a-matrix-button-arrow-sprite.png") no-repeat -50px 50%;
    outline: none;
}

.r9matrix a.previous:hover,.r9matrix a.next:hover {
    background-color: #f1f1f1;
}

.min .r9matrix a.previous,.min .r9matrix a.previous:hover,.max .r9matrix a.next,.max .r9matrix a.next:hover {
    background-color: #f1f1f1;
    cursor: default;
}

.max .r9matrix a.next,.max .r9matrix a.next:hover {
    background-position: -80px 50%;
}

.min .r9matrix a.previous,.min .r9matrix a.previous:hover {
    background-position: -20px 50%;
}

.r9matrix li.bestPrice a {
    font-weight: bold;
    color: #d60;
}

.r9matrix ul li {
    padding-top: 1px;
    font-size: 8pt !important;
    line-height: 18px;
    background: #fff;
}

.r9matrix .classLabels {
    float: left;
    width: 122px;
    border: 1px solid #ccc;
    border-width: 0px 1px;
    font-weight: bold;
    background: #f1f1f1;
}

.r9matrix .classLabels li {
    padding-right: 5px;
    text-align: right;
    background: #f1f1f1;
    padding-bottom: 1px;
    list-style-type: none;
}

.r9matrix .classLabels li.hoverCell {
    background: #ccc;
    border-bottom-color: #ccc;
}

.r9matrix .content {
    position: relative;
    float: left;
    width: 522px;
    overflow: hidden;
}

.r9matrix .content .conveyer {
    position: absolute;
    left: 0px;
    top: 0px;
}

.r9matrix .content .cart {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3200px;
}

.r9matrix .agencyColumn {
    float: left;
    width: 57px;
    border-right: 1px solid #ccc;
    font-size: 8pt !important;
    background: #f9f9f9;
    text-align: center;
}

.r9matrix .agencyColumn li {
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
    font-size: 8pt !important;
}

.r9matrix ul li.titleCell {
    height: 60px;
    font-size: 8pt !important;
    line-height: 9px;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
    overflow: hidden;
}

.r9matrix ul li.titleCell a {
    font-size: 7pt !important;
    text-transform: capitalize !important;
}

.r9matrix .classLabels li.titleCell {
    padding-bottom: 0px;
}

.r9matrix .agencyColumn .titleCell:hover 
{
    background: #ccc;
    border-bottom-color: #ccc;
}

.r9matrix .agencyColumn .emptyTitleCell:hover {
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
}

.r9matrix .agencyColumn .hoverCell {
    background: #ccc;
    border-bottom-color: #ccc;
}

.r9matrix .agencyColumn .titleCell img {
    display: block;
    padding: 3px 0px 2px 0px;
    margin: 3px auto;
    background-color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.autocompleteIdent
{
    margin-left: 10px;
}
.notes_agencies_box_booking_results_solutions
{
    padding-top: 5px;
}

.ie7tabUL
{
        background-attachment: scroll;
        background-color: transparent;
        border-bottom-color: #AAA;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-left-color: #AAA;
        border-left-style: solid;
        border-left-width: 0px;
        border-right-color: #AAA;
        border-right-style: solid;
        border-right-width: 0px;
        border-top-color: #AAA;
        border-top-style: solid;
        border-top-width: 0px;
        color: #222;
        display: block;
        float: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        height: 29px;
        line-height: 15px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        outline-color: #222;
        outline-style: none;
        outline-width: 0px;
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        text-decoration: none;
        width: 780px;
}
.ie7tabLI .icona_servizio, .ie7tabLI .titleTabs
{
    cursor:pointer;
}
.ie7tabLI
{
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-border-image: none;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("/Content/img/smoothness/ui-bg_glass_65_ffffff_1x400.png");
    border-bottom-color: #212121;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-style: solid;
    border-top-width: 1px;
    color: #212121;
    display: list-item;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 28px;
    line-height: 13px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 2.133333444595337px;
    margin-top: 0px;
    outline-color: #212121;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: left;
    text-decoration: none;
    top: 0px;
    white-space: nowrap;
    cursor:pointer;
    /*width: 86px;*/
}
.hotelTabLink, .flightTabLink, .carTabLink, .trainTabsLink
{
    cursor:pointer;
}
.hrWhite
{
    height:40px; width:100%; color: #fff; border-width:0px;
}

.headerTitle { padding-bottom: 0px; }
.headerTitle .serviceHeader { margin-bottom: 0px; }
.label { font-size: 10pt; }
.serviceItemViewHeaderCancelReason, .serviceItemViewHeaderHistoryVersion {
    margin-bottom: 20px;
}
/*
legend 
{
    border-bottom: 1px solid #ccc;
    float: left;
    margin: -10px 0 10px -10px;
    padding: 5px 10px;
    width: 948px; 
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -ms-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    background: #ffffff;    
	color: #444;
	font-size: 10pt;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
}
*/
.travellers_table 
{
    float: left;
}

.currentEnviromentContainer
{
/*    float: right;
    width: 700px; */
    /*
    line-height: 24px;
    margin: 12px 50px 3px 3px;
    border: 1px solid #AAA;
    padding: 3px;
    border-radius: 3px;
    background-color: #F7F7F7;
    */
    
}

.currentEnviromentContainer .login
{
    float: left;
    line-height: 24px;
    width: 180px;
    border: 1px solid #AAA;
    padding: 3px;
    border-radius: 3px;
    background-color: #F7F7F7;
    display: none;
}

.currentEnviromentContainer .enviroment
{
    float: left;
    line-height: 24px;
    border: 1px solid #AAA;
    padding: 3px;
    border-radius: 3px;
    background-color: #F7F7F7;
}


.currentEnviromentContainer .select
{
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
    -moz-box-shadow: inset 0px 2px 2px #ddd;  
    -webkit-box-shadow: inset 0px 2px 2px #ddd;
    -ms-box-shadow: inset 0px 2px 2px #ddd;
    -o-box-shadow: inset 0px 2px 2px #ddd;
    box-shadow: inset 0px 2px 2px #ddd; 
    width: 400px;
}

.currentEnviromentContainer .select option
{
    border-top: 1px solid #ccc;
    padding: 2px;
    text-transform: uppercase;
}


.box_info
{
	width: 425px;
	border: 1px solid #ccc;
	float: right;
	padding: 5px;
	background-color: #E0ECF3;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
    -moz-box-shadow: inset 0px 2px 2px #ddd;  
    -webkit-box-shadow: inset 0px 2px 2px #ddd;
    -ms-box-shadow: inset 0px 2px 2px #ddd;
    -o-box-shadow: inset 0px 2px 2px #ddd;
    box-shadow: inset 0px 2px 2px #ddd;
	border: 1px solid #ccc;   
}

.box_info_title 
{
    border-bottom: 1px solid #ccc;
    float: left;
    margin: -10px 0 10px -10px;
    padding: 5px 10px;
    width: 405px; /* 768px; */
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -ms-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    background: #ffffff;    
	color: #444;
	font-size: 10pt;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
}

.box_info_title img 
{
    float:left;
}

.box_info_title h3
{ 
    margin-top: 3px !important;
}

.box_action 
{
    float:left;
    width: 536px;
}

.box_action_item  
{
    float:left;
    width: 160px; /*758px*/
    color: #ccc;
    font-size: 7pt !important;
    padding: 9px 5px 0px 5px;
    background-color: #fff;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 5px 0px;
    height: 150px;
    -moz-box-shadow:  0px 5px 5px #ccc;
    -webkit-box-shadow:  0px 5px 5px #ccc;
    -ms-box-shadow:  0px 5px 5px #ccc;
    -o-box-shadow:  0px 5px 5px #ccc;
    box-shadow:  0px 5px 5px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    margin-left: 5px;
}

.box_action_item:hover
{
    color: #0061aa;
    -moz-box-shadow:  0px 5px 5px #0061aa;
    -webkit-box-shadow:  0px 5px 5px #0061aa;
    -ms-box-shadow:  0px 5px 5px #0061aa;
    -o-box-shadow:  0px 5px 5px #0061aa;
    box-shadow:  0px 5px 5px #0061aa;
    border: 1px solid #0061aa;
}

.headerAction .box_action_item  
{
    height: auto;
    width: auto;
    float: right;
}

.box_action_item img {
    border: 0px solid #0061aa;
    clear: both;
    margin-bottom: 10px;
}

.headerAction .box_action_item span
{
    font-size: 7pt;
    text-transform: uppercase;
}

table.tableContainer tr td 
{
    border-top: 1px solid #ddd !important;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

table.tableContainer tr td:first-child 
{
    width: 200px;
    padding-top: 10px;
}

table.tableContainer tr td:first-child *
{
    white-space: normal !important;
}


table.tableContainer tr:first-child td 
{
    border-top: none !important;
}

.dialogHideHeader .ui-dialog-content .UserCustomerSearchContent, .dialogHideHeader .ui-dialog-content .UserCustomerSearchContent *
{
    font-size: 8pt !important;
}

.DialogPrivacy .content
{
    width:700; 
    height:350px; 
    margin-bottom:10px;   
}

.DialogPrivacy .content .privacybox
{
    width:auto; 
    height:322px; 
    margin-bottom:10px; 
    overflow:auto; 
    padding:5px;
}

.DialogPrivacy .content .privacyflag input
{
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.DialogPrivacy .content .privacyflag *{
    font-size: 12pt;
    color: #0061aa;
    font-weight:bold;
}

#switchMarketingConsens 
{
    text-align: center;
    width: auto;
    padding-left: 440px;
}

#switchMarketingConsens .switchMarketingConsensContent 
{
    float: inherit;
}

fieldset.ContactInfo table tr td:first-child
{
    width: 200px;
}




/* /////////////////////////////////////////////////////// */
.sidesxtf
{
    width: 130px;
    padding: 10px 5px;
    min-height: 500px;
    float:left;
    border-right: solid 1px #000000;
}
.sidesx
{
    width: 200px;
    padding: 10px 5px;
    min-height: 500px;
    float:left;
    border-right: solid 1px #000000;
}
.sidesx ul, .sidesxtf ul
{
    list-style-type:none;
}
.sidesx ul li, .sidesxtf ul li
{
    list-style-type:none;
    padding-top: 10px;
}
.MainMenuLink
{
    font-size: 10pt;
    font-variant:small-caps;
    font-family:Verdana;
}
.sidemain
{
    width:750px;
    padding-left:10px;
    float:left;
}
.sidemaintf
{
    width: 820px;
    padding-left:10px;
    float:left;
}
.customerBox
{
    padding-bottom: 10px;
}
.customerBox select
{
    width: 98%;
}
.policyFormRow
{
    clear:both;
    margin-top: 10px;
    height: 25px;
}
.policyFormLabel
{
    float:left; width:23%; text-align:right; margin-right: 2%;
}
.policyFormInput
{
    width:74%; float:left;
}
.policyFormInput input[type='text']
{
    border: 1px solid #808080;
    width: 98%;
    padding: 1px;
}
.policyFormInput textarea
{
    border: 1px solid #808080;
    width: 98%;
    padding: 1px;
}
.policyFormInput select
{
    border: 1px solid #808080;
    width:98%; padding:1px;
}
.policyformGroup
{
    border: 1px solid #808080;
    margin:1%;
    padding: 5px;
}
.policyformGroupLegend
{
    padding: 0px 3px;
}
.errorInput
{
    border: 1px solid #990000!important;
}
.timetable
{
    margin-top: 10px; width:100%; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc;
}
.timetableHistory
{
    /*margin-top: 10px; width:100%; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc;*/
   width:100%;
}
.timetableHeaderRow
{
    background-color: #ccc;
}
.timetableHeaderCell
{
     font-weight: bold; color:#333; text-align:center; padding: 2px; text-transform: uppercase; font-size: 0.88em;
}
.timetableRow
{
}
.timetableCell
{
    border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 8px; font-size: 0.88em; text-align: center;
}
.timetableCellLeft
{
    border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 8px; font-size: 0.88em;
    text-align:left; 
}
.timetableCellLeftHistory
{
    font-size: 1em;
    text-align:left; 
}
.timetableCellPrice
{
    color: #ff9900; font-weight: bold; font-size: 1.2em;
}
.timetableRowAlternate
{
    background-color: #f1f1f1; 
}
.timetableCellAlternate
{
    border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 8px; font-size: 0.88em; text-align: center;
}
.customSelectView
{
    border: solid 1px #ccc;
    background-color: #f1f1f1;
    text-align:left;
    padding:4px;
    
}
.customSelect
{
     float:left;
     padding: 1px 25px 1px 5px;
     border: solid 1px #000;
     background-image: url('/content/img/angle_title_proposal.png');
     background-position: right 5px;
     background-repeat: no-repeat;
     margin-left: 5px;
     cursor:pointer;
}
.tktBox
{
    margin: 10px 3px;
    border: solid 3px #ccc;
    padding: 5px;
}
.tktTitle
{
    font-weight: bold;
    border-bottom: solid 1px #000;
    padding: 1px;
    margin-bottom: 5px;
    font-size: 13px;
}

.tktTitleHistory
{
    /*font-weight: bold;*/
    border-bottom: solid 1px #000;
    padding: 1px;
    margin-bottom: 5px;
    font-size: 10px;
}

/* Tile */
.TileContainer
{
  float:left;
}
.TileBox
{
    float:left;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
}
.TileSmallWith
{
    width:350px;    
}
.TileSmallHeight
{
     min-height:220px;    
}
.TileLargeWith
{
    width:800px;    
}
.TileLargeHeight
{
     min-height:440px;    
}
.TileContent
{
    overflow: none;
    height: inherit;
}
.TileTitle
{
    font-weight:bold;
    font-size: 16pt;
}
.TileTable
{
    float: left;
    border-left: solid 1px #95AFFF;
    border-bottom: solid 1px #95AFFF;
    margin-left: 5px;
}
.TileTable td, .TileTable th
{
    padding: 2px;
    margin:0px;
    font-size: 10px;
    border-right: solid 1px #95AFFF;
    border-top: solid 1px #95AFFF;
    text-align:center;
}

#contentArea
{ 
    background-color: #fff !important; overflow:auto;
}​
.filterForm
{
    margin:0px;
    padding:0px;    background-color: #fff !important;
}
.filterArea
{
    width: 100%;
    padding: 4px;
}
.filterElement
{
    width: 23%;
    margin-right: 5px;
    float:left;
}
.filterElement input
{
    width: 120px;
}
.buttonArea
{
    clear:both;
    text-align:right;
}
.TnsTable
{
    width:98%;
    border-left: solid 1px #727272;
    border-bottom: solid 1px #727272;
    margin-left: 5px; margin-top: 7px;
}
.TnsTable td, .TnsTable th
{
    padding: 2px;
    margin:0px;
    font-size: 12px;
    border-right: solid 1px #727272;
    border-top: solid 1px #727272;
}
.TnsTable th
{
    font-weight: bold;
}




.toolbar
{
    height: 35px;
}
.boxCopyContainer
{
    margin: 10px;
}
.boxCopyTitle
{
    font-weight: bold;
    margin: 3px 0px;
}
.boxCopyContainer ul, .boxCopyContainer div ul
{
    list-style-type: none;
    margin-left: 25px;
}
.boxCopyContainer ul li, .boxCopyContainer div ul li
{
    list-style-type: none;
    padding-top: 2px;
}
.LItitle
{
    font-size: 11px;
    font-weight: bold;    
    text-align:center;
    border-bottom: solid 1px #000;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}


.TabBarContainer
{
    width:100%;
    margin: 0px;
    height: 24px;
    padding-left: 5px;
}
.Tab
{
    width: 100px;
    float: left;
    text-align: center;
    font-variant: small-caps;
    line-height: 20px;
    border-top: solid 1px #727272;
    border-right: solid 1px #727272;
    height: 24px;
    background-color: #F0F0F0;
}
.Tab a
{
    text-decoration: none;
    color: inherit!important;
}
 .TabSelected
 {
     color: #0061aa;
     font-weight: bold;
     background-color:#fff;
 }
.Tabfirst
{
    border-left: solid 1px #727272;
}
.TabContainer
{
    clear:both;
    width:100%;
    margin: 0px;
    border: solid 1px #727272;
    padding: 4px;
}
#map-canvas {
        height: 600px;
        width: 100%;
        float:left;
        margin: 0px;
        padding: 0px
      }
.redborder
{
    border: solid 1px red;
}

.thinBorder
{
	/*border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0*;*/
    white-space:nowrap;
    text-align:left;
    padding:0;
    margin:0;
}

.thinBorderR
{
	/*border:1px solid #ddd;
    padding:0 ;
    margin:0 ;*/
    text-align:right;
    padding:0;
    margin:0;
}


.textToLeft
{
	text-align:left;	
}

.SearchFilterButton
{
	border:none;
	font-weight:bold;
	background-color:#0061aa;
	color:#ffffff;
	padding: 3px 10px 3px 10px;
	font-size: 8pt;
	-webkit-box-shadow: 0px 0px 1px #666;
    -moz-box-shadow: 0px 0px 1px #666;
    -ms-box-shadow: 0px 0px 1px #666;
    -o-box-shadow: 0px 0px 1px #666;
    box-shadow: 0px 0px 1px #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}


.headSearchTable
{
	border:1pxc solid #000;
	width:750px;
	white-space:nowrap;	
}

.buttonTd
{
    text-align:center;
    border:none;
}

.centeredButton
{
    float:none !important;    
}

