@charset "utf-8";
/* CSS Document */
@media screen,projection {
	h3.tabme{ 
		border:2px outset darkred; 
		border-bottom:0; 
		border-right:0; 
		padding-left:1em; 
		width: 700px;
		height: 400px;
	}
	a.tab0, a.tab1 {
		position:relative; 
		left:20px;
		border:1px solid #bababa; 
		border-bottom:0; 
		padding:1px 6px;
		background: #eeeeee; 
		color:black; 
		text-decoration: none;
		font:90% 'MS Sans Serif', sans-serif;
	}
	a.tab1 {
		background:#ffffff; 
		padding:3px 6px; 
		top:-1px;
	}
	a.tab0:active, a.tab1:active { text-decoration:underline; }
	a.tab0:hover, a.tab1:hover { text-decoration:overline; }
	.slab0 {	
		display:none;
	}
	.slab1 {	
		display:block;
		width:900px; 
		/*height:450px; CC Oct 12, 2007 - Removed so that the slab would be fluid and not fixed.*/
		overflow:auto;
		border:1px solid #bababa; 
		padding:0.5em;
		background:#ffffff; 
		color:black;
		position:relative;
	}
	.submit {
		position:absolute;
		width:77px;
		height:28px;
		bottom:-10px;
		right:44px;
		z-index:100;
	}
	
	div.tabbed {
		width: 840px;
		overflow: auto;
	}
}
@media print {
	a.tab0, a.tab1 { display:none; }
	.slab1 {
		display: block;
		width: inherit;
		height: inherit;
		border: 0
	}
	.tabtabme {
		width: inherit;
		height: inherit;
	}
}

dd, dt{
	margin-bottom: 10px;
}
