﻿@import "master.css";

body 
{
	text-align: justify;
}
.main
{
	background-color: #b77dad;
	color: white;
	font-family: Verdana;
	font-size: small;
	font-size: 10pt;
}

.searchbox
{
	background-color: #d987c6;
	border: solid thin gainsboro;
	font-size: small;
	font-size: 10pt;
}

.searchboxalt
{
	background-color: #b77dad;
	border: solid thin gainsboro;
	font-size: small;
	font-size: 10pt;
}

.resulttable
{
	background-color: #b77dad;
	font-size: small;
	border: solid thin gainsboro;
	text-align: left;
}

.resulttablealt
{
	background-color: #d987c6;
	font-size: small;
	border: solid thin gainsboro;
	text-align:left ;
}
.pageheader
{
	text-align: left;
	font-size:large;
	height:20px;
	
}
.pagesubheader
{
	text-align: left;
	font-size:xx-small;
	font-size:1pt;
	width: 100%;
	height: 10px;
	
}
.resultheader
{
	font-weight:bold;
	font-size: 10pt;
}
.resultheader2
{
	font-weight:bold;
	font-size: 10pt;
	text-decoration: underline;
}
.pagecontent
{
	text-align: justify;
	font-size:10pt;
}
.registrartable
{
	background-color: #d987c6;
	border: solid thin gainsboro;
	font-size:small;
}
.warning
{
	background-color:Purple;
	font-size: small;
	border: solid thin gainsboro;
	text-align:left ;
}

/* RatingControl */
.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);
}
/* End-RatingControl */

.collapseheader
{
    cursor:hand;
}

a:visited
{
	color:White;
	text-decoration:underline;
}
a:link
{
	color:White;
	text-decoration:underline;
}
a:active
{
	color:White;
	text-decoration:underline;
}


