/* global classes */
.bold { font-weight: bold; }
.italic { font-style: italic; }
/* end global classes */
body
{
	margin: 0px;
	padding: 5px;
	/*background-color: #FFFFFF;*/
	/*background: #fff url('/images/company_bg_gradient.jpg') repeat-x;*/
	font: 13px 'arial';
	color: #000000;
	line-height: 1.5em;
}
form
{
	margin: 0px;
	padding: 0px;
}

input
{
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
	color: #666666;
	font: 11px 'arial';
	background-color: #FFFFFF;
}
input.noborder
{
	border: none;
}
textarea
{
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
	color: #666666;
	font: 11px 'arial';
	background-color: #FFFFFF;
}
select
{
	border: 1px solid #999999;
	color: #666666;
	font: 11px 'arial';
	background-color: #FFFFFF;
}
img
{
	border: 0px none #FFFFFF;
}
h1
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #669999;
	font: bold 16px 'tahoma';
}
h1.purple
{
	color: #967BB7;
}
h1.gray
{
	color: #999999;
}
h2
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #669999;
	font: 500 15px 'tahoma';
}
h2.purple
{
	color: #967BB7;
}
h2.gray
{
	color: #999999;
}
h3
{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font: bold 12px 'tahoma';
}
a
{
	color: #333333;
}
a:hover
{
	color: #999999;
}
a.purplelink
{
	text-decoration: none;
	color: #9999CC;
	font: bold 11px 'tahoma';
}
a.purplelink:hover
{
	color: #999999;
}
a.greenlink
{
	text-decoration: none;
	color: #669999;
	font: bold 11px 'tahoma';
}
a.greenlink:hover
{
	color: #999999;
}
a.graylink
{
	text-decoration: none;
	color: #999999;
	font: bold 11px 'tahoma';
}
a.graylink:hover
{
	color: #999999;
}
span.required
{
	color: red;
	font-weight: bold;
}

/*** Buttons ***/

button.default
{
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	border: none;
	background-color: #71AAB0;
	color: #FFFFFF;
	font: bold 12px 'arial';
}
button.purple
{
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	border: none;
	background-color: #967BB7;
	color: #FFFFFF;
	font: bold 12px 'arial';
}
button.gray
{
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	border: none;
	background-color: #999999;
	color: #FFFFFF;
	font: bold 12px 'arial';
}
button.sign_in
{
	padding: 0px;
	cursor: default;
}

/*** Main container table. ***/

table.site_container
{
	width: 990px;
	margin: auto;
}
table.site_container td
{
	vertical-align: top;
}
table.site_container td.top
{
	height: 30px;
}
table.site_container td div.top_left
{
	float: left;
	background-image: url('/images/main_layout/top_left.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
table.site_container td div.top_center
{
	float: left;
	background: url('/images/main_layout/top.png') repeat-x;
	width: 930px;
	height: 30px;
}
table.site_container td div.top_right
{
	background-image: url('/images/main_layout/top_right.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	float: right;
}
table.site_container td.left
{
	background: url('/images/main_layout/left.png') repeat-y;
	width: 6px;
}
table.site_container td.right
{
	background: url('/images/main_layout/right.png') repeat-y;
	width: 6px;
}
table.site_container td.bottom
{
	height: 30px;
}
table.site_container td div.bottom_left,
table.site_container td div.bottom_left_tutor,
table.site_container td div.bottom_left_company
{
	float: left;
	width: 30px;
	height: 30px;
}
table.site_container td div.bottom_left
{ background: url('/images/main_layout/bottom_left.png') no-repeat; }
table.site_container td div.bottom_left_tutor
{ background: url('/images/main_layout/bottom_left_tutor.png') no-repeat; }
table.site_container td div.bottom_left_company
{ background: url('/images/main_layout/bottom_left_company.png') no-repeat;	}

table.site_container td div.bottom_center,
table.site_container td div.bottom_center_tutor,
table.site_container td div.bottom_center_company
{
	float: left;
	width: 930px;
	height: 30px;
}
table.site_container td div.bottom_center
{ background: url('/images/main_layout/bottom.png') repeat-x; }
table.site_container td div.bottom_center_tutor
{ background: url('/images/main_layout/bottom_tutor.png') repeat-x; }
table.site_container td div.bottom_center_company
{ background: url('/images/main_layout/bottom_company.png') repeat-x; }

table.site_container td div.bottom_right,
table.site_container td div.bottom_right_tutor,
table.site_container td div.bottom_right_company
{
	float: right;
	width: 30px;
	height: 30px;
}
table.site_container td div.bottom_right
{ background: url('/images/main_layout/bottom_right.png') no-repeat; }
table.site_container td div.bottom_right_tutor
{ background: url('/images/main_layout/bottom_right_tutor.png') no-repeat; }
table.site_container td div.bottom_right_company
{ background: url('/images/main_layout/bottom_right_company.png') no-repeat; }

table.site_container td.purple
{
	background-color: #967BB7;
}
table.site_container td.gray
{
	background-color: #999999;
}

/*** Header ***/

table.site_container td.header
{
	color: #000000;
	background-color: #FFFFFF;
}
table.site_container td.header a
{
	text-decoration: none;
	color: #967BB7;
}
table.site_container td.header div.slogan
{
	float: right;
	padding-top: 40px;
	color: #999999;
	font: italic 16px 'arial';
}
table.site_container td.header div.tabs
{
	padding-left: 30px;
	height: 29px;
}
table.site_container td.header div.right_of_tabs,
	table.site_container td.header div.right_of_tabs_purple,
	table.site_container td.header div.right_of_tabs_gray
{
	float: right;
	width: 170px;
	height: 21px;
	padding: 5px 0px 0px 45px;
	font: bold 11px 'tahoma';
}
table.site_container td.header div.right_of_tabs
{
	border-top: 2px dotted #669999;
}
table.site_container td.header div.right_of_tabs_purple
{
	border-top: 2px dotted #967BB7;
}
table.site_container td.header div.right_of_tabs_gray
{
	border-top: 2px dotted #999999;
}
table.site_container td.header div.line,
	table.site_container td.header div.line_purple,
	table.site_container td.header div.line_gray
{
	height: 10px;
	clear: both;
}
table.site_container td.header div.line
{
	background-color: #71AAB0;
}
table.site_container td.header div.line_purple
{
	background-color: #967BB7;
}
table.site_container td.header div.line_gray
{
	background-color: #999999;
}

/*** Footer ***/

table.site_container td.footer,
	table.site_container td.footer_purple,
	table.site_container td.footer_gray
{
	color: #FFFFFF;
}
table.site_container td.footer div.top,
	table.site_container td.footer_purple div.top,
	table.site_container td.footer_gray div.top
{
	border-bottom: 2px dotted #FFFFFF;
	padding: 15px 30px 5px 30px;
	font: bold 12px 'arial';
}
table.site_container td.footer div.login,
	table.site_container td.footer_purple div.login,
	table.site_container td.footer_gray div.login
{
	float: right;
	width: 395px;
	white-space: nowrap;
}
table.site_container td.footer
{
	background-color: #71AAB0;
}
table.site_container td.footer a
{
	color: #DFDFDF;
	text-decoration: none;
}
table.site_container td.footer a:hover
{
	color: blue;
}
table.site_container td.footer_purple
{
	background-color: #967BB7;
}
table.site_container td.footer_purple a
{
	color: #DFDFDF;
	text-decoration: none;
}
table.site_container td.footer_purple a:hover
{
	color: blue;
}
table.site_container td.footer_gray
{
	background-color: #999999;
}
table.site_container td.footer_gray a
{
	color: #DFDFDF;
	text-decoration: none;
}
table.site_container td.footer_gray a:hover
{
	color: blue;
}

/*** Sub-Header Base ***/
table.sub_header
{
	font: bold 12px 'tahoma';
	width: 100%;
}
table.sub_header td
{
	width: 1%;
	padding: 5px 11px;
	white-space: nowrap;
	vertical-align: middle;
}
table.sub_header td.store
{
	width: 94%;
	white-space: normal;
	text-align: center;
}
table.sub_header td.right_links
{
	font-size: 11px;
	padding: 5px;
}
table.sub_header td a
{
	text-decoration: none;
}

/*** College Nannies Section Sub-Header ***/
table.nannies_header
{
	border-bottom: 2px dotted #669999;
}
table.nannies_header td.right_links
{
	border-left: 2px dotted #669999;
}
table.nannies_header td a
{
	color: #669999;
}
table.nannies_header td a:hover
{
	color: #999999;
}
.nannies_main_links
{
	font: bold 12px 'tahoma';
	color: #669999;
	text-decoration: none;
	line-height: 1.5em;
}
.nannies_main_links:hover
{
	color: #999999;
}
	

/*** College Tutors Section Sub-Header ***/
table.tutors_header
{
	border-bottom: 2px dotted #967BB7;
}
table.tutors_header td.right_links
{
	border-left: 2px dotted #967BB7;
}
table.tutors_header td a
{
	color: #967BB7;
}
table.tutors_header td a:hover
{
	color: #999999;
}
.tutors_main_links
{
	font: bold 12px 'tahoma';
	color: #967BB7;
	text-decoration: none;
	line-height: 1.5em;
}
.tutors_main_links:hover
{
	color: #999999;
}

/*** Company Section Sub-Header ***/
table.company_header
{
	border-bottom: 2px dotted #999999;
}
table.company_header td.right_links
{
	border-left: 2px dotted #999999;
}
table.company_header td a
{
	color: #999999;
}
table.company_header td a:hover
{
	color: #BBBBBB;
}

/*** Office Locator List ***/
div.office_list_item
{
	width: 90%;
	padding: 12px 24px;
}
div.office_list_item div.name
{
	color: #967BB7;
	font-size: 18px;
}
div.office_list_item div.serving
{
	font-size: 12px;	
}
div.office_list_item div.email
{
	padding-top: 5px;	
}
div.office_list_item div.email a
{
	font-size: 12px;
}
div.office_list_item div.website
{
	padding-top: 5px;
}
div.office_list_item div.website a
{
	font-size: 12px;
}
div.office_list_item div.phone
{
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}
div.office_list_item div.address
{
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

/*** Office page ***/
div.office_header
{
	height: 63px; /* IE fix for disappearing text */
	padding: 10px 25px 10px 25px;
	color: #967BB7;
	background-color: #DFDFDF;
	font: 20px 'tahoma';
}
div.office_header a
{
	display: block;
	float: left;
	color: #967BB7;
	font: bold 12px 'tahoma';
	text-decoration: none;
	padding: 0px 20px 0px 10px;
}
div.office_header a:hover
{
	color: #999999;
}
div.office_header a.active
{
	background-image: url('/images/icons/icon_right_arrow_red.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

/*** Join/Application ***/
table.state_order_count_list
{
}
table.state_order_count_list td
{
	padding: 2px 10px 2px 5px;
	line-height: 16px;
}
table.state_order_count_list td a
{
	text-decoration: none;
}
table.order_list
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.order_list tr.odd
{
	background-color: #EFEFEF;
}
table.order_list th
{
	border-bottom: 1px solid #666666;
	padding: 4px;
	text-align: left;
}
table.order_list td
{
	border-bottom: 1px solid #666666;
	padding: 4px;
}
table.order_list td a
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
table.order_list td a:hover
{
	color: blue;
}
div.application_steps
{
	border: 1px solid #666666;
	background-color: #E1E1E1;
	padding: 10px;
	white-space: nowrap;
	width: 200px;
}
ol.application_step_list
{
	margin: 5px 0px 0px 30px;
	padding: 0px;
	font: bold 12px 'arial';
	line-height: 18px;
	color: #999999;
}
ol.application_step_list li.active
{
	color: #666666;
}
div.application_step_header
{
	font: bold 14px 'arial';
}
div.application h2
{
	font-weight: bold;
}
table.application
{
	width: 100%;
}
table.application td
{
	vertical-align: top;
	padding: 2px;
}
table.application td.half
{
	width: 49%;
}
table.application td.title
{
	width: 1%;
	text-align: right;
	white-space: nowrap;
}
table.application td.lalign
{
	text-align: left;
}
table.availability
{
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.availability th
{
	text-align: left;
	background-color: #C1C1C1;
	border: 1px solid #666666;
	padding: 4px;
}
table.availability td
{
	border: 1px solid #666666;
	padding: 4px;
}
table.availability td.dow
{
	text-align: right;
	padding-right: 5px;
}
table.availability td.block_number
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table.availability tr.weekend
{
	background-color: #EFEFEF;
}
table.availability tr.last_row
{
	background-color: #DFDFDF;
}
table.availability td table
{
	border: none;
}
table.availability td table td
{
	border: none;
	padding: 0px;
}
table.checkboxlist
{
	width: 100%;
}
table.checkboxlist td
{
	padding: 2px;
}
table.checkboxlist td input
{
	margin-right: 5px;
}

/*** Franchise section, Nanny/Tutor service pages ***/
div.franchise_nav, div.tutor_nav
{
	float: left;
	width: 200px;
	padding-right: 30px;
}
div.franchise_nav a, div.tutor_nav a
{
	display: block;
	font: bold 12px 'arial';
	text-decoration: none;
	padding-left: 10px;
	line-height: 18px;
	white-space: nowrap;
}
div.franchise_nav a:hover, div.tutor_nav a:hover
{
	color: #999999;
}
div.franchise_nav a.active, div.tutor_nav a.active
{
	background-image: url('/images/icons/icon_right_arrow_red.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
/*-- Franchise/Nanny & Tutor specific colorings */
div.franchise_nav a
{
	color: #669999;
}
div.tutor_nav a
{
	color: #967BB7;
}


/** Orders and Availability **/
table.time_select
{
    font: 11px 'verdana';
    border-collapse: collapse;
    border: 1px solid #000000;
}
table.time_select th, table.time_select td
{
    border: 1px solid #000000;
    padding: 2px;
    height: 20px;
    width: 30px;
    background-color: transparent;
    vertical-align: middle;
    white-space: nowrap;
}
table.time_select th
{
    text-align: center;
}
table.time_select tbody th
{
    font-weight: normal;
    width: 60px;
    text-align: right;
}
table.time_select td
{
}