﻿body
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #808080;
	background-color: #ffffff;
	background-image: url(images/background_main.jpg) no-repeat left top;
	background-repeat: repeat-x;
	margin-top: 0px;
}

hr
{
	height: 1px;
	width:100%;
}

.InputArea
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #808080;
}

A:link
{
	text-decoration: none;
	color: #5789A0;
}

A:visited
{
	text-decoration: none;
	color: #5789A0;
}

A:active
{
	text-decoration: none;
	color: #5789A0;
}

A:hover
{
	text-decoration: underline;
	color: #5789A0;
}


.MasterTable
{
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-right: #5789A0 1px solid;
	border-top: #5789A0 1px solid;
	border-left: #5789A0 1px solid;
	border-bottom: #5789A0 1px solid;
}

.MasterContent
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.MapTable
{
	border-right: #5789A0 1px solid;
	border-top: #5789A0 1px solid;
	border-left: #5789A0 1px solid;
	border-bottom: #5789A0 1px solid;
}

.MapContainer
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float:left;
	width:810px;
}

.MapContainerFull
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width:790px;
}

.TitleText
{
	font-size:24px;
	color: #5789A0;
}

.LargeText
{
	font-size:16px;
	color:#000000;
}

.Code
{
	border-right: #d8e4f8 1px solid;
	border-top: #d8e4f8 1px solid;
	border-left: #d8e4f8 1px solid;
	border-bottom: #d8e4f8 1px solid;
	background-color: #d8e4f8;
}

.CompassTable
{
	font-size: 15px;
	color: white;
	background-color: #022C67;
	filter: Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

.SideBar
{
	background-color: #d8e4f8;
}

.LoadingDiv
{
	font-size: 15px;
	color: white;
	background-color: #dcdcdc;
	filter: Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	z-index: 12;
	position:absolute;
	top: 0px;
	left: 0px;
}

.LoadingTable 
{
	background-color: #ffffff;
	color: #000000;
	height: 100px;
	width: 200px;
	top: 205px;
	left: 150px;
	position: absolute;
	border: solid 1px #999999;
	z-index: 13;
	
}

/* 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);
}

.AlternatingItem
{
	background-color: #d8e4f8;
}

