
.content, .lbl, .note {
	color: #98938c;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
	font-family: times new roman, times, serif; }
.note {font-size:10px; }	
a.content, 
a.lbl  {
	color: #98938c;
	font-weight: normal;
	text-decoration: underline; }	
a:hover.content,
a:hover.lbl {
	color: #817c00;
	text-decoration: none; }

p { margin-top: 0px; margin-bottom: 12px; }

H1 { font:18px/18px times new roman, times, serif; color:#98938c; font-weight:bold; margin-top:0px; margin-bottom:15px; }

.pagehd {
	color: #98938c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: times new roman, times, serif; }
a.pagehd {
	color: #98938c;
	font-weight: bold; }
a:hover.pagehd {
	color: #98938c;
	text-decoration: none; }

.footer {
	color: #817c00;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	font-family: times new roman, times, serif; }
a.footer {
	color: #817c00;
	font-weight: normal; }
a:hover.footer {
	color: #98938c;
	text-decoration: none; }

a { color:#98938c; text-decoration: underline; }
a:hover { color:#817c00; }
a:active { color:#817c00; }

form { margin: 0 0; }
.input,.inputlarge  { font-size:12px; border:1px solid #cccccc; width:200px; font-family: times new roman, times, serif;}
.inputlarge { width:350px}

.inputW  { font-size:14px; font-weight:bold; border:0px solid #ffffff; width:200px; cursor:progress; }
.select  { font-size:12px; border:1px solid #cccccc;  width:205px; }


.block {display:block}
.none {display:none}
.error {color:Red}



 

 .lbl
 {
	font-weight:bold;
	font-size:12px;
	color:#624F3C;
	text-align:right;
	margin-right:10px;
 }
 .val
 {
	font-size:12px;
	color:#624F3C;
	margin-left:5px;
	position:relative;
	top:1px;
 }
 
 .required
 {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
 }
 .showBox
{
	margin:5px;
	border:1px solid #494B3E;
	padding:5px;
	background:#F0EBD9;
}
.paymentMessage
{
	font-size:11px;
	margin:10px;
	border:1px solid #ff0000;
	padding:5px;
	background:#ffffcc;
	color:#ff0000;
	font-weight:bold;
	width:98%;
	height:auto;
}
 
 .HugeButton
{
	cursor:pointer;
	background: white url('../../Resources/Images/btn_Large.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 150px;
	color: #666;
}

 .LargeButton
{
	cursor:pointer;
	background: white url('../../Resources/Images/btn_Medium.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 115px;
	color: #666;
}
.SmallButton
{
	cursor:pointer;
	background: white url('../../Resources/Images/btn_Small.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 68px;
	color: #666;
}
.SmallButton:hover, .LargeButton:hover 
{
	color:#000000;	
}
b.header, h3 {

	font-size:13pt;
	font-weight:bold;
	color:#624F3C;
}	

.pagerLinks {
	border: 1px solid #efefef;
	padding:0px 3px 0px 3px;
	margin-right:3px;
	font-weight:bold;
	color:#666666;
}
.pagerLinks2 {
	border: 0px solid #efefef;
	padding:0px 3px 0px 3px;
	margin-right:3px;
	font-weight:bold;
	color:#666666;
}
.pagerLinks a, .pagerLinks2 a {
	border: 1px solid #cccccc;
	padding:0px 3px 0px 3px;
	margin-right:3px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
.pagerLinks a:hover, .pagerLinks2 a:hover {
	border: 1px solid #000000;
	padding:0px 3px 0px 3px;
	margin-right:3px;
	font-weight:bold;
	text-decoration:none;
}

.GridStyle {
	border:1px solid #efefef;
	height:auto;
}

.newsGrid {
	position:relative;
	top:-20px;
	width:400px;
}


/*form error classes for jQuery Validate*/
fieldset { -moz-border-radius: 8px; border-radius: px; } 

.rounded {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.shadow{
	-webkit-box-shadow:0 0 25px #ccc;
	-moz-box-shadow:0 0 25px #ccc;
	box-shadow:0 0 25px #ccc;
}

.showBox
{
	border:1px solid #cccccc;
	background:#e5e5e5;
	padding:2px 5px 2px 5px;
	font-size:12px;
}


input.error, textarea.error{border:1px solid red;background: url(../../Resources/Images/fade-butt-red.png) repeat-x;}   
.lblerror{ color:red; }
#chars { position:absolute; z-index:10; font-size:10px; margin:60px 0px 0px 270px; *margin:60px 0px 0px -100px;}

div.errorContainer{ 	
	border:2px solid red;
	background:#fff url(../../Resources/Images/icon_x2.png) top right no-repeat;
	padding:5px 0px;
	margin:0px 0px 10px 0px;
	width:350px;
	position:absolute;
	z-index:2300;
	font-family:Arial,verdana;
	font-size:11px;
	text-align:left;
	
}
div.errorContainer label.error {
	font-size:11px;
	color:red;
	display: block;
	margin-left: 1em;
	width: auto;
}
div.errorContainer p {
	margin-left: .6em; color:red;font-size:11px; font-weight:bold;
}
