
/*

s-print.css

Spillers - Print CSS - rel 05

Copyright (c) 2006 Netcel

*/

@media print {

A:link {
color: #2a3996;
text-decoration: underline;
}
A:visited {
color: #2a3996;
text-decoration: underline;
}
A:hover {
color: #2a3996;
text-decoration: underline;
}
A:focus {
color: #2a3996;
text-decoration: underline;
}
A:active {
color: #2a3996;
text-decoration: underline;
}

#homepageColumnsBottom A:link {
color: #2a3996;
}
#homepageColumnsBottom A:visited {
color: #2a3996;
}
#homepageColumnsBottom A:hover {
color: #2a3996;
}
#homepageColumnsBottom A:focus {
color: #2a3996;
}
#homepageColumnsBottom A:active {
color: #2a3996;
}

#kids A:link {
color: #2a3996;
}
#kids A:visited {
color: #2a3996;
}
#kids A:hover {
color: #2a3996;
}
#kids A:focus {
color: #2a3996;
}
#kids A:active {
color: #2a3996;
}

B, STRONG {
color: #000000;
}

BODY {	
background-color: #ffffff;
color: #000000;
font-family: arial, helvetica, sans-serif;
font-size: 75%;
text-align: center;
width: 100%;
}

TD {
background-color: #ffffff;
color: #000000;
}

TH {
background-color: #f0f0f0;
color: #000000;
}

.bgColorBlueLight {
background-color: #f0f0f0;
}

#bodyHomepage {
background: transparent url('../images/spacer.gif') repeat-y scroll top left; 
}

#bodyText {
background-color: #ffffff;
}
#bodyText H2, #bodyText H3 {
color: #000000;
}
#bodyText UL {
list-style-image: none;
list-style-type: disc;
}

#borderLeft {
display: none;
}
#borderRight {
display: none;
}

#breadcrumb {
display: none;
}

.contentBG {
background: transparent url('../images/spacer.gif') repeat-y scroll top left; 
}

#footer {
display: none;
}
#footerImage {
display: none;
}

.formCheckbox {
background-color: #ffffff;
}
.formRadio {
background-color: #ffffff;
}
.formSubmit {
color: #ffffff;
}

#header {
display: none;
}

#homepageColumnsBottom UL {
list-style-image: none;
list-style-type: disc;
}

.kidsBlockTitleContainer {
color: #000000;
}
.kidsBlockLinksContainer {
background-color: #f0f0f0;
}

#mainColumn {
background-color: #ffffff;
}

#master {
margin: 0;
text-align: left;
width: 100%;
}

#navLeft {
display: none;
}

#navRight {
background-color: #ffffff;
}
#navRightContainer {
background: transparent url('../images/spacer.gif') no-repeat scroll bottom right; 
}
#navRight H2, #navRight H3 {
color: #000000;
}
#navRight UL {
list-style-image: none;
list-style-type: disc;
}

#pageTitle {
height: 250px;
}
#pageTitleContainer {
background-color: #ffffff;
}
#pageTitleLine1, #pageTitleLine2, #pageTitleLine3 {
color: #000000;
}

#pageTitleKids {
height: 150px;
}
#pageTitleContainerKids {
background-color: #ffffff;
}
#pageTitleLine1Kids {
color: #000000;
}

#pageTitleOrdinary {
height: 135px;
}
#pageTitleContainerOrdinary {
background-color: #ffffff;
}
#pageTitleLine1Ordinary {
color: #000000;
}

}

