﻿/* SMARX Formular Styles */
div.InputRow
{
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	min-height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

div.Underline { border-bottom: 1px dotted #666666; }
div.Overline { border-top: 1px dotted #666666; }
div.Clear { clear: both; }

div.Width33Percent { float: left; width: 33%; }
div.Width50Percent { float: left; width: 50%; }
div.Width100Percent { float: left; width: 100%; }

div.HeaderRow
{
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #203101;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	}
	
div.InputRow .Caption
{
	/*Font Konfiguration*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	
	/*Block Konfiguration*/
	padding: 0px;
	width: 160px;
	display: block;
	float: left;
}

span.CaptionFont
{
	/*Font Konfiguration*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

div.InputRow .Field a, div.InputRow .Field a:link, div.InputRow .Field a:visited
{
	font-weight: bold;
	color: #6E9510;
	text-decoration: none;
}
div.InputRow .Field a:hover
{
	color: #A8BF70;
	text-decoration: none;
	}

div.InputRow p
{
	line-height: 13px;
	}

div.InputRow .Caption.Long
{
	width: 80px;
}

div.InputRow .Field
{
	color: #203101;
	float: left;
	display: block;
}

div.InputRow .Field p
{
	line-height: 13px;
}

div.ClearRow
{
	min-height: 20px;
	height: 20px;
	clear: both;    
}


.SmarxTextbox:focus
{
    background-color: #F2F5D1;
    font-weight: bold;
    border: dotted 1px #203101;
}
.SmarxTextbox
{
    border: solid 1px #edede6;
    font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #203101;
	margin-right: 3px;
}

.SmarxButton
{
    font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #203101;
	text-transform: uppercase;
	border: 1px solid #203101;
    }