﻿/* Printer friendly version of the soa.org site */
html, body, form#form1{
background-image: none;
background-color: #fff;
color: #666666;
font-family: "Arial";
font-size: 9pt;
margin: 0 0 0 0;
padding: 0 0 0 0;
line-height: 14pt;
}


a{
text-decoration: underline;
}

hr{
height: 1px;
border: 0;
}

div#container{
margin: 0 0;
padding: 0 0;
border: none;
height: 100%;
background-color: #FFF;
display:inline;
}

#content {
background-color: #fff;
border: none;
height: 100%;
display:inline;
}

div#right {
float:left;
display:inline;
text-align:left;
}

div {
    display:none;
    margin: 0 0;
    padding: 0 0;
}

li label{
font-weight: bold;
list-style: none;
}

/* Edited by Lisa Rashidi-Ranjbar 4.20.09
Fixed print version for the Education Vertical */

div.educationlist {
background-color: #fff;
border: none;
display:inline;
}

div.iconimage {
background-color: #fff;
border: none;
display:inline;
}

/* End edit for Education Vertical */

/* Don't display anything that doesn't need to be displayed */
#banner, div#header, #footer, #titleBar, #navBar, #leftBanner, #findASection, #eventCalendar, #examInformation, #memberDirectory, #quickSearch, #register, div#left, ul.quickLinks, td.quickLinksLeft, td.quickLinksRight, #container2 {
display: none;
} 

/* Use regex to hide the stupid images that are embedded on the page. If the table they were in had a class
   we would have been able to alleviate this problem with out using this method - even if it is cool.
   Do note that it does not work in IE6 - go figure - because it is a css3 property */
/* A css Regex cheat sheet can be found at ILoveJackDaniels.com */

img[src $='quickLinksTop.jpg']{
display:none;
}
img[src $='quickLinksBottom.jpg']{
display:none;
}
img[src $='blank.jpg']{
display:none;
}

h2[class ^='textPageSubhead']{
color: #000;
font-size: 120%;
}
p[class \w='bodyText']{
font-size: 9pt;
font-family:Arial, Helvetica, sans-serif;
}

p{
font-size: 9pt;
font-family:Arial, Helvetica, sans-serif!important;
}
