/* ================================
    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: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:Palatino Linotype;
    font-size:22px;
    font-weight:normal;
    font-style:italic;
    color:Black;
    
}

/* background/border colors for the selected tab */
.TabBg {
    background-color:Gray;
    border-color:Blue;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color:Yellow;
    border-color:Blue;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-decoration:none;
    text-transform:uppercase;
    color:Black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration:none;
    font-weight: bold;
}


/* hyperlink styles of the unselected tabs (unused tab) */
A.OtherTabs:link    {
    text-decoration:    none;
    color:Black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:Black;
}

A.OtherTabs:active  {
    text-decoration:none;
    color:Gray;
}

A.OtherTabs:hover   {
    text-decoration:underline overline;
	text-decoration:none;
    text-transform:capitalize;
    color:Blue;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration:none;
    color:Black;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration:none;
    color:Black;
}

A.SiteLink:visited  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration:    none;
    color:Black;
}

A.SiteLink:active   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration:    none;
    color:Black;
}

A.SiteLink:hover    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration:underline;
    color:Black;
}

/* style for separator between site links */
.Accent
{
    color:Lavender;
    font-weight: bold;   
}



/* MODULE-SPECIFIC */
/* THESE STYLES ARE AFFECTED BY TEXT SIZING ..... */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: DarkRed;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    color:Black;
    font-size:12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:Black;
}

/* text style for HTML pages */
P
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color:Black;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Red
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:Blue;
}


.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:Black;
}
    
/* 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:  14px;
    font-weight:bold;
    color:Black;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:bold;
    color:Black;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: Black;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: normal;
    color: Black;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: bold;
    color: Black;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: Black;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    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;
	  font-family: Verdana, Helvetica, Sans-Serif;
	  font-size: 12px;
	  font-weight:Bold;
    color:Blue;
}

A:visited   {
  	font-family: Verdana, Helvetica, Sans-Serif;
  	font-size: 12px;
  	font-weight:Bold;
    text-decoration:    none;
    color:Blue;
}

A:active    {
  	font-family: Verdana, Helvetica, Sans-Serif;
  	font-size: 12px;
  	font-weight:Bold;
    text-decoration: none;
    color:Blue;
}

A:hover {
  	font-family: Verdana, Helvetica, Sans-Serif;
  	font-size: 12px;
  	font-weight: normal;
    text-decoration:    underline;
    color:Red;
}

SMALL   {
    font-size:small;
}

BIG {
    font-size:large;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:disc;
    font-size:12px;
    font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    text-decoration:none;
}

UL LI LI    {
    list-style-type:disc;
    font-size:12px;
    font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    text-decoration:none;
}

UL LI LI LI {
    list-style-type:disc;
    font-size:12px;
    font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    text-decoration:none;
}

OL LI   {
    list-style-type: decimal;
    font-size:12px;
    font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    text-decoration:none;
}

OL OL LI    {
    list-style-type: lower-alpha;
    font-size:12px;
    font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    text-decoration:none;
}

OL OL OL LI {
    list-style-type:    lower-roman;
    font-size:12px;
    font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    letter-spacing:normal;
    text-decoration:none;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


/* style definitions for the 'Top-Level' Menu control */
.MenuBarParentGroup
{ 
  background-color:#ffcc66;
  background-color:Navy;
  border-left-color:Black;
  border-left-style:solid;
  border-left-width:thin;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  color:White;
  font-weight: bold;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
}

.MenuBarParentGroupOver
{ 
  background-color:#cebeff;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color:Blue;
  border-left-color:Black;
  border-left-style:solid;
  border-left-width:thin;
  padding-left:10px;
  padding-right:10px;
  cursor:hand;
}


.MenuBarSubGroup
{ 
  background-color:#cebeff;
  border:2px;
  border-left-color:Black;
  border-left-style:solid;
  border-left-width:thin;
  border-right-color:Black;
  border-right-style:solid;
  border-right-width:thin;
  border-bottom-color:Black;
  border-bottom-style:solid;
  border-bottom-width:thick;
  border-top-color:#ffebcd;
  border-top-style:none;
  border-top-width:thin;
  cursor:hand;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  color:Black;
  text-decoration:none;
  font-weight: bold;
}

.MenuBarItem
{ 
  background-color:#cebeff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:4px;
  color:Black;
  cursor:hand;
  border:2px;
}


.MenuBarItemOver
{ 
  background-color:#a58eff;
  border:2px;
  border-style:solid;
  border-color:Black;
  border-bottom-width:thin;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  color:#ffebcd;
  color:Blue;
  font-weight: bold;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:4px;
  cursor:hand;
}


.TitleBox {
    background-color:#D3D3D3;
    border-top-color:Black;
    border-top-style:solid;
    border-top-width:1px;
    border-bottom-color:Black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:Black;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:Black;
    border-right-style:solid;
    border-right-width:1px; 
    }
    
.ModuleBox { 
    border-bottom-color:Black;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-left-color:Black;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:Black;
    border-right-style:solid;
    border-right-width:1px; 
    }
    
 .Navigation { 
    background-color:#778899;
    background-color:Lavender;
	background-color:#cebeff;
    border-bottom-color:Black;
    border-bottom-style:solid;
    border-bottom-width:3;
    border-right-color:Black;
    border-right-style:ridge;
    border-right-width:1;
    border-top-color:Black;
    border-top-style:ridge;
    border-top-width:1

    }
    
.Spacer {
    color:red;
    border-right-color:Black;
    border-left-style:inset;
    border-left-width:2; 
    }    



.PollStyle
{
    border-bottom-color:Black;
    border-bottom-style:solid;
    border-bottom-width:5px;
    border-left-color:Black;
    border-left-style:double;
    border-left-width:1px;
    border-top-color:Black;
    border-top-style:double;
    border-top-width:1px;
    border-right-color:Black;
    border-right-style:double;
    border-right-width:1px;
    background-color:#f4f4f4;
    background-color:White;
    color:Black;
} 

.PollQuestionStyle { 
	font-family:Palatino Linotype, Arial Black, Verdana;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;    
    color:Green;
}

.PollAnswerStyle {
    font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    color:Black;
}

.PollPercentStyle {
	font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    font-size:10px;    
    color:red;
}

.PollResponseStyle {
	font-family: Verdana, Helvetica, sans-serif;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    font-size:9px;    
    color:Black;
}


.PollButtonStyle { 
    background-color:Navy;
    font-family: Arial Courier New MS Sans Serif Palatino Linotype Times New Roman;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    font-size:8px;
    font:caption;
    color:White;
    vertical-align:baseline;
    text-align:center;
    text-decoration:none;
    text-transform:none;
    }
.AddressStyle 
{
	background-color:White;
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:4;
	border-left-color:Black;
	border-left-style:outset;
	border-left-width:2;
	border-right-color:Black;
	border-right-style:outset;
	border-right-width:2;
	border-top-color:Black;
	border-top-style:outset;
	border-top-width:1;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight:normal;
    color: Black;

}


.PasswordTitle
{ 
    font-family: Palatino Linotype, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight:Bold;
    font-variant:small-caps;
    color:White;
}

.PasswordText
{ 
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight:normal;
    font-variant:normal;
    color:Black;
}

.PasswordSeparator 
{
    height:1px;
    background-color:Red;    
}


/* end self-defined styles */






/* style definitions for the Menu control */
.MenuGroup
{
  background-color:#ffffff;
  background-color:#d6e7f7;
  border:1px;
  border-style:solid;
  border-color:white;
}

.MenuItem 
{
  background-color:White; 
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  color:Black;
  font-weight: bold;
  border:1px;
  border-bottom-color:White;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:White;
  border-left-style:solid;
  border-left-width:1px;
  border-top-color:White;
  border-top-style:solid;
  border-top-width:1px;
  border-right-style:none;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  padding-top:2px;
  border-right-color:Green;
  cursor:hand;
}

.MenuItemOver 
{
  background-color:White; 
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  color:Blue;
  font-weight: bold;
  border:1px;
  border-bottom-color:Red;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:Gray;
  border-left-style:solid;
  border-left-width:1px;
  border-top-color:Gray;
  border-top-style:solid;
  border-top-width:1px;
  border-right-style:none;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  padding-top:2px;
  border-right-color:Green;
  cursor:hand;
}

/* -- Style for 'quote' displayed on page -- */
.QuoteStyle
{ 
    font-family:Palatino Linotype, Arial Black, Times New Roman CE;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    text-align:center;
    text-decoration:none;
    text-transform:none;
    color:Navy;
}

/* -- DataGrid Style (edit) Tags -- */
.EditItemStyle 
{
    background-color:Transparent;
    font-family:Palatino Linotype, Arial, Times New Roman CE;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-align:left;
    text-transform:none;
    text-decoration:none;
    height:10;
    color:Black;
}
    
.AlternatingItemStyle 
{ 
    background-color:Transparent;
    font-family:Palatino Linotype, Arial, Times New Roman CE;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-align:left;
    color:Black;
}


.ItemStyle
{
    background-color:Transparent;
    font-family:Palatino Linotype, Arial, Times New Roman CE;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-align:left;
    color:Black;
}

.HeaderStyle
{ 
    background-color:Navy;
    font-family:Palatino Linotype, Arial, Times New Roman CE;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    font-variant:small-caps;
    text-align:left;
    color:White;
}

.FooterStyle
{ 
    background-color:Transparent;
    font-family:Palatino Linotype, Arial, Times New Roman CE;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    font-variant:small-caps;
    text-align:left;
    color:White;
    
}