body
{
  /*font-family: tahoma,verdana;
  background-color: #CECA90;*/
  background-image: url(../Images/blueDiag2BG.png);
  background-color: #A8C6C6;
}
html, body, div.contents {
min-height: 100%;
height: 100%;
}
html>body, html>body div.contents {
height: auto;
}
input.text
{
 font-size:103%;
}
table
{
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 3px;
}
td p
{
   line-height: 1.1em;
   margin-top: 1.1em;
}
p
{
   margin-top: .4em;
   line-height: 1.1em;
}
li
{
   list-style: square inside;
   margin-left: 8px;
}
h1
{
   font-size:180%;
   font-weight: bold;
}
h2
{
   font-size:160%;
   font-weight: bold;
  text-align: center;
}
h3
{
   font-size:130%;
   font-weight: bold;
  width: 483px;
}
h4
{
   font-size:120%;
   font-weight: bold;
}
h5
{
   font-size:110%;
   font-weight: bold;
}
h6
{
   font-size:105%;
}
/*fck editor*/
strong
{
  font-weight: bold;
}
em
{
 font-style:italic;
}
/*fck editor*/
.YellowBack
	{
	background : #FFFFE0;
	border : 1px solid #4682B4;
  height: 248px;
}
.YellowBackMedium
	{
	background : #FFFFE0;
	border : 1px solid #4682B4;
	font-size : 90%;
	padding : 3px 3px 3px 3px;
}
.YellowBackSmall
	{
	background : #FFFFE0;
	border : 1px solid #4682B4;
	font-size : 80%;
	padding : 3px 3px 3px 3px;
}
.dropDownPhotos
{
   font-size: 85%;
   color: Black;
   background-color: #DFE3EE;
   border: 1px solid silver;
   padding: 2px;
}
.WhiteButton    {
	background-color: White;
	color: #4682B4;
	border: 1px solid #4682B4;
	padding: 3px;
	font-size: 100%
}
.WhiteRedButton    {
	background-color: White;
	color: Red;
	border: 1px solid #4682B4;
	font-size: 100%;
	padding: 3px;
	background-image: url(../Images/WhiteRedGrad.gif);
}
.btnSilverGrad
{
  height: 24px;
  border: solid 1px gray;
  background-image: url( '../Images/SilverGrad.jpg' );
}
.greenButton
{
  background-image: url(../Images/GreenGrad.jpg);
  width:auto;
  height:30px;
  padding:5px;
}
a
{
	text-decoration: none;
	font-weight: bold;
	color: #592D00;
}
#doc2
{
	background-color: White;
	border: 1px solid black;
}

a.mainNav
{
	font-weight: bold;
	text-decoration: none;
	color: White;
	font-size: 90%;
}
a.mainNav:hover
{
	color: Yellow;
}
a.smaller
{
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}
.yui-g
{
	/*margin: 10px;*/
}
#ft
{
	font-size:70%;
	color: Gray;
}
.Items
{
  font-size: 100%;
  padding: 3px;
}
.AltItems
{
	font-size: 100%;
   background-color: #EFEFD3;
	padding: 3px;
}
.Headers {
	background-color: Gray;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-image: url(../Images/GreyGrad.jpg);
}
.Footer {
  background-color: Silver;
  font-family: Tahoma;
  text-align: center;
  font-size: 80%;
  border-top: 1px solid Black;
  color: Black;
  font-weight: bold;
}
.Selected
{
  background-color: #CCFFFF;
  border-top: 1px solid gray;
  font-size: 95%;
}
.Pager    {
	background-color: #F2EFCC;
	font-size: 90%;
	color: Black;
}
.Table
{
  border: 1px solid black;
}
.TableWhite
{
	background-color: White;
	border: 1px solid black;
}


.Input
{
	border: 1px solid teal;
	font-size:.9em;
	padding:2px;
	font-family:Arial;
}
.InputC
{
	border: 1px solid teal;
	text-align: center;
		font-size:.9em;
		font-family:Arial;
	padding:2px;
}

.smaller
{
	font-size: 80%;
}
.dropDown
{
	font-size: 90%;
	color: Black;
	background-color: #F5F5F5;
}
.tanButton {
	color: Black;
	font-weight: bold;
	padding: 2px;
	background-image: url(../Images/TanBtnGrad.gif);
	border: 1px solid tan;
}
.msg
{
	color: Red;
	background-color: Yellow;
	font-size: 105%;
	font-weight: bold;
}


.menuTable
{
  background-color: #000066;
  color: #FFFFFF;
}
a.adminMenu
{
 color:White;
 font-size:90%;
 font-weight:bold;
}
.shadow
{
   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(border-radius.htc);*/
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
	box-shadow: 0 2px 5px #aaa;
}