body {
  background-image: url(../../images/bg.jpg);
  color: #333333;
  font-size: 11px;
  line-height : 17px;
  font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 
  margin: 0px;
  padding: 0px;
  text-align:center;
}
p, table, td { font-family: verdana; color: #333333; font-size: 11px; line-height: 17px; }
select, input, option, optgroup, textarea { font-size: 8pt; color: #333333; font-family: verdana; }

#messages { display: none; }

a:link, a:visited {
  color: #336699;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table.info td {
  border-bottom: 1px solid #efefef;
    font-size: 8pt;
  line-height: 17px;
}
table.info td.no_underline {
  border-bottom: 1px solid transparent;
}
table.info th {
  background-color: #efefef;
  border-left: 1px solid #dddddd;
  line-height: 15px;
}

/* ---------------- Navigation ------------------- */
.nav_option, .nav_option_selected {
  line-height: 20px;
}
div.nav_option a:link, div.nav_option a:visited {
  color: #0099FF;
  text-decoration: none;
  padding-left: 15px;
  display: block;
  width:100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
div.nav_option a:hover {
  color: #333333;
  background-color: #eef9ff;
  border-top: 1px solid #d5eaf5;
  border-bottom: 1px solid #d5eaf5;
}
div.nav_option_selected {
  color: #003366;
  font-style: italic;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 15px;
  display: block;
  width:100%;
}
.nav_option_list {
  width: 174px;
}

/* ---------------- Fonts  ------------------- */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.blue { color: #336699; }
.black { color: black; }
.light_grey { color: #cccccc; }
.medium_grey { color: #666666; }
.dark_grey { color: #333333; }
.red { color: #cc0000; }
.orange { color: orange; }
.green { color: #009900; }
.burgundy { color: #770000; }
a.black { color: black; }
h3 { font-size: 10pt; margin-top: 15px; padding-top: 0px;}

/*----------------- UI messages ------------------*/
.notify {
  background-color: #ffffee;
  color: #336699;
	font-size: 8pt;
	padding: 8px;
	border: 1px solid #336699;
}
.error {
  background-color: #ffffee;
  color: #aa0000;
	font-size: 8pt;
	border: 1px solid #cc0000;
	margin-bottom: 10px;
	line-height: 15px;
}
