body, table, th, tr, td, ul, ol, li, p, font, a, blockquote {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin: 0;
}

body {
  background-color: white !important;
}

.Body {
  font-family: Verdana, Helvetica, Arial, Tahoma;
  font-size: 13px;
}

h1 {
  font-size: 16px;
  color: #57ad46;
  margin-bottom: 1px;
}
/* Login styles */

table.login {
  padding: 1px;
  border-spacing: 4;
  border-style: solid; 
  border-width: 1px; 
  border-color: #000000;
  background-color: #ffffff;
}

table.reportSelector {
  padding: 1px;
  border-spacing: 4px;
  border-style: solid; 
  border-width: 1px; 
  border-color: #000000;
  background-color: #ffffff;
  align: center;
}

div.centered table {
  margin-left: auto; 
  margin-right:auto; 
  text-align: left;
  padding: 10px;
}

td.leftsideColumn {
  width: 167px;
  background-image: url("/static/images/bg_leftcolumn.jpg");
}
td.rightsideColumn {
  width: 167px;
  background-image: url("/static/images/bg_rightcolumn.jpg");
}

td.titleUnderline {
  background-image: url("/static/images/bground_title.gif");
  background-repeat: no-repeat;
}

td.centerColumn {
  padding: 10px;
  background: #ffffff; 
}

.mainNavTable {
  padding: 4px;
  width: 750px;
  height: 25px;
  border: 0; 
  spacing: 0;
}

table.headerTable {
  border-collapse: collapse; border-spacing: 0;
  width: 100%;
  height: 102px;
  background-image: url("/static/images/bground_header.gif");
}

.NavTable {
  border: 1px outset #FFFFFF;
  padding: 8px;
  background-color: #DEF1FA;
}

table.NavTable a, table.NavTable a:link, table.NavTable a:visited {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: #9999FF;
  padding: 2px 5px;
}

table.NavTable a:active, table.NavTable a:hover { 
  color: #ffffff;
  background: #0069AA; 
}


/* admin styles */

.HeaderFont {
  color: #6D92BE;
  font-size: 18px;
  font-weight: bold;
}
.ErrorHeaderFont {
  color: #FF0000;
  font-size: 18px;
  font-weight: bold;
}
.ErrorFooterFont {
  color: #800000;
  font-size: 13px;
  font-weight: bold;
}
.ErrorFont {
  color: #FF0000;
  font-size: 13px;
  font-weight: bold;
}
.HeaderTD {
  padding: 4px;
  color: #000000;
  font-size: 13px;
}
.NavTD {
  background-color: #999999;
}

.NavTD :hover {
  background-color: #333333; 
  } 

.CaptionTD {
  padding: 4px;
  color: #000000;
  font-size: 13px;
}
.DataTD {
  border: 1px outset #FFFFFF;
  padding: 4px;
  color: #000000;

  font-size: 13px;
}
.InputTD {
  border: 1px outset #FFFFFF;
  padding: 4px;
  color: #000000;
  background-color: #F2F8FF;
  font-size: 13px;
}
.ErrorTD {
  border: 1px outset #FFFFFF;
  padding: 4px;
  color: #FF0000;

  font-size: 13px;
  font-weight: bold;
}
.FooterTD {
  padding: 4px;
  color: #000000;
  font-size: 13px;
}
a.Link:link, a.Link:visited {
  color: #000000;
  text-decoration: underline;
}
a.Link:hover, a.Link:active {
/*  color: #ffffff; */
  color: #000000;
  text-decoration: none;
}

a.white:link, a.white:visited {
  color: #ffffff;
  text-decoration: underline;
}
a.white:hover, a.white:active {
  color: #ff9900;
  text-decoration: none;
}

a.mainNav:link, a.mainNav:visited {
  color: #ffffff;
  text-decoration: none;
}
a.mainNav:hover, a.mainNav:active {
  color: #ff9900;
  text-decoration: none;
}

a.Sorter:link, a.Sorter:visited {
  color: #000000;
  font-size: 13px;
  text-decoration: underline;
}
a.Sorter:hover, a.Sorter:active {
  color: #6D92BE;
  font-size: 13px;
  text-decoration: none;
}
a.DataLink:link, a.DataLink:visited {
  color: #000000;
  text-decoration: underline;
}
a.DataLink:hover, a.DataLink:active {
  color: #6D92BE;
  text-decoration: none;
}
a.PagerLink:link, a.PagerLink:visited {
  color: #000000;
  font-size: 13px;
  text-decoration: underline;
}
a.PagerLink:hover, a.PagerLink:active {
  color: #6D92BE;
  font-size: 13px;
  text-decoration: none;
}
.InactivePager {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.Input {
  font-family: Verdana, Helvetica, Arial, Tahoma;
  font-size: 13px;
  
}
.Select {
  border-bottom: 1px outset #000000;
  border-left: 1px outset #000000;
  border-right: 1px outset #000000;
  border-top: 1px outset #000000;
  font-family: Verdana, Helvetica, Arial, Tahoma;
  font-size: 13px;
  width: 300px;
}
.Button {
  border-bottom: 1px outset #000000;
  border-left: 1px outset #000000;
  border-right: 1px outset #000000;
  border-top: 1px outset #000000;
  background-color: #F2F8FF;
  font-family: Verdana, Helvetica, Arial, Tahoma;
  font-size: 13px;
}

/*
 * #menu - styles for the admin drop down menu
 */
#menu ul {
    /* Stripping all list styles */
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu li {
    /* Align list itemts to left */
    float: left;
    position: relative;
    
    /* Adding padding and colour to all list items */ 
    padding: 6px 15px;
    z-index: 1;
    
    /* Junk value to get IE7 to display menus, hide in firefox */
    *width: 0;
}

#menu li > ul {
    top: auto;
    left: auto;
}

/* Drop down menu */
#menu ul li ul {
    /* Hiding drop downs */
    display: none;
    position: absolute;
    left: 0;
}

#menu li:hover ul, #menu li.over ul {
    /* Opens drop downs on hover */
    display: block;
}

/* Menu hovers */
#menu li:hover, #menu li.over {
    background-color: #eee;
}

/* Menu title links */
#menu ul li a {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;	
}

/* Menu drop downs */
#menu ul li ul li {
    width: 175px;
    background-color: #eee;
    padding: 3px 5px;
    top: 7px;
}

/* Menu drop down links */
#menu ul li ul li a {
    color: #444444;
    font-weight: normal;
}

input.error, textarea.error, select.error {
  background-color: #f2dede;
}

td.error {
  color: red;
}
