/*Tabs.css: Styles related to the tabbed pages*/

pre {text-indent: 30px}

#tabmenu {
		color: #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

#tabmenu a, a.active {
		color: #003366;
		background: #CCCCCC;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 1px solid #C0C0C0;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

#tabmenu a.active {
		background: #DEDEBD;
		border-bottom: 3px solid #DEDEBD; }

#tabmenu a:hover {
		color: #003366;
		background: #EBEBEB; }

#tabmenu a:visited {
		color: #003366; }

#tabmenu a.active:hover {
		background: #EBEBEB;
		color: #003366; }

#content {font: verdana, sans-serif;
		text-align: left;
		background: #DEDEBD;
		padding: 20px;
		border: 1px solid #C0C0C0;
		border-top: none;
		z-index: 2;	}

#content a {
		text-decoration: underline;
		color: #003366; }

#content a:hover { text-decoration: underline; }