/* Compiled Wed Jan 25 17:38:17 GMT 2012 */
/* Edit print-main.src, not this file */
/*
 * Default print styles for SCCU
 * Patrick, October 2006
 */


div#prenav, .noprint {
  display: none;
}

/*html { font-size: 10pt; font-family: arial, sans-serif;}
p ul ol li td th {font-size: 8pt; font-family: times-roman, serif;}*/

div#mainframe { margin: 0; padding: 0;}
div#outerlocal { margin-left: 0; margin-right: 0; padding: 0;}

p.printonly { display: block; }

.printonly, .printonly *
  {font-size: 14pt; font-weight: bold; font-style: oblique;}

h1, h2, h3, h4, h5, h6 {
  font-family: arial, helvetica, verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

div.imgholder, .imgholder * {
  display: none;
}

.breadcrumbs {
  display: none;
}

img#scculogo {
  position: absolute;
  right: 0;
  border: none;
}

div#disclaimer {
  text-transform: uppercase;
  font-size: smaller;
  border: 1px black solid;
  clear: both;
  margin: .5em .5em 0 1em;
  display: none;
}

div#footer {
  clear: both;
  font-size: 8pt;
  border-top: 2px solid black;
}

div#scfooter {
  text-align: left;
  float: left;
  width: 40%;
  margin: .5em .5em 0 1em;
  padding: 0 0 0 0;
}


div#ubfooter {
  text-align: right;
  float: right;
  width: 40%;
  margin: .5em 1em 0 .5em;
  padding: 0 0 0 0;
  display: none;
}

.instruction {
  font-size: smaller;
  font-style: italic;
}

/* Basic stuff to make data tables look OK */
table thead th {
  font-weight: bold;
  text-align: center;
}

table tbody th {
  font-weight: bold;
  text-align: right;
}

td {
  text-align: left;
}                     

.authorial {font-style: italic;}

p tr td th ul li {
  page-break-inside : avoid;
}

h1 h2 h3 h4 {
  page-break-after: avoid;
}

