/* placeholder objects */
TABLE
{
  font-family: Arial;
  font-size: 11px;
  color: Black;
}

INPUT
{
  font-family: Arial;
  font-size: 11px;
  color: Black;
}

.HEADERDIV
{
  padding-top: 10px;
  padding-left: 10px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #FF9900;
}

.CONTENTDIV
{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 510px;
}

/* backgrounds */
.PAGEBODY
{
  background-image: url(../grfx/gradient_back.jpg);
  background-repeat: repeat-x;
}

.MENUBACK
{
  background-image: url(../grfx/gradient_sideway.jpg);
  background-repeat: repeat-y;
}

.CONTENTBACK
{
  background-image: url(../grfx/eye_background.jpg);
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

/* text */
.GREENTEXT
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #6A9C15;
}

.BIG_HEADLINE
{
  font-family: Tahoma;
  font-size: 18px;
  color: Black;
}

.FOOTER
{
  background-image: url(../grfx/gradient_repeat.jpg);
  background-repeat: repeat-x;
  height: 25px;
  color: #fff;
  font-weight: bold;
}

.EVENTHEADLINE
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: Black;
}

.EVENTDETAILS
{
  font-family: Arial;
  font-size: 10px;
  color: Black;
}

/* A href's */
A.Menu
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

A.Menu:hover
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #390;
  text-decoration: none;
}

A.TabSelected
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

A.TabItem
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
}

A
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #390;
  text-decoration: none;
}

A:hover
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

A.darker
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-decoration: underline;
}

A.darker:hover
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #c0c0c0;
  text-decoration: underline;
}

/* Controls */
.Button
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border : 1px solid #b2b2b2;
	width: 80px;
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#FCFCFC,endcolorstr=#CECECE);
}
