/**********************************************************
Name: print.css
Desc: Styles associated with the print version of the site.
***********************************************************/
#container {border: none;}
#header, #navOn {display:none;}
#contentRightTopPadding {display:none;}
#header {display: none;}
#toolbar {display: none;}
#navBar {display: none;}
#hotLinks {display: none;}
#pageHeader {display: none;}

#content .templateContent {padding: 10px; width: 100%;}
#content .templateContent h1 {width: 100%;}
#contentRight {display: none;}

a.backToTop {display: none;}

#adminMenu, #employeeMenu {display:none;}

table.signIn, table.signOut {float: left; width: 49%;}
table tr td {border-bottom: 1px dashed #ccc; font-size:12pt; padding:0px; text-align:left; vertical-align: middle;}
table.signIn tr.highlight td {text-decoration:line-through;}
table.signOut tr.highlight td {text-decoration:line-through;}
table.signIn tr td.columnStudentIDX {vertical-align:middle;}
table.signOut tr td.columnStudentIDX {vertical-align:middle;}