#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;  
}