﻿/*test*/
/*
div {
	border: 1px solid #000;
}*/


/* HTML ELEMENTS
-----------------------------------------------------------*/
body {
	background-color: #e6e6e6;
	font-size: .85em;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #000;
}

textarea {
	min-height: 55px;
	resize: none;
}

a:link,
a:visited {
	color: #065171;
	text-decoration: none;
}

a:hover {
	color: #1d60ff;
	text-decoration: underline;
}

a img {
	border: none;
}

input[type="text"],
input[type="password"],
select,
textarea {
	background: url("./images/bg_text.jpg");
	background-color:#fff;
	background-repeat: repeat-x;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

input[type="text"],
input[type="password"] {
	padding: 2px;
	height: 15px;
	border:solid 1px #ccc;
}

input[type="text"], 
input[type="password"],
select,
textarea {
	border-width: 1px;
	color: #065171;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"] {
	margin: 0px;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 5px;
}

ul {
	margin:0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

em {
	font-style: normal;
}

/* STYLES FOR VALIDATION HELPERS
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}


/* LOGIN
-----------------------------------------------------------*/
#login {
	padding: 8px;
	position: absolute;
	right: 0px;
	top: -33px;
	color:#fff;
	font-size: 11px;
}

#login a:link,
#login a:hover,
#login a:visited {
	color: #FFDA40;
}

/* MAIN LAYOUT
-----------------------------------------------------------*/

#travelmind {
	height: auto;
	min-height: 400px;
	display: block;
	padding: 0;
	background-color: #97B8D7;
	color: #065171;
	font-size: 11px;
	text-align: left;
}

#travelmind #header #header-top {
	padding: 10px;
	height: 90px;
}

#travelmind #header-image {
	margin-top: 7px;
}

#travelmind #header-advertisments {
	width: 728px; /* test */
	height: 90px; /* test */
	background-color: #ccc; /* test */
	float:right;
}

#travelmind #header #ribbon {
	width: 100%;
	background-image: url("./images/menu-banda.png");
	background-repeat: repeat-x;
}

#travelmind #header #nav {
	background-image: url("./images/shadow_menu.png");
	background-repeat: repeat-x;
}

#travelmind #header #nav ul {
	float:left;
}

#travelmind #header #nav ul li {
	display: inline;
}

#travelmind #header #nav ul li a {
	float: left;
	text-decoration: none;
	color: #313131;
	width: 185px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
}

#travelmind #header #nav ul li a:hover {
	background-position: 0px -40px;
}

#travelmind #header #nav li.current a {
	color: #fff;
	background-position: 0px -80px !important;
}

#travelmind #header #nav li#nav-vacanze a {
	background-image: url('./images/menu_home.png');
}

#travelmind #header #nav li#nav-tour-itinerari a {
	background-image: url('./images/menu_touritinerari.png');
}

#travelmind #header #nav li#nav-voli a {
	background-image: url('./images/menu_voli.png');
}

#travelmind #header #nav li#nav-crociere a,
#travelmind #header #nav li#nav-volo-hotel a {
	background-image: url('./images/menu_crociere.png');
}

#travelmind #header #nav li#nav-letsgate a {
	background-image: url('./images/menu_letsgate.png');
}

#travelmind #header #nav #nav-footer {
	height: 30px;
	clear:left;
	width:100%;
	background: #E5332A url('./images/menu_footer.gif') repeat-x right bottom;
}

#travelmind #header #header-top,
#travelmind #header #nav,
#website #travelmind #main {
	width: 1000px;
	margin: 0 auto;
}

#website #footer {
	width: 920px;
	margin: 0 auto;
	padding: 40px 40px 50px;
}
#website #footer #Payment ul li {
	background: url("./images/icons/question.png") no-repeat scroll 0 0 transparent;
	padding-left: 30px;
	line-height:20px;
	height:20px;
}
#website #travelmind #main,
#website #footer {
	background-color: #fff;
}

#travelmind #main {
	margin-bottom: 20px;
	position: relative;
}

#travelmind #home_left,
#travelmind #home_right,
#travelmind #left,
#travelmind #right {
	float:left;
}

#travelmind #home_left {
	margin-right:20px;
	width: 580px;
}

#travelmind #left {
	width: 260px;
	background-color: #eee;
}

#travelmind #right {
	width: 740px;
}

#travelmind #left .title {
	background-color: #E8EEF4;
	font-weight: bold;
}

#travelmind > #footer {
	clear: both;
	overflow:auto;
	margin-bottom: 0px;
	background-color: #91acc7;
	background-image: url("./images/bg_footer.png");
	background-repeat: repeat-x;
}

#travelmind > #footer > div {
	float: left;
	width:200px;
	margin-left: 40px;
}

#travelmind > #footer > div:first-child {
	margin-left: 0px;
}

#travelmind > #footer #info {
	line-height:20px;
	margin-top:20px;
	color: #000;
}

#travelmind > #footer #info a:link,
#travelmind > #footer #info a:visited {
    color: #000;
    font-weight: bold;
}

#travelmind > #footer #info h5 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#travelmind > #footer .footer-telefono {
    font-weight: bold;
    font-size: 15px;
}

#travelmind > #footer h4 {
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	font-size: 14px;
}

#travelmind > #footer ul {
	padding-left: 10px;
	list-style:none;
}

#travelmind > #footer ul li {
	background: url("./images/icons/bullet_link.png") no-repeat scroll 0 0 transparent;
	padding: 0 0 5px 30px;
}

#travelmind > #footer ul li a {
	vertical-align:middle;
	color: #000;
}
#travelmind > #footer ul li a:hover {
	color:#fff;
}

#travelmind > #footer #poweredBy {
	font-style: italic;
	float:right;
	margin-top: 100px;
	color: #000;
}



/* Breadcrumb */

#main #breadcrumb {
	height: 30px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position:absolute;
	top:-32px;
}

#main #breadcrumb li {
	background: transparent url("./images/icons/bullet_arrow.png") no-repeat scroll left center;
	line-height: 30px;
	display: block;
	float: left;
	font-size: 11px;
	color:#3C3C3B;
	cursor:default;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#main #breadcrumb li:first-child {
	background-image: none;
}

#main #breadcrumb li#nav1 {
	margin-left: 0px;
}

#main #breadcrumb li.disabled {
	display:none;
}

#main #breadcrumb li.current {
	color: #fff;
}

#main #breadcrumb a {
	text-decoration: underline;
	display: block;
	outline: none;
	color: #fff;
	font-weight: bold;
}



/* WEBSITE ELEMENTS
-----------------------------------------------------------*/

.tooltip {
	display:none;
	padding:10px;
	color:#fff;
	background-color: #2470A0;
	font-size:11px;
	z-index: 10;
	border: 2px solid #fff;
	
	/*-moz-box-shadow:    3px 3px 2px #333;
	-webkit-box-shadow: 3px 3px 2px #333;
	box-shadow:         3px 3px 2px #333;*/
}

.tooltip table {
	border-width: 0px;
}

.rounded,
.tooltip,
.bar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.rounded-top {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.rounded-bottom {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.rounded-left {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.rounded-small {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.rounded-small-top {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

.rounded-small-bottom {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}



.bar {
	background: #f6f6f6 url('./images/deco_40.png') repeat-x right bottom;
	margin-bottom: 10px;
	padding: 10px;
	/*overflow: auto;*/
}


.box {
	background: #f6f6f6 url('./images/deco_65.png') repeat-x right bottom;
	border: 1px solid #d9d9d9;
	padding: 10px;
}


/* Buttons */


.btn,
.btn-small,
.btn-big-noass,
.btn-big {
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 1px solid #fff;
	font-family: Arial;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.btn {
	background-image: url('./images/bg_button.jpg');
	height:35px;
	line-height:35px;
	padding: 0px 16px;
	color:#fff !important;
}

.btn-small {
	background-image: url('./images/bg_button_small.jpg');
	height:18px;
	line-height:18px;
	padding: 0px 5px;
}

.btn-big {
    background-image: url("./images/bg_button_big.png");
    height: 60px;
    line-height:60px;
    padding: 0px 20px;
    margin: 1px solid #fff;
    
    -moz-box-shadow:    0px 0px 4px #333;
	-webkit-box-shadow: 0px 0px 4px #333;
	box-shadow:         0px 0px 4px #333;
}

.btn-big-noass {
    background-image: url("./images/bg_button_big_disabled.png");
    height: 60px;
    line-height:60px;
    padding: 0px 20px;
    margin: 1px solid #fff;
    
    -moz-box-shadow:    0px 0px 4px #333;
	-webkit-box-shadow: 0px 0px 4px #333;
	box-shadow:         0px 0px 4px #333;
}

.btn:hover {
	background-position: 0 -35px;
}

.btn-small:hover {
	background-position: 0 -22px;
}

.btn-big:hover {
	background-position: left bottom;
}

.btn-big-noass:hover {
	background-position: left bottom;
}


.btn a,
.btn-small a,
.btn-big a ,
.btn-big-noass a ,
.btn-disabled a {
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	display:block;
	font-family:arial;
	font-weight:bold;
}
.btn a,
.btn-small a,
.btn-big-noass a,
.btn-big a {
	color:#fff;
}
.btn-disabled a{
     color: #999999;
}

.btn a {
	font-size:15px;
	text-shadow: 1px 1px #313131;
	outline: 0;
}

.btn-small a {
	font-size:11px;
	display:inline;
}

.btn-big a,
.btn-big-noass a,
 .btn-disabled a{
	font-size:11px;
}

.btn-small img {
	vertical-align: middle;
}

#btnNext.btn-big {
	margin: 100px auto;
	display:block;
	
}

#btnNextNoAss.btn-big-noass {
	margin: 100px auto;
	display:block;
	
}

.btn-disabled{
      height: 60px;
    line-height:60px;
    padding: 0px 20px;
    margin: 1px solid #fff;
    background-image:none;
    background-color:#e9e9e9;
    margin: 100px auto;
    width:300px;
     border: 1px inset #999999;
}

/* End Buttons */



#loader,
#small-loader
{
	display: none;
	text-align: center;
	font-size: 16px;
	background-color:#EFEFEF;
}

#loader {
	margin: 10px 0px;
}

#loader img {
	margin-bottom: 10px;
}

#small-loader {
	padding: 5px;
}

