﻿@font-face{
	font-family:'Visby CF';
	src:url('../fonts/webfont/VisbyCF-Medium.woff') format('woff');
}

body
{
    /*width: 1903px;*/
    max-width:1903px;
    font-size: 16px;
    font-family: 'Visby CF';
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    color: #232323;
    background-color: #1b0e09;
    background: #FF8200;
    margin: auto;
    padding: 0;
    /*min-height:1070px;*/
}



/*#header, footer, nav, section
{
	display: block;
}*/

/*#header
{
	background-color: #fff;
}*/

a
{
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
	color: #333;
}

a:hover
{
}

#footer, hgroup, nav, section
{
	display: block;
}


.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear
{
	clear: both;
}

.clear-fix:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
	color: #232323;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1
{
	font-size: 2em;
}

h2
{
	margin-top: 0;
	font-size: 4.3em;
}

h3
{
	font-size: 1.2em;
	padding: 0;
	margin: 5px 5px 10px;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
	padding: 0;
	text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    /*margin: 0px auto;*/
    /*padding-top:20px;*/
    /*background: #190e02;*/
    /*background: url("/Images/Homepage-background.jpg") no-repeat;*/
    font-size: 16px;
    /*height: 2042px;*/
    /*min-width: 1090px;*/

}

.content-holder
{
	min-height: 570px; /*Do not increase, it will affect scrollable tables*/
	/*border-bottom: 1px solid transparent;*/
	/*background-color: #fff;*/
	/*border-left: 10px solid black;
	border-right: 10px solid black;*/
	/*border-bottom: 10px solid black;*/
    background-color:#FF8200;
    
}

.content-top-border
{
	border-top: 10px solid black;
	margin-top: 0px;
}

.main-content
{

    background: url("/Images/Homepage-background.jpg") no-repeat;
    min-height: 700px;
    margin-top:-10px;   
}

#main-column{
    margin: 0 auto;
}




/*Header*/

#header
{
   
    background-color: white;
    
}

#header-content
{
	width: 1090px;
	min-height: 130px;
	padding: 10px 0;
	margin: 0 auto;
}

#phone-number
{
   width:40%;
   float: right;
   margin-top:45px;
   margin-right: -5px;
}

#test
{
    margin-top:50px;
}

#getyou
{
    width:40%;
    float:left;
    margin-top:17px;

}

#header-content a
{
	float: right;
	margin-top:43px;
	width: 100px;
	padding: 10px;
	border: 1px solid #FF8200;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
    background-color:#FF8200;
    color:white;
    margin-right:-435px;

}

#header-content .greeting
{
	float: right;
	margin: 0 20px;
	font-size: 16px;
	color: #0072D4;
}


/*Footer*/

#footer
{
/*transparent*/
	background-color: #FF8200;
	clear: both;
	font-size: 18px;
    text-align:center;
    font-family: 'Visby CF';
	/*min-height: 10px;*/
    padding-top: 20px;
    color: white;
    

}

#notes
{
   color: white;
   margin-top: 150px;
}


#footer-content
{
    background-color: #FF8200;
    width: 100%;
    /*margin: 0px auto 0px auto;*/
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    /*color: #FFFFFF;*/
    font-family: 'Visby CF';
    color: black;
    font-weight: bold;
    padding-bottom:15px;
    /*min-height: 20px;*/

}

#footer-content a
{
	font-size: 16px;
	color: white;
	text-decoration: none;
}

#footer-content .spacer
{
	padding: 0 5px 0 5px;

}

/* site title
----------------------------------------------------------*/
.site-title
{
	color: #c8c8c8;
	font-family: 'Visby CF';
	font-size: 2.3em;
	margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
	background: none;
	color: #c8c8c8;
	outline: none;
	text-decoration: none;
}




/* Styles for basic forms
-----------------------------------------------------------*/

/*#booking-form-tab
{
    background-color:red;
}*/


fieldset
{
	border: 1px solid #ddd;
	padding: 0 10px 0 10px;
	margin: 10px 10px 0 10px;
	background-color: #FDFDFD;
}



legend
{

	font-weight: bold;
	margin: 0 10px 5px;
	font-style: italic;
}



form
{
	background-color: #fff;
	padding-bottom: 0;
}

input[type=text], input[type=password], textarea, select, legend, label
{
	font-size: 12px;
	padding: 0;
}

input[type=text], input[type=password]
{
	min-width: 200px;
	width: 200px;
	min-height: 16px;
	padding-left: 2px;
}

textarea
{
	min-width: 200px;
	width: 200px;
	min-height: 75px;
	height: 75px;
	border: 1px solid #ccc;
	padding-left: 3px;
}

select
{
	min-width: 205px;
	width: 205px;
	min-height: 16px;
}

.form-holder
{
	background-color: #fff;
	border: 1px solid transparent;
	margin: 0 auto;
}

.form-item
{
	min-height: 30px;
	clear: both;
}

.editor-label, .display-label
{
	min-width: 150px;
	float: left;
    font-family:'Visby CF';
}

.editor-field, .display-field
{
	float: left;
}

.orange-login
{
    color: #FF8200;
}

.editor-label
{
	margin: 0;
	padding-top: 5px;
	font-size: 14px;
    font-family:'Visby CF';
    
}

.editor-field
{
	margin: 0;
    background-color:white;
}

.editor-message
{
	margin: 0;
	font-size: 8px;
	font-weight: bold;
	padding-left: 0.2em;
	font-style: italic;
}

.editor-value-label
{
	float: left;
	border: 1px solid #ccc;
	min-height: 16px;
	min-width: 200px;
	padding: 1px 0 0 5px;
	font-size: 12px;
}

.form-error, .form-info
{
	font-size: 11px;
	font-weight: bold;
	min-height: 15px;
	padding: 5px 5px 5px 20px;
	margin: 10px 10px 5px 10px;
}

.form-error
{
	color: red;
	background-color: yellow;
	border: 1px solid red;
}

.form-info
{
    color: #009933;
    background-color: #EFEFEF;
    border: 1px solid #ccc;
}

.form-bottom-buttons-holder
{
	padding: 5px 0 5px 0;
	text-align: center;
}

.radio-holder-inline
{
	height: 13px;
	padding-bottom: 5px;
}

.radio-holder-inline input
{
	float: left;
}

.radio-holder-inline label
{
	float: left;
	margin: 0 10px 0 0;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
}

.form-section
{
	border: 1px solid #ccc;
	padding-bottom: 10px;
}

button
{
	/*background: transparent url("/images/button.png") left bottom repeat-x;*/
	width: 120px;
	height: 33px;
	border: none;
	font-size: 16px;
	color: #404B53;
	border: 1px solid #ccc;
}

button:hover
{
	/*background: transparent url("/images/button-hilited.png") left bottom repeat-x;*/
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #f00;
	font-size: 11px;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #f00;
	background-color: #fee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid
{
	display: none;
}

/* List table
-----------------------------------------------------------*/

div.list-table
{
	background-color: #fff;
}

div.list-table table
{
	width: 100%;
	border-collapse: collapse;
}

div.list-table tr
{
	background-color: #fff;
}

div.list-table tr:hover
{
	background-color: #F9EFCA;
}

div.list-table tr.selected
{
	background-color: #fff;
	font-weight: bold;
}

div.list-table th, table.scroll-list-header th
{
	height: 20px;
	background-color: #0072D4;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.list-table th.last, div.list-table th.last, table.scroll-list-header th.last
{
	border-right: 0;
}

.list-table th a
{
	color: yellow;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	background-color: #1F7C07;
}

div.list-table td
{
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0;
	padding: 0 2px 0 4px;
	text-align: left;
	height: 21px;
	vertical-align: middle;
}

table.scroll-list-header
{
	width: 100%;
}

div.scroll-list-body
{
	overflow-y: scroll;
}

div.list-action-bar
{
	text-align: right;
	background-color: #CCCCFF;
	padding: 0 2px 0 2px;
}

div.list-action-bar a
{
	font-size: 12px;
	font-weight: bold;
}


a.inline-button
{
	display: block;
	float: left;
	width: 50px;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
	padding: 1px 0 1px 0;
	margin: 0 5px 0 0;
	background-color: #EFEFEF;
	text-decoration: none;
}

.arrow-button-holder
{
	float: right;
	width: 30px;
	height: 18px;
	padding-top: 3px;
	border: 1px solid red;
}

div.list-table a.arrow-button
{
	display: block;
	float: right;
	width: 10px;
	text-decoration: none;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px 0 1px 0;
	margin-right: 2px;
	background-color: #EFEFEF;
}

/* Form table
-----------------------------------------------------------*/
.form-table td
{
	height: 25px;
}

/* Popup div
----------------------------------------------------------*/

#popup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	background: #FFFFFF;
	min-width: 0;
	min-height: 0;
	z-index: 2;
	padding: 0;
	font-size: 13px;
}

#popup-content
{
	border: 1px solid transparent;
	/*overflow: visible !important;*/
	/*display: inline-block;*/
}

#location-popup
{
	height: 484px;
	width: 508px;
	z-index: 3;
	background-color: #fff;
}

#popup-title
{
	height: 26px;
	background-color: #8a949d;
}

#popup-title-text
{
	margin: 0;
	font-size: 14px;
	padding: 5px 0 0 10px;
}

#popup-close
{
	width: 26px;
	height: 26px;
	display: none;
	right: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
	background: url("../Images/red_square_cross_icon.png") center center no-repeat;
}

#popup-background, #location-popup-background
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

#popup-info-panel, #location-popup-info-panel
{
	font-size: 14px;
	line-height: 14px;
	padding: 5px;
	height: 16px;
}

.popup-info
{
	background-color: #f3f4f5;
	color: #696969;
}

.popup-error
{
	background-color: #ffff00;
	color: Red;
}

.popup-message-holder
{
	text-align: center;
	padding: 10px 0 45px 0;
	font-size: 14px;
	background: url("../Images/ajax-loader.gif") center 55px no-repeat;
}

.error-container
{
	border: 1px solid #ccc;
	margin: 10px;
	background-color: #EBEBEB;
	min-height: 450px;
}

.error-head
{
	color: #3E3E3E;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background-color: yellow;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.error-list LI
{
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}

/* Status colour
----------------------------------------------------------*/

.dispatching
{
	background-color: #EBEBD8 !important;
}

.assigned
{
	background-color: #DDEEFF !important;
}

.pickedup
{
	background-color: #D6EBD9 !important;
}

.completed
{
	background-color: #EFEFEF !important;
}

.cancelled
{
	background-color: #FFE6E6 !important;
}

/* Car types
----------------------------------------------------------*/

.sedan
{
	background: url("/Images/car-sedan.png") top center no-repeat;
}

.wagon
{
	background: url("/Images/car-wagon.png") top center no-repeat;
}

.five-seater
{
	background: url("/Images/car-5-seater.png") center left no-repeat;
}

.van
{
	background: url("/Images/car-van.png") top center no-repeat;
}

div.captcha
{
	width: 500px;
}

div.captcha .left, div.captcha .right
{
	height: 46px;
}

div.captcha .left
{
	width: 200px;
	float: left;
}

div.captcha .right
{
	float: right;
	width: 270px;
}

div.captcha label
{
	color: white;
	display: block;
	height: 15px;
	margin: 0 0 0 35px;
	font-size: 10px;
}

div.captcha img
{
	float: left;
	width: 30px;
	height: 30px;
}

div.captcha input[type=text]
{
	width: 100px;
	min-width: 100px;
	height: 30px;
	margin: 0 0 0 10px;
	font-size: 16px;
	border: none;
	text-align: center;
}

div.captcha button
{
    background-color: #FF8200;
    color: white;
	height: 43px;
	width: 170px;
    float: right;
    margin-right:-9px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 20px;
    border-radius: 5px;
    border: 1px solid #FF8200;
}

div.captcha a.reload
{
	display: block;
	float: left;
	background: url("/Images/reload-icon.png") top left no-repeat;
	height: 30px;
	width: 30px;
}