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

a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

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

.level2 {
	border: 1px solid #333333;
	font-size: 11px;
	color: #333333;
        font-weight: bold;
}

.label2 {
	border: 1px solid #333333;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.stdtext2 {
	border: 1px solid #333333;
	font-size: 10px;
}

.level3 {
	border: 1px solid #333333;
	font-size: 11px;
        color: #333333;
        font-weight: bold;
}

.label3 {
	border: 1px solid #333333;
	font-size: 11px;
        color: #333333;
        font-weight: bold;
}

.stdtext3 {
	border: 1px solid #333333;
	font-size: 10px;
}

.level4 {
	border: 1px solid #333333;
	font-size: 11px;
        color: #333333;
        font-weight: bold;
}

.label4 {
	border: 1px solid #333333;
	font-size: 11px;
        color: #333333;
        font-weight: bold;
}

.stdtext4 {
	border: 1px solid #333333;
	font-size: 10px;
}

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

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

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

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

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

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

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

div.lo-title a {
	color: #4CC1EF;
}

.unit {
	border-bottom: 1px solid #333333;
	padding: 5px;
	margin-top: 5px;
}

.button {
	background: #4CC1EF;
	color: white;
	border: 1px solid #000;
}

.result-count {
        padding: 5px;
        border: 1px solid #333333;
	color: #333333;
}

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

.standard {
	color: #333333;
}

.title {
	font-weight: bold;
}

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

.unit-summary {
        border: 1px solid #333333;
}

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;
}

.right {
        text-align: right;
}

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

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

.result {
    border: 1px solid #4CC1EF;
    padding: 3px;
    font-weight: bold;
    text-decoration: none;
}

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