.text_formatted {
  font-family: monospace;
  background-color: #f6f6f6;
  border: 1px dotted #690;
  margin-left: 15px;
  margin-right: 15px;
}

.text_formatted ol {
	padding-left: 50px;
}

.text_formatted ol li {
	list-style: decimal outside;
}

.item_group {
	clear: both;
   width: 900px;
}

.item_group .item {
	width: 275px;
	margin-right: 10px;
	clear: none;
   float: left;
}

.item_group .item input, .item_group .item select {
	width: 110px;
	float: left;
}

.instruction {
	display: block;
	font-size: 85%;
	font-weight: normal;
	text-align: right;
}

label {
	display: block;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 140px;
	margin-right: 10px;
}

textarea {
   width: 720px;
}

#header ul#local-navigation{
    list-style: none inside;
    width: 200px;
    float: right;
}
#header ul#local-navigation,
#header ul#local-navigation li {
    border-color: #4e4e4e;
    border-style: solid;
    margin: 0;
    float: right;
}
#header ul#local-navigation {
    border-right-width: 1px;
}
#header ul#local-navigation li {
    border-left-width: 1px;
    height: 30px;
}
#header ul#local-navigation li a {
    color: #fefefe;
    display: block;
    height: 100%;
    margin: 0 15px;
    padding-top: 7px;
    text-decoration: none;
    width: 100%;
}
#header ul#local-navigation li a:hover,
#header ul#local-navigation li a:focus {
    color: #690;
}

.header-tabs li {
    padding-left: 5px;
}

.header-tabs li:hover {
    color: #690;
    cursor: pointer;
}

.header-tabs li.selected {
    color: #000;
    font-weight: bold;
    background: none;
}

.ui-oo-content-wrapper .ui-oo-box-shadow.navigation > *, .content-wrapper .box.navigation > * {
    margin: 0 15px 1em;
}

.box-header h2 {
    padding-top: 0px;
    margin-top: 0px;
    display: inline;
    clear: none;
    font-size: 108%;
}

.header-tabs li.danger a {
      color: #cc0000;
}

td.danger a {
      color: #cc0000;
}
