﻿body
{
	margin: 5px 0px 0px;
	background-color: #ffffff;
}
TD
{
    font-size: 12pt;
    font-family: Tahoma;
}
DIV
{
	font-size: 12pt;
	font-family: Tahoma;
}
INPUT.TextBox
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	font-size: 12pt;
	font-family: Tahoma;
}
TEXTAREA.TextBox
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	font-size: 12pt;
	font-family: Tahoma;
}
INPUT.Button
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-size: 12pt;
	font-family: Tahoma;
}
INPUT.UpdateButton
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-size: 12pt;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #ffd700;
	margin-top: 5px;
	margin-bottom: 5px;
}
INPUT.CloseButton
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: 12pt;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
}
TD.Copyright
{
	font-size: 7pt;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}
A.BottomLink
{
	color: #000000;
	text-decoration: underline;
}
A:hover.BottomLink
{
	color: #FF0000;
	text-decoration: underline;
}
A
{
	color: #8b0000;
	text-decoration: blink;
}
A:hover
{
	color: #ff0000;
	text-decoration: underline;
}
A.MainMenu
{
	color: #8b0000;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
A:hover.MainMenu
{
	text-decoration: underline;
}
H1
{
	font-size: 14pt;
	color: #8b0000;
	font-family: Arial;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: #8b0000 1px solid;
	background-image: url(Images/HeaderBG.gif);
	background-repeat: repeat-y;
}
.3D
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	text-decoration: underline;
}
P.AlertBox
{
	font-size: 12pt;
	color: #000000;
	font-family: Tahoma;
}
SPAN.BoxHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Tahoma;
}
SELECT.DropDown
{
	font-size: 12pt;
	font-family: Tahoma;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
TD.FieldHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Tahoma;
}

/* 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);
}
.loading
{
	border: 2px solid #FF6C00;
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	z-index: 200;
	margin-top: -50px;
}
.ScrollablePanel
{
	width:640px;
	height:90%;
	overflow:auto;
	border:1px solid #ff0000;
	background-color: #ffffff;
}
DIV.Gallery
{
	width:175px;
	height:300px;
	overflow:auto;
	border:1px solid #000000;
	background-color: #ffffff;
}