﻿.part{
	border:1px solid black;
	background-color:white;
}
	.part h3{
		color:#933;
	}
#toc{
	display:block;
	padding:10px;
	position:relative;
	margin:15px 0;
	width:305px;
}
	#toc h3{
		padding-bottom:10px;
	}
	#toc h3 strong{
		font-size:13px;
		color:black;
	}

	#toc li{
		list-style-type:circle;
		padding-left:5px;
		margin-left:15px;
	}
		
div.section{
	border:1px black solid;
	width:950px;
	padding:10px;
	margin: 5px 0;
	position:relative;
	clear:both;
}
	div.section h3{
		margin-bottom:10px;
	}
	div.section li{
		float:left;
	}
	div.pane{
		overflow:auto;
		clear:left;
		margin: 10px 0 0 10px;
		position:relative;
		width:826px;
		height:322px;
	}
ul.elements{
	background-color:#5B739C;
}
	ul.elements li{
		width:200px;
		height:100px;
		font-weight:bolder;
		border:1px black solid;
		text-align:center;
		padding:50px;
		position:relative;
		background-color:#DDD;
	}		
		ul.elements li p{
			color:#666;
		}
	#pane-options ul.elements li{
		margin:5px;
	}
	#pane-options{
		margin-bottom:10px;
	}
ul.links{
	height:20px;
}
	
h3 span{
	position:absolute;			
}
.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:1px;
	margin-top:2px;
}