/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.1, 02/2003
   ================================
*/   


.MainPanelBg
{
	background-color:White;
}

.BodyPanelBg
{
}
	
.LeftPane
{
	background-color:White;
	width:118px;
        padding-right: 15px;
}

.ContentPane
{
	padding-left: 0px; 
}


.RightPane
{
	width:170px;
	background-image: url(http://65.17.194.26/images/right_bg.gif);
	background-repeat: repeat-y; 
	background-color: white;
	padding-left: 10px; 
	
}

.CopyrightPaneBg
{
	background-color:White;
	color: #999999;
        border-top:1px #999999 solid;
}

.CopyrightLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    line-height: 14px    
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: White;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* 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:#000066;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: White;
    color: #74A14C;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: White;
    border-color: White;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration:    none;
    font-size:13px;
    display:block;
    padding:3px 10px;
    color:#74A14C;
    border-right:1px solid #62727F;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #0E1FC5;
    text-decoration:none;  
    font-weight: bold;  
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    font-size:13px;
    display:block;
    padding:3px 10px;
    color:#0E1FC5;
    border-right:1px solid #62727F;
}

A.OtherTabs:visited {
    text-decoration:    none;
    font-size:13px;
    display:block;
    padding:3px 10px;
    color:#0E1FC5;
    border-right:1px solid #62727F;
}

A.OtherTabs:active  {
    text-decoration:    none;
    font-size:13px;
    display:block;
    padding:3px 10px;
    color:#0E1FC5;
    border-right:1px solid #62727F;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color: #74A14C;
}
    
/* background/border colors for the unselected Copyright Tabs */
.OtherCopyrightTabsBg {
	height: 25px;
	border-width: 0px;
	color: White;
}

/* text style for the selected Copyright Tab */
.SelectedCopyrightTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#999999;
    text-decoration:none;
}

/* text style for the unselected Copyright Tabs */
.OtherCopyrightTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#999999;
    text-decoration:none;
}

/* hyperlink styles of the unselected Copyright Tabs */
A.OtherCopyrightTabs:link    {
    text-decoration:    none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#999999;
}

A.OtherCopyrightTabs:visited {
    text-decoration:    none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#999999;
}

A.OtherCopyrightTabs:active  {
    text-decoration:    none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#999999;
}

A.OtherCopyrightTabs:hover   {
    text-decoration:    underline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
}


A.CopyrightLabel:Link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    line-height: 14px    
}
A.CopyrightLabel:Visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    line-height: 14px    
}
A.CopyrightLabel:Hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000066;
    line-height: 14px    
}
    
/* text style for the menu parent */
.MenuParentLink 
{
	background-color: White;	
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.MenuParentLink:link {
    text-decoration:    none;
    color:#000066;
}

A.MenuParentLink:visited  {
    text-decoration:    none;
    color:#000066;
}

A.MenuParentLink:active   {
    text-decoration:    none;
    color:#000066;
}

A.MenuParentLink:hover    {
    text-decoration:    underline;
    color:#000066;
}



/* background/border colors for the unselected Menus */
.OtherMenusBg 
{
   background-image:url(images/Header_06.jpg);   
   height:24px;
   padding-bottom:1px;  

}

/* text style for the selected Menu */
.SelectedMenu 
{
    background-color: #CC8A12;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#ffffff;    
    text-decoration: underline;
    display:block;   
    padding:5px 10px;
    margin-top:1px;   
    width:100%;    
}

A.SelectedMenu:Link 
{
    color:#ffffff;      
    text-decoration: none;
}
A.SelectedMenu:Visited 
{
    color:#ffffff;      
    text-decoration: none;
}
A.SelectedMenu:Active 
{
    color:#ffffff;      
    text-decoration: none;
}
A.SelectedMenu:Hover 
{
    color:#ffffff;      
    text-decoration: none;
}

/* text style for the unselected Menus */
.OtherMenus {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#ffffff;    
    text-decoration: underline;
    display:block;
    padding:5px 10px;
    background-color:#9A6634;
    margin-top:1px;
}

/* 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   {
    background-color: #CC8A12;
    text-decoration: none;
    color: #ffffff;
   

}
        
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#003366;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #000066;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: #000066;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: #000066;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: #000066;
}

/* 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: #003366;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  24px;
    font-weight: bold;    
    color: #0E1FC5;
    letter-spacing: -0.00em;
    padding-top: 5px; 
    height: 20px;   
    
}

.HeadTD   {
 
}


/* 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;
      
}

/* 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: #990000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #990000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #990000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #990000;
}
    



/* GENERIC */

Table {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;  
    color:#333333; 
    
}

Table .contentpane .normal{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color:#333333;  
}

H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  24px;
    font-weight: bold;    
    color: #0E1FC5;
    letter-spacing: -0.00em;   
    margin-top:8px;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}

  h3{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:105%;
    margin:16px 16px -6px 0px;
    padding:4px 8px 4px 8px;
    color: #0E1FC5;
    background: #DBDDF1;
  }
  
  h4{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size:105%;
    margin: 8px 28px 14px 28px;
    padding:0;
    color: #6D6960;
  }

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}


A:link  {
    text-decoration:    underline;
    color:  #0066CC;
   
}

A:visited   {
    text-decoration:    underline;
    color:  #0066CC;
    
}

A:active    {
    text-decoration:    underline;
    color:  #0066CC;
    
}

A:hover {
    text-decoration:    underline;
    color:  #0066CC;
    
    
}

/* Footer (Privacy Notice & SSFHS,Inc. external link) */
.Footer {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#82929f;
}   

/* hyperlink style for the Footerlinks */
A.Footer:link {
    text-decoration:    none;
    color:#82929f;
}

A.Footer:visited  {
    text-decoration:    none;
    color:#82929f;
}

A.Footer:active   {
    text-decoration:    none;
   color:#82929f;
}

A.Footer:hover    {
    text-decoration:    underline;
    color:#82929f;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
}


UL LI   {
    list-style-type:    square ;
}

LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #003366;
    height:1pt;
    text-align:left
}


HR.left {
    color: #ffffff;
    height:1pt;
    text-align:left
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#003366;
	font-size: 10px;
    font-weight: normal;
     
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#003366;
    font-size: 10px;
    font-weight: normal; 
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#ffffff;
    font-size: 10px;
    font-weight: normal;
   
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#003366;
    font-size: 10px;
    font-weight: normal;
   
}

.SiteTitle {
    font-family: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
}

.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;
}


/**---- Print View / Text Size / Share buttons ----*/
    
    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: left;


}

.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;
}