table.vacation_form{
	padding: 2px;
}

table.vacation_form tr td{
	text-align: left;
}
table.vacation_form tr td.name{
	text-align: right;
	font-weight:bold;
}

table.vacation_group_list{
	
}
table.vacation_group_list th{
	text-align:left;
	padding-bottom: 5px;
}
table.vacation_group_list td{
}

div.menu_action{
	padding:3px;
}
.menu_action a, .vacation_group_list a{
	text-decoration: none;
}
div.menu_action a:hover, .vacation_group_list a:hover{
	text-decoration: underline;
}

.selected, .selected a{
	font-weight: bold;
}
.disabled{
	color:gray;
}

div.resume_to_job{
	padding: 10px;
}
div.resume_to_job table{
	border: 1px solid blue;
	padding: 5px;
}
.rtj_selector{
	text-align: center;
	vertical-align: top;
}
.rtj_speciality{
	font-weight: bold;
	text-align: left;
	padding:5px;
}
.rtj_pname{
}
.rtj_pvalue{
	color: green;
}
.rtj_disabled_mess{
	color:#FF5555;
	font-style: italic; 
}

.rtj_state{
	color:red
}
