/*Kentucky Higher Education Assistance Authority CSS - July 2007 
code written by Eric Feldman, KHESLC

print.css
This style sheet holds the print layout styles.

*******Please note, print.css MUST be below any IE specific declarations within the header.**********
*/
body {font-size: 12pt;font-family: "Times New Roman", Times, serif;background-color: #ffffff;width:auto;color:#000000;}
/*need to override IE specific styles*/
*html div.wrapper { width:auto !important; }

.wrapper{width: auto;margin: 0 5%;padding: 0;border: 0;float: none !important;color: black;background: transparent;}
#skip, #sitenav, #toptab, #alert, #noscript, noscript .submit, #topbar, #subpagenav, #docoptions, #sidebar-left, #botbar, #footernav, #kylogo, #tabnav {display:none;}
#siteimage {float:left;margin:.5em;}
a:link, a:visited {color: #520;background: none;padding:0;text-decoration: underline;}
#header {border-bottom:1px dashed  #cccccc;margin-bottom:5pt;}
h1 {font-size:10pt;margin: 0;padding:0;text-align:center;font-weight:normal;color: #999999;}
h1 a:link, h1 a:visited {text-decoration:none;color: #999999;}
h2{font-weight:normal;margin: 0 0 5pt 0;padding: 10pt 0 10pt 0;border-bottom:1px dashed  #cccccc;text-align:center;}
form {font-size: 10pt;}
form label {display: block;  /* block float the labels to left column, set a width */
	float: left;padding: 0;margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;width: 20%; }
form br {clear:left;}
#content form input, #content form textarea, #content form select {width:auto;margin:5px 0 0 10px;font-size: 8pt;border:none;border-bottom: 1px #000000 groove;font-weight: bold;}
form em {font-style:normal;}
#req{float:right;margin:0;padding:0;}
table {width:100%;border:1px solid #E9EDF1;border-right-color: #C8CDD2;margin-bottom:2em;}
table caption {margin:0;padding: 3px;text-align:left;color: #4682B4;font-weight:bold;border:1px solid #E9EDF1;border-bottom-color: #C8CDD2;border-right-color: #C8CDD2;	}
th, td {margin:0;padding: 8px 20px;border-bottom: 1px solid #C8CDD2;}
table tr {background: #ffffff;}
table th {padding:3px;}
.notes {font-size: 10pt;}
#sidebar-right {border-top: dashed 1px #666666;margin:20pt 0 5pt 0;font-size:9pt;}
#footer{clear:both;border-top:1px dashed  #cccccc;margin-top:1em;}
#copy {font-size:8pt;text-align:center;color:#999999;}
