/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.1, 02/2003
   ================================
*/   

#ie5warn{
display: none;
}

.MainPanelBg
{
	width: 800px;
		
}

.BodyPanelBg
{
	background-color: #ffffff;
	border-color: White; 
	border-width: 0px 0px 0px 0px;
	
}
	
.LeftPane
{
	background-color:#ffffff;
	width:160px;
	/*background-image: url(http://www.stfrancishospitals.org/images/left_bg.gif);
	background-repeat: repeat-y;*/
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 20px;

}

.ContentPane
{  
	border-color: #ffffff; 
	border-width: 0px 0px 0px 0px;
	padding-left: 0px; 
	padding-top: 0px;        
}

.ContentPane .CPaneTitle {

    background-image: url(http://www.stfrancishospitals.org/images/titledot_hrz.gif); 
    background-repeat: repeat-x; 
    margin-bottom: 10px;
  

}

.RightPane
{
	border-color: White; 
	border-width: 0px 0px 0px 0px;
	width:213px;
	/*background-image: url(http://www.stfrancishospitals.org/images/right_bg.gif);
	background-repeat: repeat-y; 
	background-color: white;*/
	padding-left: 20px;       
        padding-top: 20px;
       
	
}

.CopyrightPaneBg
{
	background-color:#ffffff;
      
	
}

.CopyrightLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: White;
    line-height: 12px    
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.NavBg {
    background-color: white;
    background-image: url(images/nav_bg.jpg);
    padding-left: 6px;
    margin-bottom: 1px;
}

/* background color for the content part of the pages */
Body
{
    background-color: #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99;
}

/* background/border colors for the selected tab */
.TabBg {
    background-image: url(images/btn_on_bg.jpg);
    background-repeat: repeat-x; 
    padding-top:3px;
}

/* background/border colors for the unselected tabs */



/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top:4px;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #004a7f;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: bold;
    padding-top:3px;
    padding-left: 5px;
    padding-right: 5px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: #004a7f;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: #004a7f;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: #005695;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color: #004a7f;
}
    
/* background/border colors for the unselected Copyright Tabs */
.OtherCopyrightTabsBg {
        padding-left: 15px;
	width: 800px;
}

/* text style for the selected Copyright Tab */
.SelectedCopyrightTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: Bold;
    color: #ffffff;
    text-decoration:none;
}

/* text style for the unselected Copyright Tabs */
.OtherCopyrightTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: Bold;
    color: #ffffff;
    text-decoration:none;
}

/* hyperlink styles of the unselected Copyright Tabs */

.OtherCopyrightTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #999999;      
    line-height: 16px;  
}

A.OtherCopyrightTabs:link    {
    text-decoration: none;
    color: #999999;
}

A.OtherCopyrightTabs:visited {
    text-decoration: none;
    color: #999999;
}

A.OtherCopyrightTabs:active  {
    text-decoration: none;
    color: #999999;
}

A.OtherCopyrightTabs:hover   {
    text-decoration:  underline;
    color: #999999;
}

/* Footer (Privacy Notice & SSFHS,Inc. external link) */
.Footer {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #999999;      
    line-height: 16px;  
    padding-top:8px;
    padding-bottom:8px;
    padding-right:8px;
    padding-left:8px;
   
}   

/* hyperlink style for the Footerlinks */
A.Footer:link {
    text-decoration:    underline;
    color: #999999;
}

A.Footer:visited  {
    text-decoration:    underline;
    color: #999999;
}

A.Footer:active   {
    text-decoration:    underline;
    color: #999999;
}

A.Footer:hover    {
    text-decoration:    underline;
    color: #999999;
}

.FooterBorder {
    background-image: url(http://www.stfrancishospitals.org/images/dot_hrz.gif); 
    background-repeat: repeat-x;
}
    
/* text style for the menu parent */
.MenuParent 
{
	
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #005695;
    height:26px;
    margin:0px;   
}   

/* hyperlink style for the site links */
A.MenuParentLink:link {
    text-decoration:    none;
    color:#f1f1f1;
}

A.MenuParentLink:visited  {
    text-decoration:    none;
    color:#f1f1f1;
}

A.MenuParentLink:active   {
    text-decoration:    none;
    color:#f1f1f1;
}

A.MenuParentLink:hover    {
    text-decoration:    none;
    color:#f1f1f1;
}



/* background/border colors for the unselected Menus */
.OtherMenusBg 
{
	padding-top:5px;
        padding-bottom:5px;
        padding-left:7px;
        padding-right:3px;
}

/* text style for the selected Menu */
.SelectedMenu 
{
    background-color: #F9E19F;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;

}

/* text style for the unselected Menus */
.OtherMenus {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:White;  


}

/* hyperlink styles of the unselected Menus */
A.OtherMenus:link    {
    text-decoration:    none;
    color:#333333;
}

A.OtherMenus:visited {
    text-decoration:    none;
    color:#333333;
}

A.OtherMenus:active  {
    text-decoration:    none;
    color:#333333;
}

A.OtherMenus:hover   {
    display: block;
    text-decoration: underline;
    color:#333333;
    
}
        
/* text style for the site links (at extreme top-right of header) */
.Utility {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    font-weight: bold;   
}   

/* hyperlink style for the site links */
A.Utility:link {
    text-decoration:    none;
    color: #666666;
}

A.Utility:visited  {
    text-decoration:    none;
    color: #666666;
}

A.Utility:active   {
    text-decoration:    none;
    color: #666666;
}

A.Utility:hover    {
    text-decoration:    none;
    color: #666666;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  24px;
    font-weight: bold;
    
    color: #005695;
    letter-spacing: -0.00em;
    padding-top: 14px;    
    
}


.HeadTD   {
    border-bottom: dotted 1px #666666;
    magin-bottom: 5px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #333333;
      
}


.aclTable {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    line-height: 20px;
    color: #333333;
}

/* text style used for most text rendered by modules */
.NormalLeftNav
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px ;  
    color: white;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/* GENERIC */

Table {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
}


H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    color: #000000;
    Line-Height:20px;
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight: bold;
    color: #313397;
    Line-Height:20px;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #333333;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}


TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

A:link  {
    text-decoration: underline;
    color:  #005695;
   
}

A:visited   {
    text-decoration: underline;
    color:  #005695;
    
}

A:active    {
    text-decoration: underline;
    color:  #005695;
    
}

A:hover {
    text-decoration: underline;
    color:  #999999;
    
    
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    
}


UL LI   {
    list-style-type:    square ;
    line-height: 17px;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    Square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

LI  {
    list-style-type:    square;
    line-height: 17px;
    margin: 0 0px;
    padding-left: 0px;
}

UL A:link  {
    text-decoration: underline;
    color:  #005695;
   
}

UL A:visited   {
    text-decoration: underline;
    color:  #005695;
    
}

UL A:active    {
    text-decoration: underline;
    color:  #005695;
    
}

UL A:hover {
    text-decoration: underline;
    color:  #999999;
}


/*.normal IMG

{
    margin:0px;
}*/

.normal .LeftPane IMG

{
    margin:0px;
}

HR {
    color: #000066;
    height:1pt;    
}


/* Banner Properties */

.Logo {
	padding-left: 14px;
	padding-bottom: 10px;
        padding-top: 10px;
}


.SearchTextbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height:16px;
    width: 85px;
    line-height:12px;
    color: #666666;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:3px;
}


.IMGLeft
{

 margin-top: 0px;
 margin-bottom: 8px;
 margin-left: 0px;
 margin-right: 10px;
}

.IMGRight
{

 margin-top: 0px;
 margin-bottom: 8px;
 margin-left: 10px;
 margin-right: 0px;
}


/* ------------ Home Page ------------- */


/* Welcome Center */

.Welcometxt
{
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px; 
   color:#494949; 
   padding-top: 2px;
   padding-right: 22px;  
}


/* --- Welcome Center Links -- */

.WelcomeLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height:18px;
}

A.WelcomeLink:link {
    text-decoration:    underline;
    color: #005695;
}

A.WelcomeLink:visited  {
    text-decoration:    underline;
    color: #005695;
}

A.WelcomeLink:active   {
    text-decoration:    underline;
    color: #005695;
}

A.WelcomeLink:hover    {
    text-decoration:    underline;
    color: #005695;
}


.IAMHeading
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px; 
   text-transform: uppercase;
   color:#7979CD;
   font-weight:bold;
   padding-left:7px;
}

#Welcomelist
{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1;
    padding-left: 5;
    list-style: none;
}
 
ul.welcomelist
{
 list-style-type: circle;
 list-style-image:  url(http://www.stfrancishospitals.org/images/wc_bull.gif);
 list-style-position: outside;
 margin-left: 20px; 
 margin-right: 5px;
 margin-bottom: 0px;
 margin-top: 0px;
 padding-left: 5px;
 padding-top: 2px;
 line-height: normal;
}
 
ul.welcomelist li
{
 line-height: normal;
 padding-left: 8px;
 padding-top: 0px;
 padding-bottom: 0px;

}



/* Bottom 3 Columns (Green, Purple, Yellow) */


/* Green Column */
.greenColhead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    text-transform:uppercase;
    color: #6FA395;    
    padding-top: 9px;
    padding-left: 20px;
    padding-bottom: 0px; 
    letter-spacing: -0.04em;  
    background-image: url(http://www.stfrancishospitals.org/images/greencolhead_bg.jpg); 
    background-repeat: no-repeat; 
}

.greenCol p {
    margin-right: 12px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: arial, verdana, sans-serif;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 16px;
}

.greenGo  {
   font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    text-transform:uppercase;
    color: #21745D;   
}

.greenCol_bg_repeat {
	background : url(http://www.stfrancishospitals.org/images/greencol_bg_repeat.jpg) top center repeat-y;
	width: 213px;
}

.greenCol_bg_repeat IMG {
    margin:0px;
}

.greenCol {
	background : url(http://www.stfrancishospitals.org/images/greencol_bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;    
}

.greenColfooter {
	background : url(http://www.stfrancishospitals.org/images/greencol_bottom.jpg) bottom center no-repeat;
        height:15px;
}


.greenCol A:link {
    text-decoration:    underline;
    color: #21745D;
}

.greenCol A:visited  {
    text-decoration:    underline;
    color: #21745D;
}

.greenCol A:active   {
    text-decoration:    underline;
    color: #21745D;
}

.greenCol A:hover    {
    text-decoration:    underline;
    color: #21745D;
}



/* Purple Column */
.vioColhead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    text-transform:uppercase;
    color: #28288D;    
    padding-top: 9px;
    padding-left: 20px;
    padding-bottom: 0px; 
    letter-spacing: -0.04em;  
    background-image: url(http://www.stfrancishospitals.org/images/viocolhead_bg.jpg); 
    background-repeat: no-repeat; 
}

.vioCol p {
    margin-right: 12px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: arial, verdana, sans-serif;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 16px;
}

.vioGo  {
   font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    text-transform:uppercase;
    color: #2B2C90;    
}

.vioCol_bg_repeat {
	background : url(http://www.stfrancishospitals.org/images/viocol_bg_repeat.jpg) top center repeat-y;
	width: 213px;
}

.vioCol_bg_repeat IMG {
    margin:0px;
}

.vioCol {
	background : url(http://www.stfrancishospitals.org/images/viocol_bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;    
}

.vioColfooter {
	background : url(http://www.stfrancishospitals.org/images/viocol_bottom.jpg) bottom center no-repeat;
        height:15px;
}


.vioCol A:link {
    text-decoration:    underline;
    color: #2B2C90;
}

.vioCol A:visited  {
    text-decoration:    underline;
    color: #2B2C90;
}

.vioCol A:active   {
    text-decoration:    underline;
    color: #2B2C90;
}

.vioCol A:hover    {
    text-decoration:    underline;
    color: #2B2C90;
}


/* Orange Column */
.orngColhead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    text-transform:uppercase;
    color: #EEB117;    
    padding-top: 9px;
    padding-left: 20px;
    padding-bottom: 0px; 
    letter-spacing: -0.04em;  
    background-image: url(http://www.stfrancishospitals.org/images/orngcolhead_bg.jpg); 
    background-repeat: no-repeat; 
}

.orngCol p {
    margin-right: 12px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: arial, verdana, sans-serif;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 16px;
}

.orngGo  {
   font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    text-transform:uppercase;
    color: #CF9301;    
}

.orngCol_bg_repeat {
	background : url(http://www.stfrancishospitals.org/images/orngcol_bg_repeat.jpg) top center repeat-y;
	width: 213px;
}

.orngCol_bg_repeat IMG {
    margin:0px;
}

.orngCol {
	background : url(http://www.stfrancishospitals.org/images/orngcol_bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;    
}

.orngColfooter {
	background : url(http://www.stfrancishospitals.org/images/orngcol_bottom.jpg) bottom center no-repeat;
        height:15px;
}


.orngCol A:link {
    text-decoration:    underline;
    color: #CF9301;
}

.orngCol A:visited  {
    text-decoration:    underline;
    color: #CF9301;
}

.orngCol A:active   {
    text-decoration:    underline;
    color: #CF9301;
}

.orngCol A:hover    {
    text-decoration:    underline;
    color: #CF9301;
}

/* ------------ LeftNav ------------- */
.lnvertbg {
    background-color: white;
    background-image: url(http://www.stfrancishospitals.org/images/dot_ver.gif); 
    background-repeat: repeat-y;   
}

.lnhrzbg {
    background-color: white;
    background-image: url(http://www.stfrancishospitals.org/images/dot_hrz.gif); 
    background-repeat: repeat-x;   
    
}

.PrintView {
    background-color: #EEEEFF;
    background-image: url(http://www.stfrancishospitals.org/images/dot_hrz.gif); 
    background-repeat: repeat-x; 
    background-position: bottom left;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 5px; 
      
}



/* -----------------Right Pane ---------------*/

.rightpane .Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    text-transform:uppercase;
    color: #005695;    
    padding-top: 9px;
    padding-left: 20px;
    padding-bottom: 0px; 
    letter-spacing: -0.04em;  
    background-image: url(http://www.stfrancishospitals.org/images/rpanehead_bg.jpg); 
    background-repeat: no-repeat; 
}

.rightpane .right_bg_repeat {
	background : url(http://www.stfrancishospitals.org/images/right_bg_repeat.jpg) top center repeat-y;
	width: 213px;
}

.rightpane .normal {
	background : url(http://www.stfrancishospitals.org/images/right_bg.jpg) top center no-repeat;
        width: 213px;
        padding-left: 20px;	
}

.rightpane .rpanefooter {
	background : url(http://www.stfrancishospitals.org/images/right_bottom.jpg) bottom center no-repeat;
        height:15px;
}

.rightpane H3 {
    margin-right: 20px;
    margin-left: 0px;
}

.rightpane B {
    margin-right: 0px;
    margin-left: 0px;
}

.rightpane .right_bg_repeat p {
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-family: arial, verdana, sans-serif;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 16px;
}

.rightpane UL LI   {
    list-style-type:    square ;
    margin-right: 20px;
    margin-left: -20px;
}

.rightpane UL LI LI    {
    list-style-type:    circle;
    margin-right: 20px;
    margin-left: -20px;
}

.rightpane UL LI LI LI {
    list-style-type:    Square;
    margin-right: 20px;
    margin-left: -20px;
}

.rightpane LI   {
    list-style-type:    square;
    margin-right: 20px;
    margin-left: 5px;
}

.rightpane OL LI   {
    list-style-type:    decimal;
    margin-right: 20px;
    margin-left: -20px;
}


/**----Print View / Text Size/ Share ---*/
    
    ul#printview{
      float:left;
      display:inline;
      margin:0px 0px 0px 0px;
      padding:0px;
      list-style-type: none; 
      clear: both;
      
      background: #cccccc url(images/printview.gif) no-repeat top left;
    }
    
    
    ul#printview li {
      width:auto;
      float:left;
      display:inline;
      padding:0px;
      margin:0px; 
      height:18px;
      text-align: center;
    }
    
    ul#printview li a {
      display:block;
      padding:0px 0px 0px 0px;
      margin:0px;    
      color:#ffffff;
      line-height:1em;
      font-size: 92%;      
      font-weight: bold;
      text-decoration: none;           
    }
    
    ul#printview li#activeSection a{
      background: #646058 url(images/printview.gif) no-repeat top right;
      color:#ffffff;
    }    
    
    ul#nav2 li a:hover{
      color:#ffffff;
      background: #646058 url(images/navdivide.jpg) no-repeat top right;
    }


.printview
{
	background: #fff url("images/printview.gif");
	height: 18px;
	width:74px;
}

.textsize
{
	font-size:90%;
	vertical-align: text-top;
	margin:0px 3px 8px 0px;
}



.ContentPane .utilities {
	color: #224;
	font-size: 10px;
	text-align: right;
	margin-top:5px;
}

.ContentPane .utilities * {
	vertical-align: middle;
}

.ContentPane .utilities .medium,
.ContentPane .utilities .large,
.ContentPane .utilities .larger {
	padding: 3px 5px;
	text-decoration:none;
	color: #A1A1A1;
	background: #F2F2F2;
}

.ContentPane .utilities .medium {
	font-size: 12px;
}

.ContentPane .utilities .large {
	font-size: 14px;
}

.ContentPane .utilities .larger {
	font-size: 16px;
}















