@charset "utf-8";
/* CSS Document */



/* FROM booking_editor.css */
tr.orange td {
	background-color: #ef5c28;
	color: #fff;
}
tr.red td {
	background-color: #eb1d27;
	color: #fff;
}
tr.green td {
	background-color: #009900;
	color: FFFFFF;
}

/* FROM style.css */


#column_right .bookings-menu  li {
   list-style-type: none;
   padding: 4px 0 4px 5px!important;
   background: url(/images/navigation-greaterthan.gif) no-repeat right center!important;
}

/* New Styles */
.action-menu .icon-list ul li.letter-icon {
   background:url("/images/letter-icon.gif") no-repeat scroll left center transparent !important;
   padding:5px 0 10px !important;
}
.action-menu .icon-list ul li.email-icon {
   background:url("/images/email-confirmation-icon.gif") no-repeat scroll left center transparent !important;
   border-top:1px dotted #AAAAAA;
   padding:5px 0 10px !important;
}
.action-menu .icon-list ul li.print-icon {
   background:url("/images/print-icon.gif") no-repeat scroll 0 5px transparent !important;
   border-top:1px dotted #AAAAAA;
   padding:5px 0 0 !important;
}

#header .login_form {
    padding-top:11px;
}

.login_form h3 {
color:#13529A;
}

.login_form h3 span {
color:#333333;
font-weight:normal;
}

