/* CSS Document */
.social-studies {
    background-color: #330066;
    width: 565px;
	height: 22px;
}

.student-work td {
    vertical-align: top;
}

.student-work caption {
    font-size: 0.85em;
	background-color: #EEE;
}

.student-work h3 {
    font-size: 1em;
	margin: 2px 0 15px !important;
	text-align: center; 
}

.student-work h4 {
    font-size: 1em;
	margin: 2px 0 15px !important;
	text-align: center; 
}

.student-work h5 {
    font-size: 0.85em;
	margin-bottom: 5px; 
}

.line {
    border: 1px solid #000;
}

h4.view-tran-ss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	font-weight: normal;
	text-align: center;	
	color: #330066;
	border: 2px solid #330066;
	width: 160px;
}

.s-letter {
    font-size: 0.95em;
	border: 1px solid #000;
	margin: 0;
	padding: 20px;
}

#s-transcript {
    font-size: 0.8em;
	border: 1px solid #000;
	margin: 0 0 20px 0;
	background-color: #FFFCDA;
}

#s-transcript h4 {
    font-size: 1em;
	text-align: center;
	margin: 10px 0px 0px;
}

#s-transcript dl {
	/*/*/
	padding: 10px 10px 0;
	margin: 8px; /**/
}

#s-transcript dt {
	font-weight: bold;
}

#s-transcript dd {
	margin: 0 0 20px 0;
}

.text-box {
    border: 1px solid #330066;
	padding: 10px 10px 0;
	width: 150px;
}

.caption-top {
    text-align: right;
    margin: 20px 0 5px !important;
}

.captions {
    text-align: center;
}

.where-to-next blockquote {
    margin: 5px 15px;
}

.where-to-next ul {
    font-size: 100%;
    padding-top: 5px;
	margin-top: 5px;
}  

.nested-li {
	font-size: 1.1em;
	list-style-type: disc;
}

.stud-work {
	border: 1px solid #000000;
	padding: 20px;
    background-color: #FFFCDA;
}

.underline {
    text-decoration:underline;
}

.non-javascript {
    margin-bottom: 20px;
}

.non-javascript td {
    vertical-align: top;    
}

.non-javascript h4, .non-javascript ul {
    font-size: 1em;
}

.non-javascript h3 {
    font-size: 1.1em;
}

.non-javascript h4, .non-javascript p {
    margin: 0 10px 10px;
}

.nj-space {
    margin-top: 8px;
}

table.simple-tab td { /* basic tabular data table */
    vertical-align: top;
} 

table.simple-tab ul {
    font-size: 1em;
    margin-left: .90em;
    padding-left: .90em;
}

table.speech-bubble h5 {
    font-size: 1em;
    margin: 0 0 12px;
    text-align: center;
}

.ex-titles td, th {
	text-align: left;
}

.ex-titles li {
    font-size: .95em;
}

.tbl-borders {
border-top: 1px solid #000;
border-left: 1px solid #000;
}

.tbl-borders td, .tbl-borders th {
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

.teacher td, .teacher th, {
    border-width: 0px;
}

.smaller-h4 {
    font-size: 0.90em;
}

/* secondary heading in thumbnail table */

.sec-heading {
    font-size: 1.1em !important;
}

/* Student work - generally 1 off's */

.stud-work h3 {
    margin: 0;
}

.stud-work h4 {
    font-size: 0.9em;
}

.tbl-box {
    border: 1px solid #330066;
	margin: 10px 0 0;
}

.tbl-box2 {
    border: 1px solid #000;
	background-color: #FFFCDA;
	margin: 10px 0 0;
}

.highlight {
	border: 1px solid #000;
	background-color: #EEE;
	padding: 4px;
}

.reference {
	font-size: .80em;
}

.mississippi-arrows {
	background: url(../r/assessment/exemplars/socialstudies/img/mississippi/mississippi_arrows.gif) 0 0 no-repeat;
}

.div-box {
    font-size: 1em;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 0;
	padding: 4px;
}

/* End student work */

/* Speech bubble */
td > img { /* for opera */
    display: block;
}

.bub-left {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_left.gif) repeat-y;
}

.bub-top {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_top.gif) repeat-x;
}

.bub-right {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_right.gif) repeat-y;
}

.bub-bot {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_bot.gif) repeat-x;
}

.bub-top-leftcorner {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_top_left.gif) no-repeat;
}

.bub-top-rightcorner {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_top_right.gif) no-repeat;
}

.bub-bot-rightcorner {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_bot_right.gif) no-repeat;
}

.bub-bot-leftcorner {
	background: url(../r/assessment/exemplars/socialstudies/img/bubble/bub_bot_left.gif) no-repeat;
}
/* End speech bubble */

/* Gallery positioning */
.first-img {
    position: relative;
	left: 60px;
	top: 9px;
	width: 324px;
	z-index: 1;
	visibility: hidden
}

.gallery-pos {
    position: absolute;
	left: 60px;
	top: 10px;
	width: 324px;
	z-index: 1;
	visibility: hidden;
}
/* End gallery */