﻿.topmargin0
{
    margin-top:0;
}
.margin0
{
    margin:0;       
}
.buttonflat
{
    border: 1px solid #666699;
    background-color: #f8f8ff;
    color: #222222;
    font-family: Verdana;
}
.buttonflat:hover
{
    border: 1px solid #666699;
    background-color: #f8f8ff;
    color: #888888;
    font-family: Verdana;
}
.Hyperlink
{
    text-decoration: none;
    color: blue;
}
.Hyperlink:hover
{
    text-decoration: underline;
    color: blue;
}
.hyperlink
{
    text-decoration: none;
    color: blue;
}
.hyperlink:hover
{
    text-decoration: underline;
    color: blue;
}
.HyperlinkB
{
    text-decoration: none;
    color: #555555;
}
.HyperlinkB:hover
{
    text-decoration: underline;
    color: #555555;
}
.TextBoxWatermark
{
    color: silver;
    background-color: white;
    border-style: solid;
    font-family: Verdana;
}
.modalBackground 
{
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.ImageRolloverA
{
    border-style: none;
    border-width: 0px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.ImageRolloverA:hover
{
    border-style: none;
    border-width: 0px;
  	filter:alpha(opacity=80);
	opacity:0.8;

}
.ImageRolloverB
{
    border: 0px none #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
}
.ImageRolloverB:hover
{
    border-style: none;
    border-width: 0px;    
  	filter:alpha(opacity=90);
	opacity:0.9;

}
.imagelinka
{
    border: 0px none #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
}
.imagelinka:hover
{
    border-style: none;
    border-width: 0px;    
  	filter:alpha(opacity=90);
	opacity:0.9;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/images/EmptyStar.png);
}

.waitingRatingStar {
    background-image: url(/images/WaitingStar.png);
}
