/* ================================
    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 for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
    font-weight: bold;
    font-size: 24px;
    color: #003399;
    font-family: Verdana, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
    border-color: white;
    font-family: Verdana, Helvetica, sans-serif color: #000000;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
    background-color: #ffffe1;
    font-family: Verdana, Helvetica, "sans-serif color";
    border: #003399: #000000;
}

/* text style for the selected tab */
.SelectedTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #003399;
    font-weight: bold;
    background-color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #003399;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
a:link.OtherTabs
{
    text-decoration: none;
    color: #990000;
}

a:visited.OtherTabs
{
    text-decoration: none;
    color: #990000;
}

a:active.OtherTabs
{
    text-decoration: none;
    color: #990000;
}

a:hover.OtherTabs
{
    text-decoration: underline;
    color: #990000;
}

/* 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: #FFFFFF;
}
.SiteLinkRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF7F7F;	
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: none;
    color: #FFFFFF; 
    font-weight:normal
}

.SiteLinkRed A:link
{
    text-decoration: none;
    color: #FF7F7F; 
    font-weight:bold
}

.SiteLink A:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}

.SiteLinkRed A:visited
{
    text-decoration: none;
    color: #FF7F7F;
    font-weight: bold;
}

.SiteLink A:active
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight:normal;
}

.SiteLinkRed A:active
{
    text-decoration: none;
    color: #FF7F7F;
    font-weight:bold;
}

.SiteLink A:hover
{
    text-decoration: underline;
    color: #FFFFFF; 
    font-weight:normal;
}

.SiteLinkRed A:hover
{
	text-decoration: underline;
	color: #FF7F7F;
	font-weight: bold;
}
/* style for separator between site links */
.Accent
{
    color: #003399;
    font-weight: normal;
}

/* 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: #ffffe1;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 11px;
    color: #990000;
    font-family: Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #003399;
}

.TitleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}


/* style of item titles on forms */
.fieldName
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: lighter;
   color: #003399;
   background-color: #ECF5FF;
   padding-left: 2; 
   padding-right: 4; 
   padding-top: 2; 
   padding-bottom: 2
}
.fieldValue   /* only used on display maps */
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   background-color: #99CCFF;
   border-bottom: 0px dotted #ECF5FF;
   font-weight: normal;
   color:#003399;
   padding-left: 2; 
   padding-right: 4; 
   padding-top: 2; 
   padding-bottom: 2
}
.fieldNameNoColor
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: lighter;
   color: #003399;
   padding-left: 2; 
   padding-right: 4; 
   padding-top: 2; 
   padding-bottom: 2
}

.fieldTitle
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #003399;
   background-color: #ECF5FF;
   padding-left: 2; 
   padding-right: 4; 
   padding-top: 4; 
   padding-bottom: 4
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003399;  
}

/* 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: #003399;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
    color:#003399
}

.NormalPlus
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px; 
    color:#003399
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    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; 
    color:#003399
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic; ;color:#003399
}

/* 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;
   margin-top: 10;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton
{
    text-decoration: underline;
    color: #990000;
}

a:visited.CommandButton
{
    text-decoration: underline;
    color: #990000;
}

a:active.CommandButton
{
    text-decoration: underline;
    color: #990000;
}

a:hover.CommandButton
{
    text-decoration: underline;
    color: #990000;
}

.CommandButtonWhite
{
    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:link.CommandButtonWhite
{
    text-decoration: underline;
    color: #FFFFFF;
}

a:visited.CommandButtonWhite
{
    text-decoration: underline;
    color: #FFFFFF;
}

a:active.CommandButtonWhite
{
    text-decoration: underline;
    color: #FFFFFF;
}

a:hover.CommandButtonWhite
{
    text-decoration: underline;
    color: #FFFFFF;
}



/* GENERIC */
H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #003399;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #003399;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #003399;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #003399;
}

H5
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
}
THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #003399;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
}

A:link
{
    text-decoration: none;
    color: #990000;
}

A:visited
{
    text-decoration: none;
    color: #990000;
}

A:active
{
    text-decoration: none;
    color: #003399;
}

A:hover
{
    text-decoration: underline;
    color: #003399;
}

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: #003399;
    height: 1pt;
    text-align: left;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #003399;
}

.module
{
    background-color: #FFFFFF;
    padding: 10;
}

.Error
{
	 font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #990000;
}
.Info
{
	 font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: red;
}
DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
}

TFOOT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #003399;
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #cccccc;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}
/*==========================
Data Entry table
============================*/
.dataEntryTable
{
	background-color: #99CCFF;
	border-collapse: collapse;
	border-color: #111111;
	border-style: solid; 
	border-width: 1; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 0; 
	padding-bottom: 0;
}

.loginTable
{
	background-color: #FFCCCC;
	border-collapse: collapse;
	border-color: #111111;
	border-style: dotted; 
	border-width: 2; 
	padding-left: 10; 
	padding-right: 5; 
	padding-top: 5; 
	padding-bottom: 5;
	margin-top: 30;
}

/* background color for the IFrame */
.IFrameBody
{
    background-color: #99CCFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
    color:#003399
}

/*==========================
SEARch table
============================*/
.BoxedTable
{
	background-color: White;
	border-collapse: separate;
	border-color: #4C96DC;
	border-style: inset; 
	border-top: 0;
	border-width: 2; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 4; 
	padding-bottom: 4;
}

.SearchBaseTable
{
	background-color: #ECF5FF;
	border-collapse: collapse;
	border-color: black;
	border-style: solid; 
	border-width: 1; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 4; 
	padding-bottom: 4;
}
.SearchBgTable
{
	background-color:#FFFFFF;
}
.SearchBgTable TD
{
	background-color:#FFFFFF;
}
.ResultTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-color: #111111;
	border-style: solid;
	border-width: 1; 
	margin-top: 10;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   line-height: 12px; 
   color:#003399
}
.ResultItem
{
   background-color: #c9d7f1;
   padding-right: 8;
   padding-left: 8;
}

.AltResultItem
{
	background-color: #FFF8DB;
	padding-right: 8;
   padding-left: 8;
}
.ResultItemPics
{
	
}
.ForeignResultItemPics
{
	background-color: #FFFFFF;
}
.ForeignResultItem
{
	background-color: whitesmoke;
	padding-right: 10;
	padding-left: 10;
	
}

.ForeignAltResultItem
{
	background-color: #FFFFFF;
	padding-right: 10;
	padding-left: 10;
	
}
.ResultHeader
{
	background-color: #0066cc;
	FONT-WEIGHT: bold;
   FONT-SIZE: 11px;
   COLOR: White;
   FONT-FAMILY: Verdana, Helvetica, sans-serif;
   padding-right: 8;
   padding-left: 8;
   padding-top: 1;
   padding-bottom: 1;
}

.ResultFooter
{
	padding-right: 5;
   padding-left: 5;
}

.PagerStyle
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 14px; 
   color: #003399;
   padding-top: 10;
	padding-bottom: 10;
}

.OfferDetail
{
	background-color: #0066CC;
	border-collapse: collapse;
	border-color: #111111;
	border-style: solid; 
	border-width: 1; 
	padding-left: 0; 
	padding-right: 0; 
	padding-top: 0; 
	padding-bottom: 0;
}

.OfferDetailAddressColor
{
	background-color: #FFCC99;
}

.OfferDetailInnerTable
{
	padding-left: 0; 
	padding-right: 0; 
	padding-top: 0; 
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0px dotted #111111;
}

.SubHeadOff
{
	font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #003399;
   border:1px solid;
   border-color: #0065CE;
}
.NormalOff
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #003399;
    border:1px solid;
    border-color: #0065CE;    
}
