/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg, .TableHeader, .Error {
    background-color: #CA2B30;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/*	Table Header, cont'd
	Background color is the same as HeadBg */
.TableHeader 
{
	color: White
}

.TableItem
{
	color: Black;
	background-color: #FFFFCC
}

/* 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:white
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #CD0039;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration: none;
    font-weight: bold
}

/* 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: underline | overline;
    color:white;
}
    
/* 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: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;
}

/* text style for the long lists of links */
.ListLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for list links */
A.ListLink:link {
    text-decoration:    none;
    color: DarkRed;
}

A.ListLink:visited  {
    text-decoration:    none;
    color: DarkRed;
}

A.ListLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.ListLink:hover    {
    text-decoration:    underline;
    color: red;
}


/* text style for Datagrid Pagers "1 2 3 4 ..." */
.PagerLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}   

/* hyperlink style for list links */
A.PagerLink:link {
    text-decoration:    none;
    color: DarkRed;
}

A.PagerLink:visited  {
    text-decoration:    none;
    color: DarkRed;
}

A.PagerLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.PagerLink:hover    {
    text-decoration:    none;
    color: red;
}


/* style for separator between site links */
.Accent
{
    color: red;
    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;
    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: #CD0039;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    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:  10px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
body, .Normal, .TableItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    line-height: normal
}

.Medium
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 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;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.BigRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 16px;
    font-weight: bold;
    color: red
}

.NormalBold, .TableHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.Highlight, .MediumHighlight
{
    font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
.Highlight { font-size: 11px; }
.MediumHighlight { font-size: 14px; }

.InverseRed, .MediumInverseRed
{
    font-family: Verdana, Helvetica, sans-serif;
    color: White;
	background-color: Red;
}
.InverseRed { font-size: 11px; }
.MediumInverseRed { font-size: 14px; }

/* 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-variant: small-caps;
    font-weight: bolder;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-variant: small-caps;
    font-weight: normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-variant: small-caps;
    font-weight:    normal;
    color: #666644;
}

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:    underline;
    color:  darkred;
}

A:visited   {
    text-decoration:	underline;
    color:  darkred;
}

A:active    {
    text-decoration:    underline;
    color:  red;
}

A: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;
}

.spacedList OL LI {
	margin-bottom:0.6em;
}

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
}




/* ==========================================
    CSS STYLES FOR Survey in IBUYSPY PORTAL 
   ==========================================
*/   

.SurveyQuestion
{

	color: darkred;
}

.SurveyPanel
{
	color: dodgerblue;
	background-color: dodgerblue;
}

.SurveyOption
{
	color: black;
}

.SurveyButton
{
	color: darkred;
	font-weight: bold;
}


/* 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: white;
    border-color: black;
}

/* background/border colors for the unselected sub tabs */
.OtherSubTabsBg {
    background-color: dimgray;
    border-color: black;
    margin-top: 2px;    
}
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    color:gainsboro;
    text-decoration: none;
    font-weight: bold
}

/* text style for the selected sub tab */
.SelectedSubTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #CD0039;
    background-color: White;
    font-weight: bold
}

/* text style for the unselected sub tabs */
.OtherSubTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: White;
    background-color: Gray
    text-decoration:none;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
    text-decoration:    none;
    color: #eeeeee;
    background-color: dimgray;
}

A.OtherSubTabs:visited {
    text-decoration:    none;
    color: #eeeeee;
}

A.OtherSubTabs:active  {
    text-decoration:    none;
    color: #eeeeee;
}

A.OtherSubTabs:hover   {
    text-decoration:  underline | overline;
    color: White;
}

/* end of SUB tab section
/* ***************************************************** */

.SideSubTabsBg {
    background-color: silver;
    border-color: black;
    margin-top: 2px;    
}

.SideSubTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 12px;
    color: Black;
    background-color: silver;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.SideSubTabs:link    
{
	color: Black;
    text-decoration:    none;
    background-color: silver;
}

A.SideSubTabs:visited {
	color: Black;
    text-decoration:    none;
}

A.SideSubTabs:active  {
	color: Black;
    text-decoration:    none;
}

A.SideSubTabs:hover   {
	color: Black;
    text-decoration: underline;
}

.PageLink 
{
	color: Red;
	font-family: Verdana
}
A.PageLink:link 
{
	color:Red;
	text-decoration: none;
}
A.PageLink:visited 
{
	color:Red;
	text-decoration: none;
}
A.PageLink:active
{
	color:Red;
	text-decoration: none;
}
A.PageLink:hover
{
	color:Red;
	text-decoration: underline;
}


.PDSTableHeader
{
	color: Black;
	font-weight: bold;
	background-color: silver
}

.TableBorder
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid
}

.Error
{
    font-family: Verdana, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: Normal;
    color: white;
}

A.fontsm,
A.fontsm:link,
A.fontsm:visited,
A.fontsm:active
{
	text-decoration:none;
	font-size:xx-small;
}

.fontdef,
A.fontdef,
A.fontdef:link,
A.fontdef:visited,
A.fontdef:active
{
	text-decoration:none;
	font-size:small;
}

A.fontlrg,
A.fontlrg:link,
A.fontlrg:visited,
A.fontlrg:active
{
	text-decoration:none;
	font-size:medium;
}

A.fontxlrg,
A.fontxlrg:link,
A.fontxlrg:visited,
A.fontxlrg:active
{
	text-decoration:none;
	font-size:large;
}
