﻿/* ------ Text items -------- */

body, select, input, textarea, li
{
	font-size: 12px;
	font-family: Arial;
	color: #555;
	text-decoration: none;
	word-spacing: 0;
	letter-spacing: 0;
	line-height: 1.4em;
}


h3, .heading3
{
	font-family: Arial;
	color: #888888;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.5em;
	font-weight: bold;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.6em;
    line-height: 1.3em;
}

.ingress
{
	font-family: Arial;
	color: #888888;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 11px;
}

.broedtext, td {
    color:#555555;
    font-family:Arial;
    font-size:12px;
    letter-spacing:0;
    line-height:1.4em;
    text-align:left;
    text-decoration:none;
    word-spacing:0;
}
.bildtext
{
	font-family: Arial;
	color: #888888;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 11px;
	font-style: italic;
}

cite {
    background:url("/images/silva_brushup/cite_bg.png") no-repeat scroll 0 0 transparent;
    font-family:Cambria,serif;
    font-size:14px;
    font-style:italic;
    font-weight:normal;
    letter-spacing:normal;
    line-height:1.4em;
    padding:5px 10px 0 22px;
    /* text-indent:20px; */
}

.footerText
{
	font-family: Verdana;
	color: #888;
	text-decoration: none;
	word-spacing: -0.15em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.9em;
}

.search_icon {
    background: url(/images/silva_brushup/search_ill.gif) no-repeat;
    height: 14px;
    width: 15px;
    display: block;
    margin: 10px 0 0 10px;
}

hr
{
	height: 0.1em;
	color: #c9c9c9;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}




/* ------ Links -------- */
a:link, a:visited, a:active
{
	font-family: Arial;
	word-spacing: -0.1em;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	color: #CC3333;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: none;
}

a.topMenuLink , a.topMenuLink:visited
{

	color: White;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}

a.topMenuLink:hover
{
	color: #CC3333;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}

a.topMenuLinkActive, a.topMenuLinkActive:active, a.topMenuLinkActive:hover, a.topMenuLinkActive:visited
{
	color: #CC3333;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
}

/* ------------------ */

.ArrowText
{
	font-family: Arial;
	color: #CC3333;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.FooterText
{
	font-family: Verdana;
	color: #888;
	text-decoration: none;
	word-spacing: -0.15em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.9em;
}

.CollapsableBannerText
{
	font-family: Verdana;
	color: #777;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	line-height: 1.2em;
}

.CollapsableBannerTitle
{
	text-align: left;
    padding-top: 16px;
}

.find_gear_title {
    font-size: 13px;
    font-family: Arial;
	color: #615c5a;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
    letter-spacing: 0;
}

a.BreadCrumbText
{
	font-family: Verdana;
	background-color: #fff;
	color: #BBB;
	text-decoration: none;
	word-spacing: -0.15em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.9em;
}

/* -- Input classes -- */

.bannerInputText
{
	border: 1px solid #d6d6d6;
    background: #d6d6d6;
}

.bannerInputLinkButton, .bannerInputLinkButton:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.selectBox
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #777777;
}

optgroup
{
	font: bold 12px/1.4em "Arial", Verdana;
    color: #45b1c5;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

#containerdiv optgroup {
    padding-left: 0.3em;
}

#containerdiv option {
    padding-left:0.5em;
}

.Button
{
	font-family: arial;
	font-size: 10px;
	color: #777777;
}

legend
{
	color:#999999;
}

.xformvalidator
{
	color: Red;
}