﻿body
{
	padding: 0px;
	margin: 0px;	
  font-family: Tahoma, Verdana, Arial, Times New Roman;
  font-size: 11px;
  color: #405066;
}
td
{
  font-family: Tahoma, Verdana, Arial, Times New Roman;
  font-size: 11px;
  color: #405066;
}
.headerbg
{
	background-image: url("images/head_tile.gif");
	background-repeat: repeat-x;
}
.footerbg
{
	background-image: url("images/footer_tile.gif");
	background-repeat: repeat-x;
}
.dotted
{
	background-image: url("images/dotted.gif");
	background-repeat: repeat-x;
	height: 1px;
}
.front
{
	background-image: url("images/front_gradient.gif");
	background-repeat: repeat-x;
}
.nav
{
	color: #ffffff;
}
.nav:link
{
	color: #999999;
	text-decoration: none;
}
.nav:visited
{
	color: #999999;
	text-decoration: none;
}
.nav:hover
{
	color: #ffffff;
	text-decoration: none;
}
.dashlink, .dashlink:link
{
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
.dashlink:hover
{
	color: #405066;
	border-bottom: 1px dashed #696969;
}
.dashlink_g, .dashlink_g:link
{
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
.dashlink_g:hover
{
	color: #405066;
	border-bottom: 1px dashed #696969;
}
.heading
{
	font-size: 13px;
	font-weight: bold;
}
.heading_lg
{
	font-size: 20px;
	font-weight: bold;
}
.separator
{
	font-size: 14px;
	font-weight: bold;
}
.gray
{
	color: #999999;
}
.headwelcome
{
	color: #797f84;
	font-size: 10px;
}
.myfieldset
{ 
	margin-bottom: 6px;
	BORDER: 1px SOLID #CCCCCC;
	-moz-border-radius: 4px 4px 4px 4px;
	padding: 4px;
}
.row_on
{
	background-color: #f5f5f5;
}
.row_off
{
}
.row_header
{
	background-color: #F9F6E9;
}
.icon_textalign
{
	vertical-align: text-bottom;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.yellowbox
{
	background-color: #ffffd6;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #d2d202;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.bluebox
{
	background-color: #f3f9ff;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #99ccff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.greybox
{
	background-color: #f0f0f0;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #ded4d4;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.imageborder
{
	border-top: 4px solid;
	border-bottom: 4px solid;
	border-left: 4px solid;
	border-right: 4px solid;
	border-color: #f4edf4;
}
.imageborderdefault
{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #990000;
}
.inputsmall
{
	font-size: 11px;
}
.paginglink
{
	color: #405066;
	background-color: #f0f0f0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #ded4d4;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	display: inline-block;
}
.paginglinkdisabled
{
	color: #ded4d4;
	background-color: #f0f0f0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #ded4d4;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	display: inline-block;
}
.countrymarker
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
/* 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");
}