/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   

/* Additional items for displaying news
Wayne Myers
2/11/03
*/
.NewsText
{
 font-family: Arial;
 font-size: 18px;
}
.NewsHeading
{
 font-family: Arial;
 font-size: 28px;
}
A.NewsLink
{
	font-family: Arial;
	font-size: 10px;
	color: Blue;
	
}
.NewsListText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:purple;
    font-weight:bold;
    text-align:center
}
.newslistheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: purple;
}

.NewsListItemText
{
	font-family:Arial;
	font-size:11px;
	color:black;
}
.pagefootercontact
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height:normal;
	font-style:italic

}
.pagetext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height:normal

}
.pagetextbold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height:normal;
    font-weight:bold

}

.pagehead   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
.pagesubhead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:Navy;
}
.oldsitelinks
{
	font-family:Arial;
	font-size:11px;
	color:black;
}
.oldsitelinkheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: purple;
}
/* 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: Arial Bold, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color:darkblue
}

/* background/border colors for the selected tab */
.TabBg {
    background-color:white;
    border-color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color:Purple;
    border-color:Black;
}

/* text style for the selected tab */
.SelectedTab 
{
	/*
    font-family: Verdana, Helvetica, sans-serif;
*/
    font-family: Comic Sans MS, Helvetica, sans-serif;
    font-size: 11px;
    color:Purple;
    font-weight:bold;
    font-style:italic
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family:Comic Sans MS,Helvetica, sans-serif;
/*:Comic Sans MS,Helvetica, sans-serif;
    /*: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight:bold

*/
    font-size: 11px;

    color:Silver;
    text-decoration:none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:none;
    background-color:Navy;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:purple
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, 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, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: purple;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #666644;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, 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: Arial, 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: purple;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: purple;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: purple;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: purple;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: purple;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: purple;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: purple;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: purple;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: purple;
}

A:link  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    text-decoration:    none;
    color:  Blue;
}

A:visited   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    text-decoration:    none;
    color:  purple;
}

A:active    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    text-decoration:    none;
    color:  purple;
}

A:hover 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    text-decoration:    underline;
    color:  red;
}

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
}
/* Additinal styles for calendar controls
Aubrey Cote
02/18/03
*/
.WeekendDay   {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 11px;
    font-style:italic
    
}
.Day   {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 11px
   
    
}
.DayHeader   {
    font-family: Arial;
    font-size:  9px;
    font-weight:    bold;
    color: white;
    background-color: navy
}
    

.Today   {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    background-color:Tan;
    color:darkblue
    
}

  
.Calendar  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    color:Purple;
    background-color:white
    
}
.calendarentrytext 
{
    font-family: Arial;
    font-size:  7px;
    font-weight:    normal;
    color: navy;
	
}

/* 2/19/2003  ATC Added additional styles for calendar contols */
/*=================================================
	Day at a glance user control styles  
===================================================*/
/* DayWeekTitle is used by set Title and borders around the control */
.DayWeekTitle   {
    font-family: Arial;
    font-size: 11px;
    font-weight:bold;
    color: purple;
    line-height: 12px;
    text-align:center;
    border-style:ridge;
    border-width:thin;
    width:200px
}
/* DayHour is used to set the styles for the time column */
.DayHour   {
    font-family: Arial;
    font-size: 11px;
    color: darkblue;
    width:40px;
	font-weight:normal;
	text-align:right
  
}  
/* DayEvents is used to set the styles for the time column */
.DayEvents   {
    font-family: Arial;
    font-size: 11px;
    color: purple;
    font-weight:normal;
	text-align:left
  
}
/*=================================================
	Week at a glance user control styles  
===================================================*/

/* 
	This style is used for the Events column for any 
	week day other than the current day. 
*/
.WeekEventsCell   {
    font-family: Arial;
    font-size: 11px;
    color: purple;
    text-align:left;
    font-weight:normal
 }

/* 
   This style is used for the Events column for  
   the current day in the week.  It highlights 
   the background of the cell. 
*/
.WeekEventsCellToday   {
    font-family:Arial
    font-size: 11px;
    color: purple;
    background-color:lightgrey;
    text-align:left;
    font-weight:normal
  }
    
/* 
	This style is used for the Events column for any 
	week day other than the current day. 
*/
.WeekDayCell{
   width:40px;
   text-align:center
}
/* 
   This style is used for the WeekDay column for  
   the current day in the week.  It highlights 
   the background of the cell. 
*/
.WeekDayCellToday{
   width:40px;
   text-align:center;
   background-color:lightgrey
} 

/* This style is used on the week day name
   (i.e Sun, Mon, Tue) in the week day cell
*/ 
.WeekDayName  {
    font-family: Arial;
    font-size: 11px;
    color: purple;
    line-height: 11px;
	font-weight:bold
	
  
}  

/* This style is used on the week day number
   (.i.e week date day, not 1-7) in the week day cell
*/
.WeekDayNumber   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: darkblue;
    line-height: 12px;
	font-weight:bold
	
  
}  

  