@charset "utf-8";
/* CSS Document */
body {
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
  margin: 0;
}

input {
  border: 1px solid #bbb;
  background: #eee;
	width: 160px;
  cursor: pointer;
}
input.submit {
  margin-top: 10px;
  font-family: tahoma,arial,helvetica; font-size: 12px;
}
input.check {
  background:none;
  border:none;
	width:16px;
}

#topMenu {
  height:66px;
  padding: 6px;
	padding-bottom:0;
  /* border-bottom: 1px solid #aaa; */
  /* background: #eee; */
	background-image:url(../../images/hdbg.gif);
}

#bottomMenu {
  padding: 10px;
}

#content {
  padding: 10px;
}

#subMenu {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

table.dashboard {
  margin:7px;
	margin-left:0;
}

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 {
  margin:10px;
  padding:15px;
  border:1px solid red;
}

a:link {
  color: #0000FF;
	text-decoration:none;
}

a:active {
  color: #0000FF;
	text-decoration:none;
}

a:visited {
  color: #0000FF;
	text-decoration:none;
}

a:hover {
  color: #000033;
	text-decoration:none;
}

h2 {
  font-family:Arial, Helvetica, sans-serif;
}

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) */
}
.tab_current {
  background-color:#fff;
	border:1px solid #0a5a81;
	border-bottom:0;
}
.tab_default {
  background-color:#eee;
	border:1px solid #0a5a81;
}
.tab_space {
  padding:0px;
	border-bottom:1px solid #0a5a81;
}
a.menu_current {
  color:#000000;
	/* font-weight:bold; */
}