/*
	BBBS printer styles
	Updated 6/1/2006
*/



/* --- Hidden Objects --- */

#skipnav, #auxnav, #sidebar, #footerlinks, #footer HR
{ display:none }


/* --- Formatting --- */

BODY
{ color:#000; font:normal .7em/1.2em georgia,verdana,arial,helvetica,sans-serif }
TABLE, TR, TD, TH
{ font-size:100% }

/* Links */
A
{ color:#862887; text-decoration:underline }

/* Show URL after links */
A[href^=http]:after
{ content: " (" attr(href) ") "; }


/* Paragraphs */
P
{ margin:0 0 1.3em 0; line-height:1.4 }
UL, OL, LI, DT, DD, TD, TH
{ line-height:1.4 }
BLOCKQUOTE
{ text-align:center; margin:1.2em 0 }

/* Special text formatting */
.small /* Fine print */
{ font-size:91% }
.big /* Large print */
{ font-size:110% }

/* Images */
A IMG
{ border-width:0 }

.floatleft /* Flating images */
{ float:left; margin:0 8px 8px 0 }
.floatright
{ float:right; margin:0 0 8px 8px }


/* Separators */
HR
{ clear:both; color:#d6ecf4; background-color:#d6ecf4; height:5px; margin:.4em 0; padding:0; border-style:none; overflow:hidden }
	HTML>BODY HR /* IE margin fix */
	{ margin:1.2em 0 }


/* Headings */
H1, H2, H3, H4, H5, H6
{ color:#33a1ca; margin:0 0 .6em 0; padding:0; font:bold 120% verdana,arial,helvetica,sans-serif; line-height:1.3 }
H3
{ font-size:110% }
H4, H5, H6
{ font-size:100% }
H6
{ margin-bottom:.2em }


/* Forms */
FORM
{ margin:0; padding:0; border-width:0 }
LABEL
{ vertical-align:middle }
INPUT, SELECT, TEXTAREA
{ font-family:verdana,arial,helvetica,sans-serif; font-size:100%; vertical-align:middle }

/* Data Tables */
TABLE.data
{ width:100%; margin:0 0 1.2em 0 }
TABLE.data CAPTION
{ padding:0 0 .7em 0; margin:0; text-align:left; font-weight:bold }

TABLE.data TH
{ border-bottom:1px solid #aaa; text-align:left; padding:2px 3px; vertical-align:top; line-height:1.4em; text-transform:lowercase }
TABLE.data TR.data-even
{ background-color:#f1f1f1 }
TABLE.data TD
{ padding:2px 3px; vertical-align:top; line-height:1.4em }



/* - Printer Object Formatting - */

#logo
{ display:block; margin-bottom:1.2em }

.sidebox
{ float:right; width:25%; margin:0 0 2em 3%; padding:7px; font-size:91%; background-color:#f1f1f1; border:1px solid #bbb }


/* Thumbnail Lists */
UL.thumbs
{ position:relative; clear:both; margin:0 0 1.3em; padding:0; list-style-type:none }
UL.thumbs LI
{ min-height:48px; padding:0 0 5px 129px; border-bottom:1px solid #ccc; margin:5px 0 10px 0; background-image:none; line-height:1.3 }
	* html UL.thumbs LI /* IE min-height and box model fixes */
	{ height:53px; he\ight:48px }
UL.thumbs LI:last-child
{ border-bottom-width:0 }

UL.thumbs LI IMG
{ position:absolute; left:0; display:block; margin-top:-.1em; border:5px solid #ccc }

UL.thumbs LI A
{ font-size:110%; font-weight:bold; display:block }
UL.thumbs LI A IMG
{ border-color:#e86c14 }
UL.thumbs LI A:hover IMG
{ border-color:#f4bd1f }


#footer
{ clear:both; margin-top:2em; border-top:1px solid #ccc; padding-top:.5em; font-size:91% }
#footer P
{ margin:0; float:right }
#footer P#copyright
{ float:none }

.clear
{ clear:both }
