/*
	l_vsc.css
	
	this styles the left column for VSC pages
*/

div#leftBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 1em;
}

div#leftBar ul li {
	list-style-type: none;
}

div#leftBar h2 {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

div#leftBar h3 {
	margin-top: .2em;
	margin-bottom: .2em;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

div#leftBar hr {
	width: 80%;
}

div#toolbox {
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 2em;
}

div#toolbox h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div#toolbox p {
	margin-top: 0;
}

div#toolbox .key {
	border: 1px solid #8a5301;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	color: #8a5301;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 9px;
	padding: 1px 6px;
}



