/*** Flash Notices and Errors ***/
div.flash_note {
	background-color:#ddffd1;
	border:2px solid #32b704;
	color:#185702;
	padding:5px 20px 5px;
	margin-bottom: 15px ;
}

div.flash_error, div.errorExplanation {
	background-color:#ffddd1;
	border:2px solid #b73204;
	color:#571802;
	padding:5px 20px 5px;
	margin-bottom: 15px ;
}

div.fieldWithErrors input {  
	background-color:#ffddd1;
}

#content div.flash_error h1 { 
	color:#571802;
}

#content div.errorExplanation h2 { 
	color:#571802;
}

/*** Hierarchical list in a table ***/
 
table.table_as_list {
}

table.table_as_list tr.depth0 { 
	background: #e8e9ea;
}
table.table_as_list tr.depth0 td div.menu_title {
	margin-left: 0px;
}

table.table_as_list tr.depth1 { 
	background: #c8e9ea;
}
table.table_as_list tr.depth1 td div.menu_title {
	margin-left: 20px;
}

table.table_as_list tr.depth2 { 
background: #e8c9ea;
}
table.table_as_list tr.depth2 td div.menu_title {
margin-left: 40px;
}


/*** HTML panel within page ***/

div.html_panel {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
}


/*** Custom List Formatting ***/
ul.roles_list {  
list-style-image: url("/goldberg/images/role.png");
}

ul.permissions_list {  
list-style-image: url("/goldberg/images/permission.png");
}


/*** System Settings ***/

table.system_settings tr.settings_row { 
background-color:#ecdbbe ;
}

div.guidance_text { 
font-style: italic ;
margin-left: 20px ;
}


/*** Tabbed Panels ***/

.tablist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

.tablist ul, .tablist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.tablist a:link, .tablist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

.tablist a:link.current, .tablist a:visited.current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

.tablist a:hover { color: #f00; }
.tablist ul a:hover { color: #f00 !important; }

body {
  font:76% Helvetica;	
  background: #6d7a73 ; 
  text-align: center;
  background-color: #fff;
}

a {
  color:#005027;
  background-color: transparent ;
  text-decoration: none ;
  margin: 0 ;
  padding: 0 1px 2px 1px ;
  font-weight: bold;
}

a:hover {
  color: #6D7A73 ;
  text-decoration: underline ;
}

.wrapper {
  background: url('/images/steel_plate_repeating.jpg') repeat-y;
}

.header * {
  margin: 0 ;
  padding: 0 ;
}

.header {
  height: 90px ;
  color: #fafaea ;
  background: #003e00 ;
}

.header img {
  position: relative ;
  float: right ;
  height: 90px ;
}

.header h1 {
  font-size: 2em ;
  padding: 15px 0 0 20px ;
}

.header h2 {
  font-size: .75em ;
  padding: 6px 0 0 20px ;
}

.navbar {
  height: 2em ;
  background-color: #762d27 ;
}

#suckerfish * {
  margin: 0 ;
  padding: 0 ;

}

#suckerfish, #suckerfish ul {
  padding: 0 ;
  margin: 0 ;
  width: 100% ;
  list-style: none ;
  line-height: 1.5em ;
  z-index: 999 ;
}

#suckerfish a {
  color: #eee ;
  display: block ;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing:-.02em;
  font-size: 11px;
  
}

#suckerfish a:hover {
  color: #fff ;
  background-color: #005027; 
  text-decoration: none ;

}

#suckerfish li {
  padding: 0 0 0 .75em ;
  margin: 2px 0px 4px 0px;
  float: left ;
}

#suckerfish li ul li a {
  margin-left: 0em ;
  width: 120px;
  color: #eee;
  padding: 0px 0px 0px 5px;
}
#suckerfish li ul li a:hover {
  margin-left: 0em ;
  width: 115px ;
  background-color: #015031;
  color: #C5EF98;
  padding: 0px 0px 0px 5px;
}

#suckerfish li ul li a.daddy {
 width:115px;
  background-position: right center ;
  background-repeat: no-repeat ;
    background-color:  #015031;
}

#suckerfish li ul li {
  padding: 0 ;
  width: 120px ;
}

#suckerfish li ul {
  position: absolute ;
  background: #015031 ;
  width: 120px ;
  left: -999em ;
}

#suckerfish li ul ul {
  margin: -2em 0 0 120px ;
}

#suckerfish li:hover ul ul, #suckerfish li.sfhover ul ul {
  left: -999em ;
}

#suckerfish li:hover ul, #suckerfish li li:hover ul, #suckerfish li.sfhover ul, #suckerfish li li.sfhover ul {
  left: auto ;
}
#suckerfish li:hover, #suckerfish li.hover {
    position: static;
}

.container {
  width: 100%;
  background: url('/images/steel_plate_repeating.jpg') repeat-y;
  float: left ;
}

.main {  
  height:auto;
  margin-right: 152px ;
}

.breadcrumbs {
  font-size: .75em ;
  background: #fafaea;
  border-top: 1px solid #986633 ;
  border-bottom: 1px solid #986633 ;
  margin-bottom: 8px ;
}

.sidebar {
  width: 200px ;
  float: right ;
}

.content {
  float:left;
  margin:0px 16px 0px 0px;

}

.sidecontent { 
  margin: 16px ;
}

.footer {
  float:right;
  height:85px;
  /*background: url('/images/footer_logo.jpg') no-repeat right;*/
}

.footer a {
  color: #F4EC7D ;
  text-decoration: none ;
}

.footer a:hover {
  color: white ;
  text-decoration: underline ;
}

h1 {
  margin-top: 0 ;
}

.last {
  margin-bottom: 0 ;
}

.clearing {
  height: 0 ;
  clear: both ;
}

.form {
	width: 400px;
}

.form .formFieldSet {
}

.form .formFieldLabel {
	float: left;
	clear: left;
}

.form .formClear {
	clear: both;
}

.form .formFieldSet {
	margin-top: 5px;
	margin-bottom: 5px;
}

.form .formFieldLabel {
	width: 100px;
	text-align: right;
}

.form .formFieldInput {
	float: left;
	margin-left: 20px;
}

.form .submitLine {
	clear: both;
	text-align: left;
	margin-left: 258px;
}

table.mule_accessory_table {
    border-collapse:collapse;
    border:1px solid #ccc;
}
.mule_accessory_table_row_even {        
    background-color:#dfdfdf;
}
table.mule_accessory_table th { font-size:12px; }
table.mule_accessory_table td {
    padding:0px 5px;
    font-size:12px;
}
.image_thumb {
    float:left;
    height:100px;
    
}