body {
	background-color: #eee;
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px;
}

td {
        font-family: verdana,arial,helvetica, sans-serif;
        font-size: 12px;
}

a:link, a:active, a:visited {
	color: #2f338e;
}

a:hover {
	color: black;
}

a.icon-link:hover {
	text-decoration: none;
}

.container {
	margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 700px;
}

.main {
	margin: 0;
}

.search-term {
	font-size: 12px;
	font-weight: bold;
}

.level2 {
	border: 1px solid #2f338e;
	font-size: 11px;
	background: #ccc;
	color: #2f338e;
        font-weight: bold;
}

.label2 {
	border: 1px solid #2f338e;
	font-size: 11px;
	background: #ccc;
	color: #2f338e;
	font-weight: bold;
}

.stdtext2 {
	border: 1px solid #2f338e;
	font-size: 10px;
	background: #ccc;
}

.level3 {
	border: 1px solid #2f338e;
	font-size: 11px;
        background: #ddd;
        color: #2f338e;
        font-weight: bold;
}

.label3 {
	border: 1px solid #2f338e;
	font-size: 11px;
        background: #ddd;
        color: #2f338e;
        font-weight: bold;
}

.stdtext3 {
	border: 1px solid #2f338e;
	font-size: 10px;
        background: #ddd;
}

.level4 {
	border: 1px solid #2f338e;
	font-size: 11px;
        background: #eee;
        color: #2f338e;
        font-weight: bold;
}

.label4 {
	border: 1px solid #2f338e;
	font-size: 11px;
        background: #eee;
        color: #2f338e;
        font-weight: bold;
}

.stdtext4 {
	border: 1px solid #2f338e;
	font-size: 10px;
        background: #eee;
}

.level5 {
	border: 1px solid #2f338e;
	font-size: 11px;
        color: #2f338e;
        font-weight: bold;
}

.label5 {
	border: 1px solid #2f338e;
	font-size: 11px;
        color: #2f338e;
        font-weight: bold;
}

.stdtext5 {
	border: 1px solid #2f338e;
	font-size: 10px;
}

.root-level {
	font-size: 11px;
	background: #2f338e;
	color: white;
        font-weight: bold;
}

.root-label {
	font-size: 11px;
        background: #2f338e;
        color: white;
        font-weight: bold;
}

.root-std {
	font-size: 10px;
	background: #2f338e;
        color: white;
	font-weight: bold;
}

.lo-title {
	font-size: 12px;
	font-weight: bold;
}

.unit {
	border-bottom: 1px solid #2f338e;
	padding: 5px;
}

.button {
	background: #2f338e;
	color: white;
	border: 2px solid #ccc;
}

.result-count {
        padding: 5px;
        background: #eee;
        border: 1px solid #2f338e;
	color: #2f338e;
}

.breadcrumb {
        font-size: 12px;
        color: #2f338e;
        font-weight: bold;
}

.standard {
	color: #2f338e;
}

.title {
	font-weight: bold;
}

.std-state {
        border-top: 2px solid black;
}

.unit-summary {
        border: 1px solid #2f338e;
        background: #eee;
}

fieldset, legend {
        border: 1px solid black;
}

.highlight {
        color: black;
        background-color: #ffff50;
        font-weight: bold;
}

.tabspace {
        border-bottom: 1px solid black;
}

.active {
	font-size: 0.6em;
    padding: 4px;
    background: #eee;
    font-weight: bold;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid #eee;
}

.tab {
	font-size: 0.6em;
    padding: 4px;
    color: black;
    border: 1px solid black;
    background: #ccc;
}

fieldset.collapsed {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

fieldset.expanded {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  font-size: 0.8em;
}

.right {
    text-align: right;
}

fieldset.expanded legend {
	border: 0px;
    padding-left: 15px;
    background: url(/images/expanded.png) 5px 50% no-repeat;
}

fieldset.collapsed legend {
	border: 0px;
    padding-left: 15px;
    background: url(/images/collapsed.png) 5px 50% no-repeat;
}

.result {
    border: 1px solid #2f338e;
    padding: 3px;
	background-color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a.current {
    background: #2f338e;
    color: white;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
}

.row1 {
    background-color: #fff;
}

.row0 {
    background-color: #eee;
}

