/*
 * Main Layout elements.
 */
#globalStatusDiv {
	position: fixed;
	top: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	width: 150px;
	margin-left: -100px;
	height: 35px;
	line-height: 25px;
	background-color: #FFF;
	padding: 2px 15px 2px 10px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	z-index: 10000;
	border: 1px solid #BBB;
	border-top: none;
}

#globalStatusDiv img {
	vertical-align: middle;
}

.action_buttons {
	margin-top: 20px;
}

.messages {
	
}

.error {
	font-weight: bold;
	color: red;
}

.valign-top {
	vertical-align: top;
}

/*
 * Wrapper for the different private views.
 */
#privatehome-view {
	
}

#appointmentdetails-view {
	
}

#bookingcancellation-view {
	
}

#firstlogin-view {
	
}

#firstlogin-view input[type="text"] {
	width: 300px;
}

#storagedetails-view {
	
}

#storages-view {
	
}

#vehicledetails-view {
	
}

#vehicles-view {
	
}

#bookingwizzard-view {
	
}

#passwordreset-view {
	
}

#passwordlost-view {
	
}

#driverregistration-view {
	
}

/**
 * Styles for richfaces panels.
 */
.general_border {
	border: 1px solid lightgray;
}

.general_panel {
	font-size: 12px;
}

/**
 * Style for input and output text.
 */
.detail {
	margin-bottom: 10px;
}

.input_label {
	vertical-align: top;
	font-weight: bold;
	margin-right: 30px;
}

.input_text {
	width: 250px;
}

.output_label {
	
}

.output_text {
	
}

.output_value {
	
}

#view-info {
	display: inherit;	
}

#view-info-icon {

}

.required_asterix {
	font-size: 15px;
	font-weight: bold;
	color: red;
	margin-left: 5px
}

/**
 * Styles for the booking request.
 */
.booking_panel {
	height: 300px;
}

.booking_panel .select_panel {
	float: left;
	margin-right: 35px;
	min-height: 250px;
	padding: 5px;
	text-align: left;
}

.booking_panel .select_panel.day {
	width: 170px;
}

.booking_panel .select_panel.hour {
	width: 130px;
}

.booking_panel .select_panel.confirmation {
	width: 130px;
}

.booking_panel .select_panel a {
	margin-left: 10px;
}

.booking_panel .messages {
	margin: 40px 0 0 20px;
	padding: 0
}

/*
 * Styles for the data tables.
 */

table td {
	vertical-align: top;
}

.display table {
	text-align: left;
}

.display tr {
	text-align: left;
}

.datatable_wrapper {
	float: left;
	width: 585px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}

.datatable_wrapper table {
	width: 585px;
	text-align: left;
}

.datatable_wrapper td {
	text-align: left;
}

/*
 * Style for the overview panel.
 */
.overviewPanel {
	width: 580px;
}

.overviewPanel .header {
	font-weight: bold;
}

.overviewPanel tr {
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

.overviewPanel img {
	margin-top: 10px;
	border: none;
	width: 120px;
}

.overviewPanel a {
	text-decoration: none;
	border: none;
}

/*
 * Styles for the booking wizzard.
 */
#wizzard_header {
	margin-bottom: 20px;
	padding: 2px;
	width: 590px;
	text-align: left;
}

#wizzard_header table {
	width: 585px;
	font-size: 12px;
	table-layout: fixed;
}

#wizzard_header tbody {
	color: #767676;
}

#wizzard_header tbody td {
	overflow: hidden;
}

#wizzard_header table tr .active {
	font-weight: bold;
}

#wizzard .serviceDescription {
	padding: 3px 0 20px 21px;
	width: 550px;
}

#wizzard .serviceDescription p {
	margin: 0 0 10px 0;
}

.wizzard-branch-list td {
	vertical-align: middle;
}

.wizzard-branch-list .branch-address {
	margin-right: 30px;	
}

/*
 * Calendar
 */
.rich-calendar-header {
	background-color: #4F4F4F;
}

.rich-calendar-tool {
	background-image: none;
	background-color: #BCBCBC;
}

.rich-calendar-month {
	background-image: none;
	background-color: #BCBCBC;
}

.rich-calendar-days {
	background-color: #F5F5F5;
}

.rich-calendar-date-layout-ok {
	background-color: #f3f2f2;
}

.rich-calendar-time-btn {
	color: #15969;
	background-image: none;
}

.rich-calendar-hover {
	background-image: none;
	background-color: #FF7800;
}

.rich-calendar-select {
	background-image: none;
	background-color: #FF7800;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.rich-calendar-date-layout-cancel {
	background-color: #f3f2f2;
}

.rich-calendar-tool-btn-hover {
	background-color: #f3f2f2;
	background-image: none;
}

.rich-calendar-today {
	background-image: none;
	background-color: white;
	color: #FF7800;
	font-size: 12px;
	font-weight: bold;
}

.rich-calendar-today.dayDisabled {
	text-decoration: line-through;
	font-weight: normal;
}

.rich-calendar-cell {
	font-weight: bold;
}

.rich-calendar-cell.dayDisabled {
	font-weight: normal;
	text-decoration: line-through;
}

.rich-calendar-cell.rich-calendar-boundary-dates {
	font-weight: normal;
}

.rich-calendar-holly {
	background-color: white;
	color: #333333;
}

.rich-calendar-holly.dayDisabled {
	color: #606060;
	background-color: #E8E8E8;
	text-decoration: line-through;
	font-weight: normal;
}

.rich-calendar-holly.rich-calendar-boundary-dates {
	color: #606060;
	font-weight: normal;
}

/*
 * REST Calendar
 */
 
.nc-time-selection {
	width: 15em;
}

.nc-time-selection-hour {
	float: left;
	width: 6.5em;
	height: 1.5em;
	margin: 1px;
	text-align: center;
	line-height: 1.5em;
	border: 1px solid;
	border-radius: 0.313em;
	-moz-border-radius: 0.313em;
	-webkit-border-radius: 0.313em;
}

.nc-time-selection-hour a {
	text-decoration:  none;
}

.nc-time-selection-hour.active, .nc-time-selection-hour:hover {
 	
}

.nc-datetime-confirmation {
	width: 12.5em;
	padding: 0.625em;
	line-height: 1.25em;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
