.NonSelectedMenu
{
  font-family:Verdana;
  font-size:13px;
  color:#FFFFFF;
  padding:0.2em 1.5em;
  cursor:pointer;
  white-space:nowrap;
}
.SelectedMenu
{
  font-family:Verdana;
  font-size:13px;
  color:#FFFFFF;
  cursor:pointer;
  padding:0.2em 1.5em;
  background-color:#8591BB;
  float:left;
  opacity:.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  border:1px solid white;
  white-space:nowrap;
}
img.FloatLeft
{
  float:left;
}
img.FloatRight
{
  float:right;
}
.SelectedSubMenu
{
  font-family:Verdana;
  font-size:12px;
  padding:0.2em 0.6em;
}
.SelectedSubMenu a
{
  font-weight:bold;
  text-decoration:underline;
  color:#FE990B;
}
.SelectedSubMenu a:hover
{
  color:#FE990B;
}
.NonSelectedSubMenu
{
  font-family:Verdana;
  font-size:12px;
  padding:0.2em 0.6em;
}
.NonSelectedSubMenu a
{
  font-weight:bold;
}
.NonSelectedSubMenu a:hover
{
  color:#FE990B;
}
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
    font-family: verdana,helvetica,arial,sans-serif;
    font-size:12px;
}
body
{
    font-size:12px;
    color:#777777;
    margin:0px;
}
.BreadCrumb
{
	color:#336699;
	text-decoration:underline;
	font-weight:bold;
}
td
{
  font-size:12px;
}
table.Events
{
    background-color:#EAEAEA;
    margin-bottom:1px;
    margin-left:10px;
    margin-right:10px
}
.GridHeader
{
    color:#FFFFFF;
    background-color:#666699;
    font-size:12px;
    padding-bottom:2px;
    text-align:center;
    font-weight:bold;
}
.GridItem
{
    color:#996666;
    background-color:#FFFFFF;
    padding-top:3px;
    padding-bottom:6px;
    text-align:center;
}
.GridAltItem
{
    color:#996666;
    background-color:#EAEAEA;
    padding-top:3px;
    padding-bottom:6px;
    text-align:center;
}
td.EventsModuleRight
{
  background-image:url('/images/module_box_right.gif');
  background-repeat:repeat-y;
}
td.AdminMenu
{
  background-color:#EFEFEF;
  text-align:center;
}
a
{
  color:#FFFFFF;
  text-decoration:none;
}
a.AdminMenu
{
  color:#000000;
  font-weight:bold;
}
a.AdminMenu:hover
{
  color:#336699;
}
hr.Caption
{
    background-color:#FE990B;
    color:#FE990B;
    height:1px;
    border:0px
}
hr.Events
{
  background-color:#996666;
  color:#996666;
  height:1px;
  width:75px;
  border:0px;
}
div.Error
{
  color:red;
  font-weight:bold;
}
.info
{
	font-size:10px;
	font-family:Verdana;
}