/* ================================
    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) */
.SiteLink {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    
}   
/* background/border colors for the selected tab */
.SideBg {
    background-image: url(imgs/menu1_bg.jpg)
}

/* 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;
}

.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: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:White;
	font-family:Arial;
	font-weight:bold;
	background:Red
}
.ProofSuccess
{
	color:White;
	font-family:Arial;
	font-weight:bold;
	background:Green
}
.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:    none;
    color:red;
}

A.SelectedMenuLink:visited  {
    text-decoration:    none;
    color:red;
}

A.SelectedMenuLink:active   {
    text-decoration:    none;
    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:Red;
}
.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:#cccccc;
}
.GridAlternateItems
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12;
}
.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;
    
}  

