#x-dialog-logo { display:none; }

/* style 4 cms forms */
.mod-form {
	width: 400px;
}

.mod-form .control {
	padding-bottom: 10px;
}
.mod-form .label {
	padding: 0 0 2px 2px;
}


/* Html Elements */

html, body {	
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;    
}

body, p, li, th, td, div, input, textarea {
    font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

a { 
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}

table {
	padding: 0px;	
	margin: 0px;
}

img {
    border-width: 0px;
}

h1, h2, h3 {
	font-weight:normal;
    padding: 0px;	
	margin: 0px;
}
h1 {
    font-size: 25px;
}
h2 {
   font-size: 20px;
}
h3 {
   font-size: 18px;
}

/*  */
#polymorphous-table {

}

div#clock {
	display: none;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFF;
	padding-left: 20px;
}
div#filter {
	background-color: #F2F2F3;
	position: relative;
}
#filter-table {
    background-color: #e1ebbc;
	width: 760px;
}
#filter-table-bookhotels {
    background-color: #FFCC00;
	width: 630px;
}
#filter-table-carrental {
    background-color: #D4DFF3;
	width: 630px;
}
#filter-table label {
    font-size: 12px;
	padding-left: 2px;
	background-image:url('/images/arrow_to_field.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-right:5px;
}
#filter-table th, #filter-table td {
    padding: 5px 0px 5px 10px;
	width: 180px;
}
#filter-table th {
    padding-top: 2px;
    padding-bottom: 0px;
	padding-left: 15px;
    text-align: left;
}
.filter-field {
    width: 150px;
    height: 14px;
	padding-left: 5px;
	padding-top: 0;
}
#filter-table .filter-field {
    width: 180px;
	font-size: 10pt;
	text-transform: capitalize;
	border:	1px solid #C1CB9C;
	padding: 1px 3px;
	height: auto;
}
#filter-table  .date-button {
	/*width: 30px;
	height: 16px;
	position: relative;
	left: 156px;
	top: -18px;
	border: 1px solid gray;
	padding-top: 0px;*/
	
	background: #D4D0C8 url(images/calendar.gif) no-repeat scroll center center;
	border: 0 none; font-size: 6pt; width: 16px; height: 12px;
	display: block; float: left;
	position: relative;
	left: 168px;
	top: -16px;
}

#tabs-bar-table, #tabs-bar-table table {
    background-color: #f2f2f3;
    height: 23px;
}
#tabs-bar-table table td {
	font-family: Arial;
	font-size: 12px;
    padding: 5px 16px;
}
#tabs-bar-table table td a {
    font-size: 12px;
}
#tabs-bar-table table td.active {
    background-color: #e1ebbc;
	font-family: Arial;
}
#tabs-bar-table table td.active-home {
    background-color: #d2d3d5;
	font-family: Arial;
}
#tabs-bar-table table td.active-bookhotels {
    background-color: #FFCC00;
	font-family: Arial;
}
#tabs-bar-table table td.active-carrental {
    background-color: #D4DFF3;
	font-family: Arial;
}
#tabs-bar-table table td.active a {
/*    font-weight: bold;*/
}

.right-menu a {
	line-height: 1.5em;
}

#header-table {
	padding-bottom: 10px;
}

#footer .line {
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    background-color: #d2d3d5;
}
#footer table td {
    padding: 0px 43px;
}


/* Form */
/*
.separator, .label, .button{
    margin-top: 4px;
}
.text-control, .separator {
    width: 90% !important;
}
.text-control {
    border: 1px solid black;
}
.separator {
   padding: 2px;
   text-align: center;
   background-color: #1b55a9;
   font-weight: bold;
   color: #fff;
   text-transform: uppercase;
}
.label {
   font-weight: bold;
   color: #1b55a9;
}
.button {
   border: 1px solid black;
   color: #fff;
   background-color: #1b55a9;
}
*/

/* Floater */
.gray-floater {
    background-color: #f2f2f3;
    margin-left: 4px;
    padding: 10px;
}
.gray-floater .floater .title {
    background-color: #f2f2f3;
}
.floater {
	margin: 4px 0px;
}
.floater .title {
	background-color: #fff;
	padding-top: 2px;
	height: 19px;
	color: #000;
	font-weight: bold;
}
