@charset "utf-8";

body {
	padding: 0;
	margin: 0;
  font-size: 12px;
  /* background: #f2f1f1; */
  background-image: url(../images/body-bg.jpg);
  background-repeat: repeat-x;
  color:#555555;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

td {
  font-size: 12px;
  color:#555555;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

p {
  font-size: 12px;
}

a {
  text-decoration: none;
  color:#1962ac;
}

a:hover {
  text-decoration: underline;
  color:#1962ac;
}
a:visited {
  color:#1962ac;
}

a.hd
{
  text-decoration: none;
  color:#666666;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

a.hdselected
{
  text-decoration: none;
  color:#ff7109;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

a.hdselected:visited
{
  text-decoration: none;
  color:#ff7109;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

a.hd:visited
{
  text-decoration: none;
  color:#666666;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

a.hd:active
{
  text-decoration: none;
  color:#666666;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

a.hd:hover
{
  text-decoration: none;
  color:#ff7109;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:27px;
  color: #2e6e3a;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:21px;
  color: #2e6e3a;
  margin-bottom:2px;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:18px;
  color: #444444;
  margin-bottom:2px;
}

hr {
  height:1px;
  border:0;
  border-bottom:1px solid #c5cfc6;
}

#contentframe {
  padding-bottom:20px;
  padding-right:20px;
  line-height:1.5;
  min-height:1000px;
}

#menu {
  font-weight:bold;
  margin:0 auto;
  padding:0;
}
#menu a {
	margin:0;
	padding:2px 0 0 20px;
	text-decoration:none;
  font-weight: bold;
  font-size:12px;
	color:#FFFFFF;
}

#menu a:hover {
	color:#000033;
}

#menu a.selected {
	color:#000033;
}

#page-options {
    width:200px;
    padding:0px 0 10px 10px;
    margin:0 20px 0 0;
    font-size:14px;

}
#page-options .menuselected {
    color:black;

}
#page-options li {
    list-style:none;
    margin:8px 20px 8px 0;
    border-bottom:1px solid #f2f1f1;
}
#page-options ul {
    margin:0px 0 0 0;
    padding:0;
}

/* Autopilot */

table.dashboard {
  margin:7px;
	/* margin-left:7px;
	margin-right:7px; */
	width: 946px;
}

table.dashboard th {
  border: 1px solid #ccc;
  background: #eee;
  padding: 4px;
  /* text-align:center; */
}
table.dashboard td {
  border: 1px solid #ccc;
  padding: 2px;
  text-align:center;
}
table.dashboard td p {
  padding:0;
  margin:0;
  cursor:pointer;
}

div#addForm {
  width:380px;
  border:1px solid #ccc;
  padding: 5px;
}
div#error {
  text-align:left;
  background-color:#FFCCCC;
  margin:10px;
  padding:10px;
  border:1px solid red;
	line-height:1.5;
}

form.bm67form fieldset {
  border: 0;
  border-top: 1px solid #bbb;
  margin: 10px;
  padding: 10px;
	padding-left:0;
}
form.bm67form legend {
  padding: 0 2px;
  font-weight: bold;
}
form.bm67form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.bm67form li>label {
 display:-moz-inline-box;
}
form.bm67form fieldset ol {
  margin: 0;
  padding: 0;
}
form.bm67form fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}
form.bm67form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.bm67form fieldset fieldset legend {
  padding: 0 0 3px;
  font-weight: normal;
}
form.bm67form fieldset fieldset label {
  display: block;
  width: auto;
}
form.bm67form em {
  font-weight: bold;
  font-style: normal;
}
form.bm67form label {
  width: 180px; /* Width of labels */
}
form.bm67form fieldset fieldset label {
  margin-left: 183px; /* Width plus 3 (html space) */
}
