
/*--CSS RESET --------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption { 
	margin: 0;
	padding: 0;	
	border:0;
	outline:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

caption {
	font-weight: normal;
}

/* ----------------------------------------*/
img {
	border:0;
}

.clearfix {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* ----- SFCC PRINT STYLESHEET ------*/
/* ----- CREATED: 6/25/2008 ------------------*/

body {
	font-size: 9pt;
	font-family: Arial, Verdana, Sans-Serif;
background: #fff;
}
p {
 margin: 0 0 20px 0;
}
a {
 color: #1734A8;
}
a:hover {
 color: #efaa22;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0 0 20px 0;
 font-weight: bold;
}
h1 {
 color: #00209F;
 font-size: 16pt;
 text-transform: uppercase;
}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 11pt;}
h5, h6 {font-size: 10pt;}

td.MainContent ul, td.MainContent ol, td.MainContent dl {
 margin: 0 0 10px 35px;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox {	
	 width:100%;
}
#pagewrapper {
        width: 100%;
}

table.ContentBoundingBox {	
	width: 100%;
}
td.MainContent {}
td.LSB, td.RSB, #homeheaderwrapper, 
#breadcrumbs, #inner3colbrandingwrapper,
.inlineMtcBlock, #footerwrapper 
{
 display: none;
}


/* ------------------------------------------- */
/* -- Iconize extensions, these will add an icon automatically to the predefined content types below.  Works in all browsers except IE 6 -- */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_doc.gif) no-repeat center right;
	white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_txt.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_xls.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_pps.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_pdf.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_flash.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_archive.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system2008/icons/icon_film.gif) no-repeat center right;
	 white-space: nowrap; 
	 display: inline-block; 
}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system2008/icons/icon_music.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href ^="mailto:"] {
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system2008/icons/icon_mailto.gif) no-repeat center right;
	 white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
/* this is set on images with links to files so they will not get an icon */
.noicon {
	padding-right: 0 !important;
	background: none !important;
}
