﻿body
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 9pt;
}
a
{
	color: #0079ff;
	text-decoration: none;
}
a:hover
{
		color: #0079ff;
	text-decoration: none;
}
a:visited
{
		color: #0079ff;
	text-decoration: none;

}

a:active
{
		color: #0079ff;
	text-decoration: none;
}
.copyright
{
	color:Black;
}
.td_100
{
	width: 100%;
}
.font_1px
{
	font-size: 1pt;
}
.gray_font
{
	font-size: 8pt;
	color: #888889;
	font-family: tahoma;
	vertical-align: middle;
	text-align: center;
}

.orang_font
{
	font-size: 7pt;
	color: #ff8d11;
	font-family: Tahoma;
	vertical-align: middle;
}
.white_font_9px
{
	font-size: 9pt;
	color: #ffffff;
	font-family: Tahoma;

}
.top
{
	font-size:8pt;
}
a.top
{
	color:White;
		text-decoration: none;
		font-size:8pt;
}
a.top:hover
{
	color:silver;
		text-decoration: none;
		font-size:8pt;
}
a.top:visited
{
	color:White;
		text-decoration: none;
		font-size:8pt;
}
a.top:active
{
	color:White;
		text-decoration: none;
		font-size:8pt;
}

.txt
{
	font-family:Tahoma;
	width: 123px;
	height: 18px;
}
.btn
{
	font-size:9pt;
		font-family:Tahoma;
			width: 90px;
}
.lnk
{
}
.lbl
{
}
.drpl
{
		font-size:9pt;
		font-family:Tahoma;
			width: 90px;
}

/* 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);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
