/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
  
/* text style for the site links (at extreme top-right of header) */
.SiteLinkSmall {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}   

/* hyperlink style for the site links */
A.SiteLinkSmall:link {
    text-decoration:    underline;
    color:black;
}

A.SiteLinkSmall:visited  {
    text-decoration:    underline;
    color:black;
}

A.SiteLinkSmall:active   {
    text-decoration:    underline;
    color:black;
}

A.SiteLinkSmall:hover    {
    text-decoration:    underline;
    color:red;
}
.SiteLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    underline;
    color:black;
}

A.SiteLink:visited  {
    text-decoration:    underline;
    color:black;
}

A.SiteLink:active   {
    text-decoration:    underline;
    color:black;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:red;
}

.SiteLink2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    
}   

/* hyperlink style for the site links */
A.SiteLink2:link {
    text-decoration:    underline;
    color:black;
}

A.SiteLink2:visited  {
    text-decoration:    underline;
    color:black;
}

A.SiteLink2:active   {
    text-decoration:    underline;
    color:black;
}

A.SiteLink2:hover    {
    text-decoration:    underline;
    color:red;
}



.Help {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10;
    
}   

/* hyperlink style for the help links */
A.Help:link {
    text-decoration:    underline;
    color:black;
}

A.Help:visited  {
    text-decoration:    underline;
    color:black;
}

A.Help:active   {
    text-decoration:    underline;
    color:black;
}

A.Help:hover    {
    text-decoration:    underline;
    color:red;
}

.UnselectedTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 13px;
    background-color:white;
    
}   

/* hyperlink style for the site links */
A.UnselectedTab:link {
    text-decoration:    none;
    color:black;
}

A.UnselectedTab:visited  {
    text-decoration:    none;
    color:black;
}

A.UnselectedTab:active   {
    text-decoration:    none;
    color:black;
}

A.UnselectedTab:hover    {
    text-decoration:    underline;
    color:red;
}

.MainHeading {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 16px;
    
}   
.SubHeading {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 13px;
    
}  
.SelectedTab 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 13px;
    color:Black;
	background-color:#EBEBEB;
}
.SelectedTabBig 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 17px;
    color:White;
	background-color:red;
}

.EditButton {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    
}   

/* hyperlink style for the site links */
A.EditButton:link {
    text-decoration:    underline;
    color:red;
}

A.EditButton:visited  {
    text-decoration:    underline;
    color:red;
}

A.EditButton:active   {
    text-decoration:    underline;
    color:black;
}

A.EditButton:hover    {
    text-decoration:    underline;
    color:black;
}
.ErrorMessage
{
	font-family:Arial;
	color:Red;
	font-weight:bold;
}
.ErrorMessageProof
{
	color:Red;
	font-family:Arial;
	font-weight:bold;

}
.ProofSuccess
{
	color:Green;
	font-family:Arial;
	font-weight:bold;
}
.GoodMessage
{	
	font-family:Arial;
	color:Green;
	font-weight:bold
}
.CheckBox
{
	font-size:10px
}
.MenuBackground
{
	background: #cccccc
}
.SubMenuBackground
{
	background: #eeeeee
}
.MenuLink {
    font-family: verdana;
    font-size: 10;
    font-weight:bold
    
}   

/* hyperlink style for the site links */
A.MenuLink:link {
    text-decoration:    none;
    color:black;
}

A.MenuLink:visited  {
    text-decoration:    none;
    color:black;
}

A.MenuLink:active   {
    text-decoration:    none;
    color:red;
}

A.MenuLink:hover    {
    text-decoration:    underline;
    color:red;
}
.SubMenuLink {
    font-family: verdana;
    font-size: 11;
    font-weight:bold
    
}   

.SelectedMenuLink {
    font-family: verdana;
    font-size: 10;
    font-weight:bold
    
}   

/* hyperlink style for the site links */
A.SelectedMenuLink:link {
    text-decoration:    underline;
    color:red;
}

A.SelectedMenuLink:visited  {
    text-decoration:    underline;
    color:red;
}

A.SelectedMenuLink:active   {
    text-decoration:    underline;
    color:red;
}

A.SelectedMenuLink:hover    {
    text-decoration:    underline;
    color:red;
}
.SubSelectedMenuLink {
    font-family: verdana;
    font-size: 11;
    font-weight:bold
    
}  

/* hyperlink style for the site links */
A.SubMenuLink:link 
{
	font-family:Arial;
    text-decoration:    none;
    color:black;
}

A.SubMenuLink:visited  {
    text-decoration:    none;
    color:black;
}

A.SubMenuLink:active   {
    text-decoration:    none;
    color:red;
}

A.SubMenuLink:hover    {
    text-decoration:    underline;
    color:red;
}
.BaseBackgroundColor
{
	background-color:White;
}
.HighlightBackgroundColor
{
	background-color:DimGray;
}
.NormalBackgroundColor
{
	background-color:#eeeeee;
}
.DarkBackgroundColor
{
	background-color:#eeeeee;
}
.GridHeadings
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
    font-size: 13px;
	height:35;
}
.GridItems
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12;
	background-color:#EBEBEB;
}
.GridAlternateItems
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12;
	background-color:white;
}
.Description
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11;
	font-weight:normal;
}
.DescriptionHeader
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13;
	font-weight:normal;
}
.MenuLinkNoBold {
    font-family: verdana;
    font-size: 10;
    
}  
