/*

bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark:	rgb(0,66,174);

*/




.tab-pane {
	position:	relative;
	width:		100%;
}

/*my addition */

	#businesslinks .tab-pane p {
		text-align: left;

		}

.tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;


	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 3px 6px;
background:url("../GLImages/Buttons/falkirkbutback.gif") repeat-x;
	border:			1px solid;
	border-color:	rgb(120,172,255);
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
	


	
	z-index:		1;
	position:		relative;
	top:			0;
}

.tab-row .tab.selected {
	border:			1px solid rgb(120,172,255);
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
background:#fff url("../GLImages/Buttons/falkirkbutback_hov.gif") repeat-x;
}

.tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			13px;
	color:				rgb(0,66,174);
	text-decoration:	none;

	background:#fff url("../GLImages/Buttons/falkirkbutback.gif") repeat-x;
}

.tab-row .hover a {
	color:	rgb(0,66,174);
		background:#fff url("../GLImages/Buttons/falkirkbutback_hov.gif") repeat-x;
}

.tab-row .tab.selected a {
	font-weight:	bold;
}

.tab-row a:hover {
	color:	rgb(0,66,174);
		background:#fff url("../GLImages/Buttons/falkirkbutback_hov.gif") repeat-x;
}

							

.tab-page {
	clear:			both;
		font-size:		11px;
/*	border:			1px solid rgb(120,172,255);
	background:		White; 
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;

*/
	z-index:		2;
	position:		relative;
	top:			-2px;

	padding:		10px;
}


.tab-page p{
	text-align:left;
}


.tab-row {
	z-index:		1;
	white-space:	nowrap;
background:#fff url("../GLImages/Buttons/falkirkbutback.gif") repeat-x;

	height:			30px;
	
	width:			100%;
}


/* Map
------------------Info window
*/
.infocontainer {width:260px;
	font-size:13px;
	color:#000066;}

.infocontainer img {float:right}

.infocontainer br {
	clear: both;
}

.infocontainer .base {
	margin-top:15px;
	font-size:10px;
}


