/* Edit Styles */
.table_list
{
	width: 100%;
	border-collapse: collapse;
}

.table_head, .table_head_sort
{
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	border: solid 1px #999999;
	font-weight: bold;
	background-color: #D3F2B6;
	white-space:nowrap
}

.table_head_sort
{
	text-decoration: underline;
}

.table_cell
{
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	border: solid 1px #999999;
}

.table_dark
{
	background-color: #F5F5FA;
}

.table_light
{
	background-color: #FCFCFF;
}

.table_active
{
	background-color: #FFCCCC;
}

.table_update
{
	background-color: #CCFFCC;
}

.table_new
{
	background-color: #CCCCFF;
}

.table_new_name
{
	vertical-align: top;
	height: 22px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}

.table_user_name
{
	vertical-align: top;
	height: 25px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}

.table_user_punkt
{
	vertical-align: top;
	height: 25px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.table_user_pass
{
	vertical-align: top;
	height: 25px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}

.table_new_input, .table_new_textarea, .table_new_select, .table_new_multiple
{
	width: 500px;
}

.table_row_hover
{
	background-color: #FFFFCC;
}

.alert
{
	color: #FF0000;
}




/* Search Styles */
.search_field
{
	width: 200px;
}

.search_select
{
	width: 200px;
}

.search_date
{
	width: 92px;
}

.table_search_list
{
	width: 800px;
	border-collapse: collapse;
}

/* info */
.table_search_list
{
	width: 600px;
	border-collapse: collapse;
}

.info_name
{
	vertical-align: top;
	padding: 2px 5px 2px 2px;
	text-align: right;
	border: solid 1px #999999;
	font-weight: bold;
	white-space: nowrap;
}

.info_value
{
	vertical-align: top;
	padding: 2px 2px 2px 5px;
	text-align: left;
	border: solid 1px #999999;
}

/* order form */
td.form
{
	text-align: right;
	vertical-align: middle;
	height: 20px;
}

.order_form input, .order_form select, .order_form textarea
{
	border: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FCFCFF;
	color: #666666;
	width: 270px;
}



/* Main Menu */
#main_menu ul
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#main_menu ul li
{
	list-style: none;
	display: inline;
	margin: 5px;
	padding: 2px 10px 2px 10px;
	border: solid 1px #999999;
}

#main_menu #active a
{
	color: #FF6600;
}
