@CHARSET "UTF-8";

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }


body {
    text-align: center;
    background: #EFEFEF url(images/page_bkg.jpg) repeat scroll 0% 0%;
    }

/*
body .wrapper {
    margin: 0 auto;
    text-align: left;
    width: 942px;
    min-width: 942px;
    padding: 0 9px;
    background: transparent url(images/ubody_bkg.png) repeat scroll 0% 0%;
    }
*/

body .wrapper {
    text-align: left;
    }

body .header {
    background: #000 url(images/header_top_bg.gif) repeat-x left top;
    }

.header-top {
    border-bottom: 1px solid #cc6600;
    }

.logo {
    height: 50px;
    }

#page-help-link {
    display: none;
    }

.footer .bug-report {
    display: none;
    }

.footer .legality {
    display: none;
    }

.footer {
    text-indent: -5000px;
    overflow: hidden;
    }

.middle {
    background: #fff url(images/simple_container_bg.gif) repeat-x;
    }

.login-form {
    background: transparent url(images/login_box_bg.jpg) no-repeat scroll 0% 0%;
    }

.login-form h2 {
    color: #fff;
    }

.login-form label, .login-form a {
    color: #000;
    }

.login-box .bottom {
    background: transparent url(images/login_box_bg.jpg) no-repeat scroll left bottom;
    }

.login-container {
    background: transparent url(images/login_logo.gif) no-repeat scroll right 0%;
    padding-right: 75px;
    }

.login-container .legal {
    display: none;
    }


.clientadmin-button {
    width: 200px;
    text-align: left !important;
    border-color: #999 #666 #666 #999;
    background: #ccc url(images/dashboard_button_bkg.gif) no-repeat;
    color: #444444;
    font-size: 18px;
    padding: 1px 0 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
    float: left;
    }

.clientadmin-button:hover {
    background: #ccc url(images/dashboard_button_bkg.gif) no-repeat 0px -60px;
    }

.clientadmin-button span {
    white-space: normal;
    line-height: 1;
    display: block;
    background-position: 5px center;
    padding: 0 0 0 55px;
    width: 137px;
    }

.content-note {
    color: #666;
    padding: 10px;
    }

.clientadmin-reservation-booking-students div.side-col {
    width: 320px;
    /* margin-right: -320px; */
    float: right;
    margin-right: 0;
    }

.clientadmin-reservation-booking-students div.main-col {
    /* margin-left: 340px; */
    margin-right: 340px;
    margin-left: 0;
    padding: 0 0 25px;
    }

.clientadmin-reservation-booking-students td.value {
    width: 400px !important;
    }

.clientadmin-reservation-booking-students .columns {
    /* background:transparent url(../default/images/side_col_bg.gif) repeat-y scroll 337px 0; */
    background: none;
    }

.clientadmin-reservation-booking-students .form-list .nopad td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }

#reservation_student_list td.price {
    text-align: right;
    }

#reservation_student_list td.name {
    border-width: 0;
    }

#reservation_student_list td.time  {
    border-width: 0 1px 0 0;
}

#reservation_student_list tr.product td {
    font-weight: bold;
    }

#reservation_student_list tr.info td {
    font-size: .9em;
    }

#reservation_student_list tr.totals td, #reservation_student_list tr.checkout td {
    text-align: right;
    }

.entry-edit-head .links {
    float: right;
    font-weight: normal;
    color: #fff;
    font-size: .9em;
    }

#booked-students tr:hover td {
    background-color: #fffbe1;
    }

/*
#booked-students td.status {
    padding-left: 24px;
    }

#booked-students tr.confirmed td.status {
    background-image: url(/store/skin/icons/16x16/actions/yellowled.png);
    background-position: 3px center;
    background-repeat: no-repeat;
}

#booked-students tr.checked_in td.status {
    background-image: url(/store/skin/icons/16x16/actions/greenled.png);
    background-position: 3px center;
    background-repeat: no-repeat;
    }
*/

#booked-students tr.confirmed td.status {
    color: #e13500;
    }

#booked-students tr.checked_in td.status {
    color: #005500;
    }

#booked-students tr.complete td.status {
    color: #666;
    }


.inline-edit {
    padding-right: 20px;
    background-image: url(images/edit_icon_small.gif);
    background-position: center right;
    background-repeat: no-repeat;
    }
.inline-edit-hover {
    padding-right: 20px;
    background-image: url(images/edit_icon_small.gif);
    background-position: center right;
    background-repeat: no-repeat;
    }


/************************************************
 * DASHBOARD
 ************************************************/

.dashboard-overview tr.headings th a {
    text-decoration: underline;
    padding: 0;
    }

.side-col .form-list {
    border: 1px solid #ccc !important;
    margin-bottom: 15px;
    width: 200px;
    }

.side-col .form-list th {
    background: #6f8992;
    padding: 2px 5px;
    color: #fff;
    }

.side-col .form-list td {
    padding: 5px !important;
    }

.side-col .form-list td label {
    display:block;
    }

.side-col .form-list td select {
    width: 185px;
    }





