﻿/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   
#content {
}
#footer {
	position: relative;  /* Needed for Safari */
	width: 100%;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #ffffff; /* darkred; */
}

/* 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: #004d72; */
    color: Black;
    padding-left: 10px;
}

.SiteMapHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #666644;
}

.AdminHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: black;
    text-align: center;
}

/* background/border colors for the selected tab */
.TabBg {
    font-size: 11px; 
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    font-size: 11px; 
    color: black;
    text-decoration:none;
    font-weight: bold
}

.OtherHeaderBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; 
    color: black;
    text-decoration:none;
    font-weight: bold;
    padding-left: 15px;
}

.subPage{
	background-color:#eeeeee;
	font-family:Arial;
	/*color:#004d72;*/
	font-size: x-small;
}

.subPage2
{
	font-family:Arial;
	/*color:#004d72;*/
	font-size: x-small;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabsBg:link    {
    text-decoration:    none;
    color:black;
}

A.OtherTabsBg:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabsBg:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabsBg:hover   {
    text-decoration:    underline;
    color:black;
}
    
/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; 
    color:#80b14d;
    /*color: #ffff99; */
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; 
    color: #393939;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#393939;
/*    color:#000066; */
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#393939;
/*    color:#000066; */
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#393939;
/*    color:#0999CB; */
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: #393939;
    /*color:#80b14d;*/
/*    color:#0999CB; */
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    /*color:#004d72;*/
    color: Black;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#000066;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#0999CB;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#0999CB;
}

/* style for separator between site links */
.Accent
{
    /*color: red; */
    color: #393939;
    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: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.SubHeadITP    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight:    bold;
    color: darkred;
    text-align: center;
}

.SubHeadControl    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
    padding-left: 15px;
}

.SubHeadContentITP {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight: normal;
    color: black;
    padding-left: 15px;
    text-align: center;
}

.SubHeadRpt    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight:    bold;
    color: darkred;
    padding-left: 10px;
    padding-bottom: 10px;
}

.SubHeadContentRpt {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight: normal;
    color: black;
    padding-left: 25px;
    padding-bottom: 10px;
}

.SubHeadContent {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: black;
    padding-left: 15px;
}

.SubSubHeadContent {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: black;
    padding-left: 30px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.FooterSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: White;
    background: #80b14d;
    text-align: center;
    vertical-align: middle;
}

.FooterBar {
    font-size:  7px;
    background: #000000;
}

.FooterHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
    background: #9f9f9f;
    text-align: center;
    vertical-align: middle;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: Black;
    line-height: 12px    
}

.NormalLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}

.NormalBoldItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}

.NormalRight
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    line-height: 12px;
    text-align: right;
    vertical-align: bottom;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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 */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

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;
}

table.desktop-default {
	width: 100%;
}

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;
}

.GridStyle {
    border: 1px solid black;
    background-color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

    .GridStyle tr {
        border: 1px solid black;
        color: Black;
        height: 25px;
    }
    /* Your grid header column style */
    .GridStyle th {
        background-color: navy;
        border: 1px solid white;
        text-align: center;
        vertical-align: bottom;
        font-weight: bold;
        font-size: 15px;
        padding: 4px;
        color: white;
    }

    .GridStyle td {
        border: 1px solid black;
        padding: 2px;
    }

TH.info-services  {
    vertical-align: middle;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:    bold;
    line-height: 21px;
    height: 37px;
    /*color: #004d72;*/
    color: Black;
}

TD.info-services-body  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    line-height: normal;
     /*color: #004d72;*/
    color: Black;
}

A:link  {
    text-decoration:    none;
    /*color:  darkred;*/
    color: #393939;
}

A:visited   {
    text-decoration:    none;
    /*color:  darkred;*/
    color: #393939;
}

A:active    {
    text-decoration:    none;
   /* color:  darkred;*/
   color: #393939;
}

A:hover {
    text-decoration:    underline;
    /*color:  red;*/
    color: #80b24a;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL 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: dimgrey;
    height:1pt;
    text-align:left
}

HR.info-services {
     /*color: #004d72;*/
    color: Black;
    height:1pt;
    text-align:center;
    width: 100%;
}

table.rpt-table {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
}
td.rpt-label {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
td.rpt-content {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
td.category-head {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-family: Arial, Georgia, Verdana;
	font-size: 12pt;
}
td.warranty {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    padding-left: 25px;
}

listbox-repository {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
	border-style: solid;
	border-color: Black;
	border-width: thin;
}

.UltraWebToolbar10hov {
	BORDER-RIGHT: #004d72 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #004d72 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: normal; 
	BACKGROUND: url(none) white; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: #004d72 1px solid; 
	CURSOR: default; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: #004d72 1px solid; 
	TEXT-ALIGN: center 
}
.UltraWebToolbar10def {
    color: DarkRed; 
    font-weight: bold;
	BORDER-RIGHT: white 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: white 1px solid; 
	PADDING-LEFT: 3px; 
	BACKGROUND: url(none) white; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: white 1px solid; 
	CURSOR: default; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: white 1px solid; 
	TEXT-ALIGN: center 
}
.UltraWebGrid1-hc2
{
 font-family:Verdana; 
 font-size:8pt; 
 font-weight:bold; 
 background:#004d72;
 color:White;
 border-style:outset;
 border-width:1px;
 padding:2px 5px 2px ;
 cursor:Default;
 text-align:center;
 overflow:hidden; 
 text-overflow:ellipsis;
}
.UltraWebGrid1-TE
{
 font-family:Verdana; 
 font-size:8pt; 
 font-weight:bold; 
 background:#80B14D;
 color:White;
 border-style:outset;
 border-width:1px;
 padding:2px 2px 2px ;
 cursor:Default;
 text-align:center;
 overflow:hidden; 
 text-overflow:ellipsis;
}

.PwdSecurityPolicy {
	font-family:Verdana; 
	font-size:small; 
	font-weight:bold; 
	color:Red;
}

/* style of Time Effort MouseOver Definition Description */
DD  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
.LoginHeaderRowStyle
{
	font-weight: bold; 
	color: white; 
	background-color: #80b24a;/*#48679f;#3D5788;*/
	font-family: Verdana; 
	font-size: x-small;
	text-align: center;
}