﻿/* 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/SystemPic/FilledStar.png);

}
.filledRatingStar2 {
    background-image: url(../images/SystemPic/FilledStar2.png);

}

.emptyRatingStar {
    background-image: url(../images/SystemPic/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SystemPic/SavedStar.png);
}

.tabbar {
	background: url(../images/SystemPic/tabbar.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#left .tabbar a {
	line-height: 35px;
	background: url(none);
	display: block;
	float: left;
	padding-right: 10px;
	color: #999999;
	text-decoration: none;
}
.tabbar .tablt {
	background: url(none);
	display: block;
	height: 35px;
	width: 10px;
	float: left;
}
#left .tabbar a.active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(../images/SystemPic/tabrt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabbar .active .tablt {
	background: url(../images/SystemPic/tablt.gif);
	background-repeat: no-repeat;
}
#left .tabbar a:hover {
	color: #000000;
	text-decoration: underline;
}
#left .tabbar a.active:hover {
	text-decoration: none;
}
.hyperlink_decoration
{
	cursor:pointer;
	text-decoration:underline;
	text-align:right;
}
.hide
{
    display:none;
}

.show
{
    display:block;
}

.msgfield {
    clear: both;
    color: #990000;
    font-size: 10px;
    min-height: 14px;
    padding-left: 5px;
    text-align: left;
    padding-top: 3px;
}

.modalPopup img {
	border:solid 5px #fff;
}
.modalPopup-text {
	display:block;
	color:#000;
	background-color:#fff;
	text-align:left;
	border:solid 2px #000;
	padding:10px;
}
.modalBackground {
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

