/*
	Pencil You In.  Appointments shouldn't be hard to make/take.
*/

h1
{
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300; 
	font-size: 30px;
}

h2
{
	font-size: 14pt;
	font-weight: bold;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	letter-spacing: -0.045em;
}

h3.scheduling_rule_day_header
{
	margin-bottom: 2px;
}

body
{
	font-size: 8.5pt;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #303030;
	margin-top: 0;
	margin-bottom: 0;
    height: 90%;
	background-image: url('http://www.pencilyou.in/images/tile_canvas.jpg');
}

div#no_timeslots
{
	width: 417px; 
	background-color: #E0ECFF; 
	font-size: 14px; 
	text-shadow: 1px 1px 0px #fff;
	padding: 10px; 
	text-align: center;
	color: #444;
	margin-top: 2px;
}

div.user_pref_header
{
	margin-top: 25px; 
	width: 440px; 
	background-color: #f1f1f1; 
	padding-left: 2px; 	
	text-shadow: 1px 1px 0 #fff; 
	border-bottom: 1px solid #ccc; height: 25px;
}

div.page_wrapper
{
	padding: 0 20px; 
	margin-bottom: 25px;
}

div.question_arrow_up
{
	width: 1%; 
	padding-left: 5px;
	float: right;
}

strong.timetable_date_info
{
	font-family: bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0px #fff;
}

td.available_time_block
{
	padding: 7px; 
	width: 90px; 
	font-size: 14px;
	color: #444;
	text-align: center; 
	background-color: #E0ECFF; 
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;
}

html
{
	height: 100%;
}

strong.help_question
{
	font-size: 10pt;
}

tbody
{
	font: 8.5pt "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #303030;
	margin-top: 0;
	margin-bottom: 0;
}

td.service_attr
{
	padding: 7px;
}

th.appt_hours
{
	text-align: left; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 3px;
	padding-right: 7px;
}

th.services_descriptors
{
	text-align: left; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 3px;
}

th.short_billing_history_header
{
	text-align: left; 
	background-color: rgb(204, 204, 255); 
	padding: 3px;
}

input[type="text"], input[type="password"]
{
	padding: 3px;
	font: 10pt Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
}

label
{
	font-weight: bold; 
	margin-top: 10px;
}

li
{
	margin: 3px;
	line-height: 1.25em;
}

ul
{
	margin: 3px;
}

/* For sexy buttons */
.clear
{
	overflow: hidden;
	width: 100%;
}

a.button
{
	background: transparent url('http://www.pencilyou.in/images/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: bold 11px 'Lucida Grande', Helvetica, Arial, sans-serif;
	height: 24px;
	margin-top: 3px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
}

a.button span
{
	background: transparent url('http://www.pencilyou.in/images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active
{
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button:active span
{
	background-position: bottom left;
	padding: 6px 0 4px 18px;
}

/* End CSS for sexy buttons */


a:link, a:visited
{
	font-size: 9pt;
	color: green;
	text-decoration: none;
}

a:link.menu_content, a:visited.menu_content
{
	color: #fff;
	font: bold 8.5pt;
	text-decoration: none;
}

a:link.content, a:visited.content
{
	font-size: 14px;
	color: green;
	text-decoration: none;
}

a:link.content_link
{
	font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a:link.help_question, a:visited.help_question
{
	font-size: 14px;
}

a:link.content_blue, a:visited.content_blue
{
	color: #0033FF;
	text-decoration: none;
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a:hover, a:hover.content, a:hover.menu_content
{
	text-decoration: underline;
}

a:link.footer, a:visited.footer
{
	color: white;
	font-size: 12px;
}

textarea
{
	margin-top: 3px;
	padding: 3px;
}

table#appointment_timetable
{
	margin-left: -2px;
}

table#timetable
{
	width: 525px;
	margin-bottom: 5px;
}

table#timetable td
{
	text-align: center;
	padding: 5px 2px 5px 2px;
	background-color: rgb(224, 236, 255);
	cursor: pointer;

}

table#timetable td:hover
{
	background-color: #dcdcdc;
}

table#appt_calendar td:hover
{
	cursor: pointer;
}

/*      
	------------------ Styles and such for IDs  ---------------------- */
#appointment_notes
{
	width: 478px;
	height: 45px;
}

#scheduling_body
{
	margin: 0 auto; 
	width: 725px;
}

#scheduling_body_matter
{
	width: 765px;
}

#scheduling_body_top_matter
{
	margin: 0 auto; 
	width: 715px;
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#addl_video_info
{
	text-align: left; 
	border-top: 1px solid #ccc; 
	padding-top: 5px;
}

#advance_rule_instructions
{
	margin: 3px;
	width: 72%; 
	float: left; 
	padding: 4px; 
}

#advance_scheduling_rule
{
	border-bottom: 1px solid #ccc;
}

#alt_registration_opts
{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: rgb(247, 247, 247);
	padding: 5px;
	text-align: center;
}

#appointment_video
{
	width: 99%; 
	padding: 3px; 
	padding-bottom: 5px; 
	margin-bottom: 10px;
}

#appointment_reason
{
	border: 1px solid #ccc; 
	width: 525px; 
	height: 65px; 
	padding: 5px;
}

#appointment_reminder
{
	margin-bottom: 3px;
}

#deposit_content, #billing_content, #content
{
	padding: 0 20px;
}

#deposit_explanation
{
	border-top: 1px solid #ccc;
	margin-top: 7px;
}

#edit_page_right_links
{
	width: 30%; 
	float: left; 
	margin-left: 10px; 
}

#edit_page_left_content
{
	float: left; 
	padding: 5px; 
	width: 67%;
}

#edit_page_update_prof_button_div
{
	width: 435px; 
	margin-top: 7px; 
	text-align: right; 
	border-top: 1px solid #ccc; 
	padding-top: 3px;
}

#scheduling_button, #deposit_button
{
	text-align: right; 
	padding: 5px; 
	background-color: rgb(224, 236, 255);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 45px;
}

#scheduling_rule_advance_rule_duration
{
	width: 140px;
}

#scheduling_rule_finish_block
{
	margin-top: 7px; 
	border-top: 1px solid #ccc; 
	padding: 5px;
	text-align: right; 
	margin-bottom: 25px;
}

.scheduling_rule_hour_selecta
{
	padding-top: 5px;
	float: left;
}

.scheduling_rule_summary
{
	background-color: rgb(224, 236, 255);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 61%;
	padding: 7px;
	padding-left: 10px;
	float: left;
	margin-top: 3px;
	margin-left: 16px;
}

#choose_time_instr
{
	margin: 3px; 
	width: 435px;
	padding-bottom: 3px; 
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
}

#generic_step_header
{
	margin: 3px; 
	padding-bottom: 3px; 
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
	width: 435px;
	color: #444;
	font-size: 14px;
}

#image_topper
{
	float: left; 
	width: 32%; 
	color: white; 
	padding-top: 5px;
}

#timetable_date
{
	float: left; 
	letter-spacing: -0.045em; 
	width: 325px; 
	font: 13px 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; 
	margin-bottom: 3px;
	padding: 3px;
	padding-top: 5px;
}

#timetable_div
{
	float: left; 
	width: 425px;
	margin-left: 25px;
}

#topper_links
{
	float: right; 
	text-align: right; 
	color: white; 
	padding: 3px; 
	padding-top: 13px; 
	padding-right: 7px;
}

#twitter_content
{
	width: 845px;
	padding: 0 20px;
}

#twitter_instructions
{
	float: left; 
	width: 60%;
	border-right: 1px solid #ccc;
	padding-right: 25px;
}

#twitter_bird_div
{
	float: left; 
	width: 35%; 
	text-align: center;
}

#twitter_appt_stat
{
	font-weight: 900; 
	font-size: 12pt; 
	font-family: Helvetica, 'Lucida Grande', sans-serif;
	color: #0066ff;
}

#twitter_id_entry
{
	padding: 3px;
	margin: 3px;
}

#twit_statistics
{
	background-color: rgb(224, 236, 255);
	text-align: center;
	padding: 10px;
	width: 75%;
	margin: 0 auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

#user_area
{
	width: 100%; 
	padding: 0 20px; 
	margin-bottom: 25%;
}

#organization_link_bar
{
	margin: 0px auto;
	width: 820px;
	padding: 5px;
}

#timeline { 
	width: 700px; 
	height: 250px;
	margin: 0px auto;
	margin-top: 2px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	color: #303030;
}

.timeline-band-2
{
	background-color: #e8eefa;
}

.timeline-event-icon
{
	margin-right: 5px;
}

.timeline-event-label
{
	margin-left: 7px;
	margin-top: 5px;
}

.timeline-event-tape
{
	background-color: #303030;
}

#day_jumper
{
	float: right; 
	width: 370px; 
	text-align: right;
	padding: 3px;
	padding-top: 5px;
}

#facebook_connect_reg_block
{
	border-top: 1px solid #ccc; 
	margin: 5px; 
	margin-top: 7px; 
	padding: 5px;
}

#film_icon
{
	float: left; 
	width: 5%;
}

#footer	
{
	background-color: #303030;
	width: 745px;
	margin: 0px auto;
	padding: 10px;
	color: white;
	height: 45px;
	margin-bottom: 5%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}

#footer_links
{
	width: 49%; 
	float: left; 
	padding: 5px; 
	padding-top: 2px;
}

#get_sat_badge
{
	width: 50%; 
	float: left; 
	padding-top: -7px; 
	margin-right: -5px;
}

#notice
{
	color: green;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 1px #fff;
}

#lobby_left_content
{
	float: left; width: 67%;
}

#lobby_right_content
{
	float: left; width: 31%;
}

#location_options
{
	margin: 0 auto;
	width: 804px;
	background-color: #999;
	color: #fff;
	text-align: left;
	margin-bottom: 5px;
	padding: 3px;
}

#registration_form
{
	width: 715px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

#registration_form_top_matter
{
	width: 705px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

#topper
{
	background-color: #385E0F;
	margin: 0 auto;
	height: 45px;
	width: 750px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#body_content
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 750px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: white;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	-webkit-box-shadow: #888 0px 1px 0px; 
	-moz-box-shadow: #888 0px 1px 0px;
	border: 1px solid #a9a9a9;
}

#main {
	margin: 0;
	margin-bottom:10px;
  	background-color:#eee;
	border: 5px solid #333;
	padding: 25px;
}

#form {
	border: none;
	text-align: center;
	padding-bottom:25px;
}

#map_div{
	margin: 0px auto;
	width:400px;
    height:250px;
}

#reminder_options
{
	width: 415px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 7px;
}

#salon_barbershop_reg_block
{
	width: 99%;
	margin: 0 auto;
	background-color: rgb(224, 236, 255);
	padding: 7px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#salon_body
{
	margin-top: 7px;
	border-top: 1px solid #ccc;
	padding-top: 7px;
}

#salon_body_opts_left
{
	width: 65%;
	float: left;
}

#salon_body_opts_right
{
	width: 33%; 
	float: left;
	background-color: rgb(224, 236, 255);
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#via_txt_blue_sidebar
{
	background-color: #e8eefa; 
	padding: 10px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;"
}

#via_txt_number_block
{
	background-color: #ffff66; 
	padding: 10px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#via_txt_number_text
{
	text-align: center; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 5px;
}

#video_addition_help
{
	float: right; 
	width: 93%; 
	line-height: 15px; 
	padding-bottom: 5px;
}

#weather_report
{
	width: 250px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding: 5px; 
	background-color: #303030;
}

#weather_report_icon
{
	width: 50px; 
	float: left; 
	padding-left: 5px;
	padding-top: 5px;
}

#weather_report_text
{
	width: 190px; 
	float: left; 
	color: white; 
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: -3px;
}

.via_txt_example
{
	-webkit-border-radius: 8px; 
	background-color: #ffff66; 
	margin-top: 10px; 
	margin-bottom: 7px; 
	padding: 10px;
	width: 275px; 
	-moz-border-radius: 8px;
}

.via_txt_ex_text
{
	width: 475px; 
	margin-top: 7px; 
	font-size: 14px;
}

.via_txt_header_icon
{
	float: left; 
	width: 20px; 
	margin-top: 12px; 
	margin-bottom: -10px;
}

.via_txt_header_text
{
	margin-bottom: 3px; 
	font: 600 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #303030;
}

.via_txt_header_text_block
{
	width: 445px; 
	float: left; 
	margin-bottom: 1px; 
	margin-left: 3px;  
}

.via_txt_header_wrapper
{
	width: 475px; 
	border-bottom: 1px solid #ccc;
}

.via_txt_sidebar_explanation
{
	font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

strong.via_txt_sidebar
{
	text-shadow: 0 1px 1px #fff;
}

.weather_conditions_header
{
	font-size: 9.5pt;
}

#wrapper
{
	position: relative;
	min-height: 100%;
	margin-bottom: -125px;
}

#stylist_info
{
	border-bottom: 1px solid #ccc; 
	padding-bottom: 3px;
	padding-left: 3px;
}

#stylist_photo
{
	float: left; 
	width: 11%; 
	padding-left: 3px;
}

#stylist_pref_area
{
	float: left; 
	padding-top: 5px; 
	margin-top: 15px; 
	width: 93%;
}

#stylist_wrapper
{
	width: 99%;
}

#stylist_info_wrapper
{
	float: left; 
	width: 86%; 
	padding: 3px 3px 3px 0;
}

#stylist_selecta_wrapper
{
	padding: 3px;
}

#appointment_stylist_pref
{
	width: 175px;
}

#reason_area
{
	float: left; 
	padding-top: 5px; 
	margin-top: 15px; 
	width: 93%;
}

#open_id_reg_block
{
	margin-top: 10px;
}

#options_area
{
	width: 425px; 
	margin-top: 10px; 
	padding: 3px;
}

#reminder_checkbox_text
{
	width: 93%;
	float: right; 
	text-align: left; 
	padding: 3px; 
	padding-left: 2px;
}

#reminder_checkbox
{
	 width: 7%; 
	float: left; 
	width: 4%;
}

/*
	------------------- Styles for CSS classes ----------------------- */
a:link.white_links, a:visited.white_links
{
	color: white;
	font-weight: bold;
	font-size: 8.5pt;
}

.stylist_image
{
	padding: 1px;
	border: 1px solid #ccc;
}

.clearfooter
{
	height: 125px;
	clear: both;
}

.top_right_corner
{
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
}

.beautician_listing_photo
{
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 3px;
}

.bottom_right_corner
{
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.bottom_left_corner
{
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.top_left_corner
{
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

.filler
{
	clear: both;
}

.timeline-date-label
{
	color: #303030;
}

a:link.topper_signo, a:visited.topper_signo
{
	font: bold 8pt "Lucida Grande", Helvetica, Arial, sans-serif;
	color: white;
	margin-right: 10px;
}

.important_info
{
	padding: 2px;
	background-color: #ffffcc;
	font-weight: bold;
	font:  bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow:  0 1px 1px #ccc;
}

.notice
{
	padding: 5px;
	color: #009900;
	background-color: #ccff99;
	width: auto;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	font-size: 14px;
	border: 1px solid #009900;
}

.rule_header_border
{
	border-bottom: 1px solid #ccc;
}

.error
{
	padding: 7px;
	color: #ff3300;
	border: 1px solid red;
	font: bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #ffcccc;
	width: auto;
	margin-top: 10px;
	text-shadow: 0 1px 1px #fff;
}

.formError
{
	color: red;
	font-weight:  bold;
	width: auto;
}

#query
{
	padding: 3px; 
	font-size: 12pt;
}

.external
{
	font-weight: bold;
}

.time_column_lite
{
	padding: 10px 12px; 
	text-align: center;
	cursor: pointer;
}

.time_column_dark
{
	padding: 10px 12px; 
	text-align: center; 
	cursor: pointer; 
	background-color: #f5f5f5;
}

.timetable_legend_key_element
{
	float: left; 
	margin-left: 3px; 
	margin-right: 5px;
}

.title_and_divider
{
	width: 99%; 
	border-bottom: 1px solid #ccc; 
	padding: 3px; 
	margin-top: 10px;
	margin-bottom: 7px;
}

.topper
{
	color: white;
}

p.help_answer, li.help_answer
{
	font-size: 14px;
	color: #444;
}

p.privacy_text
{
	font-size: 14px;
	color: #444;
}

a:visited.white_link
{
	color: white;
}