/* --------- /stylesheets/dummy.css --------- */ 
/* --------- /stylesheets/home.css --------- */ 
body{
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, Sans-Serif;
  background-color: #d7d7d7;
  margin-top: 0px;
  font-size: 0.8em;
}

#container {
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid #fff;
  width: 944px;
  text-align: left;
}

a, a:active, a:hover, a:visited{
  color: #E670EA;
}

a img {
  border: 0px;
}

.header, .header .header_int, .header .welcome, .header .register, .header .register .left, .header .register .right, .header .message_bar, .header .help{
  height: 36px;
}
.header{
  background: url(/images/header_bg.png) repeat-x ;
  color: #fff;
  font-size: 0.95em;
  
}
.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;
}
.LoginButton{vertical-align: middle; margin-top: -2px;}
.header .register{
  background:transparent  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 .welcom .text, .header .welcome a{
  line-height: 36px;
  vertical-align: baseline;
}

.header .register .text{  
  line-height: 34px;
  vertical-align: baseline;
}

.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{
  float:right;
  margin-right:30px;
  text-align:right;
  text-decoration: none;
  height:36px;
}
.help a, .help a:active, .help a:visited, .help a:hover{
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin-left: 15px;
  line-height:36px;
  vertical-align: baseline;
}
.help a:active, .help a:hover{
  border:none;
}

.logo{
  background:#fff url(/images/logo_left_bg.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.9em;
  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.25em;
  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;
}


.search_panel {
  color: #fff;
  background-color: #7a7a7a;
  clear: both;
  height: 430px;
  
}

.search_panel .top{
  padding-top: 6px;
  border-bottom: 1px solid #8a8b8a;
  height: 44px;
}


.search_panel .label, .search_panel .search_main_field , .search_panel .submit_search, .search_panel .contacts{
  float: left;
}
.search_panel .label {
  font-size: 2em;
  font-weight: bold;
  padding-left: 40px;
}
.search_panel .search_main_field {
  padding: 5px 5px 0px 5px;
}
.search_panel .submit_search{
  /*border-right: 1px solid #8b8b8b;*/
  padding: 0px 15px 0px 15px;
}
.search_panel .contacts {
  font-size: 1.8em;
  font-weight: bold;
  border-left: 1px solid #535353;
  padding-left: 10px;

}

.applestyle .sbox1, .applestyle .sbox2, .applestyle .sbox input{
  height:26px;
  float:left;  
}
.applestyle .sbox1{}
.applestyle .sbox input{
  border:0px none;
  padding: 0px 2px;
  width:330px;
  height:26px;
  font-size:1.5em;
  font-weight: normal;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}
.applestyle .sbox2{}



.search_panel .center{
  border-top: 1px solid #525352;
  height: 10px;
}

.search_panel .bottom{
  height: 382px;
}

.search_panel .bottom .right{
  background-color: #8b8b8b;
  float: right;
  height: 355px;
  width: 920px;
}
.search_panel .bottom .right .content{
  height: 339px;
}

.top_corner, .bottom_corner{
  background-color: #8b8b8b;
  height: 8px;
}
  
.top_corner{
  background:url(/images/left-top-corner.gif) no-repeat left;
}

.bottom_corner{
  background: url(/images/left-bottom-corner.gif) no-repeat left;
}

.search_form_fields {
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  width: 246px;
}

.search_form_fields .fieldset{
  font-weight: bold;
  background-color: #989898;
  -moz-border-radius: 8px;  
  -webkit-border-radius: 8px;
  padding: 5px;
  margin: 5px 0px;
  width: 236px;
}

input#srch_fld{
  -moz-border-radius: 10px;
  padding-left:5px;
}
.search_form_fields input, .search_form_fields select {
  font-size: 1em;
  vertical-align: middle;
  background:url(/images/input_field_bg.gif) repeat-x scroll left top;
  width: 239px;
  border: 0px none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  margin: 5px 0px;
  padding: 3px 3px 3px 5px;
}
.search_form_fields select { 
  width: 246px;
}

.search_form_fields input, .search_form_fields img{
  vertical-align: middle;
}
.search_form_fields input.date_field{
  width: 55px;
}

input.search_submit_btn_big {
  background-image:url(/images/button_search_big_bg.gif); 
  width:79px; 
  height:36px; 
  border:0; 
  color:#fff; 
  font-weight: bold;
  padding-bottom: 3px;
}

input.search_submit_btn {
  background:#797a79 url(/images/button_search_bg.gif); 
  width:64px; 
  height:28px; 
  border:0; 
  color:#fff; 
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 0.9em;
}

.search_map {
  margin-left: 40px;
  float: left;
}
.search_map_int {
  border: 1px solid #797a7a;
  height: 342px;
}

.bread_crumb{
  padding-left: 30px;
  border-top: 1px solid #fff;
  
  background-color: #e5e5e5;
  height: 32px;
  clear: both;
}
.search_tools {
  padding: 0px 10px;
}
.search_tools .help {
  padding-top: 10px;
}

.bread_crumb > span {
  vertical-align: -5px; 
}

.main_content{
  background:#fff url(/images/main_content_bg.png) repeat-x;
  height: 400px;
  background-color: #fff;
}

.main_content_int{
  padding-left: 14px;
  float: left;
  width: 390px;
}

.main_content_int2{
  padding-left: 20px;
  padding-top: 17px;
  float: left;
  width: 504px;
}

.main_content_int2 .column{
  float: left;
  width: 168px;
  height:50px;
  padding-bottom:10px;
}

.main_content_int2 .column img{
  vertical-align: middle;
}

.main_content_int2 .column_right{
  float: right;
  width: 168px;
  height:50px;
  padding-bottom:10px;
}

.main_content_int2 .column_right img{
  vertical-align:middle;
}

.main_content_int2 a{
  font-weight:bolder;
}

.main_content_int2 .head_link a{
  font-weight:bold;
  font-size: 1.4em;
}

.featured_provider, .how_it_works{
  padding-left: 20px;
}

.how_it_works img{
  vertical-align: bottom; 
}
.featured_provider div{
  padding-top: 20px;
}



.rounded_box {
  background-color: #f6f6f6;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  width: 100%;
}

.rounded_box .content {
  padding: 20px;
}

.featured_provider_box a {
  font-size: 1.2em;
  font-weight: bold;
}
.featured_provider_box{
  color: #676364;
  clear: left;
  color: #000;
}
.featured_provider_box .caption{
  color: #000;
  font-weight: bold;
}
.featured_provider_box .tools{
  margin-top: 10px;
}
.featured_provider_box .tools a {
  font-size: 0.9em;
  font-weight: normal;
}

.featured_provider_box .tools{
  margin-top: 10px;
}

.featured_provider_box img{float:left;}
.featured_provider_box h3{font-size:1.2em;color:black;}
.featured_provider_box .left{width: 100px; float:left;}
.featured_provider_box .right{width: 240px; float:left;padding-left:10px;}

.how_it_works_box p{
  font-style: italic;
}
.how_it_works_box h1{
  color: #797b7a;
  font-size: 2.3em;
  font-weight: lighter;
}
.how_it_works_box h2 a{
  font-size: 1.5em;
  font-weight: lighter;
}


/* footer */
.footer, .footer_menu  {
  clear: both;
  text-align: center;
}

.footer_menu  {
  background-color: #fff;
  height: 32px;
  padding-top: 10px;
  vertical-align: -8px;
}

.footer_menu a, .footer_menu a:active .footer_menu a:hover, .footer_menu a:visited{
  color: #000;
  font-size: 0.9em;
}

.footer {
  color: #fff;
  background-color: #797a79;
  border-top: 1px solid #cfcfce;
  height: 100px;
}
.footer img{
  border: 0px;
  margin-top: 10px;
}



/* icon styles */
.heart_icon {
  background-image:url(/images/icon_heart.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}

.register_icon {
  background-image:url(/images/icon_register.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

#Logon{
  padding: 10px 5px 3px 0px;
  margin: 0px;
  text-align: right;
  width: 220px;
}
#Logon input.textbox{margin-bottom: 2px;}

#StandardContentPane {
  background-color: #fff;
  padding-top: 5px;
  padding-left: 40px;
  padding-bottom: 20px;
  min-height: 100px;
}

#StandardContentPane #Logon{
  margin-left: 250px;
}

#features_and_benefits{ background-color: #454545; padding-top: 5px;}
#features_and_benefits .left{background-color: #454545;float:left;padding-left:50px;color:#fff;}
#features_and_benefits .right{background-color: #454545;float:right;padding-right:20px;}

#features_and_benefits th{text-align:center;color:#fff;}
#features_and_benefits td.first{text-align:left;}
#features_and_benefits td{text-align:center;color:#fff;border-bottom:solid 1px #A0A0A0;}
#features_and_benefits tr{border-bottom:solid 2px #A0A0A0;height:20px;}
#features_and_benefits .rounded_box{background-color:#fff;width:220px;padding:20px;}
#features_and_benefits .column img{vertical-align:middle;}
#features_and_benefits .column a{font-weight:bold;}
#features_and_benefits a.white{color:#fff;}
#features_and_benefits .rounded_box_lightgrey {
  background-color: #7a7a7a;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  width:97%;
  padding:10px;
}

#bookings .booking_details { border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px; clear:both}


/*  styles for captcha */
#simple_captcha{border: 0px solid #ccc; padding: 5px !important;}
  #simple_captcha,
  #simple_captcha div{display: table;}
  #simple_captcha .simple_captcha_field{
    background: url(/images/input_bg_long.png) no-repeat center center;
    border: 0px solid #ccc;
    margin: 0px 0px 2px 0px !important;
    padding:2px !important;
    float: left;
    width: 214px;
    height: 28px;
  }
  #simple_captcha .simple_captcha_image{
    border: 0px solid #ccc;
    margin: 0px 0px 2px 0px !important;
    padding: 0px !important;
    float: left;
  }
  #simple_captcha .simple_captcha_label{font-size: 12px;}
  #simple_captcha .simple_captcha_field input{
  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;
  width: 200px;
  }
  
#feedback{background-color:#454545;padding:15px;color:#fff;}
#feedback .rounded_box {
  background-color: #7a7a7a;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  width:97%;
  padding:10px;
}
#feedback h3,#feedback h1{color:#fff;}
#feedback textarea, #feedback input, #feedback select {border: none;}
#feedback .textarea_block{
  width: 418px;
  height:136px;
  background: url(/images/textarea_addition_info.jpg) no-repeat center center;
  text-align:right;
  padding:5px;
}
#feedback textarea {
  background-color: transparent;
  margin-top:4px;
  border:0px none;
  padding: 0px;
  padding-left: 3px;
  height:127px;
  width: 412px;
  resize:none;
  color: #000;
}
#feedback input, #feedback select {
  font-size: 1em;
  vertical-align: middle;
  background:url(/images/input_field_bg.gif) repeat-x scroll left top;
  width: 239px;
  border: 0px none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  margin: 5px 0px 5px 5px;
  padding: 3px 3px 3px 5px;
  color: #000;
}
#feedback select { 
  width: 246px;
}

#feedback input, #feedback img{
  vertical-align: middle;
}
#feedback .label{color:#fff;width:120px;float:left;font-size:1.1em;padding-top:4px;}
#feedback .text{color:#fff;float:left;font-size:1.1em;padding-top:4px;}
#feedback .labelbr{color:#fff;width:100px;float:none;}
#feedback .submit_search{
  padding: 0px 15px 0px 15px;
}
#feedback input.search_submit_btn {
  background:#797a79 url(/images/button_search_bg.gif); 
  width:64px; 
  height:28px; 
  border:0; 
  color:#fff; 
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 0.9em;
}

#StaticContentPane{
  background-color: #f0f0ee;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
#StaticPageContentBody{padding:10px;}
#StaticPageContentBody, #StaticPageContent{
  background-color:#454545;
  color: #FFF;
}

#StaticPageContentPane{
  -moz-border-radius:10px;
  -webkit-border-radius: 8px;
  background-color:#7A7A7A;
  padding:10px;
  color: #fff;
}

#public_content{ background-color: #454545; color:#fff; padding:20px;}
#public_content #promotional_text{
  -moz-border-radius:10px;
  -webkit-border-radius: 8px;
  background-color:#565656;
  width: 50%;
  float:left;  
  padding: 10px;
  margin-top: 10px;
  font-size:1.0em;
  line-height:20px;
}
#featured_tag_cloud{
  width:400px;
  float:left;  
  padding-left: 10px;
  vertical-align:top;
}
#public_content #popup_links a{
  font-size:1.3em;
  color: #DFDFDF;
  font-weight: normal;
  border-bottom:dashed 1px #DFDFDF;
  text-decoration: none;  
}
#public_content #sign_up_button{padding-top:20px;  padding-left:140px;
}
.business_exampel_tooltip {
  padding:6px;
  background-color: #CECECE;
  color:#000;
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
  font-size:1.0em;
}

/* pagination */

#StandardContentPane .pagination{padding-top :20px;}
#StandardContentPane .pagination a, #StandardContentPane .pagination a:active, #StandardContentPane .pagination a:visited, #StandardContentPane .pagination a:hover{
  color:#E670EA;
  padding:2px;
}
#StandardContentPane .pagination .disabled { color: #d7d7d7;}/* --------- /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/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;
        }
