/*  Any classes that set colors - keep 'em near the top */

.LoginLabel	
{
	color:#ffffff;
	font-size:10px;
	font-family:Arial;
}

.LoginLabelBold 
{
	color:#ffffff;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}

.MiniLoginBox 
{
 	padding:1px;  
	color:#ffffff; 
	background-color: #bfae84; /* #486F39; #486C8E;  */
	border:1px solid #334D66; 
	border-style:thin;
} 

.ClassBody A:link {text-decoration: none; font-size: 0.85em; font-weight:bold; color: DARKBLUE;}
.ClassBody A:visited {text-decoration: none; font-size: 0.85em; font-weight:bold; color: #505050;}
.ClassBody A:active {text-decoration: none; }
.ClassBody A:hover {text-decoration: underline; }

.ClassFooter A:link {text-decoration: none; color: white; font-weight:bold;}
.ClassFooter A:visited {text-decoration: none; color: white; font-weight:bold;}
.ClassFooter A:active {text-decoration: none; color: white; font-weight:bold;}
.ClassFooter A:hover {text-decoration: underline; color: white; font-weight:bold;}

body
{
	background-image:url("images/tileable3.png");
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
	background-color: #334D66
}

p.box
{
	width: 80%;
	border-style: solid;
	border-width: 1;
	border-color: #f0f0f0 #000000 #000000 #f0f0f0;
	background-color:#f0f0C0; 
	text-align: left;
	padding-top: 2pt;
	padding-left: 2pt;
	padding-bottom: 2pt;
	padding-right: 2pt;
	font-family: Gill, Helvetica, sans-serif;
}
p.NewAcctBox
{
	width: 80%;
	border-style: solid;
	border-width: 1;
	border-color: #638BB0 #000000 #000000 #638BB0;
	background-color:#486C8E;
	text-align: left;
	padding-top: 2pt;
	padding-left: 2pt;
	padding-bottom: 2pt;
	padding-right: 2pt;
	font-family: Gill, Helvetica, sans-serif;
	color: #ffffff;
}

table.TopBanner
{	height: 40px;
	width: 100%;
	background-color: #8E6C48;
	border-width: 1;
	border-style: solid;
	border-color: #000000;
}

span.RatingsText
{
	font-size: 0.65em;
	color:grey;

	/* To avoid the resizing problem with Internet Explorer, many developers use em instead of pixels. The em size unit is recommended by the W3C.
	/* 1em is equal to the current font size. The default text size in browsers is 16px. So, the default size of 1em is 16px.
	/* The size can be calculated from pixels to em using this formula: pixels/16=em
	 */
}

span.ContentText
{
	font-family: "Times New Roman"
}
	
span.AuthorText
{
	font-size: 0.75em;
	color:darkblue;
}
span.SmallerText
{
	font-size: 0.85em;
}

textarea.varw
{
	width: 100%;
}

input.varw
{
	width: 100%;
}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(images/star_grey_xpar2020.png) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(images/star_yellow_xpar2020.png) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}

