/*
	hsaANK.css
	
	styles for Answer Keys
*/


body {
	background-color: white;
	font-family: arial, helvetica, sans-serif;
}



img {
	border: none;
}

.nowrap {
	white-space: nowrap;
}



div.layout {
	width: 598px;
	border:  1px solid black;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}



div.topnavbar, div.bottomnavbar {
	width: 100%;
	height: 14px;
	max-height: 14px;
	background-color: #666699;
}

div.topnavbar {
	border-bottom: 1px solid black;	
}



div.topnavbar, div.bottomnavbar {
	font-size: 10px;
}

div.topnavbar p, div.bottomnavbar p {
	text-align: right;
	margin: 0;
	padding: 1px 4px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

div.topnavbar a, div.bottomnavbar a {
	color: white;
	text-decoration: none;
}



div.bottomnavbar {
	border-top: 1px solid black;	
}



div.topnavbar img, div.bottomnavbar img {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
}



div.header {
	border-bottom: 1px solid black;
	background-repeat: no-repeat;
	background-image: url(/assessments/high_school/look_like/images/HsaBanner.jpg);
	background-color: #666699;
	height: 57px;
	max-height: 57px;
}

div.header p {
	margin: 0;
	color: white;
	text-align: right;
	font-size: 13px;
	padding: 40px 4px 0px 0px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

div.header a {
	color: white;
	text-decoration: none;
}



div.titlebar {
	height: 19px;
	max-height: 19px;
	background-color: #666699;
}

div.titlebar h1 em {
	color: #ffffff;
	font-style: normal;
}



h1  {
	color: #cccccc;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 0 4px;
}


h2 {
	font-size: 14px;
	margin: 4px 0 12px 0;
	color: #666;
}



h3 {
	color: #555555;
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 14px;
}



div.definition {
	margin-top: 16px;
	margin-bottom: 20px;
}


p.center, div.center, td.center {
	text-align: center;
}


/*
	filter section removes items not for ANK display
*/

div.metafrag h1, div.metafrag dl#itemProperties, div.metafrag div.variant {
	display: none;
}

/*
	generic styles
*/

.underscore, .underline, .u {
	text-decoration: underline;
}

/*
	custom styles for AnswerKeysTable in ANK
*/

div.MainContent {
	border-top: 10px solid #e5e5e5;
	border-bottom: 10px solid #ccffcc;
}

div.MainContent p {
	font-size: 12px;
	padding: 0em 1em 0em 1em;
}

table#AnswerKeysTable {
	width: 598px;
	border: none;
	font-size: 12px;
	
}

table#AnswerKeysTable tr {
	vertical-align: top;	
}

table#AnswerKeysTable thead tr {
	background-color: #f5f5f5;
}

table#AnswerKeysTable tbody tr.odd {
	background-color: #ffffff;
}

table#AnswerKeysTable tbody tr.even {
	background-color: #f5f5f5;
}

