/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.1, 02/2003
   ================================
*/   


.MainPanelBg
{
	
		
}

.BodyPanelBg
{
	
	border-color: White; 
	border-width: 0px 0px 0px 0px;
	
}



.LeftPane
{
	
	width:150px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;

}

.ContentPane
{  
	padding-left: 5px; 
	border-top: 1px solid #568ABF;
	padding-top: 0px;
	padding-right: 5px;
	background-color:White;
	/*background-image: url(images/bgmid.gif);
	background-repeat: repeat-x; 
	background-position: bottom;*/
}

.ContentTopBG
{
	/*background-image: url(images/bgmid.gif);	
	background-position: bottom;
	background-repeat: no-repeat; */
}

.RightPane
{
	border-color: White; 
	border-width: 0px 0px 0px 0px;
	width:150px;
	/*background-image: url(images/right_bg.gif);
	background-repeat: repeat-y; 
	background-color: white;*/
	padding-top: 1px;
	padding-left: 10px;
        padding-right: 12px;
	 
	font-size: 8px;
}

.CopyrightPaneBg
{
	/*background-color:white;	*/
}

.CopyrightLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #568ABF;
    line-height: 12px    
}

/* PAGE BACKGROUND  */
/* background color for the header at the top of the page  */
.HeadBg {
    /*background-color: #ffffff;
   		background-image: url(images/tabs_bg.gif);
		background-repeat: repeat-y; */
   
}

/* background color for the content part of the pages */
Body
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x; 
	
    	/*background-color: #B5C6CE; */
}


/* 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:#568ABF;
}

/* background/border colors for the selected tab */
.TabBg {
background-image: url(images/btn_on.gif);
background-repeat: repeat-x; 
padding-top:3px;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-image: url(images/btn_off.gif);
    background-repeat: repeat-x; 
    padding-top:3px;
    }

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
   
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
   text-decoration:    none;
    font-weight: bold;  
    padding-left: 0px;  
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: #666666;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: #666666;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: #666666;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color: #666666;
}
    
/* background/border colors for the unselected Copyright Tabs */
.OtherCopyrightTabsBg {
        height: 14px;
	border-top: 0px;
	color: #192168;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: Bold;
	
}

/* text style for the selected Copyright Tab */
.SelectedCopyrightTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: Bold;
    color: #568ABF;
    text-decoration:none;
}

/* text style for the unselected Copyright Tabs */
.OtherCopyrightTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #568ABF;
    text-decoration:none;
}

/* hyperlink styles of the unselected Copyright Tabs */
A.OtherCopyrightTabs:link    {
    text-decoration: none;
    color: #568ABF;
}

A.OtherCopyrightTabs:visited {
    text-decoration: none;
    color: #568ABF;
}

A.OtherCopyrightTabs:active  {
    text-decoration: none;
    color: #568ABF;
}

A.OtherCopyrightTabs:hover   {
    text-decoration: none;
    color: #568ABF;
}
    
/* text style for the menu parent */
.MenuParentLink 
{
    background-color: #666699;	
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.MenuParentLink:link {
    text-decoration:    none;
    color:#ffffff;
}

A.MenuParentLink:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.MenuParentLink:active   {
    text-decoration:    none;
    color:#ffffff;
}

A.MenuParentLink:hover    {
    text-decoration:  none;
    color:#ffffff;
}



/* background/border colors for the selected Menus */
.OtherMenusBgOn 
{
background-image: url(images/nav_bgon.gif);   
background-color: #ffffff;     

}

/* background/border colors for the unselected Menus */
.OtherMenusBgOff 
{
background-image: url(images/nav_bg.gif);   
background-color: #ffffff;     

}

/* text style for the selected Menu */
.SelectedMenu 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
    color: red;


 
}

/* text style for the unselected Menus */
.OtherMenus {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal; 


}

/* hyperlink styles of the unselected Menus */
A.OtherMenus:link    {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherMenus:visited {
    text-decoration:    none;
    color:#ffffff;

}

A.OtherMenus:active  {
    text-decoration:    none;
    color:#ffffff;
}

A.OtherMenus:hover   {
    text-decoration: underline;
    color:#ffffff;
    
}
  

/* hyperlink styles of the unselected Menus */
A.SelectedMenu:link    {
    text-decoration:    none;
    color:#FFCF44;
}

A.SelectedMenu:visited {
    text-decoration:    none;
    color:#FFCF44;

}

A.SelectedMenu:active  {
    text-decoration:    none;
    color:#FFCF44;
}

A.SelectedMenu:hover   {
    text-decoration: underline;
    color:#ffffff;
    
}   

   
/* text style for the site links (login / logoff links) */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:#E3E9FF;
    
}


.SiteLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    line-height: 18px;
    top-margin:5px; 
    font-weight: bold;  
    text-transform: uppercase;
    letter-spacing: 0.1em;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #E3E9FF;
    padding:0px;
    border-top:solid 1px #313C7E;
    border-bottom:solid 1px #313C7E;
    border-left:solid 1px #313C7E;
    border-right:solid 1px #313C7E;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: #E3E9FF;
    border-top:solid 1px #313C7E;
    border-bottom:solid 1px #313C7E;
    border-left:solid 1px #313C7E;
    border-right:solid 1px #313C7E;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: #E3E9FF;
    border-top:solid 1px #313C7E;
    border-bottom:solid 1px #313C7E;
    border-left:solid 1px #313C7E;
    border-right:solid 1px #313C7E;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color: #568ABF;
    border-top: solid 1px #D2DEEB;
    border-bottom:solid 1px #D2DEEB;
    border-left:solid 1px #D2DEEB;
    border-right:solid 1px #D2DEEB;
    background:#E3E9FF;
    padding:0px;   

}

/* hyperlink styles of the unselected Menus */
A.Print:link    {
    text-decoration:    none;
    color:#568ABF;
}

A.Print:visited {
    text-decoration:    none;
    color:#568ABF;

}

A.Print:active  {
    text-decoration:    none;
    color:#568ABF;
}

A.Print:hover   {
    text-decoration: none;
    color:#568ABF;
    
}  

/* 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: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #568ABF;
}

/* text style used for most text rendered by modules */
.ItemReadMore
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;         
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #568ABF;
}
.HeadTD   {
    padding-top: 9px;
    border-bottom: solid 1px #568ABF;
    magin-bottom: 0px;
}



/* 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;
    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: #568ABF;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #568ABF;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #568ABF;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #568ABF;
}
    
/* Footer (Privacy Notice & SSFHS,Inc. external link) */
.Footer {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold
}   


/* 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;
}


/* GENERIC */

Table {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
}

H1  {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: #568ABF;
}

H2  {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    color: #568ABF;
}

H3  {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #568ABF6;
}

H4  {
    font-family:  Arial, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #568ABF;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: 568ABF;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

HR  {
   width: 100%;
   line-height: 1px;	
   color: #568ABF;
}


.PhysImage  {
   border-left: 1px solid #666666;	
   border-right: 1px solid #666666;
   border-top: 1px solid #666666;
   border-bottom: 1px solid #666666;
   
}


.PhysSpecialty {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:    none;
    line-height: 18px;   
    font-weight: bold;  
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color:#000000;
}


TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration: underline;
    color:  #568ABF;
   
}

A:visited   {
    text-decoration: underline;
    color:  #568ABF;
    
}

A:active    {
    text-decoration: underline;
    color:  #568ABF;
    
}

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  {
    margin-bottom:0px;
}

UL LI   {
    list-style-type:    square ;   
}

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: 16px;   
    padding-left: 0px;
}


/**----Print View -------------------------------------------------------*/
    
    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:3px;
}

.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;
}




/* Homepage */

.hpBoxTitle
{
	background-image: url(images/box_top_bg.gif);
	background-repeat: repeat-x; 	
}

.hpBoxLeft
{
	background-image: url(images/box_lt_side.gif);
	background-repeat: repeat-y; 
	width: 4px;	
}

.hpBoxRight
{
	background-image: url(images/box_rt_side.gif);
	background-repeat: repeat-y; 
	background-position: top;
	width: 9px;	
}




/*background-image: url(images/bgmid.gif);	
	background-position: bottom;
	background-repeat: no-repeat; */



Marquee
{

 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
}


.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;
}


HR {
	color: #FAF6D9;	
	margin-top: 0px;
	margin-bottom: 0px;	
}








