﻿body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 16px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Georgia,"Times New Roman",Times,serif;
}

h1
{
    font-size: 40px;
}

h2
{
    font-size: 30px;
}

h3
{
    font-size: 25px;
}

h4
{
    font-size: 20px;
}

h5
{
    font-size: 10px;
}

h6
{
    font-size: 5px;
}

a:link, a:visited, a:active
{
    color: #006699;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

.clear
{
    clear: both;
}

.h20
{
    height: 20px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.w300
{
    width: 300px;
}

.w350
{
    width: 350px;
}

.w400
{
    width: 400px;
}

.w530
{
    width: 530px;
}

.grey
{
    color: #666666;
}

#wrapper
{
    width: 960px;
    margin: 10px auto;
    padding: 6px 6px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -moz-box-shadow: 0 0 3px 3px #E0E4D8;
    -webkit-box-shadow: 0 0 3px 3px #E0E4D8;
    box-shadow: 0 0 3px 3px #E0E4D8;
}

#header_wrapper
{
    border-bottom: 1px solid #DFE5D5;
}

#menu ul
{
    padding: 6px 0;
    border-radius: 5px 5px 0 0;    
    background: #248FBF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F9DCB', endColorstr='#1A82B4');
	background: -webkit-gradient(linear, left top, left bottom, from(#2F9DCB), to(#1A82B4));
	background: -moz-linear-gradient(top,  #2F9DCB,  #1A82B4);
}

#menu ul li
{
    display: inline;
    font-family: Georgia,"Times New Roman",Times,serif;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active
{
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    border-right: 1px solid #aaa;
}

#menu ul li a:link.last, #menu ul li a:visited.last, #menu ul li a:active.last
{
    border-right: none;
}

#menu ul li a:link.first, #menu ul li a:visited.first, #menu ul li a:active.first
{
    border-radius: 5px 0 0 0;    
}

#menu ul li a:hover
{
    background: #1A82B4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A82B4', endColorstr='#2F9DCB');
	background: -webkit-gradient(linear, left top, left bottom, from(#1A82B4), to(#2F9DCB));
	background: -moz-linear-gradient(top,  #1A82B4,  #2F9DCB);
}


#logo
{
    float: left;
    padding: 10px 20px 10px 5px;    
}

#logo img
{
    width: 220px;
    height: 90px;
}

#searchbar
{
    float: left;
    margin: 30px 0 0 0;
}

#searchbar .date
{
    color: #666;
    font-size: 12px;
    padding: 0 0 5px 0;
}

#searchbar .search_tip
{
    color: #aaa;
    font-size: 12px;
    padding: 5px 0 0 0;
}

#searchbar .txtSearch
{
    border: 1px solid #D9DDCF;
    padding: 6px 5px;
    width: 300px;
    background: #D6ECF7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3EFEF', endColorstr='#F8FCFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#E3EFEF), to(#F8FCFF));
	background: -moz-linear-gradient(top,  #E3EFEF,  #F8FCFF);
}

#searchbar .btnSearch
{
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    
    background: #D6ECF7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD802D', endColorstr='#CC5202');
	background: -webkit-gradient(linear, left top, left bottom, from(#FD802D), to(#CC5202));
	background: -moz-linear-gradient(top,  #FD802D,  #CC5202);
}

#login
{
    float: right;
    background: url(images/icon_padlock.gif) no-repeat left center;
    padding: 10px 5px 10px 20px;
}

#login a:link, #login a:visited, #login a:active
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #3789B9;
}

#content_wrapper
{
    padding: 15px 10px;
}

.column
{
}

.column p
{
    padding: 10px 0 5px 0;
}

.column h2
{
    margin: 10px 0 0 0;    
    padding: 0 0 10px 0;
    font-size: 28px;
    border-bottom: 1px solid #DFE5D5;
}

.biz_list
{
    margin: 5px 0;
}

.biz_list .biz
{
    margin: 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.biz_list .biz h3
{
    font-size: 18px;
    padding: 0 0 5px 0;
}


.biz_list .biz h3 span.verify
{    
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    background: url(images/icon_accept.gif) no-repeat left center;
    margin: 0 0 0 7px;
    padding: 4px 5px 4px 20px;
}

.biz_list .biz:hover span.verify
{
    color: #888;
}

.biz_list .biz h3 span.distance
{   
    color: #777;
    text-decoration: none;
    font-size: 16px;
    background: url(images/icon_world_dynamic.gif) no-repeat left center;
    margin: 0 0 0 13px;
    padding: 4px 5px 4px 20px;
}

.biz_list .biz:hover span.distance
{
    color: #000;
}

.biz_list .biz h3 span.address
{   
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
    background: url(images/icon_world_dynamic.gif) no-repeat left center;
    margin: 0 0 0 13px;
    padding: 4px 5px 4px 20px;
}

.biz_list .biz:hover span.address
{
    color: #888;
}

.biz_list .biz h3 a:link, .biz_list .biz h3 a:visited, .biz_list .biz h3 a:active
{
    color: #006699;    
    text-decoration: none;
}

.biz_list .biz h3 a:hover
{    
    text-decoration: underline;
}

.biz_list .biz .contact
{
    margin: 7px 0 0 0;
}

.biz_list .biz .contact a:link, .biz_list .biz .contact a:visited, .biz_list .biz .contact a:active
{
    font-size: 12px;
    color: #006699;
    text-decoration: none;
    margin: 0 3px 0 0;
}

.biz_list .biz .contact a:hover
{      
    text-decoration: underline;
}

.biz_list .biz .contact .appointment
{
    background: url(images/action_go.gif) no-repeat left center;
    padding: 4px 5px 4px 20px;
}

.biz_list .biz .contact .web
{
    background: url(images/icon_world.gif) no-repeat left center;
    padding: 4px 5px 4px 20px;
}


#footer_wrapper
{
    padding: 5px 10px;
    border-top: 1px solid #DFE5D5;
}

#copyright
{
    color: #333333;
    font-size: 12px;
    text-align: center;
}



#portfolio
{
}

#portfolio .template
{
    float: left;
    width: 240px;
    margin: 40px 35px;
    text-align: center;
}

#portfolio h3
{
    border: none;
}

table.jobs_list
{
    border: 1px solid #ccc;
    border-collapse: collapse; 
    margin: 10px 0 0 0;
}

table.jobs_list tr th
{
    padding: 5px 7px;
    border: 1px solid #ccc;
    background-color: #eee;
    font-size: 13px;
    font-weight: bold;    
}

table.jobs_list tbody tr
{
    background-color: #fff;    
}

table.jobs_list tbody tr td
{
    padding: 5px 7px;
    border: 1px solid #ccc;
    font-size: 12px;    
    vertical-align: top;
}

table.jobs_list tbody tr:hover
{
    background-color: #f5f5f5;
}

#login
{
    float: right;
    margin: 5px 0 0 0;
    background: url(images/icon_padlock.gif) no-repeat left top 10px;
    padding: 10px 5px 5px 20px;
}

#login a:link, #login a:visited, #login a:active
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #3789B9;
}

#login_services 
{
    float: right;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #3789B9;
}


/* business details page */
.biz_details
{    
}

.biz_details h1
{
    font-size: 30px;
    padding: 0 0 12px 0;
    margin: 8px 0 10px 0;
    border-bottom: 1px solid #d6d6d6;
}

.biz_details p
{
    color: #444;
    line-height: 20px;
    padding: 3px 0;
}

.biz_details .biz_features
{
    margin: 20px 0 0 0;
}

.biz_details .biz_features .biz_feature
{    
    float: left;
    border: 1px solid #dcdcdc;
}

.biz_details .make_appointment
{
    width: 380px;
    margin: 10px 5px;
    padding: 10px 10px;    
}

.biz_details .map_locations
{
    width: 490px;
    margin: 10px 5px;
    padding: 10px 10px;    
}

.biz_details #locations_map
{
    width: 490px;
    height: 280px;
}

.biz_details .biz_features .biz_feature h2
{    
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0 10px 0;
    margin: 5px 0;
}

.biz_details .biz_features .map_locations h2
{
    padding: 7px 0 10px 30px;
    border-bottom: 1px solid #EFEFEF;
    background: url(images/locations.jpg) no-repeat scroll 0 0;
}

.biz_details .biz_features .make_appointment h2
{
    padding: 7px 0 10px 40px;
    border-bottom: 1px solid #EFEFEF;
    background: url(images/appointment.jpg) no-repeat scroll 0 0;
}

.biz_details .biz_features .biz_feature .biz_location
{
    font-size: 11px;
    float: left;
    width: 155px;
    margin: 10px 5px 10px 0;
}

.biz_details .biz_features .biz_feature .biz_location h3
{    
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 4px 0;
    margin: 0 0 4px 0;
    border-bottom: 1px solid #dedede;
}

fieldset.biz_details_appt_form
{
    margin: 20px 0 0 40px;
}


fieldset.post_review_form
{
    /*border: 1px solid #ccc;*/
    padding: 10px 5px;    
    margin: 5px 0;
}

fieldset.post_review_form .field
{
    margin: 20px 0;
}

fieldset.post_review_form .field label
{
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 3px 10px 0 0;
}

fieldset.post_review_form .field .guide
{
    display: block;
    float: left;
    clear: left;
    text-align: right;
    font-size: 11px;    
    padding: 5px 0 0 15px;
}


fieldset.biz_details_appt_form .field
{
    margin: 5px 0;
}

fieldset.biz_details_appt_form .field label
{
    float: left;
    width: 90px;
    font-weight: bold;
}

fieldset.biz_details_appt_form .field label span
{
    font-size: 13px;
    color: #990000;
}

fieldset.biz_details_appt_form .field .text
{    
    width: 200px;
}

fieldset.biz_details_appt_form .field .dropdown
{    
    width: 204px;
}

fieldset.biz_details_appt_form .field .textarea
{    
    width: 200px;
    height: 60px;
}


.field
{
    width: 230px;
    margin-right: 20px;
}

fieldset.biz_details_login .field
{
    margin: 8px 0;
}

fieldset.biz_details_login label
{
    float: left;
    width: 110px;
    font-weight: bold;    
}

fieldset.biz_details_login span.field-validation-error
{
    display: block;
    color: #ff0000;
    text-align: center;
}

fieldset.biz_details_login .field .dropdown {
    width: 210px;
}

fieldset.biz_details_login .field .textarea {
    height: 70px;
    width: 210px;
}

input, select, textarea {
    font-family: Arial,"Times New Roman",Times,serif;
    font-size: 13px;
    padding: 1px;
}


.biz_details .biz_features .biz_feature .biz_location {
    float: left;
    font-size: 11px;
    margin: 10px 5px 10px 0;
    width: 155px;
}

.biz_details .biz_features .biz_feature .biz_location h3 {
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
    padding: 5px 0 4px;
}

h2 {
    font-size: 25px;
    margin: 7px 0 0;
    padding: 0 0 7px;
     border-bottom: 1px solid #DEDEDE;
}


#reviews {
    margin: 20px 0 0;
}

#reviews .review
{
    clear: both;
    margin: 0 0 40px 0;
}


#reviews .review .review_body
{
    background-color: #eee;
    border: 1px solid #ccc;
    position: relative;
    top: 1px;
    z-index: 3;
    width: 600px;    
    padding: 10px 20px;
}

#reviews .review .callout_outer
{
    height: 0;
    width: 0;
    border-top: 12px solid #ccc;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 11;
}

#reviews .review .callout_inner
{
    position: relative;
    left: -10px;
    top: -12px;
    height: 0;
    width: 0;
    border-top: 10px solid #eee;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 10;
}

#reviews .review .attributes
{
    padding: 0;
}

#reviews .review .attributes .author
{
    font-weight: bold;
}

#reviews .review .attributes .rating
{
    margin: 0 5px;
}
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(images/jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}

table.appointments {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    margin: 10px 0 0;
    width: 900px;
}

table.appointments thead tr th {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 7px;
}

table.appointments tbody tr td
{
    padding: 5px 7px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

table.appointments tbody tr:hover
{
    background-color: #f5f5f5;
}

/*********style for newly created signup form**********/
h1.signup
{    
    font-size: 35px;    
    text-align: center;
    padding: 0 0 22px 0;
    margin: 10px 0 0 0;    
}

h1.signup strong
{
    color: #006699;
    text-decoration: underline;
}

fieldset.sign_up
{
    margin: 0;
    border: 0px;
}

fieldset.sign_up .field
{
    margin: 10px 0;
}

fieldset.sign_up .btns
{
    margin: 20px 0 0 0;
}

fieldset.sign_up .field label
{
    float: none;
    color: #444;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 5px 0;
}

fieldset.sign_up .field input.text
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #98A0A0;
    background: #fff url(images/input.png) repeat-x 50% 0;
    width: 360px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    padding: 6px 5px;
    letter-spacing: 1px;
}


fieldset.sign_up .field input.input-validation-error
{
    border: 1px solid #ff0000;
}

fieldset.sign_up .field .submit
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #FFAB00;
    cursor: pointer;
    padding: 5px 30px;
    margin: 0 0 0 120px;        
    color: #303033;
    font-weight: bold;
    font-size: 17px;        
    background-color: #F7C72C;
	background-image: -moz-linear-gradient(top, #FFEF5A, #F2A606);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEF5A), to(#F2A606));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEF5A', endColorstr='#F2A606');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEF5A', endColorstr='#F2A606')";
}

fieldset.sign_up .field .submit:hover
{   
    background-color: #F9D685;
	background-image: -moz-linear-gradient(top, #FFFEEF, #F2A606);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFEEF), to(#F2A606));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFEEF', endColorstr='#F2A606');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFEEF', endColorstr='#F2A606')";
}

fieldset.sign_up .field .submit:active
{    
    background-color: #FFCD2E;
	background-image: -moz-linear-gradient(top, #FFAC02, #FFEC56);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAC02), to(#FFEC56));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFAC02', endColorstr='#FFEC56');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFAC02', endColorstr='#FFEC56')";
}

fieldset.sign_up .field span.field-validation-error
{
    display: block;
    font-size: 11px;
    color: #ff0000;
}


.signup_features
{
    float: left;
    width: 440px;
    margin: 30px 0 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;    
}

.signup_features p
{
    font-size: 22px;
    font-style: italic;
}

.signup_features ul
{
    font-size: 18px;
    font-style: italic;
}

.signup_features ul li
{
    background: url(images/premium_tick.jpg) no-repeat scroll 0 0;
    padding: 5px 0 8px 40px;
    margin: 5px 0 5px 0px;
    line-height: 23px;
    list-style: none;
}

.signup_features ul li span.highlight
{
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;    
}

.signup_features .tip
{
    padding: 10px 0;
    font-size: 11px;
    font-style: italic;
}

.signup_form
{
    float: right;
    width: 450px;
    border-left: 1px solid #dedede;
    padding: 0 0 0 30px;
    margin: 10px 0;
}

.plan_list
{    
        width: 425px;
}

.plan_list .plan
{    
    padding: 15px 0;
    border-bottom: 1px dashed #98A0A0;
}

.plan_list .last
{
    border-bottom: none;
}

.plan_list .plan input
{
    float: left;
    margin: 4px 3px 0 0;
}

.plan_list .plan .price
{
    float: left;
    margin: 2px 0 0 5px;    
    font-size: 18px;
    font-weight: bold;    
}

.plan_list .plan .price span
{    
    font-size: 11px;
    font-weight: normal;      
}

.plan_list .plan .plan_features
{
    float: right;
    width: 260px;
    padding: 0 0 0 38px;
}

.plan_list .plan .plan_features h3
{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
}

.plan_list .plan .plan_features p
{
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 12px;
}

.plan_list .plan .free
{
    background: transparent url(images/free.jpg) no-repeat scroll 0 0;
}

.plan_list .plan .premium
{
    background: transparent url(images/premium.jpg) no-repeat scroll 0 0;
}

.pay_premium_member_text p
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;    
    line-height: 30px;
    padding: 20px 0;
}

.pay_premium_member_text p span
{
    font-style: italic;
    font-weight: bold;
}

input.paypal
{    
    background: transparent url(images/logo-paypal.jpg) no-repeat scroll 0 0;
    padding: 65px 148px;
    margin: 10px 0 0 300px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #fff;
}

input.paypal:hover
{
    border: 2px solid #999;
}

.validation-summary-errors
{
    font-weight: bold;
    color: Maroon;
}

.validation-summary-errors ul
{
    color: Red;
}

h3 {
    font-size: 20px;
    margin: 5px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #DEDEDE;
}

.ui-corner-all {
    border-radius: 5px 5px 5px 5px;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: url("images/ui-bg_gloss-wave_45_e14f1c_500x100.png") repeat-x scroll 50% top #E14F1C;
    border: 1px solid #CD0A0A;
    color: #FFFFFF;
}

h1.login_heading {
    font-size: 25px;
    margin: 7px 0 0;
    padding: 0 0 7px;
     border-bottom: 1px solid #DEDEDE;
    text-align: center;
}

fieldset.login
{
    border: 1px solid #ddd;
    width: 360px;
    margin: 20px 0 0 250px;
    padding: 10px 50px;
}

fieldset.login .field
{
    margin: 20px 0;    
}

fieldset.login .field label
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

fieldset.login .btns
{
    text-align: center;
    width: 100%;
}

fieldset.login .btns input
{
    padding: 5px 20px;
}

fieldset.login .field input.text {
    background: url("images/input.png") repeat-x scroll 50% 0 #FFFFFF;
    border: 1px solid #98A0A0;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 5px;
    width: 360px;
}

fieldset.login .field input.input-validation-error
{
    border: 1px solid #ff0000;
}

fieldset.login .field span.field-validation-error
{
    display: block;
    font-size: 11px;
    color: #ff0000;
}

fieldset.login .validation-summary-errors
{
    color: #ff0000;
}