.add-new-rel {
	display: none;
}

table.attribute-values {
	width: 100%;
}

table.attribute-values tr td.attribute {
	width: 34%;
	font-size: .7em;
        padding-right: .5em;
}
table.attribute-values tr td.value {
	width: 66%;
        padding-left: .5em;
}



h1.page-title {
	margin: -12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
        color: #41187F;
	border-bottom: 2px solid #41187F;
}
h1.page-title a {
        color: #41187F;
	text-decoration: none;
}
h1.page-title:hover a {
        color: #666;
	text-decoration: underline;
}




/* --------------------- Content ---------------------- */


/* 
  in order to make sure that 100% with tables 
  which are explicitly defined in the code
  we need a div wrapper of the page content
  so they don't mess up graphics with IE
*/
hr {
        display: block;
        border: 0px;
        border-bottom: 2px dotted #FBD798;
}



#sectionnav {
	background: #41187F;
	clear: both;
	margin: -12px 0px 10px 0px;
}
#subnav {
	margin: 0 0 0 2px;
	height: 18px;
	padding: 0;
}

#subnav ul {
	margin: 0; padding: 0;
}

#subnav li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

div#subnav a {
	background: #41187F;
	border-style: solid;
        border-width: 0px 0px 2px 2px;
        border-color: #41187F;
	color: #e5e5e5;
}

div#subnav a:link,
div#subnav a:visited {
  text-decoration: none;
}

#subnav a:hover {
	color: #000;
	background: #AAA;
}

#subnav ul a:link, #subnav ul a:visited {
        float: left; /* for IE6 */
	font-size: 10px;
	font-weight: normal;
	padding: 1px 4px 3px 4px;
	margin: 0;
}

#subnav ul a:link.current, #subnav ul a:visited.current {
	background-color: #7E8BB6;
	color: #e5e5e5;
	font-weight: normal;
	text-decoration: none;
        margin: 0;
}



/* Context Bar */

#breadcrumbs {
  padding: 0px;
  margin: -12px 0px 12px 0px;
  font-size: x-small;
  color: #000;
}
#breadcrumbs ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: none;
} 
#breadcrumbs ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  display: inline;
}
#breadcrumbs a {
}
#breadcrumbs a:hover {
}















/* end overide of default colors */

body {
        background: #FFF;
        text-align: center;
}

#wrapper1 {
        width: 680px;
	margin: 10px auto 10px auto;
        border-color: #FFF;
        text-align: left;
}
#bakercontent {
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
  color: #999;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #999;
}

div.highlight {
	background-color: #EEE;
	border-color: #999;
}

#footer {
        width: 656px;
        margin: 10px auto 10px auto;
	border-top: 2px solid #41187F;
        padding: 2px 0px 0px 0px;
        font-size: smaller;
        color: #41187F;
}

#footer a {
        color: #41187F;
}

#user-message a:hover {
  background-color: #999;
  border-color: #999;
}
#nav ul a:link.current, #nav ul a:visited.current {
  background-color: #EEE;
  border-bottom: 1px solid #EEE;
}
/* end overide of default colors */

table.textile, table.textile tr, table.textile tr td {
   border: 0px;
}

