.formtable,
.listtable {
	table-layout: fixed;
	width: 717px;
}
/*
.formtable col {
	width: 40px;
}
*/
.formtable tr,
.listtable tr {
	vertical-align: top;
}

.formtable td,
.listtable td {
	padding: 2px;
/*
	margin: 0px;
	position: relative;
	overflow: hidden;
*/
}

.formtable label {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 2px 3px;
}

.formtable .input-area {
	width: 100%;
	border: 1px solid #c4ccd0;
	background-color: #115a8f;
}

.formtable .input-text,
.formtable .input-button,
.formtable .input-select,
.listtable .input-select
{
	width: 100%;
	border: 1px solid #c4ccd0;
	background-color: #115a8f;
} 
.formtable .input-miniselect {
	width:22px;
	height:17px;
}

.input-combobox {
	width:100%;
}
.input-combobox select {
	width:100%;
	border: 1px solid #C4CCD0;
	background-color:#115A8F;
}

.input-combobox input {
	border-left: 1px solid #C4CCD0;
	border-top: 1px solid #C4CCD0;
	border-bottom: 1px solid #C4CCD0;
	border-right:0; 
	background-color: #115A8F;
}

.formtable a, .listtable a {
	color: #0a8ffa;
	font-weight: bold;
}
.formtable label.tablehead,
.listtable label.tablehead{
	font-weight: bold;
	font-size: 14px;
}
.input-text, .input-button {
	border: 1px solid black;
	padding: 1px 2px;
}

.input-checkbox {
	margin-left: 20px;
}
.input-select {
}

.odd {
	background-color: #0d436b;
}

.even {
	background-color: #092d47;
}


.input-calendar {
	border: 1px solid #c4ccd0;
	background-color: #115a8f;
}

.input-button,
.formtable .input-button {
	display: block;
	width: 76px;
	height: 21px;
	color: #022c4f;
	background: url(../img/submit.png);
	border: none;
}
