/* 
    Document   : print.css
    Created on : Sep 21, 2011, 1:44:06 PM
    Author     : rennercr
    Description: print-friendly styling
*/

/*Reset Style*/
html, body {
    margin: 0;
    padding: 0;
    color: #000;
    height: auto;
    min-height: 0;
}
/*Remove Element*/
#topnav, button, .button {
    display: none;
    visibility: hidden;
}
/* clean up links */
a:link, a:visited {
    background: transparent;
    color:#333;
    text-decoration:none;
}
.content {
    font-size: 50%;
    padding: 0 0 0 0;
}
#container {
    border-left: #FFF 0px solid;
    border-right: #FFF 0px solid;
}
input, textarea, select, .disabled {
    color: #000;
    border:none;
}
