/*

provek-print.css

release 1

CSS and XHTML templates by Sean Conran - Copyright (c) Netcel 2009

IMPORTANT - Updates to this file need to be tested on IE6, IE7, Firefox 3, Safari 3 and validated to W3C standards

*/

@media print {

* {
font-size: 100%;
line-height: 1.3em;
}

A, A:link, A:visited {
color: #606060;
text-decoration: underline;
}

BODY {
background-color: transparent;
background-image: none;
color: #000000;
font-size: 75%;
}

#f1c IFRAME,
#f2c IFRAME,
#f3c IFRAME {
width: 600px;
}

INPUT, SELECT, TEXTAREA {
background-image: none;
border: solid 1px #808080;
}

INPUT.formSubmit {
background-color: #c0c0c0;
background-image: none;
border: 2px solid #000000;
color: #000000;
}

TABLE {
width: auto;
}


.boxGutter {
width: 25px;
}

#breadcrumb {
display: none;
}

.callToAction .b {
background-image: none;
border-bottom: 1px solid #808080;
}
.callToAction .l {
background-image: none;
border-left: 1px solid #808080;
}
.callToAction .r {
background-image: none;
border-right: 1px solid #808080;
}
.callToAction .t {
background-image: none;
border-top: 1px solid #808080;
}

#content {
float: none;
padding: 0;
}
#contentContainer {
padding: 0;
}

#contentLeft {
display: none;
}
#contentRight {
display: none;
}

#f1c #contentMain,
#f2c #contentMain,
#f3c #contentMain {
float: none;
padding: 2em 0 0 0;
width: 100%;
}

.error {
float: none;
font-size: 100%;
}

#footer {
display: none;
}

.form {
float: none;
}

#header {
width: 100%;
}
#headerLinks {
display: none;
}
#headerSearch {
display: none;
}

#iconLinks {
display: none;
}

#master {
margin: 0 auto 0 auto;
width: 650px;
}
#master .shadow {
background-image: none;
float: none;
width: auto;
}
#master .shadowB {
background-image: none;
float: none;
width: auto;
}
#master .shadowT {
background-image: none;
float: none;
width: auto;
}

#navTop {
display: none;
}

#pageTitleContent {
float: none;
}

.shadowDivider {
width: 600px;
}

}

