/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px 0px;
	
	background-color:		white;

	/*	Default text styles	----------------------------*/
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:					gray;
	font-size:				13px;
	line-height:			20px;
	background-image:		url(/images/bg.gif);
	background-repeat:		repeat-x;
}

body.bpop
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		#f1eddf;

	/*	Default text styles	----------------------------*/
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:					gray;
	font-size:				1em;
	line-height:			15px;
	background-image:		none;
	font-size:				11px;
}

body.adminpage
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		white;

	/*	Default text styles	----------------------------*/
	font-family:			verdana!important;
	color:					gray;
	font-size:				1em;
	line-height:			15px;
}

img, div 
{ 
	behavior: url(../site/iepngfix/iepngfix.htc) 
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#7070da;
	text-decoration:		underline;
}

a:hover
{
	color:					#e56b1f;
}

#popup
{
	margin:					20px;
	padding:				10px 20px 20px 20px;
	border:					1px solid rgb(170,170,170);
	margin-top:				0px;
	background-color:		white;
}

#admincontent
{
	margin:					20px;
	padding:				10px 20px 20px 20px;
	border:					1px solid rgb(153,51,51);
	margin-top:				0px;
	background-color:		#F2F2F2;
}

/*---------------------------------------------------------------------------------------------------------
//	Pet Sitters  structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					800px;
	border:					1px solid rgb(170,170,170);
}
#header
{
}

table#body
{
	border-collapse:		collapse;
	width:					850px;
	clear:					both;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	padding:				29px 20px;
}

#dim
{
	display:				none;


	background-color:		rgb(0, 0, 0);
	opacity:				0.7;
	filter:					alpha(opacity=70);
	-moz-opacity:			0.70
	z-index:				99;
	height:					100%;
	width:					100%;
	background-repeat:		repeat;
	position:				absolute;
	top:					0px;
	left:					0px;
	height:					2100px;
}	

#message-container
{
	position:				absolute;
	top:					0px;
	left:					0px;
	
	padding-top:			50px;
	z-index:				99;
	padding-top:			100px;
	display:				none;

	width:					100%;
	height:					100%;
}

#message-box
{
	background-color:		white;
	width:					200px;
	height:					60px;
	background-image:		url( /images/spinner.gif );
	background-position:	center 40px;
	background-repeat:		no-repeat;
	text-align:				center;
	font-size:				10px;

	color:					black;
	padding-top:			15px;
}
	
/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					32px 0px 15px 38px;
	
	font-size:				11px;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:			14px;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}


#sponsors-footer
{
c	width:					100%;
c	border-top:				1px solid #d9d9d9;
	padding-top:			40px;
	padding-bottom:			40px;

}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px;
	padding:				0px;
	margin-bottom:			16px;
	font-family:			'Book Antiqua', serif;
	font-weight:			normal;
	font-size:				24px;
	line-height:			26px;
	color:					#666666;
}

h1 a,h1 a:hover
{
	color:					#666666;
}

h2,
.subtitle
{
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:				13px;
	line-height:			20px;
	font-weight:			bold;
	color:					#E56B1F;
	margin:					0px;
	padding:				0px;
	margin-bottom:			1px;
	display:				block;
}

h3
{
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:				13px;
	line-height:			20px;
	font-weight:			bold;
	color:					#111111;
	margin:					0px;
	padding:				0px;
	margin-bottom:			1px;
	display:				block;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:				13px;
	line-height:			20px;
 	color:					#111111;
	font-weight:			normal;
}

.bodytext a
{
	text-decoration:		underline;
}

.bodytext ul,
p ul 
{
	list-style-image:		url(/images/bullet.gif); 
	margin:					15px;
	padding:				0px;
}

.bodytext ul li
{
	margin:					0px;
	padding:				0px;
}

blockquote
{
	font-family:			'Book Antiqua', serif;
	font-size:				16px;
	font-style:				italic;
	line-height:			20px;
	color:					#E56B1F;
	margin:					20px 15px;
	padding:				0px;
}

.button-box
{
	background-color:		gray;
	padding:				2px 4px;
	border:					1px solid black;
}

select.small,
input.small
{
	font-size:				10px;
}

img.thumb
{
	float:					left;
	margin:					4px 20px 10px 0px;
}

.callout-block
{
	background-color:	#f1f1f8;
	margin-bottom:		15px;
	padding:			10px;
}

.callout-block h2
{
	font-size:			14px;
}

/*---------------------------------------------------------------------------------------------------------
//	Account widget
//-------------------------------------------------------------------------------------------------------*/
.account-widget
{
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			11px;
	
	margin-top:			10px;
	border:				1px solid black;
	padding:			1px;
	padding-bottom:		10px;
	margin-right:		20px;

	float:				left;
}

.account-widget a
{
	margin-left:		10px;
	margin-right:		10px;
}

.account-widget-title
{
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	padding:			2px 5px;
	background-color:	black;
	color:				white;
}

/*---------------------------------------------------------------------------------------------------------
//	Store widget
//-------------------------------------------------------------------------------------------------------*/
.store-widget
{
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			11px;
	
	margin-top:			10px;
	border:				1px solid black;
	padding:			1px;
	padding-bottom:		10px;
}

.store-widget a
{
	margin-left:		10px;
}

.store-widget-title
{
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	padding:			2px 5px;
	background-color:	black;
	color:				white;
}

/*---------------------------------------------------------------------------------------------------------
//	Reciept Block
//-------------------------------------------------------------------------------------------------------*/
.reciept-header
{
	font-family:		Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	padding:			2px 5px;
	background-color:	black;
	color:				white;
}

.reciept-block
{
	margin-top:			10px;
	border:				1px solid black;
	padding:			1px;
	padding-bottom:		10px;
	width:				400px;
}

table.reciept
{
	border-collapse:		collapse;
	empty-cells:			show;
}

table.reciept th,
table.reciept td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
}

table.reciept th
{
	vertical-align:			bottom;
	font-weight:			bold;
	font-size:				0.70em;
}

table.reciept td
{
	vertical-align:			top;
	font-size:				0.68em;
	border-bottom:			1px solid #DDDDDD;
}


/*---------------------------------------------------------------------------------------------------------
//	Ca;lendar styles
//-------------------------------------------------------------------------------------------------------*/
.calendar {
	}
.calendar h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 45px;
	color: #D4EEEF;
	padding-top: 40px;
	}
.calendarArrow {
	background-color: #ECF6F6;
	padding-top: 8px;
	border-top: 2px solid white;
	}
.calendarArrow2 {
	background-color: #E1EDFA;
	padding-top: 8px;
	border-top: 2px solid white;
	}
.calendarEvents, .calendarEvents2 {
	background-color: #EEEEEE;
	font-size: 10px;
	line-height: 130%;
	color: #3B81C5;
	padding: 10px 0 10px 21px;
	margin: 0;
	border-top: 2px solid white;
	}
.calendarEvents2 {
	background-color: #E1EDFA;
	}
.calendarEvents a, .calendarEvents2 a {
	color: #3B81C5;
	}
.calendarEvents h2, .calendarEvents2 h2 {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #00AFB7;
	margin: 0;
	padding: 0;
	}
.calendarEvents h3, .calendarEvents2 h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #3BBFC5;
	margin: 0 0 0 0;
	}
.calendarEventYear2 {
	font-family: Myriad, Helvetica, sans-serif;
	font-size: 30px;
	color: #E4EBF2;
	text-align: left;
	letter-spacing: -.05em;
	}
.calendarNavArrow {
	padding-top: 5px;
	}
.calendarNavButtonN, .calendarNavButtonP {
	/*background-color: #E3F5F5;
	color: #00AFB7;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 11px;
	display: block;*/
	}
.calendarNavButtonN a, .calendarNavButtonP a {
	text-decoration: none;
	background-color: #D7E8FA;
	font-family: Tahoma, Arial, sans serif;
	color: #3B81C5;
	/*position: absolute;*/
	margin: 0 0 0 0;
	padding-left: 11px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 11px;
	}
.calendarNavButtonP a {
	background-color: #E3F5F5;
	}
.calendarNavButton a:hover {
	text-decoration: none;
}
.calendarPic {
	float: right;
	margin: 0 10px;
	}
.calendarSignUp {
	position: absolute;
	left: 493px;
	top: 180px;
	z-index: 1;
	}
.calendarYear1 {
	position: absolute;
	letter-spacing: -.1em;
	left: 47px;
	top: 340px;
	z-index: 0;
	color: #e4ebf2;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 500%;
	height: 50px;
	padding-top: 20px;
	}
.calendarMonth, .calendarMonth2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-top: 10px;
	}
.calendarMonth {
	color: #9FDDE0;
	}
.calendarMonth2 {
	color: #b5d9ff;
	}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					172px;
	padding-top:			10px;
	padding-bottom:			20px;
}

.sidebar
{
	font-size:				0.65em;
}

.sidebar-content
{
	padding-top:			20px;
	font-size:				11px;

	font-size:				11px;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:			14px;
}

.widget,
.widget-box
{
	border:					1px solid #d9d9d9;
	padding:				15px;
	font-size:				11px;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:			14px;
}

.widget-box
{
	padding:				10px;
	border:					1px solid #d9d9d9;
	background-color:		#f8f6fa;
	color:					#e56b1f;
	font-size:				11px;
	line-height:			20px;
	font-weight:			bold;

	background-position:	bottom right;
	background-image:		url(/images/box-bg.gif);
	background-repeat:		repeat-x;
	
	text-align:				center;
}

.widget-box a
{
	color:					#e56b1f;
}


.widget a
{
	text-decoration:		none;
}

.widget-title
{
	padding-top:				20px;
}

.widget-title-text
{
	border:						1px solid #d9d9d9;
	border-bottom:				none;
	padding:					4px 8px;

	font-family:				Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:					13px;
	line-height:				20px;
	font-weight:				bold;
	color:						#E56B1F;
	
	background-color:			#f6f6fa;

}

#testimonial
{
	overflow:				hidden;
	font-size:				10px;

	height:					110px;
}

a.widget-button,
a.widget-button:hover
{
	display:				block;
	width:					179px;
	height:					31px;
	line-height:			31px;
	font-weight:			BOLD;
	font-size:				13px;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:					#e8612e;

	background-image:		url(/images/widgets/widget-members-sidebar.gif);
	background-repeat:		no-repeat;

	padding-left:			10px;
	white-space:			nowrap;
	overflow:				hidden;
	margin-bottom:			12px;
}


/*---------------------------------------------------------------------------------------------------------
//	Table list
//-------------------------------------------------------------------------------------------------------*/
table.list
{
	border-collapse:		collapse;
	empty-cells:			show;
}

table.list th,
table.list td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:				11px;
	line-height:			15px;
 	color:					#111111;
}

table.list th
{
	vertical-align:			bottom;
	font-weight:			bold;
	font-size:				13px;
}

table.list td
{
	vertical-align:			top;
	font-size:				13px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:						1px solid #d9d9d9;
	border-collapse:			collapse;
	empty-cells:				show;
}

table.data caption
{
	margin:						0.5em 0em;
	text-align:					left;
	font-family:				Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:					11px;
	line-height:				15px;
 	color:						#111111;
}

tr.r0
{
	background-color:			white;
}

tr.r1
{
	background-color:			rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:					0.5em 1.0em;
	text-align:					left;
	font-family:				Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:					11px;
	line-height:				15px;
 	border-bottom:				1px solid #d9d9d9;
	color:						#666666;
}

table.data th
{
	vertical-align:				bottom;
	background-color:			#f1f1f8;
	
	font-family:				Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:					11px;
	line-height:				20px;
	font-weight:				bold;
	color:						#E56B1F;

	white-space:				nowrap;
}

table.data td
{
	vertical-align:				top;
	font-size:					11px
}



/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:				11px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					140px;
	background-color:		#8d8cce;
}

ul.submenublock
{
	width:					200px;
	background-color:		rgb(229,119,50);
	margin-top:				1px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	border-bottom:			1px solid rgb(204,204,204);
	padding:				0px 10px;
	line-height:			20px;
	white-space:			nowrap;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:				11px;
	color:					white;
}

ul.submenublock a
{
	padding:				0px 11px;
	border-bottom:			none;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		rgb(229,119,50);
	color:					white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

.note
{
	margin:					20px 0px;
	font-family:			monospace;
	font-size:				11px;
	color:					black;
}


table.invoice
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	font-family:			Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:				13px;
	line-height:			20px;
 	color:					#111111;
	font-weight:			normal;
}

table.invoice td.header
{
}

table.invoice td.name
{
	background-color:		#DDDDDD;
}

table.invoice td.value
{
	background-color:		#EEEEEE;
}