﻿/* 

	Alison Endacott
	
 

.tabSet {
	position: relative;
	top: 1px;
}

.tabSet li {
	float: left;
	_display: inline;
	list-style: none;
	padding: 3px 5px;
	border: 1px solid;
	margin-right: 3px;
	cursor: pointer;
	border-bottom: 0;
	text-transform: uppercase;
	background: #4D4D4D
}

	.tabSet li.unselected a {
		color: #fff;
	}
		.tabSet li.unselected:hover {
			background: #000;
		}
		
	.tabSet li.selected {
		background: #fff;
		font-weight: bold;
		padding-top: 4px;
		margin-top: -1px;
	}
	
		.tabSet li.selected a {
			color: #1D5DAA
		}

.panelSet {
	clear: both;
	background: #fff;
	border: 1px solid;
	min-height: 300px;
	padding: 10px;
}

#frmListing label {
	display: block;
	padding: 3px 0;
}

#admincontent #save {
	cursor: pointer;
	margin: .5em 0;
	border: 1px outset;
	clear: both;
	display: block;
	padding: 3px;
	color: #1d5daa;
	text-transform: uppercase;
	font-size: 90%;
}*/

