/*
	r_msaiotw.css
	
	this styles the right column for MSA Item of the Week pages
*/

/* probably don't need this here

div#rightBarInner {
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
	border-left: 1px solid #eee;
}

*/

div#rightBar h2, div#rightBar h3, div#rightBar h4, div#rightBar h5, div#rightBar h6 {
	font-family: Verdana, sans-serif;
	font-style: normal;
}

div#rightBar h2 {
	font-size: 14px;
	background-color: transparent;
	font-style: italic;
}

div#rightBar h3 {
	font-size: 15px;
}

/* @group bubbleIotw */

div#bubbleIotw {
	margin-bottom: 20px;
}

div#innerBubble {
	border-left: 1px solid #e9e6dd;
	border-right: 1px solid #c5c2bb;
	background-color:#FFFFFF;
	padding: 0;
	margin: 0;
	width: 99%;
}

div#innerBubbleTitle {
	background-image: url(/share/i/msaiotw_bubbletopbkgrnd.jpg);
	margin: 0;
	padding: 0;	
}

div#innerBubbleTitle p {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-bottom: 0.4em;
	font-size: 10px;
}

div#innerBubbleTitle h2 {
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: -3px;
	padding-left: 10px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 13px;
}

div#innerBubbleContent {
	padding-left: 10px;
	padding-bottom: 10px;
}

div#innerBubbleContent h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0.5em;
}

div#IndicatorObjectiveTable {
	padding-left: 0px;
	padding-right: 0px;
}

/* @end */


/* @group IndicatorObjectiveTable */

div#IndicatorObjectiveTable p {
	margin: 0;	
}

div#IndicatorObjectiveTable div {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

div#IndicatorObjectiveTable div p {
	padding-left: 20px;
}

div#IndicatorObjectiveTable div.standard {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e8f0cd;
}

div#IndicatorObjectiveTable div.standard {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e8f0cd;
}

div#IndicatorObjectiveTable div.topic {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f6f3dc;
}

div#IndicatorObjectiveTable div.indicator {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e8f0cd;
}

div#IndicatorObjectiveTable div.objective {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f6f3dc;
}

div#IndicatorObjectiveTable div.assessmentlimit {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f5ebd0;
}

div#IndicatorObjectiveTable div.assessmentlimit ul {
	margin-top: 0;
	padding-left: 55px;
}

div#IndicatorObjectiveTable h2, div#IndicatorObjectiveTable h3, div#IndicatorObjectiveTable h4, div#IndicatorObjectiveTable h5, div#IndicatorObjectiveTable h6 {
	margin: 0;
	font: bold 11px Verdana, sans-serif;
	color: #616161;
	text-transform: uppercase;
}

div#IndicatorObjectiveTable div#AnswerKey {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f0f0e5;
}

div#IndicatorObjectiveTable div#AnswerKey h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-style: italic;
}

div#IndicatorObjectiveTable div#AnswerKey p {
	margin: 0;
	padding-left: 20px;
}

div#IndicatorObjectiveTable div#AnswerKeyDetail {
	background-color: white;
}

div#IndicatorObjectiveTable div#AnswerKeyDetail p {
	
}

ol li {
    list-style:upper-alpha;
}

/* @end */





