table.frame_table {
	background-color: transparent;
}
table.frame_table td {
	padding: 2px 10px 2px 0;
}
table.frame_table td.frame_top_header {
	padding-top: 0;
}
table.frame_table td.corner {
	padding: 0;
}

td.corner {
	background-color: transparent;
}

td.centeri {
	background-color: white;
}

hr {
	color: #C0C0C0;
}
blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

table.normal_table td.white {
        background: #FFFFFF;
}

.yellow_block, .green_block, .red_block, .orange_block {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.yellow_block, table.normal_table td.yellow_block {
	background: yellow;
}
.red_block, table.normal_table td.red_block {
	background: red;
}
.orange_block, table.normal_table td.orange_block {
	background: orange;
}
.green_block, table.normal_table td.green_block {
	background: green;
}

table.normal_table td.date_row {
        background: blue;
        font-weight: bold;
}
table.normal_table td.white {
        background: white;
}



table.normal_table td.event_list_work {
        background: #308430;
	font-weight: bold;
	text-align: center;
}

table.normal_table td.event_list_weekly_rest_day,
table.normal_table td.event_list_work_time_shortage_holiday {
	background: #A06010;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_work_planned {
        background: #70C050;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_transition{
        background: #AA55BB;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_driving{
        background: #AA55BB;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_trip{
        background: #AA55BB;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_work_shift {
        background: #3084B4;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_marking {
        background: #999900;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_sick{
        background: #EE2020;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_sick_no_salary{
        background: #EE2020;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_sick_child{
        background: #EE2020;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_accident{
        background: #EE2020;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_periodic{
        background: #9E5050;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_periodic_salary{
        background: #9E5050;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_periodic_invoice{
        background: #9E5050;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_reserve{
        background: #70B470;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_lunch_hour{
        background: #FFFF66;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_holiday{
        background: #DD8800;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_paid_holiday{
        background: #DD8800;
	font-weight: bold;
	text-align: center;
}
table.normal_table td.event_list_own_freetime{
        background: #DD8800;
	font-weight: bold;
	text-align: center;
}

table.normal_table td.event_list_stamp{
        background: #804321;
	font-weight: bold;
	text-align: center;
}

table.normal_table td.event_list_work_stage_ack{
        background: #804321;
	font-weight: bold;
	text-align: center;
}

table.normal_table td.event_list_time_monitor{
        background: #908341;
	font-weight: bold;
	text-align: center;
}

table.normal_table th {
	text-align: left; vertical-align: bottom;
}

table.normal_table th.footer {
        background: #E5E5E5;
	font-weight: bold;
	text-align: left;
}


.frmpro_email
{
	display: none; visibility: hidden;
}

div.calendar_div {
	min-height: 500px;
}

div.filter_div {
	margin-top: 3px;
	border: 1px black; 
	border-style: solid; 
	float: right; 
	min-width: 400px;
	padding: 4px;
	text-align: left;
}

div.filter_title {
	margin: 2px;
	float: left;
	text-align: left;
        font-weight: bold;
}

div.filter_functions {
	margin: 2px;
	text-align: right;
}

div.filter_filters {
	margin: 4px;
	text-align: left;
}

div.filter_selection_layer {
	border: 1px solid black;
	margin: 4px;
	width: 580px;
	height: 100px;
	display: none;
	position: absolute;
	background: white;
	top: 100px;
	right: 20px;
}

div.filter_selection_text {
	text-align: left;
	padding-left: 5px;
	padding-top: 4px;
}

div.filter_selection_title {
	background: gray;
	height: 22px;
	text-align: left;
	padding-left: 5px;
	padding-top: 4px;
	font-weight: bold;
}

div.filter_selection_right {
	text-align: right;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
}

span.driving_report_inline {
	display: 	inline-block;
	*display: 	inline; /*for IE7*/
	*zoom:		1; /*for IE7*/
	min-width:	80px;
	min-height:	100%;
	cursor:		pointer;
}
