/*	-------------------------------------------------------------
	BROWSE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/*	Locations List
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#content #bugLocations #browseLocations {
	float: right;
	width: 36%;
}




/*	Map
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #bugLocations #browseMap {
	width: 60%;
	float: left;
}

#content #bugLocations #browseMap #gmap {
	width: 99%;
	height: 470px;
}

#content #bugLocations .gmap_listing table tr td {
	display: table-cell;
	padding: 0 3px;
	vertical-align: top;
}

#content #bugLocations .gmap_listing img {
	border: 1px solid #aaa;
	padding: 1px;
}

#content #bugLocations .gmap_listing .heading {
	font-weight: bold;
}

#content #bugLocations .gmap_listing .heading span {
	font-size: 1.2em;	
	font-weight: bold;
}



/*	-------------------------------------------------------------
	VIEW
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h3.centre {
	text-align: center;
	padding: 10px 0 5px 0;
}
	
/*	Photo Gallery
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #bugLocations #location #photoGallery {
	width: 600px;
	margin: 10px auto;
	background: #7bc240;
}

#content #bugLocations #location #photoGallery ul {
	padding: 14px 0 0 0;
	margin: 0;	
}

#content #bugLocations #location #photoGallery ul li {
	padding: 0;
	margin: 0;	
	background: 0;
	float: left;
	padding: 0 0 14px 14px;
}
	
#pg_tl {
	background: url(../images/bugLocations/pg_tl.jpg) no-repeat top left;
}

#pg_tr {
	background: url(../images/bugLocations/pg_tr.jpg) no-repeat top right;
}

#pg_bl {
	background: url(../images/bugLocations/pg_bl.jpg) no-repeat bottom left;
}

#pg_br {
	background: url(../images/bugLocations/pg_br.jpg) no-repeat bottom right;
}

	
/*	Content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #bugLocations #location #location_buttons {
	padding: 15px 0 15px 0;
	font-size: 0.8em;
}
	
#content #bugLocations #location #location_buttons table {
	width: 100%;
}
	
#content #bugLocations #location #location_buttons table tr td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 6px;
}
	
#content #bugLocations #location #leftCol {
	width: 45%;
	float: left;
}

#content #bugLocations #location #rightCol {
	float: right;
	width: 45%;
	margin-right: 3%;
}

/*	Manager
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #bugLocations #location #manager {
	background: url(../images/bugLocations/manager_bot.gif) no-repeat bottom left;
	width: 323px;
	margin: 5px 0 15px 0;
	font-size: 1.0em;
}

#content #bugLocations #location #manager .inner {
	padding: 20px 20px 10px 20px;
	background: url(../images/bugLocations/manager_top.gif) no-repeat top left;	
}

#content #bugLocations #location #manager img {
	float: left;
	margin: 0 10px 4px 0;
	border: 1px solid #7bc240;
}

#content #bugLocations #location #manager p {
	font-size: 0.9em;
	padding-top: 0px;
}

/*	Form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #bugLocations #location #enroll_error {
	background: #f5da24;
	padding: 10px 15px;
	border: 1px solid #dcc210;
}

#content #bugLocations #location #enroll_box {
	width: 90%;
	margin: 10px auto;
	background: #7bc240;
}

#content #bugLocations #location #enroll_box h2 {
	background: #5c8f31;
	padding: 5px 10px;
	margin: 0;
	color: #fcfcfc;
	font-size: 1.4em;
}

#content #bugLocations #location #enroll_box form {
	padding: 10px 20px;
}

#content #bugLocations #location #enroll_box h4 {
	padding: 5px 0;
	margin: 0 0 5px 0;
	color: #2d4b14;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #395621;
}

#content #bugLocations #location #enroll_box h6 {
	color: #fff;
	font-size: 1.1em;
}

#content #bugLocations #location #enroll_box h6 label {
	color: #2d4b14;
	font-size: 1.1em;
}

#content #bugLocations #location #enroll_box h6 label.require {
	background: url(../../../images/icons/require.gif) top right no-repeat;
	padding-right: 10px;
}

#content #bugLocations #location #enroll_box .textbox,
#content #bugLocations #location #enroll_box .textarea,
#content #bugLocations #location #enroll_box .selectbox {
	background: #edf5e7;
	border: 1px solid #89a86f;
	width: 90%;
	padding: 2px 3px;
}

#content #bugLocations #location #enroll_box .selectbox {
	width: auto;
}

#content #bugLocations #location #enroll_box .textarea {
	height: 80px;
}

#content #bugLocations #location #enroll_box .textbox:focus,
#content #bugLocations #location #enroll_box .textarea:focus,
#content #bugLocations #location #enroll_box .selectbox:focus {
	background: #fff;
}


#content #bugLocations #location #enroll_box label.error {
	color: #333;
	font-weight: bold;
	font-size: 0.9em;
}

#content #bugLocations #location #enroll_box p label {
	color: #2d4b14;
}

#content #bugLocations #location #enroll_box p small {
	color: #2d4b14;
	font-size: 0.9em;
}

/*	Form - Child Details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #bugLocations #location #enroll_box .childDetails {
	display: none;
	border-top: 1px solid #577c38;
	padding-top: 10px;
	font-size: 0.9em;
}

#content #bugLocations #location #enroll_box #childDetails_1 {
	display: block
}


/*	Address
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #bugLocations #location #address {
	background: url(../images/bugLocations/address_bot.gif) no-repeat bottom left;
	width: 250px;
	margin: 10px auto;
	font-size: 0.9em;
	text-align: center;
}

#content #bugLocations #location #address .inner {
	padding: 10px 10px;
	background: url(../images/bugLocations/address_top.gif) no-repeat top left;	
}

#content #bugLocations #location #address p {
	font-weight: bold;
}

#content #bugLocations #location #address p.phone,
#content #bugLocations #location #address p.open {
	font-size: 1.2em;	
}

#content #bugLocations #location #address p.license {
	font-weight: normal;
}

/*	Map
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #bugLocations #location #location_map {
	padding: 20px 0 0 0;
}

#content #bugLocations #location #gmap {
	width: 99%;
	height: 300px;
}
