body, td {
  background: #fff ;
  padding: 6px ;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 15px
}
td{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px
}
h2{
	padding-top:5px;
}
a {
  color: #986633 ;
  background-color: transparent ;
  text-decoration: none ;
  margin: 0 ;
  padding: 0 1px 0px 1px ;
}

a:hover {
  color: #6D7A73 ;
  text-decoration: underline ;
}

.wrapper {
  background: white url('/goldberg/images/column_200.png') repeat-y right ;
}

.header * {
  margin: 0 ;
  padding: 0 ;
}

.header {
	margin-top:0px;
	padding-left:40px;
	/* background-image:url(images/header.jpg); */
	height:89px;
	width:980px;
	position:relative;
	background-repeat: no-repeat;
}

.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: #302F2A ;
  
}

#suckerfish * {
  margin: 0 ;
  padding: 0 ;
  z-index:10;
}

#suckerfish, #suckerfish ul {
  padding: 0 ;
  margin: 0 ;
  list-style: none ;
  line-height: 14px ;
  z-index: 999 ;
  background-color: #302F2A;
  height:auto;
 
}

#suckerfish a {
  color: white ;
  display: block ;
}

#suckerfish a:hover {
  color: #f4ec7d ;
  text-decoration: none ;
}

#suckerfish li {
  padding: 0 0 0 .75em ;
  background-image: url("/images/menu_spacer.jpg") ;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 12px;
  float:left ;
  
  z-index:9;  
}
#suckerfish li:first-child{
  background-image: url("/images/menu_spacer_blank.jpg") ;
  float: left ;	
}

#suckerfish li ul li a {
  margin-left: .25em ;
  left:0px ;
  line-height: 14px;  
  z-index:999;

}

#suckerfish li ul li a.daddy {
  background-image: url("/goldberg/images/daddy_rightarrow.gif") ;
  background-position: right center ;
  background-repeat: no-repeat ;
  
}

#suckerfish li ul li {
  padding: 5px 0px 5px 0px ;
  margin: 0px 0px 0px 0px;
  width: 11em ;
  background-color: #302F2A;
  text-indent: 0px;
  background-image: none ;
  border-right: .075em solid white ;
  
  z-index:999;
}

#suckerfish li ul {
  position: absolute;
  background: #302F2A ;
  width: 11em ;
  height:auto;
  left: -999em ;
  padding: 0;
  margin-left:10px;
  z-index:999;
}

#suckerfish li ul ul {
  margin: -3em 0 0 11em;
  position: relative ;
  height:14px;
  z-index:999;
}

#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 ;
  top:12px;
}

#suckerfish li:hover {background-position: 0 0;}

.container {
  width: 100%;
  background: white ;
  float: left ;
}

.main {
  background-color: #ECF0F1 ;
  margin-left: 200px ;
}

.breadcrumbs {
  font-size: .75em ;
  background: #fafaea;
  border-top: 1px solid #986633 ;
  border-bottom: 1px solid #986633 ;
  margin-bottom: 8px ;
}

.sidebar {
  width: 200px ;
  background-image: url('/images/leftimage.jpg');
  float: left ;
}

.content {
  margin: 16px ;
}

.sidecontent { 
  margin: 16px ;
}

.footer {
  color: black ;
  background: #fff;
}

.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 ;
}
#admin_login
{
	float:right;	
}

/*** 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 {
/*border-spacing: 0px ;*/
}

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;
padding:15px 20px 5px;
}


/*** 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; }

