/*
	hsaFTR.css
	styles for View Assessment Online
*/

/*
	==============
	generic layout
	==============

*/

* {
	padding: 0;
	margin: 0;
}


/* @group Body, Defaults, Layout */

/*
	if you want to do custom styling for a single popup, you
	can use an id attribute in the body tag. make it unique
	among all popups.
	Example: http://mdk12.org/assessments/high_school/look_like/2005/english/resources/starwalking.html
*/

body {
	background-color: white;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

div.popup {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

a.popupLink {
	font-family: arial, helvetica;
	font-size: 12px;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

/* @end */

/* @group Navigation Bar */

/*
	=======================================================
	topnavbar, botnavbar
	the top and bottom areas which hold the popup title and
	the print and close buttons
	=======================================================

*/

div.topnavbar, div.botnavbar {
	height: 1.3em;
	background-color: #666699;
}

div.topnavbar p, div.botnavbar p {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0;
	text-indent: 0;
	padding-top: 2px;
	padding-left: 0.3em;
	padding-right: 0.7em;
	color: #cccccc;
}

div.topnavbar {
	border-bottom: 1px solid black;	
}

div.botnavbar {
	border-top: 1px solid black;
}

a.popupLink {
	color: white;
}

/*
	title is in the topnavbar
*/

.title {
	float: left;
}

a {
	text-decoration: none;
}

/* @end */

/* @group Popup Text */

div.popuptext {
	border-top: 10px solid #e5e5e5;
	border-bottom: 10px solid #ccffcc;
	padding-left: 1em;
	padding-right: 1em;
}



div.mainContent {
	border-right: 1px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	width: 422px;
}

h2 {
	font-size: 14px;
	margin: 4px 0 12px 0;
	color: #666;
}

h3 {
	color: #555555;
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 14px;
}

/* @end */

/* @group Metafrag */

div.metafrag {
	padding-left: 1em;
	padding-right: 1em;
}

div.metafrag a {
	color: #666699;
	font-weight: bold;
}


/*
	filter section removes items not for VAO display
*/

div.metafrag h1, div.metafrag dl#itemProperties, div.metafrag div.variant {
	display: none;
}


/*
	generic styles
*/

.underscore, .underline, .u {
	text-decoration: underline;
}

p.center, div.center {
	text-align: center;
}

/*
	bolding
*/

div#itemQuestion { font-weight: bold; }
div#itemQuestion ol#itemChoices { font-weight: normal; }
div#itemQuestion em { font-style: normal; font-weight: normal; }

/*
	patterns
*/

div#itemQuestion ol { font-weight: normal; }

/*
	custom styles for metafrags in VAO
*/


div.metafrag * {
	font-family: "Times New Roman", Times, serif;
}

div.metafrag div.VAO {
	display: block;
}


div.metafrag p, div.metafrag li {
	font-size: 16px;
}

div.metafrag ul, div.metafrag ol {
	margin-left: 0px;
	padding-left: 2em;
}

div.metafrag li, div.metafrag p {
	margin-bottom: 1em;
}

div.metafrag ol#itemChoices {
	list-style-type: upper-alpha;
}

div#itemQuestion ol.compact li, div#itemQuestion ul.compact li {
	margin-bottom: 0;
}

div#itemQuestion ol.compact, div#itemQuestion ul.compact {
	margin-bottom: 1em;
}


/* @end */

/* @group Metafrag Blockquote */

div.metafrag div#itemQuestion blockquote {
	display: block;
	margin: 1em 40px;
}


div.metafrag div#itemQuestion blockquote p {
	margin: 0.5em;
}

div.metafrag div#itemQuestion blockquote p.cite {
	margin-top: 0.5em;
	text-align: right;
	font-style: italic;
}

span.nocite {
	font-style: normal;
}

/* @end */

/* @group Algebra Specific classes */

p.algebra-Directions-original { display: none; }
p.algebra-Directions-standalone { display: none; }
p.algebra-SPR-instruction { display:  none; } /* obsolete */
p.algebra-CR-instruction { } /* future use */

div.metafrag div#itemQuestion blockquote.algebra-prompt {
	padding: 0em 0.5em;
	border: 1px solid #999999;
}

/* @end */

/* @group Biology Specific classes */

p.biology-Directions-original { display: none; }
p.biology-Directions-standalone { display: block; }
p.biology-CR-instruction { } /* future use */

div.metafrag div#itemQuestion blockquote.biology-prompt {
	padding: 0em 0.5em;
	border: 1px solid #999999;
}

/* @end */

/* @group English Specific classes */

p.english-Directions-original { display: none; }
p.english-Directions-standalone { display: block; }
p.english-BCR-instruction { } /* future use */
p.english-ECR-instruction { } /* future use */

div.metafrag div#itemQuestion blockquote.english-prompt {
	padding: 0em 0.5em;
	border: 1px solid #999999;
}

div.metafrag div#itemQuestion blockquote.english-bordered-prompt {
	padding: 0em 0.5em;
	border: 1px solid #999999;
	margin: 1em 0px;
}

/* @end */

/* @group Geometry Specific classes */

p.geometry-Directions-original { display: none; }
p.geometry-Directions-standalone { display: none; }
p.geometry-SPR-instruction { display:  none; } /* obsolete */
p.geometry-CR-instruction { } /* future use */

div.metafrag div#itemQuestion blockquote.geometry-prompt {
	padding: 0em 0.5em;
	border: 1px solid #999999;
}

/* @end */

/* @group Government Specific classes */

p.government-Directions-original { display: none; }
p.government-Directions-standalone { display: block; }
p.government-CR-instruction { } /* future use */

div.metafrag div#itemQuestion blockquote.government-prompt, div.metafrag div#itemQuestion blockquote.government-infobox {
	background-color: #dddddd;
	padding: 0em 0.5em;
	border: 1px solid #999999;
}
div.metafrag div#itemQuestion blockquote.government-infobox {
	background-color: inherit;
}

/* @end */


/* @group Standard Table */

table {

	border-collapse: collapse;
	margin: 1em auto;
	padding: 0;
	text-align: center;
}

table caption {
	font-weight: bold;
}

table tr {
	vertical-align: middle;
	font-size: 14px;
}

table tr th {
	background-color: #dddddd;
}

table tr td, table tr th {
	border: 1px solid #999999;
	padding: 4px;
}

tr.left, td.left, th.left {
	text-align: left;
}

tr.right, td.right, th.right {
	text-align: right;
}

tr.center, td.center, th.center {
	text-align: center;
}

table.noborder tr td, table.noborder tr th {
	border: none;
}

/* @end */


/* @group Notes and Captions, Misc */

p.RevisionNote, p.VariableNote, p.FigureNote {
	text-align: center;
	border: 1px solid black;
	font-size: 80%;
}

span.equation {
	white-space: nowrap;
}

/* @end */

/* @group SR Item Choices */

/*
	this handles fractions inside SR answer choices
	2007 Algebra items 10 and 21
	
	mod 2008-02-01 mwiik to lose the CID's and use classes instead.
	img.fracImage - uses the pushdown for fraction images
	*.hasFrac - increase the line-height. this is most commonly for
	ol#itemChoices, but should be usable in other contexts
*/

.hasFrac {
	line-height: 2em;
	margin-bottom: .14em;
}

img.fracImage {
	position: relative;
	bottom: -5px;
}

img.forHSA {
	display: inline;
}

img.forCLG {
	display: none;
}


/*
div#CIDfac90bc89c12f3873ff00eb899fb7a06 ol#itemChoices li, div#CID1f30504680fc85178416f02d816fa9ac ol#itemChoices li {
	line-height: 2em;
	margin-bottom: .14em;
}

div#CIDfac90bc89c12f3873ff00eb899fb7a06 ol#itemChoices li img, div#CID1f30504680fc85178416f02d816fa9ac ol#itemChoices li img {
	position: relative;
	bottom: -5px;
}
*/


/* @end */

/*
	CID Custom Styles
	mod 2008-02-01 mwiik. this should no longer be needed anywhere
*/

/*

div#CID5e31a875c7850e9318f4a87195697cde ol#itemChoices span.denominator {
	padding-left: 2em;
}

*/





