﻿
#thisTab {
	border: 1px solid #666;
	clear: both;
	background: #DDD;
	padding-top: 1em;
}

#tabContents {
	padding: 1.5em;
	background: #F6F6F6;
	min-height: 300px;
}

#tabs {
	position: relative;
	height: 2em;
	width: 630px; 
}

#tabs ul#primary {
	margin: 0;
	margin-left: .5em;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul#primary li  {
	display: inline;
	list-style: none;
}

#tabs ul#primary a,#tabs ul#primary span,#tabs ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #333;
}

#tabs ul#primary span,#tabs ul#primary a.current,#tabs ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #DDD;
	padding-bottom: 6px;
	margin-top: 0;
}

ul#primary a.current { font-weight: bold; }

#tabs ul#primary a {
	background: #CCC;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabs ul#primary a:hover {
	margin-top: 0;	
	border-color: #666;
	background: #DDD;
	padding-bottom: 5px;
}

#tabs ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0px 0px 0px 0px;
	bottom: -1.8em;
	left: 1px;
	width: 700px;
}

#tabs ul#secondary li a,#tabs ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
/*	text-align: auto;*/
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

ul#secondary li span { font-weight: bold; }

#tabs ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tabs ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tabs ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tabs ul#secondary li:last-child a { border: none; }
#calendar { width:100%}

