/* AUTHOR:	Peter William Nisbet (ICT Trainer)			*/
/* CONTRACT: 	Scottish Borders CVS network  				*/
/* COPYRIGHT:	2004 Border Forum of Councils for Voluntary Service	*/

div.tabs {

	border-collapse: collapse;		/* Removes all border padding imposed by browser */
	white-space: 	 nowrap;		/* Stops title being split over two lines */
	background:	 #000000;
	color: 		 #FFFFFF;


	padding-top:	0;
	padding-right:	0;
	padding-bottom:	0;
	padding-left:	1em;			/* Padding between left and first tab */

	border-top:		2px solid #000000;
	border-right:	0;
	border-bottom:	2px solid #FFC683;
	border-left:	0;

	margin-top:	0;
	margin-right:	0;
	margin-bottom:	0;
	margin-left:	0;
}

div.tabs a {

	background:	 transparent; 		/* Background is transparent unless selected */

	padding-top:	0em;
	padding-right:	0.5em;			
	padding-bottom:	0em;
	padding-left:	0.5em;			

	border-top:		0px;
	border-right:	0px;
	border-bottom:	0px;
	border-left:	0px;

	margin-top:	0;
	margin-right:	0.25em;			/* Padding between tabs */
	margin-bottom:	0;
	margin-left:	0;
}

div.tabs a {
	color:	#FFFFFF;
	text-decoration:	none;
	background-color:	transparent;
}

div.tabs a:hover {
	color:	#FFFFFF;
	text-decoration:	underline;
}

div.tabs a:visited {
	color:	#FFFFFF;
	text-decoration:	none;
}

div.tabs a:visited:hover {
		color:	#FFFFFF;
	text-decoration:	underline;
}

div.tabs a.selected {

	color:	#FFFFFF;
	background:	#FD8800;

	border-top:	2px solid #FFC683;
	border-right:	2px solid #854D0C;
	border-bottom: 	2px solid #FD8800;
	border-left:	2px solid #FFC683;
}

div.tabsbar a {
	color:	#FFFFFF;
	text-decoration:	none;
	background-color:	transparent;
}

div.tabsbar a:hover {
	color:	#FFFFFF;
	text-decoration:	underline;
}

div.tabsbar a:visited {
	color:	#FFFFFF;
	text-decoration:	none;
}

div.tabsbar a:visited:hover {
		color:	#FFFFFF;
	text-decoration:	underline;
}