﻿body
{
  background-position: 0px 0px;
  background-image: url(../Images/rhBGgradient.gif);
  background-color: #310700;
  background-repeat: repeat-x;
  background-attachment: fixed;

}
 .Headers
{
  text-align: center;
  color: maroon;
  font: bold 100%/2em Georgia, "Times New Roman", Times, serif;
  letter-spacing: .05em;
}
.Pager    {
	background-color: #F2EFCC;
	font-size: 90%;
	color: Black;
}
.Items
{
  border-width: 1px;
  border-color: #808080;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-align: center;
  border-top-style: solid;
}
.ItemsBold
{
  border-width: 1px;
  border-color: #808080;
  background-color: #FFFFFF;
	font-size: 90%;
  font-weight: bold;
  text-align: center;
  border-top-style: solid;
}
.AltItems
{
  border-width: 1px;
  border-color: #808080;
  background-color: #F4F4F4;
  font-size: 90%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  border-top-style: solid;
}
.AltItemsBold    {
  border-width: 1px;
  border-color: #808080;
	background-color: #F4F4F4; /*font-size: 90%;*/
  font-size: 90%;
  text-align: center;
	font-weight: bold;
	border-top-style: solid;
}
.Selected
{
	background-color: #F0ECBD;
	border-top: 1px solid Gray;
}
.msg    {
	color: Red;
	background-image: none;
	font-size: 100%;
	background-color: #FFFFCC;
	font-weight: bold;
	text-align: center;
}
.DropDown    {
	font-size: 90%;
	color: Gray;
	font-family: Tahoma;
	background: White;
}
.Input    {
	border: 1px solid #408080;
	font-family: Tahoma;
	font-size: 100%;
}
.InputC    {
	border: 1px solid #408080;
	font-family: Tahoma;
	font-size: 100%;
	text-align: center;
}
.Table    {
	border: 1px solid Black;
}
.TableWhite    {
	background-color: White;
	border: 1px solid #666666;
}

.TanButton {
	background-color: #F2EFCC;
	border: 1px solid #CD853F;
	font-size: 95%;
	background-image: url(../Images/TanBtnGrad.gif);
	padding: 2px;
}
.smaller {
	font-size: 70%;
}
.big {
	font-size: 110%;
}
a
{
  text-decoration: none;
}
a.smaller
{
  font-size: 70%;
}
a.MainNav
{
	font-weight: bold;
	line-height: 1.5em;
	font-size: 90%;
	font-family: Georgia,Tahoma,Verdana;
	color: #707070;
}
a.MainNav:link
{
	color: #707070;
}
a.MainNav:hover
{
	color: #B8860B;
}
a.MainNav:visited
{
	/*color: #707070;*/
}
a.MainNav:active
{
	color: #707070;
}
.InputDots {
  border-bottom: thin dotted #B7B7B7;
  border-left: none;
  border-right: none;
  border-top: none;
  font-family: Tahoma;
  text-align: center;
}
.InputLines
{
 line-height: 1.1em;
 background-image: url(../Images/InputLines.gif);
 border: none;
}
.YellowBack
{
  background: #FFFFE0;
  border: 1px solid #4682B4;
}
.footer
{
 font-size:70%;
 color:Silver;
}
.btnSilverGrad
{
  height: 24px;
  border: solid 1px gray;
  background-image: url( '../Images/SilverGrad.jpg' );
}
.greenButton
{
  background-image: url(../Images/GreenGrad.jpg);
}
.WhiteButton
{
	color: #4682B4;
	border: 1px solid #4682B4;
	font-size: 1em;
	font-family: Tahoma;
	background: White url(../Images/SilverGrad.jpg);
	font-weight:bold;
}
.WhiteRedButton
{
  background-color: White;
  color: red;
  border: 1px solid #4682B4;
  font-size: 1em;
  font-family: Tahoma;
	background-image: url(../Images/redGrad.gif);
	font-weight:bold;
}
a.smallest
{
  font-size: 70%;
  font-weight: normal;
  color: #336699;
}
.smallest
{
  font-size: 70%;
  font-weight: normal;
  color: #336699;
}
.thumbnailBorder
{
  border:solid 2px #B8860B;
}
.dropshadow
{
 /*leave for jquery* style in dropShadow.css*/
}
a.photosClickHere
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  color: #808080;
  text-decoration: none;
}
.description
{
  font-family: Georgia, Tahoma, Verdana, sans-serif;
  font-size: 95%;
  color: #666666;
  line-height: 1.3em;
  vertical-align: text-bottom;
}