/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background image (1 px wide by 100 px tall) to repeat at background at the top of the page  */
.HeadBg {
	background-image: url(http://www.mybairdwarner.com/BWPortal/images/background-pixel.jpg);
}

/* 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, sans-serif;
	font-size: 0px;
	color:656561;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: Faf8e0;
	border-color: 656561;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
	background-color: #E0DFCC;
	border-color: 656561;
}

/* text style for the selected tab */
.SelectedTab {
	font-family: arial, sans-serif;
	font-size: 13px;
	color:656561;
	font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family: arial, sans-serif;
	font-size: 12px;
	color:656561;
	text-decoration:none;
	font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
	text-decoration:    none;
	color: 656561;
}

A.OtherTabs:visited {
	text-decoration:    none;
	color:656561;
}

A.OtherTabs:active  {
	text-decoration:    none;
	color:656561;
}

A.OtherTabs:hover   {
	font-family: arial, sans-serif;
    font-weight: bold
    text-decoration:    underline;
	color:656561;
	background-color: faf8e0;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: arial, sans-serif;
    font-size: 0px;
    font-weight: normal;
    color: white;
    background-color: white;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    font-size: 0px;
    font-weight: normal;
    color: white;
    background-color: white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    font-size: 0px;
    color:black;
}

A.SiteLink:active   {
    text-decoration:    none;
    font-size: 0px;
    color: #9D9E52;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    font-size: 0px;
    color: #9D9E52;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-size: 0px;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: arial, 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, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: 656561;
}



/* GENERAL */
/* style for module titles */
.Head   {
	font-family: arial, sans-serif;
	font-size:  15px;
	font-weight:    bold;
	color: 656561;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: arial, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: 656561;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: arial, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: 656561;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9D9E52;
}

.NormalBold
{
    font-family: Arial, 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, 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: 656561;
}

A.CommandButton:visited  {
	text-decoration:    underline;
	color: 656561;
}

A.CommandButton:active   {
	text-decoration:    underline;
	color: 656561;
}

A.CommandButton:hover    {
	text-decoration:    underline;
	color: #E0DFCC;
}
    



/* GENERIC */
H1  {
	font-family: Arial, sans-serif;
	font-size:  20px;
	font-weight:    normal;
	color: 656561;
}

H2  {
	font-family: Arial, sans-serif;
	font-size:  20px;
	font-weight:    normal;
	color: 656561;
}

H3  {
	font-family: Arial, sans-serif;
	font-size:  12px;
	font-weight:    normal;
	color: 656561;
}

H4  {
	font-family: Arial, sans-serif;
	font-size:  12px;
	font-weight:    normal;
	color: 656561;
}

H5, DT  {
	font-family: Arial, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: 656561;
}

H6  {
    font-family: Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: 656561;
}

TFOOT, THEAD    {
	font-family: Arial, sans-serif;
	font-size:  12px;
	color: 656561;
}

TH  {
	vertical-align: baseline;
	font-family: Arial, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: 656561;
}

A:link  {
	text-decoration:    none;
	color:  #559ABF;
}

A:visited   {
	text-decoration:    none;
	color:  #559ABF;
}

A:active    {
	text-decoration:    none;
	color:  #559ABF;
}

A:hover {
	text-decoration:    underline;
	color:  #9D9E52;
}

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: #E0DFCC;
	height:1pt;
	text-align:left
}



/* Append this CSS code to your "portal.css" (default) file
/*	this will provide the initial style for the sub tabs.
/*	Feel free to modify this to match your site style.
/* ******************************************************
/* SUB tab section

/* background/border colors for the selected sub tab */
.SubTabBg {
	background-color: faf8e0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:656561;
}

/* background/border colors for the unselected sub tabs */
.OtherSubTabsBg {
	background-color: faf8e0;
	border-color: 656561;
	margin-top: 2px;
	color:656561;
}

/* text style for the selected sub tab */
.SelectedSubTab {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:656561;
}

/* text style for the unselected sub tabs */
.OtherSubTabs {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:656561;
	text-decoration:none;
	font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
	text-decoration:    none;
	color:656561;
}

A.OtherSubTabs:visited {
	text-decoration:    none;
	color:656561;
}

A.OtherSubTabs:active  {
	text-decoration:    none;
	color:656561;
}

A.OtherSubTabs:hover   {
	text-decoration:    underline;
	color:656561;
}

/* end of SUB tab section
/* *****************************************************
/* Styles for quiz module
/* ******************************************************
/* SUB tab section


.tableheaderpurple
{
	HEIGHT:25px ;
	COLOR:#ffffff;
	FONT-FAMILY:Arial,Verdana;
	FONT-SIZE:10pt;
	BACKGROUND:#9E9DC4;
	FONT-WEIGHT:bold
}

.tablepurple
{
	HEIGHT:100px;
	COLOR:white  ;
	FONT-FAMILY:Arial, Verdana;
	FONT-SIZE:8pt ;
	BORDER-BOTTOM: #9E9DC4 1px solid;
	BORDER-LEFT: #9E9DC4 1px solid;
	BORDER-RIGHT: #9E9DC4 1px solid;
	BORDER-TOP: #9E9DC4 1px solid
}	
/* end of quiz module section
