﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana;
}

form 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

div, td, th
{
	font-size: 8pt;
}

p
{
	margin-top: 5px;
	margin-bottom: 8px;
}

A
{
	color: dimgray;
}
A:hover
{
	color: Orange;
}

.header
{
	background-image: url(Images/header.gif);
	height: 79px;
}
#imgLogo
{
	margin-left: 10px;
}

.topmenu
{
	padding-left: 12px;
	color: #3c3c3c;
	font-weight: bold;
	font-size: .7em;
	letter-spacing: 0.15em;
	height: 22px;
	background-color: #6f6f6f; /*#a80000;*/
	vertical-align: middle;
}
.topmenu A
{
	color: White;
	font-weight: normal;
	text-decoration: none;
}
.topmenu A:hover 
{
	color: Orange;
}

.menu 
{
	background-color: #EBEAEA; /*#ecc7c7*/
	padding-top: 10px;
	padding-left: 5px;
}
.menu ul
{
	margin-top: 0px;
}
.menu A
{
	color: Black;
}
.menu A:hover
{
	color: #8b0000;
}
.menubulletlist
{
	margin-left: 20px;
	padding-left: 0px;
}

.content
{
	width: 50%;
	padding: 10px;
}

.sidebar
{
	background-color: #EBEAEA;
	padding-top: 10px;
}

#footer
{
	height: 22px;
	background-color: #6f6f6f;
	color: #dcdcdc;
}
#footer A
{
	color: White;
	text-decoration: none;
}
.heading
{
	width: 100%;
	background: url(Images/wcl.gif) no-repeat left top;
	margin-top: 18px;
}
.heading h2
{
	font-size: 1em;
	font-weight: bold;
	color: floralwhite;
	background-color: #5297F9;
	background-image: url(Images/wcm.gif);
	line-height: 22px;
	margin-left: 33px;
	padding-left: 5px;
	margin-right: 44px;
	margin-bottom: 0px;
}
.heading div 
{
	background: url(Images/wcr.gif) no-repeat right top;
}
h3
{
	font-size: 1em;
	font-weight: bold;
	color: floralwhite;
	background-color: #6f6f6f;
	padding: 4px;
	width: 90%;
	margin-bottom: 10px;
}
h1 
{
	font-size: 2em;
	color: Navy;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2
{
	font-weight: bold;
	font-size: 125%;
	color: #22466b;
	margin-bottom: 8px;
}
.bulletlist
{
	margin-top:12px;
	margin-left:25px;
	padding-left:0px;
	list-style-type:square;
}
.bulletlist li
{
	margin-bottom: 10px;
}


/* Rating */
.rating 
{
	margin-top: 5px;
}
.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);
}
