body, h1, h2, h3, h4, h5, h6, ol, ul, li, form, label, img {
    margin: 0px;
    padding: 0px;
    border: 0px solid transparent;
}

body {
    font-size: 1.2em;
    font-family: sans, sans-serif;
    background: #dddddd;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textRight {
    text-align: right;
}

.hidden {
    display: none;
}

div#header {
    border-bottom: 0.4em solid #006699;
    width: 100%;
    background: #5a9ecf;

}

div#sidebar {
    position: relative;
    width: 13%;
    float: right;

}

div#main {
    font-size: 80%;
    width: 83%;
    margin: 1%;
    padding: 1em;
    background: #ffffff;
    border-top-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;
    min-height: 400px;
}

/**
    div#header
**/

div#header h1, div#header h1 a {
    font-size: 110%;
    color: #ffffff;
    position: relative;
    float: left;
    text-decoration: none;
    margin: 1%;
}

div#header h1 span {
    color: #006699;
    display: block;
}

div#header .userProfileBox {
    position: relative;
    float: right;
    width: 49%;
    max-width: 400px;
    background: #006699;
    margin: 1%;
    padding: 0.4em;
}

div#header img {
    border: 0.2em solid #ffffff;
    position: relative;
    float: left;
    margin-right: 1em;
}

div#header .userProfileBox li {
    list-style: none;
    display: inline;
    margin-right: 30px;
    padding: 3px;
}

div#header .userProfileBox li:hover {
    background: #e5912d;
    -moz-border-radius: 0.25em;
}

div#header .userProfileBox li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 80%;
}

div#header .userProfileBox li input {
    border: 0px solid transparent;
    width: 100%;
    max-width: 300px;
    padding: 0.3em;
    margin-top: 0.6em;
    color: #999999;
}

/**
    div#sidebar
**/
div#sidebar #menu {
    margin-top: 8%;
}

div#sidebar #menu ul {
    margin-bottom: 0.5em;
    font-size: 0.8em;
    list-style: none;
    margin-left: 5px;
}

/**
    Main
**/
div#main div#menuHeader {
    background: #5a9ecf;
    color: #ffffff;
    width: 100%;
    margin-top: -1em;
    margin-left: -1em;
    margin-bottom: 1em;
    padding: 0.75em 1.25em 0.75em 0.75em;

    border-top-left-radius: 0.75em;
    -moz-border-radius-topleft: 0.75em;
    -webkit-border-top-left-radius: 0.75em;
    border-top-right-radius: 0.75em;
    -moz-border-radius-topright: 0.75em;
    -webkit-border-top-right-radius: 0.75em;
}

/**
    Other
**/
table.confPrefs {
    position: relative;
    width: 100%;
    text-align: left;
    overflow: scroll;
}

table.confPrefs th {
    font-size: 80%;
    font-weight: bold;
    text-align: left;
}

table.confPrefs td {
    font-size: 77%;
    color: #333333;
}

/**
    Help
**/
ol.help li, p.help {
    font-size: 75%;
    margin-left: 5%;
}

/**
    LOGIN FORM
**/

div#login, #add {
    width: 50%;
    max-width: 600px;
    margin: 10% auto;

}

#login fieldset, #add fieldset {
    border-top-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;
}

#login label, #add label {
    text-align: right;
    width: 110px;
    display: block;
    float: left;
    margin: 10px;
    font-size: 120%;
}

#login input {
    font-size: 110%;
    margin: 10px;
}

div#login legend {
    color: #ffffff;
    font-size: 90%;
    margin: 1%;

}

#add input {
    font-size: 80%;
    width: 300px;
}

#add label {
    font-size: 90%;
    width: 230px;
    margin: 2px;
}

#add {
    margin-top: 20px;
    width: 600px;
}

.fieldsetContainer {
    font-size: 80%;
    margin-bottom: 20px;
}

.fieldsetContainer input {
    width: 150px;
}

.address {
    margin: 10px;
}

#buttons {
    margin-top: 10px;
}

#refundForm table {
    font-size: 0.9em;
}

#refundForm table td {
    padding-right: 7px;
}

.promotion_form, #cheap_fares_form_div {
    width: 700px;
}

.customer_panels, .business_panels {
    width: 1200px;
    height: 500px;
}

.customer_panel, .business_panel {
    width: 400px;
    height: 500px;
    float: left;
}

.customer_form {

}

#cheap_search_form {
    display: inline-block;
    margin-left: 5px;
}

.disabled {
    color: #999999;
}

.is_admin {
    font-weight: bold;
}

#pagination {

}

#pagination_button {
    width: 100px;
}

.error_message {
    color: #FF0000;
    background-color: #FFCCCC;
    font-weight: bold;
}

.center {
    text-align: center;
}

.ui-widget {
    font-size: 0.85em !important;
}

.yui-ac-container .yui-ac {
    position: relative;
    font-family: arial;
    font-size: 100%;
}

.yui-ac-container .yui-ac-input {
    position: relative;
    width: 100%;
}

.yui-ac-container .yui-ac-container {
    position: absolute;
    top: 1.6em;
    width: 100%;
}

.yui-ac-container .yui-ac-content {
    position: absolute;
    width: 100%;
    border: 1px solid #808080;
    background: #fff;
    overflow: hidden;
    z-index: 9050;
}

.yui-ac-container .yui-ac-shadow {
    position: absolute;
    margin: .3em;
    width: 100%;
    background: #000;
    -moz-opacity: .10;
    opacity: .10;
    filter: alpha(opacity=10);
    z-index: 9049;
}

.yui-ac-container .yui-ac iframe {
    opacity: 0;
    filter: alpha(opacity=0);
    padding-right: .3em;
    padding-bottom: .3em;
}

.yui-ac-container .yui-ac-content ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.yui-ac-container .yui-ac-content li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    white-space: nowrap;
    list-style: none;
    zoom: 1;
}

.yui-ac-container .yui-ac-content li.yui-ac-prehighlight {
    background: #B3D4FF;
}

.yui-ac-container .yui-ac-content li.yui-ac-highlight {
    background: #426FD9;
    color: #FFF;
}

.backOfficeTable {
    border-spacing: 0;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

.tableHead th {
    border-width: thin;
    border-style: solid;
    border-top-left-radius: 15px 10px;
    border-top-right-radius: 15px 10px;
    -moz-border-radius-topleft: 15px 10px;
    -moz-border-radius-topright: 15px 10px;
    -webkit-border-top-left-radius: 15px 10px;
    -webkit-border-top-right-radius: 15px 10px;
    padding: 3px 5px;
}

.backOfficeTable td {
    border-left-width: thin;
    border-right-width: thin;
    border-left-style: solid;
    border-right-style: solid;
    padding: 3px 5px;
}

.tableHead th, .trColoured td {
    background-color: #e5e5e5;
}

/* awesome credits */
.credit {
    margin: 5px 10px;
    padding: 3px 5px;
}

.credit:hover {
    border: thin dashed #e5e5e5;
    border-radius: 10px;
}

.credit table {
    border-collapse: collapse;
}

.credit table td {
    padding: 3px 5px;
}

.credit .user {
    text-align: center;
    vertical-align: top;
}

.credit .shoutbox {
    vertical-align: top;
}

.shoutbox div {
    margin: 0px 0px;
    float: left;
    display: inline;
}

.shout_start {
    background-image: url(image/box-left.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 32px;
}

.shout_end {
    background-image: url(image/box-right.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 32px;
}

.shout_middle {
    background-image: url(image/box-middle.png);
    background-repeat: repeat-x;
    height: 32px;
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

/* end of credits */
#business-card-form {
    padding: 10px 10px;
}

#business-card-form input {
    font: inherit;
}

.padding-table td, .padding-table th {
    padding: 5px;
}

tbody .overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

tbody .email {
    max-width: 200px;
}

tbody .address {
    max-width: 150px;
}

tbody .name {
    max-width: 100px;
}

tbody .date {
    max-width: 132px;
}

tbody .delivery {
    max-width: 110px;
}

H3 {
    margin: 1em 0 .5em 0;
}

TABLE.tickets {
    border-collapse: separate;
    margin-bottom: 1em;
}

TABLE.tickets TD,
TABLE.tickets TH {
    padding: .2em .4em;
}

TABLE.tickets TH {
    font-size: 90%;
    text-align: left;
    background-color: #DDD;
    border-bottom: 1px solid #BBB;
}

#flexipass-tickets-table td, #flexipass-tickets-table th {
    padding-right: 40px;
}

.js-clickable {
    color: #14E;
    cursor: pointer;
    text-decoration: underline;
}

.js-refund-info {
    margin-bottom: 1em;
}

.js-refund-info TH {
    text-align: left;
}

.fraud-buttons {
    border:0;
    padding: 5px;
    color: #FFF;
    margin: 0px 5px;
    cursor:pointer;
}
.decline-button {
    background-color: #ff2222;
}

.accept-button {
    background-color: #5f911f;
}

.order-tickets TD {
    vertical-align: top;
}

.order-ticket TD {
    border-top: 1px solid #CCC;
    padding-top: .5em;
}

table.simpleTable {
    border-collapse: collapse;
}

table.simpleTable td, table.simpleTable th {
    border: 1px solid #AAAAAA;
    padding: 4px 10px;
    margin: 0;
}

table.simpleTable thead {
}

table.simpleTable thead th {
    font-weight: bold;
    text-align: center;
}

.btn {
    background-color: #2c92e5;
    border-radius: 6px;
    border: 1px solid #28478e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}

.btn:hover {
    background-color: #28478e;
}

.btn:active {
    position: relative;
    top: 1px;
}

.alert-success {
    display: block;
    margin: 20px 0;
    padding: 10px 20px;
    color: #1e661e;
    background-color: #7bffbe;
    border-radius: 10px;
    border: 1px #1e661e;
}
