﻿body {
}

.HideSubmitButton
{
  height: 1px;
  width: 1px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/Rating/FilledStarLib.png);

}

.emptyRatingStar {
    background-image: url(../Images/Rating/EmptyStarLib.png);
}

.savedRatingStar {
    background-image: url(../Images/Rating/SavedStarLib.png);
}


a:link
{
    cursor: pointer;
    color: #FFFFFF;
    font-family: Tahoma;
    font-weight: bold;
    
}

a:visited
{
    cursor: pointer;
    color: Gray;
    font-family: Tahoma;
    font-weight: bold;
    
}

a:hover 
{
    cursor: pointer;
    color: #E17B2D;
    text-decoration: none;
    font-size: x-small;
    font-family: Tahoma;
    font-weight: bolder;
}

a:visited:hover
{
    cursor: pointer;
    color: #E17B2D;
    text-decoration: none;
    font-size: x-small;
    font-family: Tahoma;
    font-weight: bolder;
}

a:active
{
    cursor: pointer;
    color: #E17B2D;
    font-family: Tahoma;
    font-weight: bold;
    
}

.iLoad a:link
{
    color: Black;
    font-size: small;
}

.iLoad a:hover
{
    color: #E17B2D;
    font-size: small;
}

a.cssReportBrokenLink:active
{
    font-family: Tahoma; 
    font-weight: lighter; 
    text-decoration: none;
    color: White;
}

a.cssReportBrokenLink:link
{
    font-family: Tahoma; 
    font-weight: lighter; 
    text-decoration: none;
    color: White;
}

a.cssReportBrokenLink:hover
{
    font-family: Tahoma;
    font-weight: lighter;
    font-size: xx-small;
    color: #E17B2D;
    text-decoration: none;
}

a.cssReportBrokenLink:visited
{
    font-family: Tahoma; 
    font-weight: lighter; 
    text-decoration: none;
    color: White;
}

.tbAvailable
{
  color: Black;   
}

.tbUnAvailable
{
  color: Red;
}

.sortIndex
{
 position:relative;
 top:4px;
 left:220px;
 font-family: Tahoma;
 font-weight: bold;
 font-size: xx-small;
}

.logospin
{
 position: relative; 
 top: 6px; 
 left: 623px;
}

.feedCountTop
{
 color: Black;
 font-family: Verdana;
 font-weight: bold;
 font-size: 12px;
 position: relative;
 top: 5px;   
 left: 99px;
}

.catBusiness
{
    position: relative;
    top: -100;
}