body {
  background-color: #FFFFFF;
  margin: 0px;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
}

body, table, td, th {
	font-family: Verdana;
  font-size: 8pt;
}

#top {
  background-color: #F0F0F0;
}

#toolbarleft {
  float: left;
  height: 38px;
  width: 6px;
  background-image: url('../img/design/toolbar_left.png');
  margin-left: 4px;
}

#toolbarright {
  float: right;
  height: 38px;
  width: 6px;
  background-image: url('../img/design/toolbar_right.png');
  margin-right: 4px;
}


#toolbar {
  margin-left: 10px;
  margin-right: 10px;
  height: 38px;
  background-image: url('../img/design/toolbar.png');
}

ul.icons {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
}

ul.icons li {
  float: left;
}

ul.icons li a {
  display: block;
  padding: 5px;
}

ul.icons li a:hover {
  background-image: url('../img/design/icon.png');
}

ul.icons li a img {
  border: none;
}

#toolbar .left {
  float: left;
}

#toolbar .right {
  float: right;
}

#topnav {
  clear: both;
  overflow: hidden;
  height: 27px;
  background-image: url('../img/design/nav.png');
  margin-top: 10px;
}

#topnav ul.tabs {
  margin-left: 5px;
}

fieldset {
  margin: 5px;
  border: 1px solid #999999;
  background-color: #CCCCCC;
}

fieldset legend {
  background-color: #71ADE9;
  border: 1px solid #FFFFFF;
  padding: 2px;
  font-weight: bold;
}

#bar {
  background-color: #71ADE9;
  border-bottom: 1px solid #333333;
  padding: 4px;
}

#bar span {
	vertical-align: middle;
}

#bar div.left {
  float: left;
  width: 250px;
  margin-top: 3px;
}

#bar div.right {
  float: right;
  margin-top: 3px;
}

#bar img {
	vertical-align: middle;
}

#content {
  margin: 10px;
}

#content div.left {
  float: left;
}

#content div.subnav_top {
  background-image: url('../img/design/subnav_top.png');
  width: 183px;
  height: 24px;
}

#content div.subnav_top a {
  display: block;
  padding-top: 4px;
  padding-left: 15px;
  font-weight: bold;
}

#content div.content {

}

#nav {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#nav li {
  height: 26px;
  width: 181px;
  border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background-color: #F0F0F0;
}

#nav li img {
  float: left;
  margin: 5px;
}

#nav li a {
  padding-top: 6px;
  color: #666666;
  text-decoration: none;
  display: block;
  height: 20px;
}

#nav li a:hover {
  font-weight: bold;
}

#nav li.active {
	background-color: #71ADE9;
}

#nav li.active a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#nav li.sub, #nav li.sub_active {
	padding-left: 20px;
	width: 161px;
	background-color: #CCCCCC;
}

#nav li.sub_active {
 background-color: #AEC09C; 
}

/* AEC09C */

#nav li.sub a, #nav li.sub_active a {
	color: #333333;
}

#content div.subnav_bottom {
  background-image: url('../img/design/subnav_bottom.png');
  clear: left;
  height: 6px;
  width: 183px;
}

#right {
	border-bottom: 1px solid #000000;
}

#content div.right {
  float: right;
}

#content div.content {
  margin-left: 193px;
  margin-bottom: 5px;
}

#content div.top {
  background-image: url('../img/design/content_top.png');
}

#content div.top div.top_left {
  float: left;
  background-image: url('../img/design/content_top_left.png');
  width: 6px;
  height: 25px;
}

#content div.top div.top_right {
  float: right;
  background-image: url('../img/design/content_top_right.png');
  width: 6px;
  height: 25px;
}

#content div.top a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  font-weight: bold;
}

#content div.content_box {
	background-color: #F0F0F0;
}

#content div.content_box {
  border-bottom: 1px solid #000000;
}

#content div.info {
  background-color: #D8EAFC;
  font-weight: bold;
  height: 24px;
  border-color: #000000;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
}

#content div.infob {
  border-width: 0px 1px 1px 1px;
}

#content div.actions {
	background-color: #D8EAFC;
  border-color: #000000;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  overflow: hidden;
  vertical-align: middle;
  padding: 4px;
}

#content div.actions div.left {
	margin-left: 35px;
}

#content div.actions span, #content div.actions span img {
  vertical-align: middle;
}

#content div.actions div.left img, #content div.actions div.left select, #content div.actions div.left input, #content div.caption img, #content div.caption span {
	vertical-align: middle;
}

#content div.actions div.left select, #content div.actions div.left input {
	font-size: 8pt;
}

#content div.actions div.left input {
	padding: 0px;
}

#content div.caption {
	background-color: #C5D9B2;
	border-color: #000000;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  overflow: hidden;
  vertical-align: middle;
  padding: 4px;
}

#content div.content_box div.info img {
  float: left;
  margin: 4px;
}

#content div.content_box div.info div {
  padding-top: 5px;
  font-style: italic;
}

#content div.text, #content div.textp {
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #000000;
  background-color: #F0F0F0;
  overflow: hidden;
}

#content div.textp {
  padding: 4px;
}

.tinyheadline {
	font-weight: bold;
  font-size: 7pt;
  background-color: #AEC09C;
  text-decoration: underline;
	padding: 3px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #333333;
}

ul.colorbar {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 20px;
}

ul.colorbar li {
	line-height: 0px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

table.colortable td {
	height: 1px;
	width: 1px;
	font-size: 1px;
	line-height: 0px;
}

form {
	margin: 0px;
}

table.list th.actions {
}

table.list td.actions {
  width: 30px;
}

table.list {
	border-collapse: collapse;
	width: 100%;
}

table.list tr.row1 td {
  background-color: #F0F0F0;
}

table.list tr.row2 td {
  background-color: #DDDDDD;
}

table.list tr.active1 td {
  background-color: #bdeff5;
}

table.list tr.active2 td {
  background-color: #81c7cf;
}

table.list tr td {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

table.list tr.explain th {
	text-align: left;
	font-weight: bold;
	background-color: #71ADE9;
}

table.list tr.explain th.options {
	width: 75px;
}

table.list tr.explain th.date {
	width: 125px;
}

table.list td.options img {
	padding: 3px;
}

div.pages {
	vertical-align: middle;
}

div.pages img {
	vertical-align: middle;
	border: none;
}

div.pages a.page {
	text-decoration: none;
	color: #000000;
}

div.pages a.pagea {
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

ul.imagethumblist {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.imagethumblist li {
	float: left;
	width: 132px;
	height: 99px;
	padding: 2px;
	margin: 3px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

ul.imagethumblist li div.cell {
  display: table-cell;
  vertical-align: middle;
}

ul.imagethumblist li img {
	border: 1px solid #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

div.button button {
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center;
}

div.button button:hover {
	font-weight: bold;
}

button.actions img, button.actions span {
	vertical-align: middle;
}

div.button button img, div.button button span {
  vertical-align: middle;
}

table tr th {
	text-align: left;
}

img.action {
  border: 0px;
}

input.readonly, select.readonly {
  background-color: #F0F0F0;
}

button.submit img, button.submit span {
  vertical-align: middle;
}

button:hover.submit span {
  text-decoration: underline;
}

div.datetime_date {
  padding: 2px;
}

div.datetime_time {
  padding: 2px;
}

table.list tr:hover td {
  background-color: #AEC09C;
}

div.path img {
  border: none;
}

td.vertical img, td.vertical select, td.vertical input {
  vertical-align: middle;
}

td.successful {
  padding: 4px;
  background-color: #78c76e;
  font-weight: bold;
  font-size: 12px;
}

#contentlanguages {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
}

#contentlanguages li.active {
  float: left;
  padding: 2px;
  height: 13px;
  /* 18 */
  width: 25px;
  margin-right: 2px;
  background-color: #CCCCCC;
  border: 1px solid #666666;
}

#contentlanguages li.inactive {
  float: left;
  padding: 2px;
  height: 13px;
  width: 18px;
  margin-right: 2px;
  background-color: #CCCCCC;
  border: 1px solid #666666;
}

#contentlanguages li img.options {
  margin-left: 2px;
  cursor: pointer;
}

#contentlanguages li div.options {
  position: absolute;
  display: none;
  background-color: #CCCCCC;
  border: 1px solid #666666;
  padding: 3px;
}
