/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: grey;
}

/* background color for the content part of the pages */
Body
{
    background-color: #EEF1F6;
}
td
{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #000000; background-repeat: no-repeat}

/* 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:#294584
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #EEF1F6;

}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #CED4E0;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;    
    font-size:11px;
    color: #294584;
    text-decoration:none;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:11px;
    color: #294584;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs 
{
	font-size:11px;
}

A.OtherTabs:link    {
    text-decoration:    none;
    color:#294584;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#294584;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#294584;
}

A.OtherTabs:hover   {
    /* text-decoration:    underline; */
    color:#294584;
    text-decoration:    none;    
}
    
/* 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
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#294584;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#294584;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#294584;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#294584;
}

/* style for separator between site links */
.Accent
{
    color: #294584;
    font-weight:    bold;
}

table.AlphaSelector 
{
	width: 100%;
	text-align: center;
	padding-bottom: 4px;
}

table.AlphaSelector td
{
	text-align: center;
}

table.AlphaSelector A
{
	font-size: 10pt;
	border: outset 1px #EEF1F6;
	background-color: #EEF1F6;
	text-decoration: none;	
}

table.AlphaSelector A.Selected
{
	font-size: 10pt;
	background-color: #FFFF66;		
	text-decoration: none;
}

.Pager 
{
	background-color: #EEF1F6;	
	font-size: 10pt;	
	color: Blue;
}

.Pager td, .Pager span
{
	font-size: 10pt;
	color: Blue;
}

.Pager A, .Pager A:link, .Pager A:hover, .Pager A:visited, .Pager A:active
{
	font-size: 10pt;
	border: outset 1px #EEF1F6;
	background-color: #EEF1F6;	
	text-decoration: underline;
	color: Black;
}

/* 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,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    color: #294584;
}

.Head2   {
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    color: #294584;
}

/* style of item titles on edit and admin pages */
.SubHead    {
/*    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: darkred;*/
 font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #294584;
}

.Label 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: normal;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #294584;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;

}

.Normal2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

}

/* 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;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
/* JBT */
.CellElement
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;    
    font-weight: normal;   
    color: black;
    height: 23px;
    width: 90px;
}
.CellElementHeader
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;    
    font-weight: normal;   
    color: darkred;
    height: 23px;
    width: 130px;
}
.NormalTextBox1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;    
    color: black;
    width: 130px;
}

.ParameterHeader
{
    /* font-family:  Verdana,  Helvetica, sans-serif; */
    font-size: 11px;
    font-weight: normal;
    width: 70px;
    text-align : right;
}

.ParameterDropDownList
{
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: normal;    
    width: 165px;
}


.MessageViewerHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.MessageViewer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.TrackerSectionHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.TrackerHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: Normal;
}

.TrackerElement
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #294584;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* 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: #294584;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #294584;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #294584;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #294584;
}
    



/* 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;
}

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:    none;
    color:  #294584;
}

A:visited   {
    text-decoration:    none;
    color:  #294584;
}

A:active    {
    text-decoration:    none;
    color:  #294584;
}

A:hover {
    text-decoration:    underline;
    color:  #294584;
}

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: dimgray;
    height:1pt;
    text-align:left
}

/* SUB tab section

/* background/border colors for the selected sub tab */
.SubTabBg {
    background-color: #EEF1F6;
}

/* background/border colors for the unselected sub tabs */
.OtherSubTabsBg {
    background-color: #EEF1F6;
    font-size: 10px;
}

/* text style for the selected sub tab */
.SelectedSubTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:blue;     
    font-weight: bold;
}

/* text style for the unselected sub tabs */
.OtherSubTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:#294584;
    text-decoration:none;
    font-weight: bold;
}

A.OtherSubTabs 
{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
    text-decoration:    none;
    color:#294584;    
}

A.OtherSubTabs:visited {
    text-decoration:    none;
    color:#294584;
}

A.OtherSubTabs:active  {
    text-decoration:    none;
    color:#294584;
}

A.OtherSubTabs:hover   {
    text-decoration:    none;
    color:#294584;
    background-color :Yellow;
}


/*********************** Mobile CSS Styles *********************/

td.MobilePageContent 
{
	padding-left: 0px;
}

/* background/border colors for the selected tab */
.MobileTabBg {
    /* background-color: #EEF1F6;*/
    /* background-color: #EEF1F6; */
	color:blue;  
}

/* background/border colors for the unselected tabs */
.MobileOtherTabsBg {
	background-color: #CED4E0;
}

/* text style for the selected tab */
.MobileSelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    color: #294584;
    text-decoration:none;
	color:blue;  
    font-weight: bold;
}

/* text style for the unselected tabs */
.MobileOtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    color: #294584;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.MobileOtherTabs:link    {
    text-decoration:    none;
    color:#294584;
}

A.MobileOtherTabs:visited {
    text-decoration:    none;
    color:#294584;
}

A.MobileOtherTabs:active  {
    text-decoration:    none;
    color:#294584;
}

A.MobileOtherTabs:hover   {
    /* text-decoration:    underline; */
    color:#294584;
    text-decoration:    underline;    
    /*background-color :Yellow;*/
}

/* background/border colors for the selected sub tab */
.MobileSubTabBg {
    /*background-color: #EEF1F6;*/
    background-color: #cccccc;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
}

/* background/border colors for the unselected sub tabs */
.MobileOtherSubTabsBg {
    /*background-color: #EEF1F6;*/
    background-color: #cccccc;    
	font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
}

/* text style for the selected sub tab */
.MobileSelectedSubTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    /*color:#294584;*/
    color:blue;     
    font-weight: bold;
}

/* text style for the unselected sub tabs */
.MobileOtherSubTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    color:#294584;    
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.MobileOtherSubTabs:link    
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    text-decoration:    none;
    color:#294584;
    
}

A.MobileOtherSubTabs:visited 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    text-decoration:    none;
    color:#294584;
}

A.MobileOtherSubTabs:active  
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    text-decoration:    none;
    color:#294584;
}

A.MobileOtherSubTabs:hover   
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    text-decoration: underline;
    color:#294584;
    /*background-color :Yellow;*/
}

/* end of SUB tab section */
/* ***************************************************** */
html 
{
	height:100%;
}
body 
{
	margin:2px 2px 2px 2px;
	padding:0;	
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;	
	height:100%	
}
form 
{
	height:100%;
}
#desktop 
{
	height:100%;	
}
#desktop #container 
{	
	width:954px;
	height:100%;
	background-color:#EEF1F6;	
	margin:auto;
}
#desktop .container 
{
	width:954px;	
}
#desktop #header-outer 
{
}
#desktop #header 
{
	margin:auto;
    width:954px;
    padding: 8px 0 5px 0;      
}
#desktop #navbar-outer 
{
}
#desktop #navbar
{
	margin:auto;
    width:954px; 
    background-color:#CED4E0;
    border-bottom:solid 2px #EEF1F6;  
    border-top:solid 3px #CED4E0;
}
#desktop #subnavbar-outer 
{
}
#desktop #subnavbar
{
	background-color:#EEF1F6;
	margin:auto;
    width:954px;    
    padding: 3px 0px 3px 0px;
}
 
#desktop #main-outer 
{
}
#desktop #main 
{
	margin:auto;
	width:914px;
	background-color:#ced4e0;
	padding: 10px 20px 20px 20px;
}
#desktop #footer-outer 
{
}
#desktop #footer  
{
	margin:auto;
    width:954px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:9px;		
    background-color:#ced4e0;
    padding:15px 0 15px 0;
    text-align:center;
}
#desktop #signin 
{		
    background-color:#ced4e0;
    padding:40px 15px 0 60px;
    width:500px;
}
#desktop #main-layout 
{
	width:100%;
}
#desktop #main-layout #LeftPane
{
	padding-left:20px;
}
#desktop #main-layout #ContentPane
{ 

}
#desktop #main-layout #ContentPane
{

}

#desktop #welcome .Normal, #desktop #welcome a
{
	font-size: 10px;
}
a.title 
{
	font-size:14px;
}
.grid-row-header  
{
	background-color:silver;
	color:#000000;
}
.grid-row-header a, .grid-row-header a:hover, .grid-row-header a:link, .grid-row-header a:visited
{
	color:#000000;
}
.grid-row 
{
	background-color:#fcfcfc;
}
.grid-rowalt
{
	background-color:#E0E2E4;
}
.grid-col 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;	
}
#AlphaSelector 
{
	margin:auto;
	width:700px;
	padding:10px 0 10px 0;
}

#tracker #tracker-stats
{
	width:700px;	
}

#tracker .spacer 
{
	height:6px;
	overflow:hidden;	
}

.line 
{
	height:1px;	
	overflow:hidden;
	background-color:Black;	
	margin: 3px 0 8px 0;
}

