/* --------- /stylesheets/application.css --------- */ 
#MapWrapper div { float: none;}
#map_div { float: none; overflow: hidden; }
#MapBox{
  border: 2px solid #A0B891; 
  background: #fff; 
  color: #000; 
  padding: 5px
}
#MapBox .tools img {
  vertical-align: middle;  
}

#MapBox input {
  width: 300px;
  margin-bottom: 3px;
  height: 20px;
  border: 1px solid #A0B891;
  
}

.thumbnail{
  border: 2px solid #FFF;
  margin: 6px;
  text-align: center;
}

.float_right {
  float: right;
}
.float_left {
  float: left;
}
.clear {
  clear: both;
}
.white{color: #FFF;}

.placeholder {
  color: #a0a0a0;
  font-size: 10px;
}

/* slider styles */
.slider_container {
  padding-left: 55px;
}
div.slider { 
  width:180px; 
  margin:12px 0; 
  background-color:#444444; 
  border: 1px solid #a2a2a2;
  height:2px; 
  position: relative;
}
div.slider div.handle { 
  height:24px; 
  width:24px;
  margin-top:-12px; 
  cursor:move; 
  position: absolute;
  background-image:url(/images/slider.gif);
}
div.slider a{color:transparent;}

/* pagination */
.pagination a, .pagination a:active, .pagination a:visited, .pagination a:hover{
  color:#FFF;
  padding:2px;
}
.pagination .disabled { color: #d7d7d7;}

.flash_close_btn{ float: right; }
.flash_close_btn img{ border: none; }

/* notice messages */
.notice, .info, .success, .warning, .error, .validation {
    border: 2px solid;
    margin: 10px 0px 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 0px center ;
    background-color: #FFFDF3;
    color: #ff0000;
    font-weight: bold; 
}

.info, .notice {background-image: url(/images/Success.png);}
.success {background-image:url(/images/Success.png);}
.warning {background-image: url(/images/Error.gif);}
.error   {background-image: url(/images/Error.gif);}

#errorExplanation{
  background: #ffffff url(/images/Error.gif) no-repeat;
  color: #ff0000;
  border: solid 2px #ff0000;
  margin: 0px 0px 10px 0px;
}
#errorExplanation h2, #errorExplanation p{
  padding-left: 40px;
}
#errorExplanation ul{
  padding-left: 60px;
}

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

/*  Google map styles */

.gmnoprint {
  color: #000;
  text-align: left;
}

.gmnoprint.Service p {margin: 5px 0px;}
#searchwell .select { margin-bottom: 1em; }
.select { color: #7777cc; }
.unselected .select {
  cursor: pointer;
  text-decoration: underline;
}

#selected { margin-top: 1em; }

#selected .gs-result { margin-bottom: 1em; }

#selected .gs-result {
  padding-left: 30px;
  padding-top: 3px;
  background-image: url(http://www.google.com/mapfiles/icon.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.gmInfoWindow {
  text-align: left; 
  width: 200px; 
  font-family:Trebuchet MS;
  font-size:12px;
  text-align:left;
  line-height:1.3;
  font-weight:normal;
}

.gmInfoWindow .gs-header {
  font-weight: bold;
  font-size: 1.4em;
  display: block;
  padding-bottom:3px;
}
.gmInfoWindow .gs-header:after { content: ":" }

.gmInfoWindow .gs-hyperlink{text-align: right; }

/* auto complite */
div.auto_complete {
  width: 350px;
  background: #D7D7D7;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected {
  background-color: #989898;
}
div.auto_complete ul strong.highlight {
  color: #800; 
  margin:0;
  padding:0;
}

.pending_color { color: #C6D98C; }

/* slot styles  */
/*
.cal_today {
  font-size : 1.25em;
}
*/
.available_for_booking a{
  background-color: #ED78DE;
  font-weight: bold;
}

.slot_selected{
  background-color: #00FF52;
}

td.hours {
  padding-left: 2px; 
  padding-right: 4px; 
  vertical-align:top; 
  border-bottom:1px solid #e0e0e0; 
  border-right:1px dotted #e0e0e0; 
  font-size: 0.6em
}


#table_calendar{ border-collapse: separate; }

.setCalendar .cellAvail{
  background:#98c885 url(/images/open_cell_bg.gif) no-repeat center center;
}
.setCalendar .cellUnavail{
  background:#454545 url(/images/closed_cell_bg.gif) no-repeat center center;
}

.setCalendar .cellUnavail.hours, .setCalendar .cellAvail.hours, .setCalendar .cellUnavail.dairy, .setCalendar .cellAvail.dairy{
  background-image: none;
  background:#fff
}

th.dairy{
  border:1px solid grey; 
  text-align: center; 
  font-weight: bold; 
  border-right: 0;
}

table#time_slots td{
  padding: 3px;
}


/* windows.js styles*/
#control_overlay, .control_overlay { background-color:#000;  } 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 
.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    height:25px;  
    width:200px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:10px;  
    color:#333;  
}

.appointment_window {  
  width:250px;  
  height:50px;  
  border:1px solid #000;  
  background-color:#fff;  
  padding:10px;  
  text-align:left;  
  font-family:"Lucida Grande",Verdana;  
  font-size:12px;  
  color:#333;  
}

.window {  
    background-position:top left;  
    padding:10px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:13px;  
    font-weight:bold;  
    color:#000;  
    /*text-align:center;  */
    min-width:150px;  
    min-height:100px;  
    background-color: #fff;     
}
.window .window_contents {  
    margin-top:15px;  
    width:100%;  
    height:100%;
} 
.window .window_header {  
    text-align:left;
} 
.window .window_title {  
    margin-top:-7px;  
    margin-bottom:7px;  
    font-size:11px;  
    cursor:move;  
} 
.window .window_close {  
    display:block;  
    position:absolute;  
    top:4px;
    right: 5px;
    height:15px;  
    width:40px;  
    cursor:pointer;  
    padding-left: 18px;
    margin-bottom: 3px;
    text-decoration: underline;
}  


/* modal window tabs */
.ui-tabs .ui-tabs-hide, .ui-tabs-hide {
     display: none;
}
#service_tabs .ui-tabs-panel{
  color: #fff;
  font-size: 0.8em;
}

#modal_window ul.subsection_tabs{
  list-style:none;
  margin:0 0 5px 0;
  padding:0;
  clear:both;
  border-bottom:1px solid #000;
  height:20px;
  clear:both;
}

#modal_window ul.subsection_tabs li.tab{
  float:left;
  margin-right:7px;
  text-align:center;
}

#modal_window ul.subsection_tabs li.tab a {
  display:block;
  height:20px;
  padding:0 6px 0 6px;
  /*background-color:#fff;*/
  color:#666;
  width:90px;
  border:0px solid #000;
  border-bottom:1px;
}

#modal_window ul.subsection_tabs li.tab a:hover {
  color:#666;
}

#modal_window ul.subsection_tabs li.tab.ui-tabs-selected a {
  border:1px solid #000;
  border-bottom: 0px;
}

.window.company_info{
  width:450px; 
  padding-left:2px;
  padding-right:2px;
}
.window.company_info, .company_info ul.subsection_tabs li.tab.ui-tabs-selected a {
  background-color: #D6DC9A;
}

.window.company_info textarea {
  width: 100%;
  height: 180px;
}


.window.service_info, .service_info ul.subsection_tabs li.tab.ui-tabs-selected a {
  background-color: #B0DE27;
}

#tabs_edit_company .ui-tabs-panel{
  padding: 5px;
  background-color: #5D5E5D;
  color: #fff;
}

.window.company_info table.postal_address input{
  width: 130px;
}
.window.company_info table.postal_address input.number{
  width: 40px;
}

.window.company_info table.postal_address input.postal_code{
  width: 80px;
}

#modal_window #content{ padding: 0px; }
#modal_window .service_edit_form{width: 912px}
#modal_window .button_div{float:left;}
#modal_window .link_button_div{float:left;margin-top:-16px;}
#StandardContentPane .button_div{float:left;}

.window .pagination a { color: #000; }

.window.booking_info{
  background-color: #fff;
  color: #000;
  width:600px;  
  min-height:250px;
}
.window.booking_info .window_close {background: url(/images/button_close_popup.gif) left center no-repeat;}
.window.booking_info  #bookings .booking_details,
.window.booking_info  #Customers .customer_box { border-top: 1px solid orange; padding: 5px; margin-bottom: 5px; clear:both}
.window.booking_info  #Finances .finances_box { border-top: 1px solid #B5C8CF; padding: 5px; margin-bottom: 5px; clear:both}
.window.booking_info  #Finances h1{ font-size: 1.3em;}
.window.booking_info  #Finances h2{ font-size: 1.1em;}
.window.booking_info #bookings .booking_details p, .window.booking_info #Customers p,
.window.booking_info #Finances p{margin: 3px;}
.window.booking_info #bookings .booking_details form {margin: 0px;}
.window.booking_info #appointment_links{padding-top: 10px;}

.window .provider_appointment_links{
  margin: 4px; 
  display:block; 
  border-top: 1px solid orange;
  padding-top: 5px;
  clear:both;
}
.window.booking_info #bookings .provider_appointment_links a{ vertical-align: -10px; }

.consumer_appointment_links a, .provider_appointment_links a, .provider_appointment_links input{
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
  padding: 8px 13px;
  font-size: 12px;
}

.consumer_appointment_links a.cancel_button{ background-color: #D93737}
.consumer_appointment_links a.download_to_diary{background-color: #D55BC3;}

.consumer_appointment_links a:active, .consumer_appointment_links a:hover,
.consumer_appointment_links a:active, .provider_appointment_links a:hover{ text-decoration: none; color: #fff; }
.consumer_appointment_links a.accept_button,
.provider_appointment_links a.accept_button { background-color: #6ab73c; }
.consumer_appointment_links a.amend_button,
.provider_appointment_links a.amend_button, input.amend_button { background-color: blue; border: none; cursor:pointer;}
.provider_appointment_links input.amend_button { border: none; border: none; cursor:pointer;}
.provider_appointment_links a.cancel_button { background-color: #bb3a3a; }
.consumer_appointment_links a.delete_button,
.provider_appointment_links a.delete_button { background-color: #bb3a3a; }
.consumer_appointment_links a.close_button,
.provider_appointment_links a.close_button { background-color: #000; }
.provider_appointment_links a.save_button, .provider_appointment_links input.save_button{ background-color: #1BB82A; border: none; cursor:pointer;}

.window.booking_info #bookings h1{font-size: 1em;}
.window.booking_info #Customers table{ border-spacing: 2px; margin: 0px;}
.window.booking_info #Customers table th{text-align: left; border: none;}
.window.booking_info #Customers table td{background-color: #868686; border: none; border-top: 2px solid #fff; color: #fff; font-size: 0.9em;}

.window .additional_information {width: 470px;}


.passwordStrengthWrapper{
 display:block;
 background:#cccccc;
 width:200px;
 height:5px;
}
#passwordStrength {
	height:5px;
	display:block;
	/*float:left; */
}

.strength0 {
	width: 0px;
	background:#cccccc;
}

.strength1 {
	width: 40px;
	background:#ff0000;
}

.strength2 {
	width: 80px;	
	background:#ff5f5f;
}

.strength3 {
	width: 120px;
	background:#56e500;
}

.strength4 {
	background:#4dcd00;
	width: 160px;
}

.strength5 {
	background:#399800;
	width: 200px;
}

/* light grey form styles */
.rounded_box {
  background-color: #f6f6f6;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  width: 100%;
}

.rounded_box_dark {
  background-color:#555555;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  width: 98%;
  padding: 10px;
}

.rounded_box .content {
  padding: 20px;
}

#LightGreyForm {
  background-color: #FCFCFC;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  min-height: 100px;
  color:#000;
}

#LightGreyForm .rounded_box { border:solid 1px #CDCDCD;}
.LightGreyBlock {padding:10px 5px;}
.LightGreyBlock .label{
  float: left;
  height:28px;
  text-align:right; 
  padding-right:17px;
  padding-top:8px;
  font-weight:bold;
  font-size:1.1em;
}
.LightGreyBlock .long_input_block{
  width: 214px;
  height:28px;
  float: left;
  background: url(/images/input_bg_long.png) no-repeat center center;
  text-align:center;
  padding:5px;
}
.LightGreyBlock .middle_input_block{
  width: 135px;
  height:28px;
  float: left;
  background: url(/images/input_bg_middle.png) no-repeat center center;
  text-align:center;
  padding:5px;
}
.LightGreyBlock .small_input_block{
  width: 60px;
  height:28px;
  float: left;
  background: url(/images/input_bg_small.png) no-repeat center center;
  padding:5px;  
}
.LightGreyBlock .select_block{  float: left; padding:5px;}
.LightGreyBlock input {
  border:0;
  background-color:transparent;
  margin-top:4px;
  border:none;
  padding: 0px 2px;
  height:25px;
  font-size:1.1em;
  font-weight: normal;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #8D8D8D;
  font-family:"Lucida Grande",Verdana;
}
.LightGreyBlock .small_input_block input{width:55px;}
.LightGreyBlock .long_input_block input{width:200px;}
.LightGreyBlock .middle_input_block input{width:125px;}
.LightGreyBlock select {
  font-size: 1em;
  vertical-align: middle;
  background:url(/images/input_field_bg.gif) repeat-x scroll left top;
  width: 90px;
  border: 0px none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  margin: 5px 0px;
  padding: 3px 3px 3px 5px;
  color: #8D8D8D;
}
.note{
  background-color: #FFFFF0;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  float:left;
  margin-left:20px;
  padding: 5px 10px 5px 10px;
  color: #8D8D8D;
}
.LightGreyBlock .tool_type_box{float:left;}
.LightGreyBlock .tool_type_box .note{display:none;position:absolute;z-index:1000;float:none;width:300px;} 
.LightGreyBlock .textarea_block{
  width: 381px;
  height:154px;
  float: left;
  background: url(/images/textarea_bg.png) no-repeat center center;
  text-align:right;
  padding:5px;
}
.LightGreyBlock textarea {
  background-color: transparent;
  margin-top:4px;
  border:0px none;
  padding: 0px;
  padding-left: 3px;
  height:145px;
  width: 375px;
  resize:none;
  font-size:1.1em;
  font-family:"Lucida Grande",Verdana;
  color: #8D8D8D;
}
#LightGreyForm #time_slot_fields{
  width:350px;
  float:left;
} 
#LightGreyForm #business_calendar_container table th.slot_caption{
  text-align: center;
  background: #FFFDCA;
  color: #000;
}
#LightGreyForm #business_calendar_container table{
  padding-top: 5px;
}
#LightGreyForm #business_calendar_container td {
  height: 30px;
  width: 60px;
  padding: 0px;
  border: 1px solid #B3B3B1;
}
#LightGreyForm #business_calendar_container .hours{
  font-size: 10px;
  white-space: nowrap;
  width: 75px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  padding-left: 2px;
}
#LightGreyForm #company_fields .labels{display:inline;}
#LightGreyForm .button_div{float:left;}
#LightGreyForm .button_div a, #LightGreyForm .button_div a:hover,
#LightGreyForm .button_div a:active, #LightGreyForm .button_div a:visited{
  color: #AE4DAA;
  padding-left:10px;
}
#LightGreyForm input.small_submit_btn {
  background:#FCFCFC url(/images/button_lightgrey_bg.gif); 
  width:64px; 
  height:28px; 
  border:0; 
  color:#fff; 
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 0.85em;
  cursor: pointer;
}
#LightGreyForm input{border:0px;}
#LightGreyForm span.red{color:red;}
#LightGreyForm .fieldWithErrors{display:inline;}
#LightGreyForm form{padding:0px;margin:0px;}
.lightgrey_tooltip {
  padding:6px;
  background-color: #CECECE;
  color:#000;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  font-size:0.9em;
  width:300px;
}
#LightGreyForm .buttons input{
  color: #fff;
  background-color: #FF7EEE;
  font-weight:bold;
  height:30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; 
  border:0px;
  font-size: 1.2em;
   padding-bottom: 4px;
}

#provider_icons_container {
  width: 290px;
  border: 1px solid #D3D3D3;
  position:absolute;
  padding: 8px;
  top: 4px;
  left: 5px;
}
a#standard_icon_link, a#standard_icon_link:hover, a#standard_icon_link:visited {color: #000; font-size: 0.8em; padding: 0px;}
#provider_icons_container .provider_icon{float: left; padding: 3px;}
#provider_icons_container img.icon{border: 1px solid #D3D3D3; width:50px; height:50px;}


/* Bubble pop-up */
.bubbleInfo {position: relative;}

.popup {
  padding: 10px;
  padding-top: 5px;
  position: absolute;
  display: none;
  z-index: 1000;
  width: 200px;
  background-color: #f0f0f0;
  border: 1px solid #fff;
}

#HelpPageContentPane{
  background-color: #454545;
  padding: 5px 20px 20px 20px;
  color: #fff;
}
#HelpPageContentPane li{
  padding-bottom:10px;
}

#HelpPageContentPane li a, #HelpPageContentPane li a:hover, #HelpPageContentPane li a:active, #HelpPageContentPane li a:visited{
  color: #fff;
  font-weight: bold;
}

#HelpPageContentPane a.back, #HelpPageContentPane a.back:hover, #HelpPageContentPane a.back:active, #HelpPageContentPane a.back:visited{
  color: #fff;
  font-weight: bold;
}

input, textarea {
  padding-left: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #979797;
}

a.provider_dashboard, a.provider_dashboard:active, a.provider_dashboard:visited, a.provider_dashboard:hover{
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
a.provider_dashboard:active, a.provider_dashboard:hover{
  border:none;
}
input.magenta_button{
  color: #fff;
  background-color: #000;
}
.textilize_box{
  width:800px;
  background-color: #f0f0ee;
  padding:10px;  
}/* --------- /stylesheets/provider.css --------- */ 
body{
  font-family: Trebuchet MS, Verdana, Tahoma,  Helvetica, Verdana, Arial, Sans-Serif;
  background-color: #d7d7d7;
  font-size: 1em;
  margin-top: 0;
}


a, a:visited {
	text-decoration: underline;
}

a:active, a:hover{
	text-decoration: none;
	border-bottom: 0px;
}

a.white, a.white:active, a.white:visited, a.white:hover{
  text-decoration: underline;
  color: #fff;
}
a.white_dashed, a.white_dashed:active, a.white_dashed:visited, a.white_dashed:hover{
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
a.yellow, a.yellow:active, a.yellow:visited, a.yellow:hover{
  text-decoration: none;
  color: #E9EFB3;
  border-bottom: 1px dashed #E9EFB3;
}
a.magenta, a.magenta:active, a.magenta:visited, a.magenta:hover{
  text-decoration: none;
  color: #FF7EEE;
  border-bottom: 1px dashed #FF7EEE;
}

a.black, a.black:active, a.black:visited, a.black:hover{
  text-decoration: underline;
  color: #000;
}

a.black_dashed, a.black_dashed:active, a.black_dashed:visited, a.black_dashed:hover{
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed #000;
}

a.blue, a.blue:active, a.blue:visited, a.blue:hover{
  text-decoration: none;
  color: #23D1EB;
  border-bottom: 1px dashed #23D1EB;
}

a.black_dashed:active, a.black_dashed:hover, 
a.blue:active, a.blue:hover, a.white:active,  a.white:hover,
a.white_dashed:active,  a.white_dashed:hover,
a.yellow:active, a.yellow:hover, a.magenta:active, a.magenta:hover {
  border-bottom: 0px;
}

a.black:active, a.black:hover{
  text-decoration: none;
  border-bottom: 0px;
}

h1{
	font-size: 2.3em;
}
h2{
	font-size: 1.3em;
}

td, th{
}


.tabs{
	padding: 5px;
	border: 1px solid #000;
	padding: 5px 15px 5px;
	border-width: 0px 0px 1px 0px;
}
.tabs ul {
	margin: 0;
	padding: 0;
	display: inline;
}


.tabs ul li {
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 2px 7px 5px;
	border: 1px solid #000;
	border-bottom: 0px;
	list-style: none;
	display: inline;
	background-color: #000;
}


.tabs ul li.here{
	border-bottom: 1px solid #fff;
	background-color: #fff;
	list-style: none;
	display: inline;
}

.container{
	text-align: left;
	width: 960px;
	margin-top: 0px;
	background-color: #D9D9D9;
	margin-left: auto;
	margin-right: auto;
}

#head_container {
  height: 34px;
  background-color: #151515;
  padding: 3px;
}

#head_container .title {
  font-weight: bold;
  color: #FF7EEE;
  padding-left: 14px;
}
#head_container .title img {margin-top: 5px; }

#head_container .menu {
  float: right;
  padding-right: 5px;
}

#head_container .menu a, #head_container .menu  a:active, #head_container .menu  a:visited, #head_container .menu a:hover{
  font-size: 0.8em;
}

#head_container .menu  a:active, #head_container .menu a:hover{
  border-bottom: 0px;
}

#greating_container {
  height: 24px;
  background-color: #454545;
  padding: 5px ;
  padding-left: 14px;
  color: #fff;
  font-size: 0.8em;
}

#greating_container  a:active, #greating_container a:hover{
  border-bottom: 0px;
}

#top_menu {
  background-color: #fff;
}

#top_menu a, #top_menu  a:active, #top_menu  a:visited, #top_menu a:hover{
  color: #000;
  font-size: 0.8em;
  text-decoration: underline;
  font-weight: bold;
}

#top_menu  a:active, #top_menu a:hover{
  color: #FF7EEE;
}

#top_menu .tabs{
  border: 0px solid #fff;
}
#top_menu .tabs ul li {
  border: 1px solid #fff;
  border-bottom: 0px;
  background-color: #fff;
}
#top_menu .tabs ul li.here {
  border: 1px solid #636363;
  background-color: #636363;
}

#top_menu .tabs ul li.dark {
  border: 1px solid #454545;
  background-color: #454545;
}

#top_menu .tabs ul li.here a, #top_menu .tabs ul li.here a:active, #top_menu .tabs ul li.here a:hover {
  color: #FFF;
}

#main_container{
  background-color: #454545;
}


#sub_menu {
  background-color: #636363;
}

#sub_menu a, #sub_menu  a:active, #sub_menu  a:visited, #sub_menu a:hover{
  color: #EDEAE2;
  font-size: 0.75em;
  text-decoration: underline;
  font-weight: bold;
}

#sub_menu .tabs{
  border: 1px solid #636363;
}
#sub_menu .tabs ul {}
#sub_menu .tabs ul li {
  border: 1px solid #636363;
  background-color: #636363;
}
#sub_menu .tabs ul li.here {
  border: 1px solid #454545;
  background-color: #454545;
}

#sub_menu a.weekly_diary_link, #sub_menu a.weekly_diary_link, #sub_menu a.daily_diary_link, #sub_menu a.print_diary_link{
  padding-left: 20px;
}

#sub_menu a.weekly_diary_link{
  background: url(/images/icon_booking_weekly.gif) no-repeat left center;

}

#sub_menu a.daily_diary_link{
  background: url(/images/icon_booking_daily.gif) no-repeat left center; 
}

#sub_menu a.manage_diary_link{
  padding-left: 18px;
  background: url(/images/icon_booking_manage.gif) no-repeat left center;
}

#sub_menu a.print_diary_link{
  padding-left: 20px;
  background: url(/images/icon_print.gif) no-repeat left center;
}

#sub_menu a.customer_history_link{
  padding-left: 22px;
  background: url(/images/icon_customer_history.gif) no-repeat left center;
}

#sub_menu a.current_customers_link{
  padding-left: 20px;
  background: url(/images/icon_current_customers.gif) no-repeat left center;
}

#sub_menu a.search_customer_link{
  padding-left: 22px;
  background: url(/images/icon_search_customers.gif) no-repeat left center;
}

#sub_menu a.invoices_link{
  padding-left: 20px;
  background: url(/images/icon_finance_invoices.gif) no-repeat left center;
}

#content{
  padding: 10px;
  padding-right: 20px;
  color: #fff;
  font-size: 0.8em;
}

#bottom_container{
  border-top: 2px solid #FF7EEE;
  background-color: #565656;
  height: 25px;
  padding: 3px;
  clear: both;
  
}
#bottom_container .menu{
 color: white;
 padding-left: 10px;
}
#bottom_container .menu a, #bottom_container .menu  a:active, #bottom_container .menu  a:visited, #bottom_container .menu a:hover{
  color: white;
  font-size: 0.7em;
}

/*counsumer's header*/

.header, .header .header_int, .header .welcome, .header .register, .header .register .left, .header .register .right, .header .message_bar{
  height: 36px;  
}
.header{
  background: url(/images/header_bg.png) repeat-x ;
  color: #fff;
  font-size: 0.8em;
  
}
.header .header_int {
  background:url(/images/header_right_bg.png) no-repeat right;
  float: left;
  width: 100%;
}
.header .welcome{
  background: url(/images/header_left_bg.png) no-repeat;
  float: left;
  padding-left: 40px;
}
.header .register{
  background: url(/images/register_bg.png) repeat-x;
  float: left;
  width: 200px;
}
.header .register .left{
  background: url(/images/register_left_bg.png) no-repeat left;
  float: left;
  width: 9px;
}
.header .register .right{
  background: url(/images/register_right_bg.png) no-repeat right;
}
.header .register .right img{
  vertical-align: middle ;
}
.header .text, .header .welcome a, .help a{
  vertical-align: -8px;
}

.message_icon {
  background: url(/images/icon_message.png) no-repeat left center;
  padding-left: 25px;
}
.welcome_icon {
  background: url(/images/icon_welcome.gif) no-repeat left center;
  padding: 0px 20px;
  float: left;
}

.header .message_bar{
  font-weight: bold;
  padding-right: 30px;
  float: right;
}

.help a{
  float:right;
  color:#fff;
  margin-right:30px;
  text-align:right;
  text-decoration: none;
  padding-top: 7px;
}

.logo{
  background:#fff url(/images/logo_left_bg_2.png) repeat-y left;
  height: 181px;
  
}
.logo .logo_int{
  background:url(/images/logo_right_bg_2.jpg) no-repeat right;
  height: 181px;
  padding-left: 25px;
}
.logo .logo_int .logo_main{
  font-size: 1em;
  font-style: italic;
  font-weight: bolder;
  padding: 13px 0px 0px 0px ;
  width: 440px;
}

.logo .logo_int .logo_main .main_text{
  font-size: 0.75em;
  font-style: italic;
  font-weight: bolder;
  line-height:15px;
}

.main_menu {
  background: #1F2022 url(/images/main_menu_bg.jpg);
   
}
.main_menu .left, .main_menu .main_menu_int, #NavBar{
  height: 35px;
}

.main_menu .left {
  background-image: url(/images/main_menu_left_bg.jpg);
  float: left;
  width: 34px;
}
.main_menu .main_menu_int{
  background: url(/images/main_menu_right_bg_2.jpg) no-repeat right;
}
#NavBar{
  text-align: left;
  float: left;
  width: 758px;
}
#NavBar ul, #SubBars ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#NavBar ul li, #SubBars ul li{
  display: block;
  float: left;
}

#NavBar ul li a{
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-bottom: 0px;
  padding: 7px 12px 5px 12px;
  float: left;
  height: 23px;
}
#NavBar ul.consumer_nav li a{padding: 7px 22px 5px 22px;}

#NavBar ul li a:hover, #NavBar ul li a:active, #NavBar ul li a.selected{
  color: #E670EA;
  background-color: #565656;
  border-top: 3px solid #E468D6;
  padding-top: 4px;
}

#SubBars {
  background-color: #565656;
  clear: both;
  padding-left: 40px;
  height: 37px;
  line-height:18px;
}

#SubBars ul li a, #SubBars ul li span.not_link{
  display: block;
  font-size: 1.1em;
  font-weight: lighter;
  color: #c3c3c3;
  text-decoration: none;
  border-bottom: 0px;
  padding: 5px 10px 0px 10px;
  margin-top: 5px;
  float: left;
}

#SubBars ul li a:hover, #SubBars ul li a:active, #SubBars ul li a.selected{
  color: #f177e6;
}
#SubBars ul li.selected a{font-weight: bold;color:#fff;}
#SubBars ul li.light a{
  font-weight: bold;
  color:#454545;
  padding-bottom: 9px;
  background-color: #FCFCFC;
  margin-right:-2px;
  margin-left:-2px;
  z-index:1000;
  position:relative;
}

.NavigationSubBar span.separator{
  display: block;
  border-left: 1px solid #6c6c6c;
  border-right: 1px solid #3a3a3a;
  margin-top:6px;
  float: left;
  height: 26px;
}

/*  Content containers */

.company_details h2{
  color: #D6DC9A;
}
.company_details .company_details_container{
  border: 7px solid #D6DC9A;
  float: left;
  width: 912px;
  background-color: #5D5E5D;
}
.company_details .cell{
  float: left;
  padding: 5px;
}
.company_details .description{
  width: 368px;
  height: 158px;
  border: 8px solid #D6DC9A; border-top: 0px; border-bottom: 0px;
}

.company_details .left{
  width: 368px;
}
.company_details .right{
  width: 125px;
}

.under_company_details {
  clear:left;
}

.edit {
  float: right;
}
.edit a{
  color: #FF7EEE;
}


.box {
  border: 4px solid #FEC51C;
  background-color: #5D5E5D;
  padding: 0px;
}

.box_header {padding-left: 5px}


.box table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.box table th, .box table td {
  border-bottom: 2px solid;
  padding: 5px 3px;
  text-align: left;
}

.box table td{ background: #5D5E5D;}
.box table th.white{ background: #fff; }
.box table a.action_link, .box table a.action_link:visited{ text-decoration: underline; font-weight: bold; color: #fff; font-size: 1em; }
.box table a.action_link:hover, .box table a.action_link:active{  text-decoration: none; font-weight: bold; color: #fff; font-size: 1em; }
.box table th, .box table th a, .box table th a:hover, .box table th a:active, .box table th a:visited{ 
  color: #000;
  font-weight: bold;
  font-size: 1em;
}
.box table .edit{width: 40px;  float: none;}
.diaries_box h2{ color :#FEC51C; }
.diaries_box .box{ border-color: #FEC51C; background: #FEC51C;}
.diaries_box table td{ border-color: #FEC51C; }

.users_box h2{ color :#7EA7CF; }
.users_box .box{ border-color: #7EA7CF; background: #7EA7CF;}
.users_box table td{ border-color: #7EA7CF; }

.services_box .box{ border-color: #B0DE27; background: #B0DE27; }
.services_box h2{ color: #B0DE27; }
.services_box .box table td, .services_box .box table th{ border-color: #B0DE27; }
.services_box .box table .last { width: 40px; padding-left: 60px; }
#modal_window .services_box .box table .last { width: 120px; padding-left: 30px; }

.pending_bookings_box .box{ border-color: #C6D98C; background-color: #C6D98C; }
.pending_bookings_box h2{ color: #C6D98C; }
.pending_bookings_box .box table td, .pending_bookings_box .box table th{ border-color: #C6D98C; }
.pending_bookings_box table th{ border-right: 2px solid #C6D98C;}
.pending_bookings_box .box table .last {text-align: right;}
.pending_bookings_box .provider_appointment_links a {
  background: transparent;  padding: 0px;
  color: #fff;
}

.bookings_box .box{ border-color: #FF7400; background-color: #FF7400; }
.bookings_box h2{ color: #FF7400; }

.hide{ font-size: 0.9em; height: 20px;  margin-left:5px; display: inline}
.hide a{color: #B5B5B5; text-decoration: none; font-size: 0.8em; font-weight: normal; vertical-align: super}

.bookings_box table, .pending_bookings_box table {
  width: 100%;
}
.bookings_box .box  table td, .bookings_box table th{ border-color: #FF7400; }
.bookings_box table th{
  border-right: 2px solid #FF7400;
  font-weight: normal;
}

.calender_view_box .box table {
  border-spacing: 2px;
  width: 600px;
}

.calender_view_box .box {
  background-color: transparent;
  border-color: transparent;
  border: 0px;
}


.preset_box .box {
  background-color: #d1E094;
  border-color: #d1E094;
  color: #000;
}
.preset_box h2{ color: #d1E094; }
.preset_box .box1, .preset_box .box2, .preset_box .box3, .preset_box .box4{
  float: left;
  width: 185px;
  margin: 10px;
  padding: 5px;
  min-height: 100px;
}
.preset_box .box1 div span, .preset_box .box2 div span, .preset_box .box3 div span, .preset_box .box4 div span{ vertical-align: middle;}
.preset_box .box_number, .preset_box .box_number2{
  padding-right: 10px;
  font-size: 2.2em;
  font-weight: bold;
}
.preset_box .box_number{color: #d1e094;}
.preset_box .box_number2{color: #FEFFD1;}
.preset_box .box1 {background-color:#FEFFD1; border: 2px solid #FEFFD1;}
.preset_box .box2 {background-color: #fff; border: 2px solid #fff;}
.preset_box .box3 {background-color:#DEF1ED; border: 2px solid #FEFFD1;}
.preset_box .box4 {border: 2px solid #FEFFD1;}
.preset_box_header {float: left;}
.preset_box_header h3 {margin: 5px; margin-left: 10px; font-size: 1em;}
.week_selector {float:right; margin-top: 5px; margin-right: 250px;  }
#WeekdaysPreset, #BusinessHoursPreset, #DurationPreset, #BreakPreset {list-style: none;}
.preset_box ul {padding-top: 0px; padding-left: 10px; margin: 0px;}
.preset_box .preset_links, .preset_box .form {text-align: center;} 
.preset_box .preset_links a, .preset_box .preset_links a:visited {color: #000; font-weight: bold;}

.preset_box .form input{background-color: #000; color: #fff; font-size: 1.1em; font-weight: bold; } 

#Customers h1 {font-size: 1em;}

#Customers table, #Finances table {
  width: 100%;
  border-spacing: 0px;
  margin-top: 20px;
}

#Customers table th, #Customers table td, #Finances table td, #Finances table th{ padding: 5px;}

#Customers table th, #Finances table th {
  background: url(/images/th_bg.jpg) repeat-x center; 
  background-color: #fff;
  border-right: 2px solid #454545;
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
}

#Customers table td, #Finances table td{ border-bottom: 1px solid #4e4e4e;  font-weight: normal;}
#Customers .search_form a, #Customers .search_form a:hover, #Customers .search_form a:active,
#Finances .search_form a, #Finances .search_form a:hover, #Finances .search_form a:active{
  background: url(/images/icon_find.gif) no-repeat left center; 
  padding-left: 16px; 
  color: #fff;
  text-decoration: underline;
}
#Customers .search_form a:hover, #Customers .search_form a:active,
#Finances .search_form a:hover, #Finances .search_form a:active{
  text-decoration: none ;
}

#Finances tr.pending td{ color: #808080;}


/*  Appointment blocks */
#appointment h2.appointment_header{color: #D6DC9A;}

#appointment_details{
  background-color: #E8E8E8;
  float: left;
  width: 350px;
  margin-left: 2px;
  margin-right: 20px;
  min-height: 370px;
}

#appointment_details .details{
  background-color: #5D5E5D;
  width: 324px;
  margin: 5px;
  padding: 8px;
}

#appointment_details div.form_label{padding: 0px 5px 5px 5px; margin: 0px; clear: both;}
#appointment_details input{ border: 0px;}
#appointment_details label{color: #000; font-weight: bold;}

#appointment #download_diary_buttons { padding: 13px 0px; margin-bottom: 8px; }
#appointment #status_links { padding: 15px 0px 0px }
#appointment #mobile {color: #000; margin-bottom: 3px;}
#appointment #mobile input.btn{ color: #fff; font-weight: bold; text-decoration: underline; background-color: #00c52c;}
#appointment #mobile .mobileNumber{margin-left: 185px; height: 20px}
#appointment #mobile .mobileForm{margin-left: 90px; height: 20px}

#appointment .EmailReminder, #appointment .SmsReminder{display: inline;}
#appointment .EmailReminder{
  background: url(/images/icon_email_reminder.gif) left center no-repeat;
  padding-left: 16px;
}

#appointment .SmsReminder{
  background: url(/images/icon_sms_reminder.gif) left center no-repeat;
  padding-left: 12px;
  margin-left: 5px;
}

.appointment_map{
  float: left;
  text-align: center;
  margin-right: 0px;
}
#appointment #MapBox{border: none;padding: 0px}
#appointment #MapWrapper{ border: solid #5D5E5D; border-width: 20px 10px;}
#appointment #appointment_calendar{width:190px; }
#appointment .pagination{ text-align:center;}
#appointment .pagination .current { color:#FF7400; }


/* appointment calendar */
#appointment_calendar{
  border: solid 1px #5D5E5D;
  color: #FFF;
  padding: 5px;
  background-color: #454545;
}

#appointment_calendar .calendarNav{ text-align:center; white-space: nowrap; }
#appointment_calendar .calendarNav, #appointment_calendar #month, #appointment_calendar #month img{vertical-align: middle;}
#appointment_calendar #month{ font-size: 1.1em; color: #fff;}
#appointment_calendar a.magenta:active, a.magenta:hover { border-bottom: 0px;}

#appointment #reschedule_form{width:300px;float:left;padding-left:30px;}
#appointment #reschedule_form .date_fields{width:220px; background-color:#DDC8E5;padding:10px 10px;}
#appointment #reschedule_form textarea{width:280px;height:80px;}
#appointment #reschedule_form select{width:100px;}
#appointment #reschedule_form input{width:70px;}
#appointment #reschedule_form .date_fields .label{
  color:#454545;  
  width:100px;
  float:left;
  font-weight:bold;  
}

.calendarBody table{border-spacing: 0px;}
.calendarBody table td{padding: 0px; text-align: center;}
.calendarBody span, .calendarBody a {display:block; margin: 4px; 
  /*background-color: #454545;*/
  height: 17px;
  width: 17px;
  cursor:default;
}

.calendarBody span, .calendarBody a,
.calendarBody  a:active, .calendarBody  a:visited, .calendarBody  a:hover{
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

.calendarBody td.hightlight_week span,
.calendarBody td.hightlight_week a{color: #000; background-color: #FEC51C; margin: 0px; padding: 4px; }

.calendarBody .my_appointments{ background-color: #5D5E5D;}

.calendarBody .my_appointments span,
.calendarBody .my_appointments a, .calendarBody .my_appointments a:active,
.calendarBody .my_appointments a:visited,.calendarBody .my_appointments a:hover{
  font-weight: bold; font-size: 1.1em; 
  background-color: #454545; 
  margin: 1px; 
  padding: 3px;
  cursor:pointer;  
}

.calendarBody .current_appointment span, 
.calendarBody .current_appointment a, .calendarBody .current_appointment a:active,
.calendarBody .current_appointment a:visited, .calendarBody .current_appointment a:hover {
  color: #000;
  font-weight: bold;
  margin: 0px; padding: 4px;
  cursor:pointer; 
}

.calendarBody .current_appointment span,
.calendarBody .current_appointment a,
.calendarBody .cal_today span, .calendarBody .hightlight_week.cal_today span {
  background-color: #fff;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px; padding: 4px;
  cursor:pointer;  
}

#favourite_providers{color: #FFF; background-color: #454545;width:200px;}
#favourite_providers h2.favourite_providers_header{color: #B1DE27;background-color: #454545;}
#favourite_providers .box{border:none;background-color: #454545;padding-left:5px;}
#favourite_providers .row {padding:3px 0px;}
#favourite_providers hr {color:#636363;}
#favourite_providers a.magenta {text-decoration:underline;border:none;}
.right_block{float:right;padding-right:5px ;}

/* Service page */
.service_edit_form .left_panel{
  float: left;
  width: 380px;
}
.service_edit_form .right_panel{
  float:right;
  width: 500px;
  background-color: #4F4F4F;
  padding: 5px 0px 5px 15px;
}

.service_buttons{
  background-color:#B0DE27;
  width: 100%;
  height: 60px;
}

.service_edit_form, .service_edit_button{
  border: 4px solid #B0DE27;
  padding: 10px 0px 5px 10px;
}
.service_edit_button.left{float:left;}
.service_buttons .link{float:left;padding-top:18px;}
.service_edit_button input {
  border: 0px;
  background: #FAFAFA;
  font-weight: bold;
  font-size: 1.3em;
  padding: 4px 6px;
}
.service_edit_button_link{
  border: 4px solid #B0DE27;
  padding: 15px 0px 5px 10px;
  float:left;
}
.service_edit_button_link a{
  border:0px;
  background-color: #FAFAFA;
  font-weight: bold;
  font-size: 1.3em;
  padding: 4px 6px;
  color: #000;
  text-decoration:none;
  cursor:default;
}
.service_edit_form {
  padding-bottom: 20px;
  background-color: #4A4A4A;
}
.service_edit_button {
  background-color: #B0DE27;
}
.service_edit_form input, .service_edit_form textarea{
  border: 4px solid #e0e0e0;
  border-right: 2px;
  border-bottom: 2px;
}
.service_edit_form select {
  border-color: #e0e0e0;
}

.service_edit_form td {
  vertical-align: top;
}
.service_edit_form td.cost, .service_edit_form td.url {
  padding-bottom: 30px;
}

input.text, textarea{
  width: 280px;
}
input.time, input.cost, input.short {
  width: 45px;
}
#time_slot_container div {
  padding-right: 10px;
  float: left;
}
#time_slot_container div label{
  padding-right: 20px;
}

#business_calendar_container table th.slot_caption{
  text-align: center;
  background: #FFFDCA;
  color: #000;
}
#business_calendar_container table{
  padding-top: 5px;
}
#business_calendar_container td {
  height: 30px;
  width: 60px;
  padding: 0px;
  border: 1px solid #B3B3B1;
}
#business_calendar_container .hours{
  font-size: 10px;
  white-space: nowrap;
  width: 75px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  padding-left: 0px;
}

#bookings h1 { font-size: 1.6em; margin: 0px; padding: 0px;}
#bookings .left_pane{
  width: 200px;
  float:left;
  padding-top: 15px;
}
#bookings .right_pane{
  float:left;
  margin-left: 10px;
  width: 720px;
}

#bookings .calendar a{ cursor: pointer; }
.select_slot_menu {
  margin: 10px;
}
#bookings .booking_details {clear:both;}
.select_slot_menu a, .select_slot_menu a:active, .select_slot_menu a:visited, .select_slot_menu a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  margin-right: 15px;
}
.select_slot_menu a:active, .select_slot_menu a:hover {
   border-bottom: 0px;
}
.select_slot_menu a.active, .select_slot_menu a.active:active, .select_slot_menu a.active:visited, .select_slot_menu a.active:hover {
  color: #000;
  padding: 2px;
  background-color: #fff;
  text-decoration: none;
  border: 0px;
  margin-right: 15px;
}

/* provider bookings pages */
#bookings ul.subsection_tabs{
  list-style:none;
  margin:0px;
  padding:0px;
  float:left;
}

#bookings ul.subsection_tabs li.tab{
  float:left;
  text-align:center;
}

#bookings li.tab a {
  display:block;
  height:20px;
  padding-top:3px;
  margin: 0px 2px 0px 2px;
  background-color:#636363;
  color:#fff;
  width:80px;
  border-bottom:3px solid #454545;
  text-decoration: none;
}
#bookings li.tab a:hover, #bookings li.tab a:visited {
  color:#fff;
  text-decoration: none;
}

#bookings li.tab.ui-tabs-selected a{
  background-color:#A5A5A5;
  border-bottom:3px solid #A5A5A5;
}

#daily_bookings_container { float:left;}
.bookings_container {
  background-color:#A5A5A5;
  margin-left: 2px;
  padding:5px;
}

.bookings_container table {
  width: 700px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.bookings_container table.int {width: 100%;}

.bookings_container table td, .bookings_container table th{ padding: 2px; }
.bookings_container table td{
  background-color: #5D5E5D;
  border-bottom: 2px solid #A5A5A5;
  font-size: 0.9em;
}
.bookings_container table td.first{padding: 8px 5px;}
.bookings_container table th.white, .bookings_container table td.first{ border-right: 2px solid #A5A5A5;}
.bookings_container table th.white{ 
  background-color: #FFF; 
  color: #000; 
  border-bottom: 5px solid #A5A5A5;
}
.bookings_container table td.closed{
  background:#5D5E5D url(/images/closed_cell_bg.gif) no-repeat left center;
}
.bookings_container table td.pending{background-color: #C6D98C; color: #000;}

.bookings_container .provider_appointment_links span{
  display: block;
}
.bookings_container .provider_appointment_links a{ 
  background-color: transparent; 
  color:#fff;
  text-decoration: underline;
  margin: 0px;
  padding: 0px;
}

.bookings_container .provider_appointment_links a:hover{
  text-decoration: none;
}

.bookings_container td.appointments {padding: 0px; border-bottom: 0px;}
.bookings_container td.appointments table td{ font-size: 1em;}

.weekly_bookings_container table {
  width: 700px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.weekly_bookings_container table.table_header th {
  border-left: 2px solid #454545;
  border-right: 2px solid #454545;
  padding: 2px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 100px;
}
.weekly_bookings_container table.table_header{margin-bottom: 3px; background-color: #636363;}

.weekly_bookings_container table td {
  border: 1px solid #979797;
  vertical-align: top;
  padding: 0px;
  width: 100px;
  font-size: 0.9em;
}
.weekly_bookings_container .appointment {
  padding: 5px;
  border-top: 1px solid #979797;
  min-height: 45px;

}
.weekly_bookings_container .appointment_content{
  clear: both;
  min-height: 30px;
}
.weekly_bookings_container .appointment_content_booking{
  vertical-align: middle;
  vertical-align: middle;
}

.weekly_bookings_container div.busy { background-color: #979797;}
.weekly_bookings_container div.multiple { background-color:#AFAF78;}
.weekly_bookings_container div.pending { background-color: #C6D98C; color: #000;}
.weekly_bookings_container div.closed .appointment_content{ background: url(/images/closed_cell_bg.gif) no-repeat center center;}

.weekly_bookings_container div.continuing{border-color: transparent;}

.weekly_bookings_container a.consumer, .weekly_bookings_container a.consumer:visited, 
.weekly_bookings_container a.consumer:hover, .weekly_bookings_container a.consumer:active,
.weekly_bookings_container a.add_booking, .weekly_bookings_container a.add_booking:visited, 
.weekly_bookings_container a.add_booking:hover, .weekly_bookings_container a.add_booking:active {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.weekly_bookings_container a.add_booking{ 
  padding-right: 12px;
  background: url(/images/icon_action_white.gif) no-repeat center right;
} 
.weekly_bookings_container a.pending{
    font-weight: bold;
    padding-right: 12px;
    background: url(/images/icon_action_black.gif) no-repeat center right;
}

.weekly_bookings_container a.pending, .weekly_bookings_container a.pending:visited, 
.weekly_bookings_container a.pending:hover, .weekly_bookings_container a.pending:active{
  color: #000;
  text-decoration: underline;
}
.weekly_bookings_container a.add_booking:hover, .weekly_bookings_container a.add_booking:active,
.weekly_bookings_container a.consumer:hover, .weekly_bookings_container a.consumer:active,
.weekly_bookings_container a.pending:hover, .weekly_bookings_container a.pending:active {
  text-decoration: none;
}



#ServiceContentPane{background-color:#454545;}
.register_warning{padding: 5px 0px;}
.register_warning .message{padding:7px 10px 5px 10px; background: #7B7B7B; line-height:10px;}
#ServiceContentPane .company_header{color:#fff;font-size:1.6em;font-weight:bold;height:90px;}
#ServiceContentPane .company_header img{vertical-align:middle; border: 1px solid #fff;;padding:3px; height:50px; width:50px;}

#ServiceContentPane .tabs_location{
  float:right;background:#636363 url(/images/tabs_bg.gif) no-repeat top left; ;
  height:22px;
  width:74px;
  margin:60px 20px 0px 0px;
  padding: 9px 0px 0px 37px;
  text-decoration:underline;
  font-weight:bold;
}

#ServiceContentPane .left{
  width:630px;
  background-color:#454545;  
  vertical-align:top;
}

.rounded_top_grey{
   background: #636463 url(/images/corner_1_636463.gif) no-repeat top left; 
   color: #fff;
   padding-left: 6px;  
   height:6px;
   margin:0px;
   font-size:0.1px;
}
.rounded_top_grey  div{background-color: #636463;height:6px;width:100%;}
.rounded_top_grey  .rightcorner{ background: #636463 url(/images/corner_2_636463.gif) no-repeat top right;}

.rounded_bottom_grey{
   background: #636463 url(/images/corner_4_636463.gif) no-repeat bottom left; 
   color: #fff;
   padding-left: 6px;  
   font-size:0.1px;
}
.rounded_bottom_grey  div{background-color: #636463; height:6px;}
.rounded_bottom_grey  .rightcorner{background: #636463 url(/images/corner_3_636463.gif) no-repeat bottom right; }

#ServiceContentPane #ServiceContent{background-color: #636463;}
#ServiceContentPane #ServiceContent .left{
  background-color: 
  #636463;color:#fff;
  width:174px;
  padding:0px 6px;
  float:left;}
#ServiceContentPane #ServiceContent .left .list_header{color:#fff; font-size:1.6em;}
#ServiceContentPane #ServiceContent .left .service_link {padding:5px 0px 10px;}
#ServiceContentPane #ServiceContent .left .service_link a{color:#fff; font-size:1.2em;text-decoration:none; font-weight:bolder;}
#ServiceContentPane #ServiceContent .left .service_link a.selected{color:#FF7EEE;}
#ServiceContentPane #ServiceContent .left .wrapper{height:2px; background: transparent url(/images/wrapper.gif) repeat-x;}

#ServiceContentPane #ServiceContent .right{background-color: #989898;width:444px;float:left;}


#ServiceContentPane .rounded_top_lightgrey{
   background: #989898 url(/images/corner_1_989898.gif) no-repeat top left; 
   color: #fff;
   padding-left: 6px;  
}
#ServiceContentPane .rounded_top_lightgrey  .block, #ServiceContentPane .rounded_top_lightgrey h3{
   background: #989898 url(/images/corner_2_989898.gif) no-repeat top right;  
   min-height:6px; 
   width:100%;
   padding-top:3px;
}
#ServiceContentPane .rounded_top_lightgrey .tab{
   background: #636463 url(/images/corner_1_636463_2.gif) no-repeat top left;  
   min-height:6px; 
   padding-left:6px;
   width:200px;
}
#ServiceContentPane .rounded_top_lightgrey .tab div{
   background: #636463 url(/images/corner_2_636463_2.gif) no-repeat top right;  
   min-height:6px; 
   color:#E26EE4;
   font-size:1.6em;
}
#ServiceContentPane .rounded_bottom_lightgrey{
   background: #989898 url(/images/corner_4_989898.gif) no-repeat bottom left; 
   color: #fff;
   height:6px; 
   padding-left: 6px;  
}
#ServiceContentPane .rounded_bottom_lightgrey  .block{
   background: #989898 url(/images/corner_3_989898.gif) no-repeat bottom right;  
   height:6px; 
   width:100%;
}

#ServiceContentPane #service_description{
  width:90%;
  background-color: #636463;
  color:#fff;
  font-size:0.9em;
  padding-left:15px;}

#ServiceContentPane #service_description .rounded_top_grey{
   background: #636463 url(/images/corner_1_636463_2.gif) no-repeat top left; 
   color: #fff;
   padding-left: 0px;
  
}
#ServiceContentPane #service_description .rounded_top_grey  div{
   background: #636463 url(/images/corner_2_636463_2.gif) no-repeat top right;  
   min-height:6px; 
   width:100%;
}
#ServiceContentPane #service_description{width:424px;}
#ServiceContentPane #service_description .rounded_bottom_grey{
   background: #636463 url(/images/corner_4_636463_2.gif) no-repeat top left;    
   color: #fff;
   padding-left: 0px;
  
}
#ServiceContentPane #service_description .rounded_bottom_grey  div{
   background: #636463 url(/images/corner_3_636463_2.gif) no-repeat bottom right;  
   height:6px; 
   width:100%;
}




#ServiceContentPane .additional_services{
    list-style: none; 
    padding: 5px;
    margin: 0px;
    clear: both;
    float:none;
}
#ServiceContentPane .additional_services li{ clear: both; }

#ServiceContentPane .additional_services div{float:left;}

#ServiceContentPane .additional_services div.title_column { width: 250px }
#ServiceContentPane .additional_services div.price_column { width: 100px }
#ServiceContentPane .additional_services div.duration_column {float:right; width: 50px}




/* service calendar */
#service_calendar_block{
  border: 0px none;
  color: #FFF;
  background-color: #898989;
  width:434px;
  padding:0px;
}
#service_calendar_block h3 {color: #E26EE4; font-size: 1.6em; margin: 0px; padding-bottom:5px;}
#service_calendar{
  border: 0px none;
  color: #FFF;
  background-color: #898989;
  width:180px;
}

#ServiceContentPane #service_calendar_block .rounded_top_grey{
   background: #898989 url(/images/corner_1_898989.gif) no-repeat top left;  
   min-height:6px; 
}
#ServiceContentPane #service_calendar_block .rounded_top_grey  div{
   background: #898989 url(/images/corner_2_898989.gif) no-repeat top right;  
   min-height:6px; 
   width:100%;
}
#ServiceContentPane #service_calendar_block .rounded_bottom_grey{
   background: #898989 url(/images/corner_4_898989.gif) no-repeat bottom left;  
   height:6px; 
}
#ServiceContentPane #service_calendar_block .rounded_bottom_grey  .rightcorner{
   background: #898989 url(/images/corner_3_898989.gif) no-repeat top right;  
   height:6px; 
   width:100%;
}
#service_calendar_block .slot_div{
  width:64px;
  height:31px;
  float:left;
  background: #898989 url(/images/time_slot.gif) no-repeat top right; 
  vertical-align:middle;
  text-align:center;  
  line-height:30px; 
  margin:5px 3px;
}
#service_calendar_block .slot_div a{ color: #fff;font-size:0.8em;text-decoration:none;padding:4px;}
#service_calendar .calendarNav{ text-align:center; white-space: nowrap; }
#service_calendar .calendarNav, #service_calendar #month, #service_calendar #month img{vertical-align: middle;}
#service_calendar #month{ font-size: 1.6em; color: #B7B4B4;}
#service_calendar a.magenta:active, a.magenta:hover { border-bottom: 0px;}

.calendarBody table{border-spacing: 0px; border-collapse: collapse;}
.calendarBody table td{padding: 0px; text-align: center;}
.calendarBody a {display:block; margin: 4px; 
  /*background-color: #454545;*/
  height: 17px;
  width: 17px; 
}

.calendarBody td.hightlight_week a{color: #000; background-color: #FEC51C; margin: 0px; padding: 4px; }

.calendarBody a, .calendarBody  a:active, .calendarBody  a:visited, .calendarBody  a:hover{
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  font-size: 0.8em;
}

#service_calendar_block .calendarBody .cal_today a, .calendarBody .hightlight_week.cal_today a {
  background-color: #fff;
  color: #E26EE4;
  font-size: 1.0em;
  font-weight: bold;
  margin: 0px;
}

#service_calendar_block .available_for_booking a{
  background-color: #fff;
  font-weight: bold;
  color:#000;
  font-size: 1.0em;
}

#service_calendar_block .slot_selected{ background-color: #E26EE4;}
#service_calendar_block #time_slots .slot_selected{background: transparent url(/images/time_slot_selected.gif) no-repeat top right; }
#service_calendar_block .calendar_header{
  font-size: 1.0em;
}

#ServiceContentPane .textarea_block{
  width: 418px;
  height:136px;
  background: url(/images/textarea_addition_info.jpg) no-repeat center center;
  text-align:right;
  padding:5px;
}
#ServiceContentPane .label{text-align:left;color:#fff;padding-left:10px;font-weight:bold;}

#ServiceContentPane textarea {
  background-color: transparent;
  margin-top:4px;
  border:0px none;
  padding: 0px;
  padding-left: 3px;
  height:127px;
  width: 412px;
  resize:none;
  color: #8D8D8D;
}



#ServiceContentPane .right{float:left;width:300px;background-color:#636463;}
#ServiceContentPane #service_location{
  padding-top:6px;
  width:300px;
  background-color:transparent;
}
.service_map{
  float: none;
  text-align: center;
  background-color:#636463;
}
#ServiceContentPane #service_location #MapBox{border: none;padding: 0px 10px;background-color:#636463;}
#ServiceContentPane #service_location #MapWrapper{ border: none;background-color:#636463;}


.register_warning .rounded_top_grey{
   background: #7B7B7B url(/images/corner_1_7b7b7b.gif) no-repeat top left; 
   color: #fff;
   padding-left: 6px; 
   height:6px; 
}
.register_warning .rounded_top_grey div{
   background: #7B7B7B url(/images/corner_2_7b7b7b.gif) no-repeat top right;  
   min-height:6px; 
   width:100%;
}
.register_warning .rounded_bottom_grey{
   background: #7B7B7B url(/images/corner_4_7b7b7b.gif) no-repeat bottom left; 
   color: #fff;
   padding-left: 6px; 
  height:6px; 
}

.register_warning .rounded_bottom_grey .rightcorner{background: #7B7B7B url(/images/corner_3_7b7b7b.gif) no-repeat bottom right; }

#ServiceContentPane #booking_details{width:270px;}
#ServiceContentPane #booking_details{
   background: #636463 url(/images/corner_4_636463_3.gif) no-repeat bottom left;  
   min-height:6px; 
   padding-left:10px;
}
#ServiceContentPane #booking_details h3{color:#EDEAE2;font-size:1.8em;font-weight:normal;}
#ServiceContentPane #booking_date,#ServiceContentPane #booking_time{color:#EDEAE2;font-size:1.0em;}
#ServiceContentPane #booking_details #booking_title a{color:#E26EE4;font-weight:normal;font-size:1.5em;text-decoration:none;}
#ServiceContentPane #booking_details .wrapper{height:2px;margin: 10px 0px; background: transparent url(/images/wrapper.gif) repeat-x;}
#ServiceContentPane #booking_details ul{list-style: none;}
#ServiceContentPane #booking_details ul, #ServiceContentPane #booking_details li{padding: 0px; margin: 0px;}

#ServiceContentPane #ServiceContent h4{font-size:1.0em; margin:5px 0px 0px 10px;}
#ServiceContentPane div.appointment_form{padding-top:12px;}
#select_date_block{padding-top:12px;}

h3.white_header{color:#fff;margin-top:0px;font-size:1.6em;}

#login_or_create_account_block .left{
  width:350px;
  float:left;
}
#login_or_create_account_block .right{
  width:350px;
  float:left;
}
#login_or_create_account_block .label{
  width:80px;
  float:left;
  padding-top:4px;  
}
#login_or_create_account_block .long_input_block{
  width:150px; 
  float:left;  
}
#login_or_create_account_block .clear{
  clear:left; 
  height:4px;
  font-size:0.1em;
}

.grey_block{
  background-color:#636463;
  padding:6px;
}
.note{
  background-color: #FFFFF0;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  margin-left:20px;
  float: left;
  padding: 5px 10px 5px 10px;
  color: #8D8D8D;
  width:200px;
}

#login_or_create_account_block .long_input_block{
  width: 187px;
  height:25px;
  float: left;
  background: url(/images/input_field_bg_636463.gif) no-repeat center center;
  text-align:center;
  padding:5px;
}
#login_or_create_account_block input {
  border:0;
  background-color:transparent;
  margin-top:0px;
  border:none;
  padding: 0px 2px;
  height:25px;
  font-size:1.1em;
  font-weight: normal;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #8D8D8D;
  width: 185px;
}

#AccountDetails .float_left {width: 270px;}
#AccountDetails .float_left, #AccountDetails .float_no {margin-bottom: 6px;}
#AccountDetails .Submit{margin: 15px 0px;}
/*  styles for captcha */
#simple_captcha{border: 0px solid #ccc; padding: 5px !important;float: left;}
#simple_captcha,#simple_captcha div{display: inline;}
  #simple_captcha .simple_captcha_field{
    background: url(/images/input_field_bg_636463.gif) no-repeat center center;
    border: 0px solid #ccc;
    margin: 0px 0px 2px 10px !important;
    padding:2px !important;
    float: left;
    width: 187px;
    height: 25px;
    display: inline;
  }
  #simple_captcha .simple_captcha_image{
    border: 0px solid #ccc;
    margin: 0px 0px 2px 40px !important;
    padding: 0px !important;
    float: left;
    display: inline;
  }
#simple_captcha .simple_captcha_label{font-size: 12px;float: left;}
#simple_captcha .simple_captcha_field input{
  background-color:transparent;
  margin-top:2px;
  border:none;
  padding: 0px 2px;
  height:25px;
  font-size:1.1em;
  font-weight: normal;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #8D8D8D;
  width: 185px;
  }
  
.datePicker table{
  font-size: 0.8em; 
}

#company_notice{color: red;font-size:0.9em;width:450px;padding:5px;}
.buttons .button_div{float:left;}

#StandardContentPane #preview_text{font-size:1.2em; color: #fff;font-weight:normal;}
#StandardContentPane #titles a, #StandardContentPane #titles a:active, #StandardContentPane #titles a:visited, #StandardContentPane #titles a:hover{   
  color:#FF7EEE;
  border-bottom: dashed 1px #FF7EEE;
  cursor:default;
  text-decoration:none;
}

#link_builder .rounded_box {
  background-color: #7a7a7a;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  width:97%;
  padding:10px;
}

#link_builder textarea{
  width:250px;
  height:70px;
}

#link_builder a, #link_builder a:active, #link_builder a:visited, #link_builder a:hover{
  color: #fff;
}

#link_builder .button_list_popup{
  text-align:left;
  width:90px;
  height:200px;
  overflow-y: scroll;
  border: solid 1px #454545;
  background: #fff;
}



#Customers #contact_note_label{float:left;}
#Customers #contact_note{padding-left:10px;float:left;}
#Customers #contact_note textarea{display:block;}

.submit_image{border:0px;}

input[type=radio]{border:0px;background:none;}
input[type=checkbox]{border:0px;background:none;}

/* Check list styles */
#CheckList{
  background-color:#fff;
  color: #000;
  padding:20px;
}
#CheckList .round_border{
  background-color: #f5f5f5;
  border:0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; 
  border:solid 1px #cccccc;
  margin-top:10px;
}
#CheckList h2{
  background-color: #f5f5f5;
  border:0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin:0px 0px 0px 0px;
  padding: 5px;
  line-height: 34px;
}
#CheckList h2 a, #CheckList h2 a:visited, #CheckList h2 a:active{text-decoration: none; color: #FF7EEE;}
#CheckList h2 a:hover{text-decoration: underline;}
#CheckList h2 span{padding-left: 20px; color: red; font-size: 1.0em;}

#CheckList #account_activation,#CheckList #business,#CheckList #services,#CheckList #linking, #CheckList #finishing{
  background-color: #FCFCFC;
  border: 0px;
  border: 0px;
  border-top:solid 1px #cccccc;
  padding: 10px;
  margin:2px;
  -webkit-border-radius-bottom: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
}

#CheckList .label{
  float: left;
  height:28px;
  text-align:right; 
  padding-right:17px;
  padding-top:8px;
  font-weight:bold;
  font-size:1.1em;
}
#CheckList .long_input_block{
  width: 214px;
  height:28px;
  float: left;
  background: url(/images/input_bg_long.png) no-repeat center center;
  text-align:center;
  padding:5px;
}
#CheckList .middle_input_block{
  width: 135px;
  height:28px;
  float: left;
  background: url(/images/input_bg_middle.png) no-repeat center center;
  text-align:center;
  padding:5px;
}
#CheckList .small_input_block{
  width: 60px;
  height:28px;
  float: left;
  background: url(/images/input_bg_small.png) no-repeat center center;
  padding:5px;  
}
#CheckList .select_block{  float: left; padding:5px;}
#CheckList input {
  border:0;
  background-color:transparent;
  margin-top:4px;
  border:none;
  padding: 0px 2px;
  height:25px;
  font-size:1.1em;
  font-weight: normal;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  color: #8D8D8D;
  font-family:"Lucida Grande",Verdana;
}
#CheckList .small_input_block input{width:55px;}
#CheckList .long_input_block input{width:200px;}
#CheckList .middle_input_block input{width:125px;}
#CheckList select {
  font-size: 1em;
  vertical-align: middle;
  background:url(/images/input_field_bg.gif) repeat-x scroll left top;
  width: 180px;
  border: 0px none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  margin: 5px 0px;
  padding: 3px 3px 3px 5px;
  color: #8D8D8D;
}
#CheckList #time_slot_fields select {width:90px;}
.note{
  background-color: #FFFFF0;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  float:left;
  margin-left:20px;
  padding: 5px 10px 5px 10px;
  color: #8D8D8D;
}
#CheckList .tool_type_box{float:left;}
#CheckList .tool_type_box .note{display:none;position:absolute;z-index:1000;float:none;width:300px;} 
#CheckList .textarea_block{
  width: 381px;
  height:154px;
  float: left;
  background: url(/images/textarea_bg.png) no-repeat center center;
  text-align:right;
  padding:5px;
}
#CheckList textarea {
  background-color: transparent;
  margin-top:4px;
  border:0px none;
  padding: 0px;
  padding-left: 3px;
  height:145px;
  width: 375px;
  resize:none;
  font-size:1.1em;
  font-family:"Lucida Grande",Verdana;
  color: #8D8D8D;
}
#CheckList span.red{color:red;}

#CheckList #service_link_list{
  width:850px; 
  padding:1px 1px 1px 1px; 
  background-color:#cccccc;
}
#CheckList #linking a.magenta{color:#FF7EEE;border:0px;padding-top:20px;font-weight:bold;}
#CheckList #service_link_list .titles{background-color:#ffffff; padding:5px;font-weight:bold;}
#CheckList #service_link_list .service_link{padding:5px; margin-top:1px; background-color:#f5f5f5; color: #000; font-weight:bold;}
#CheckList #service_link_list a, #CheckList #service_link_list a:visited, #CheckList #service_link_list a:active,#CheckList #service_link_list a:hover{color:#FF7EEE;} 
#CheckList #service_link_list textarea{
  background-color: #fff;
  width:300px;
  height:80px;
  font-size: 0.8em;
  border :solid 1px #cccccc;
}
/* preview services popup for checklist */
#preview_services_list{width: 930px;}
#preview_services_list table{ width: 100%;}
#preview_services_list table th{background-color: #fff; padding: 5px;}
#preview_services_list table td{background-color: #454545; color: #fff; padding: 5px;}

#CheckList .company_details .company_details_container{border-color: #9f9f9f; width: 850px; color: #fff;}
#CheckList .company_details .description{ width: 300px; border-color: #9f9f9f;}

#CheckList .template_business_field{padding-top:0px;}
#CheckList .template_business_field .label{font-weight:normal;}

#CheckList table#service_list{border-collapse:collapse;border: solid 1px  #cccccc;}
#CheckList table#service_list tr{background-color: #cccccc;border-color:#cccccc; border: solid 1px  #cccccc;}
#CheckList .services_box .box{ background-color: #9f9f9f;border-color:#fff;}
#CheckList table#service_list td,#CheckList table#service_list th{background-color:#fff;border: 0px;}
#CheckList table#service_list td{color: #000; font-weight:bold; background-color:#f5f5f5;}
#CheckList table#service_list a{color:#FF7EEE;}
#link_to_provider_dashboard a{
  color: #fff;
  background-color: #BD56BA;
  font-weight:bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; 
  padding: 8px;
}

#CheckList .buttons input{
  color: #fff;
  background-color: #BD56BA;
  font-weight:bold;
  height:33px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px; 
  border:0px;
  font-size: 1.1em;
  padding: 2px 4px 4px 4px;
}
#link_to_provider_dashboard {height:200px;padding-top:50px;display:none;}
#CheckList #time_slot_fields{
  width:350px;
  float:left;
} 
#CheckList #business_calendar_container table th.slot_caption{
  text-align: center;
  background: #FFFDCA;
  color: #000;
}
#CheckList #business_calendar_container table{
  padding-top: 5px;
}
#CheckList #business_calendar_container td {
  height: 30px;
  width: 60px;
  padding: 0px;
  border: 1px solid #B3B3B1;
} 
#CheckList #business_calendar_container .hours{
  font-size: 10px;
  white-space: nowrap;
  width: 75px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  padding-left: 2px;
}
#CheckList #lookup_location {border:solid 1px #999999;}
#CheckList .postcode_label{padding-bottom: 4px;}
#CheckList #MapBox{float:right;}/* --------- /stylesheets/datepicker.css --------- */ 
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(/images/datepicker/icon_small_calc.png) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(/images/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(/images/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(/images/datepicker/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(/images/datepicker/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(/images/datepicker/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
