body
{
	font-size: 10pt;
	margin: 0px;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h1
{
    font-weight: bold;
	font-size: 20pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
h2
{
    font-weight: bold;
	font-size: 18pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
h3
{
    font-weight: bold;
	font-size: 16pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
label
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;	
}
input
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;	
}
.ErrorMessage
{
	font-weight: bold;
	font-size: 10pt;
	color: RED;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: WHITE;
}

.FormatMessage
{
	font-size: 10pt;
	color: RED;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.SiteHeader
{
	font-weight: bold;
	font-size: 18pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.PageTitle
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.DataGrid
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.DataGridHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: #284E98;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #B5C7DE;
}

.DataGridHeader A
{
	font-weight: bold;
	font-size: 8pt;
	color: #284E98;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #B5C7DE;
}
.DataGridFooter
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: White;
}
.DataGridItem
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    background-color: white;
}
.DataGridAlternatingItem
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #f0f8ff;
}
.DataGridPager
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: white;
}
.ReportGrid
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.ReportGridHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: #284E98;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #B5C7DE;
}

.ReportGridHeader A
{
	font-weight: bold;
	font-size: 8pt;
	color: #284E98;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #B5C7DE;
}
.ReportGridFooter
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: White;
}
.ReportGridItem
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    background-color: white;
}
.ReportGridAlternatingItem
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #f0f8ff;
}
.FormLabel
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.FormField
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.FormFieldReadOnly
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #fafad2;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.FormFieldValidator
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	color: BLUE;
}
.FormButton
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.FormButton50
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 50px;
}
.FormButton75
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 75px;
}
.FormButton100
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 100px;
}
.FormButton125
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 125px;
}
.FormButton150
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 150px;
}
.FormButton175
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 175px;
}
.FormButton200
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 200px;
}
.FormButton225
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 225px;
}
.FormButton250
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 250px;
}
.FormButton275
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 275px;
}
.FormButton300
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 300px;
}
.FormImageButton
{
    cursor: hand;
}
.FormButtonLarge
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 150px;
}
.FormButtonXLarge
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 200px;
}
.FormButtonXXLarge
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 250px;
}
.FormButtonXXXLarge
{
    font-size: 10pt;
    font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
    width: 300px;
}
.FormRequiredField
{
	font-weight: bold;
	font-size: 10pt;
	color: RED;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}

.MessageHeader
{
    font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.Message
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.AddRecordLink
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.ReportHeader
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.SmallFont
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.SmallFontBold
{
    font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.MediumFont
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.MediumFontBold
{
    font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.LargeFont
{
	font-size: 12pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.LargeFontBold
{
    font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.LargeFontBoldUnderline
{
    font-weight: bold;
   	font-size: 12pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	text-decoration: underline;
}
.XLargeFont
{

	font-size: 14pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.XLargeFontBold
{
    font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.XLargeFontRed
{
	font-size: 14pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	color: red;
}
.XLargeFontBoldRed
{
    font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	color: red;
}
.HiddenDiv
{
    display: none;
}
.StatusBar
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
A
{
	font-size: 10pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
}
.BorderedTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.BorderedTableHeader
{
	color: #284E98;
	background-color: #B5C7DE;
}
.GridView
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #f0f8ff;
}
.GridView .RowStyle
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: white;
}
.GridView .AlternatingRowStyle
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #f0f8ff;
}
.GridView .HeaderStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #284E98;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #B5C7DE;
}
.GridView .HeaderStyle A
{
	font-weight: bold;
	font-size: 8pt;
	color: #284E98;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: #B5C7DE;
}
.GridView .FooterStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: White;
}
.GridView .PagerStyle
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: white;
}
.GridView .SelectedRowStyle
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: white;
}
.GridView .EditRowStyle
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: white;
}
.GridView .EmptyDataRowStyle
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif' , Arial;
	background-color: white;
}

/* 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);
}
.LoginForm
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #EFF3FB;
}
.button {
	margin:10px;
	border:1px solid #333333;
	padding:20px;
}
.button a {
	color:#efefef;
	font-weight:bold;
}
.button a:hover {
	color:#ffffff;
}

