@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

.label
{
	display: block;
	float: left;
	width: 250px;
	padding: 3px;
	text-align: right;
	margin-right: 15px;
	overflow:visible;
}


.line
{
	float: none;
	clear: both;
	margin: 4px;
	border-bottom: 1px solid #eeeaea;
	overflow: visible;
	height: auto;
	width:auto;
}

.lightgrey
{
	background-color: #efefee;
	padding: 5px 0px 5px 0px;
}

.button_small
{
	width: 80px;
}

input, textarea
{
	margin: 0px;
	padding: 0px;
	width: 250px;
	line-height: 12pt;
	padding: 2px;
}

label
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

textarea
{
	height: 80px;
}

.short
{
	width: 150px;
}

.small
{
	width: 50px;
}

.smaller
{
	width: 25px;
}

.clr
{
	clear: both;
}

.fll
{
	float: left;
}

.flr
{
	float: right;
}

.hide
{
	visibility: hidden;
	display: none;
}

.show
{
	visibility: visible;
	display: block;
}