
/************************
/*   Forms              *
/************************/

table
{
	width: 100%;
	
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	
	border-collapse: collapse;
	border: double #777777;
}

table tr
{
	border: solid 1px #777777;
}

table th
{
	background-color: #EEEEEE;
	border-left:  solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	padding: 2px;
}

table td
{
	border-left:  solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	padding: 2px;
}

table .left
{
	text-align: left;
}
table .right 
{
	text-align: right;
}
table .center
{
	text-align: center;
}
table .justify
{
	text-align: justify;
}

table .inactive {
	color: grey;
	font-style: italic;
	text-decoration: line-through;
	background-color: #EEEEEE;
}

table .exceptional {
	color: red;
}

form
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	border: solid 1px #777777;
	background-color: #EEEEEE;
}

fieldset
{
	margin: 5px;
	border: solid 1px #777777;
}

form table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
form table, form tr, form th, form td {
	border-collapse:collapse;
	border: hidden;
	border-spacing: 0px;
	vertical-align: middle;
	padding: 0px;
}

form td.label {
	padding: 4px 4px 4px 8px;
	width: 108px;
	text-align: right;
}
form td.input {
	padding: 4px 12px 4px 4px;
	text-align: center;
}
form td.input.left {
	text-align: left;
}
form td.comm {
	padding: 4px 8px 4px 4px;
	width: 128px;
	text-align: left;
	font-style: italic;
	font-size: 90%;
	}

input.large, textarea.large , select.large {
	width: 100%;
	margin:0px;
	padding: 0px;
}




.field-group
{
	margin: 0px 20px 0px 20px;
	padding: 0px 5px 0px 5px;
  border: inset 2px #EEEEEE;
}

.field
{
	position: relative;
}
.field>.label
{
	position: absolute;
	left: 0px;
	width:25%;
}
.field>.value
{
	margin-left: 25%;
}

textarea
{
	min-width:100%;
	height: 7em;
}
input.xxl, select.xxl, textarea.xxl
{
	width:350px;
}
input.xl, select.xl, textarea.xl
{
	width:250px;
}
input.xm, select.xm, textarea.xm
{
	width:150px;
}
input.xs, select.xs, textarea.xs
{
	width:100px;
}
input.xxs, select.xxs, textarea.xxs
{
	width:50px;
}

