@import url("global-advanced.css");

body,td,th
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: .6em;
  color:#333333;
}

th 
{
  font-weight: bold;
  text-align: left;
}

.formField
{
  font-size: 1.3em;
}

.formLabel 
{
  font-size: 1.3em;
}

.formErrors 
{
  font-size: 1.3em;
  color: red;
}

.formLabelBold
{
  font-size: 1.3em;
  font-weight: bold;
}
.formTextBox
{
	width : 200px;
	height: 22px;
	border: 1px solid #5E5E5E;
	margin-right: 2px;
	font-size: 1.3em;
}
div,span 
{
  font-size:inherit;
}

form {
  margin:0 0 0 0;
}

a:link,
a:visited,
a:hover,
a:active 
{
  color:#1B7444;
  text-decoration:underline;
}

.footer a:link,
.footer a:visited,
a.news,
a:link.news,
a:visited.news
{
  color:#1B7444;
  text-decoration:none;
}

.footer a:hover,
.footer a:active,
a:hover.news,
a:active.news 
{
  text-decoration:underline;
}

.bulletLink,
a.bulletLink,
a:link.bulletLink,
a:visited.bulletLink,
a:hover.bulletLink,
a:active.bulletLink 
{
  font-weight:bold;
}

a:hover.nav,
a:active.nav 
{
  text-decoration:underline;
}

.secondaryNav a:link, .secondaryNav a:visited 
{
  text-decoration:none;
  font-weight:bold;
}

.secondaryNav a:hover, secondaryNav a:hover 
{
  text-decoration:underline;
}

.teriaryNav a:link, .teriaryNav a:visited 
{
  text-decoration:none;
  font-weight:normal;
}

.teriaryNav a:hover, .teriaryNav a:active 
{
  text-decoration:underline;
}

.secondaryNav,.teriaryNav  
{
  font-weight:bold;
  color:#333333;
}

table.financials 
{
  border-collapse: collapse;
  border-bottom:solid 1px black;
  border-left:solid 1px black;
}

table.financials td, table.financials th 
{
  border-collapse: collapse;
  border-right:solid 1px black;
  border-top:solid 1px black;
  text-align:center;
}

table.financials th {
  font-weight: normal;
  background-color:#e2e2e2;
}

.tabCell {
  border:1px solid #333333;
  font-weight: bold;
  background-color:#e2e2e2;
}
.tabCell#selected {
  border-bottom:none;
  background-color:#ffffff;
}
.tabCell a:link,.tabCell a:visited,.tabCell a:active,.tabCell a:hover {
  font-weight: bold;
  text-decoration: none;
}
.tabDivider {
  border-bottom:1px solid #333333;
}

td.tabContainer {
  border-left:1px solid #333333;
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
}

/*Event Detail Page Styles*/
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 11px;
	line-height: 21px;
}
eventDetailbody {
	color:#333333;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
}
.header2 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: bold;
}
/*End of Event Detail Page Styles*/