/* form */
table.buttongroup {
}
table.buttongroup td {
	padding: 0 10px 0 0;
}
table.form {
	float: left;
	width: 380px;
}
table.form td.key,
table.form td.value {
	line-height: 30px;
}
table.form td.value {
	vertical-align: middle;
}
table.form td.key {
	width: 200px;
	vertical-align: top;
}
div.FormButtonGroup {
/*	margin-bottom: 4px;*/
}
td.error{
	color: red;
}
input.formtext {
	width: 246px;
	padding-left: 2px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #999;
}
input.formradio {
	margin: 0 10px 0 0;
}
input.formcheckbox {
}
select.formselect {
	width: 250px;
}
input.formreset {
	width: 250px;
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
input.formsubmit {
	width: 250px;
	height: 22px;
	line-height: 20px;
	background-color: #999;
	font-weight: bold;                                                         
	color: #fff;
	border: 1px solid #999;
}
input.formbutton {
	width: 250px;
	height: 20px;
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
textarea.formtextarea {
	width: 244px;
	padding: 2px;
	border: 1px solid #999;
	height: 80px;
	overflow: auto;
	margin: 5px 0 5px 0;
	line-height: 18px;
	vertical-align: middle;
}
input.formfile {
}

/* calendar */
div.date {
	height: 20px;
}
div.calendar {
	border: 1px solid #000;
	position: absolute;
	z-index: 5;
	background-color: #eee;
}
div.calendar_close {
	text-align: right;
	background-color: #000;
}
div.calendar_close a {
	padding-right: 4px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
table.calendar_navigation {
}
table.calendar_navigation td.calendar_previous {
}
table.calendar_navigation td.calendar_next {
}
table.calendar_navigation td.calendar_month {
	padding: 4px;
}
table.calendar_navigation td.calendar_year {
	padding: 4px;
}
table.calendar_navigation a {
	line-height: 20px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
}
table.calendar_navigation select {
	line-height: 12px;
	font-size: 10px;
}
table.calendar_navigation select option {
	line-height: 12px;
	font-size: 10px;
	padding: 0 2px;
}
table.calendar_weeks {
}
table.calendar_weeks td {
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}
table.calendar_weeks td a {
	line-height: 12px;
	font-size: 10px;
	display: block;
}
table.calendar_weeks td a:hover {
	background-color: #0c6;
}
div.calendar a.current {
	border: 1px solid #000;
}
div.calendar a.selected {
	border: 1px solid #000;
	background-color: #97cbff;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

