/*
	l_msaiotw.css
	
	this styles the left column for MSA Item of the Week pages
*/

div#leftBar h2 {
	background-color: transparent;
	font-size: 12px;
}

/* @group GradeMenu */

div#GradeMenu h3 {
	float: left;
	font-size: 12px;
	margin: 0;
	padding-top: 0.1em;
	text-transform: uppercase;
}

div#GradeMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 0.5em;
}

div#GradeMenu ul li {
	list-style-type: none;
	display: inline;
	padding-left: 1em;
	font-weight: bold;
}

/* @end */

/* @group PrintMenu */

div#PrintMenu {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#PrintMenu h3 {
	background-color: transparent;
	font-size: 11px;
	margin-bottom: 0.25em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin-top: 1em;
}

div#PrintMenu p {
	margin-top: 0;
}

/* @end */



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;
}




