/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   
Body {
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 10pt;
    background-color: white;
}

.Normal {
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
    background-color: white;	
}

.NormalBold
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana Bold, Helvetica, sans-serif;
	background-color: white;
}

.SmallPrint {
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
    background-color: white;	
}

.ErrorText {
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 10pt;
	color: Red;
    background-color: white;	
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

.FootBg
{
	background-color: #dfdfdf;
}

/* 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: 2em;
    font-weight: bold;
    color:#135192;
    text-decoration: underline;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #135192;
    font-weight: bold;
}

/* text style for the sub-nav tab */
.SubNavTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #135192;
    font-weight: bold;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding-left: 3px;
    padding-right: 3px;
    height: 25px;
}

/* text style for the unselected tabs */
A.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    text-decoration:none;
    font-weight: normal;
}

A.OtherTabs:link {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    text-decoration:none;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */

A.OtherTabs:visited {
    text-decoration: none;
    color: black;
}

A.OtherTabs:hover   {
    text-decoration: none;
    font-weight: bold;
    color: #135192;
}
    
/* 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: white;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: white;
}

A.SiteLink:visited  {
    text-decoration: none;
    color: white;
}

A.SiteLink:active   {
    text-decoration: none;
    color: white;
}

A.SiteLink:hover    {
    text-decoration: underline;
    color: white;
}

/* style for separator between site links */
.Accent
{
    color: #135192;
    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;
    background-color: #eeeeee;
}   

.MessageHeader    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px;
    font-weight: bold;
    background-color: #eeeeee;
	width: 100%;
}   

/* 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: #AAAAAA;
}

.MediumHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: darkred;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #135192;
}

/* 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;
}

/* 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    
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px    
}

.NormalRealSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px    
}

/* 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 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;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}

A:link  {
    text-decoration: none;
    color: darkred;
}

A:visited   {
    text-decoration: none;
    color: darkred;
}

A:active    {
    text-decoration: none;
    color: darkred;
}

A:hover {
    text-decoration: underline;
    color: red;
}

A.FooterLink  {
    text-decoration: none;
    color: black;
}

A.FooterLink:visited  {
    text-decoration: none;
    color: black;
}

A.FooterLink:hover {
    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: #DFDFDF;
    height:1pt;
    text-align:left
}

TABLE.Contacts {
	border: 1px solid black;
	width: 400px;
}

TD.Contacts {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
}

TH.Contacts {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
	padding-bottom: 3px; 
	padding-left: 4px;
	border-bottom: 1px solid black;
	color: Black;
	background: #DFDFDF;
	text-align: left;
	font-weight: bold;
}

.ContactList {
	padding-right: 10px;
}

.SiteDropdown {
    font-size: 10px;
    font-weight: normal;
    width: 120px;
    height: 18px;
}

TR.Locations {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
	padding: 2px;
	padding-left: 4px;
	background: #AAAAAA;
	color: White;
}

.SmallPrint {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.RedSmallPrint {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: Red;
}

.SearchTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width: 100px;
    height: 18px;
}

.FooterText {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #135192;
}

.PCMHead 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #135192;
    text-decoration: underline;	
}

.PCMMedHead
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #AAAAAA;
}

.PCMSubHead
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.PCMNormal
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px
}

.PCMNormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

A.PCMLink
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
A.PCMLink:link {
    text-decoration: none;
    color: #135192;
}

A.PCMLink:visited  {
    text-decoration: none;
    color: #135192;
}

A.PCMLink:active   {
    text-decoration: none;
    color: #135192;
}

A.PCMLink:hover    {
    text-decoration: underline;
    color: #135192;
}