html
{
	width: 100%;
	overflow: hidden;
}
body
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
span{ cursor: default;}
.spanDisabled
{ 
	background-color: transparent;
	color: #777;
	border-width: 0px;
}
.span
{ 
	background-color: transparent;
	border-width: 0px;
}
hr 
{ 
	border: 0;
	height: 1px;
	background-color: #666;
}
.inputText
{
	background-color: #FFF;
	border: solid 1px #AAA;
	padding: 1px;
	margin: 0px 1px 1px 0px;
}
.inputGeneric
{
	background-color: #FFF;
	border: solid 1px #AAA;
}
textarea 
{
    resize: none;
} 
input[disabled]
{
    cursor: default;
}
