.noprint {
	display: none;
}

.onlyprint {
	display: block;
}
.actions {
	height: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

body {
  background-color: #ffffff;
  color: black;
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
}

a {
  color: #000000;
}

.content td, .content th {
  font-size: 10pt;
}

#content th {
  font-size: 10pt;
  font-weight: bold;
  color: #303030;
}

#navigation .head {
  border-bottom: 1px solid #a0a0a0;
  margin-top: 10px;
  font-weight: bold;
  color: #303030;

}

#content {
	padding: 0px;
	margin: 0px;
}

#content .show, #content .edit, #content .destroy {
	display: none;
}

#content th {
  border-bottom: 1px solid #a0a0a0;
}

#content h1 {
  font-size: 14pt;
  font-weight: bold;
  color: #404040;
}

#content h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #404040;
}

#content h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #404040;
}

#content b {
  color: #303030;
}

hr {
  height: 1px;
  border: none;
  background-color: #a0a0a0;
  color: #a0a0a0;
}

input, textarea, select {
  border: 1px solid #a0a0a0;
  color: #000040;
}




body {
  margin: 0px;
  padding: 0px;
}

#topbar {
	display: none;
}

.navigator, .sub_navigator {
	display: none;
}

#left {
	display: none;
}

a {
  color: #000040;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}


#content ul {
  padding-left: 0px;
  list-style-type: none;
}
#content ul ul {
  padding-left: 20px;
  list-style-type: square;
}
#content ul li {
  padding-top: 1px;
  padding-bottom: 3px;
}
#content ul.sortable li {
  cursor: move;
}



.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 2em;
}



textarea {
  width: 500px;
  height: 100px;
}

.tabhead {
  height: 22px;
  padding-left: 10px;
}

.tabhead div {
  float: left;
  margin-left: 10px;
  border: 1px solid #000000;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.tabhead div a {
  height: 15px;
}

.tabhead .active {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
}

.tabhead .inactive {
  background-color: #ffffff;
  font-weight: normal;
  cursor: pointer;
}

.tabbody {
  border: 1px solid #000000;
}


form {
  padding: 0px;
  margin: 0px;
}




.ui_value {
}

.ui_textarea {
  width: 100%;
}

.fob ul, li {
  margin: 0px;
  padding: 0px;
}

.fob a {
  padding: 0px;
  margin: 0px;
}

