/* 
scimitar-print.css

used to print, well, everything scimitar related
*/
/*
ATM Question styling
*/
#questiontable, #printquestiontable {
padding:0;
border-collapse:collapse;
}
#questiontable th, #printquestiontable th{
padding:4px 8px;
text-align:left;
border-bottom:1px solid #999;
}
#questiontable th#atm_source, #printquestiontable th#atm_source {
width:85px;
}
#questiontable td, #printquestiontable td{
border-bottom:1px solid #AAA;
padding:4px 8px;
padding-bottom:2em;
vertical-align:top;
text-align:left;
}
#questiontable .row1, #printquestiontable .row1 {
background-color:#EEE;
}
/*
general hide/show 
*/
body {
color:black;
background:white none;
}
#container {
width:auto;
margin:0 5%;
padding:0;
border:0;
float:none !important;

}
#banner #print_logo {
display:block;
width:110px;
height:30px;
}
#title-bar, #title {
padding:0;
margin:0;
}
#banner {
height:30px;
padding:0;margin:0;
background:transparent none;
display:block;
float:none !important;
}
#title-bar, #footer {
float:none !important;
width:auto;
border:0;
background:transparent none;
}
/* hide list */
#homelink, #global-nav, #title-bar #secondary-nav, #primary-nav, #choose, #next_last_buttons, #save_question_set, #sign_in_box {
display:none !important;
}
#title-bar #title, .top, .left-half, .right-half, .whole {
float:none !important;
}
#content {
float:none !important;
width:auto;
border:0;
padding-top:1em;
border-top:1px solid #999;
}
.left-half, .right-half {
border:0;margin:0;padding:0;
width:4in;
}
.top, .whole {
width:auto;
border:0;margin:0;padding:0;
}
/*
Input forms
*/
input, button {
border:1px solid gray;
background-color:white;
}
/*
Fonts. These colors may need to be darkened
*/
.blue {
color:#006697;
}
.orange {
color:#E18F12;
}
.green {
color:#317E1B;
}
h1 {
font-size:20pt;
}
h2 {
font-size:16pt;
}
h3 {
font-size:12pt;
}
h4 {
font-size:10pt;
}
p {
font-size:10pt;
}
/*
Links
*/
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a.print:link:after, #content a.print:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
