﻿body 
{
	font-family:Verdana;
	font-size:small;
}
table
{
	font-size:small;
}
.tabs
{
	position:relative;
	top:1px;
	left:10px;
}
.tab
{
	border:solid 1px black;
	background-color:#eeeeee;
	padding:2px 10px;
}
.selectedTab
{
	background-color:white;
	border-bottom:solid 1px white;
}
.tabContents
{
	border:solid 1px black;
	padding:10px;
	background-color:white;
}
.button1
{
	background-color:#FFFBFF;
	border:solid 1px #CCCCCC;
	font-family:Verdana;
	Font-Size:small;
	color:#284775;
	/*ForeColor:#284775;*/
}
.flat
{
	background-color:#FFFBFF;
	border:solid 1px #CCCCCC;
	font-family:Verdana;
	Font-Size:small;
	/*color:#284775;*/
	/*ForeColor:#284775;*/
}
.linkbutton
{
	text-decoration:none;
}
.link
{
	text-decoration:none;
}
.caption
{
	background-color:Silver; 
	font-weight:bold
}
.watermarked 
{
	font-size:x-small;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	height:16px;
	width:160px;
}
/* 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(pic/FilledStar.png);

}

.emptyRatingStar {
	background-image: url(pic/EmptyStar.png);
}

.savedRatingStar {
	background-image: url(pic/SavedStar.png);
}

.treeview
{
	text-decoration:none;
}

.smbutton
{
	font: normal 9px Arial, Verdana, Trebuchet MS;
	color: #a6c15c;
	width: 50px;
	height: 16px;
	cursor: hand;	
}
.smallTextBold
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}
.redLine
{
    color: #FF0000;
}

