﻿input, textarea
{
	border: 0;
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
}

input.TextBox, textarea.TextBox
{
	background-color: #fae981;
}

input.White
{
	background-color: #ffffff;
 border: 1px solid #000000;
 color: #000000;
}

hr
{
 background-color: #3a2a0f;
 height: 1px;
 border: 0;
}

hr.Tan
{
 background-color: #f6ec7a;
}

.TanText
{
 color: #f6ec7a;
}

.Serif
{
 font-family: Georgia, Times New Roman, Times, Serif;
}

.SerifItalic
{
 font-style: italic;
 font-family: Georgia, Times New Roman, Times, Serif; 
}

.Brown
{
 color: #3a2a0f;
}

.BrownSerif
{
 font-family: Georgia, Times New Roman, Times, Serif;
 color: #3a2a0f;
}

.BrownSansSerif
{
 font-family: Verdana, Arial, Sans-Serif;
 color: #3a2a0f;
}

.SmallBrownSerifBold
{
 font-family: Georgia, Times New Roman, Times, Serif;
 font-size: 11px;
 color: #3a2a0f;
 font-weight: bold;
}

.BrownTimes
{
 font-family: Georgia, Times New Roman, Times, Serif;
 font-size: 12px;
 color: #3a2a0f;
 font-weight: bold;
}

input.Transparent
{
 background-color: Transparent;
}

input.BigWhite
{
 background-color: #ffffff;
 line-height: 19px;
 font-size: 16px;
 width: 181px;
 height: 23px;
 padding: 4px;
}

input.InvalidTextBox
{
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 1px;
	color: #FFFFFF;
	border: 0;
	background-color: #FF0000;
	height: 18px;
}

.White
{
 color: #ffffff;
}

.SmallAccordionHeader
{
 background-image: url('../../images/BoxBackgrounds/RedBoxHeader.png');
 color: #fae981;
 font-weight: bold;
 font-size: 15px;
 width: 350px;
 background-repeat: no-repeat;
 cursor: pointer;
 height: 31px;
 font-family: Times New Roman, Times, Serif;
}

.SmallAccordionHeaderSelected
{
 cursor: pointer;
 background-image: url('../../images/BoxBackgrounds/RedBoxShort.png');
 color: #fae981;
 font-weight: bold;
 font-size: 15px;
 background-repeat: no-repeat;
 width: 350px;
 height: 31px;
 font-family: Times New Roman, Times, Serif;
}

.SmallAccordionContent
{
 background-image: url('../../images/BoxBackgrounds/RedBoxShort.png');
 background-position: bottom;
 color: #fae981;
 background-repeat: no-repeat;
 width: 350px;
 font-size: 10px;
}

.AccordionContent
{
 background-image: url('../../images/BoxBackgrounds/RedBoxWide.png');
 background-position: bottom;
 color: #fae981;
 background-repeat: no-repeat;
 width: 576px;
 font-size: 10px;
}

.AccordionHeader
{
 background-image: url('../../images/BoxBackgrounds/RedBoxWideHeader.png');
 color: #fae981;
 font-weight: bold;
 font-size: 15px;
 width: 576px;
 background-repeat: no-repeat;
 cursor: pointer;
 height: 31px;
 font-family: Georgia, Times New Roman, Times, Serif;
}

.AccordionHeaderSelected
{
 cursor: pointer;
 background-image: url('../../images/BoxBackgrounds/RedBoxWide.png');
 color: #fae981;
 font-weight: bold;
 font-size: 15px;
 background-repeat: no-repeat;
 width: 576px;
 font-family: Georgia, Times New Roman, Times, Serif;
 height: 31px;
}

.AccordionContent td
{
 font-size: 10px;
}

body {
  margin: 0;
  font-size: 13px;
  font-family: Verdana, Arial, Sans-Serif;
  color: #000000;
  background-color: #1E0A01;
}

img
{
 border-width: 0;
 vertical-align: middle;
}

table
{
 border-collapse:collapse;
}

td
{
 vertical-align: top;
}

select
{
 background-color: #fae981;
 border: 0;
}

input.TextBox, textarea.TextBox
{
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 1px;
	color: #000000;
	border: 0;
	background-color: #fae981;
	height: 18px;
}

td.TextBoxFontCell
{
  font-size: 13px;
  font-family: Verdana, Arial, Sans-Serif;
}

td.NoCowgirl
{
 background-image: url('../../images/master/Center.jpg');
}

td.Cowgirl
{
 background-image: url('../../images/master/CenterWithCowgirl.jpg');
}

.Transparent
{
 border: none;
 background-color: transparent;
}

#mycustomscroll {
	width: 290px;
	height: 330px;
	overflow: auto;
	position: relative;
	}

a
{
 text-decoration: none;
 color: #F0D692;
}

.TanLinks
{
 color: #F0D692;
}
.TanLinks a
{
 color: #F0D692;
 font-weight: bold;
}

/** AJAX **/

/*Modal Popup*/
.modalBackground
{
 background-color:Gray;
 filter:alpha(opacity=70);
 opacity:0.7;
}

.modalPopup
{
 background-color:#ffffdd;
 border-width:3px;
 border-style:solid;
 border-color:Gray;
 padding:3px;
 width:300px;
}

h1
{
 margin: 0;
}

h2
{
 margin: 0;
}

h3
{
 margin: 0;
}

h4
{
 margin: 0;
}

h5
{
 margin: 0;
}

.TanLine
{
 background-color: #d19e52;
 height: 1px;
}

.Tan
{
 background-color: #d19e52;
}

input.PeachBackground
{
 background-color: #e8b249;
 padding: 4px;
 font-size: 14px;
 margin-bottom: 10px;
}

textarea.PeachBackground
{
 background-color: #e8b249;
 padding: 4px;
 font-size: 14px;
 margin-bottom: 10px;
}