/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015/09/17, 11:32:52
    Author     : okamoto
*/





table#altSelectionElement td {
    vertical-align: top;
}

#altSelectionElement td.selection-caption {
	padding: 3px;
	color: #FFFFFF;
	background-color: #191970;
	border:inset 2px #A9A9A9;
    vertical-align: middle;
}

#altSelectionElement td.selection-caption>div {
	padding: 3px;
    width: 2em;
    text-align: center;

}

#altSelectionElement td.selection-content {
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	border:inset 2px #A9A9A9;
    vertical-align: top;
}

#altSelectionElement td.selection-content>div {
	padding: 3px;
}

#altSelectionElement td.selection-content .button{
    margin-bottom: 2px;
}

#altSelectionElement td.section-select-list>div,
#altSelectionElement td.hiringclass-select-list>div,
#altSelectionElement td.postclass-select-list>div,
#altSelectionElement td.workclass-select-list>div,
#altSelectionElement td.employee-select-list>div {
    width: 20em;
    overflow-x: hidden;
    overflow-y: auto;
}

#altSelectionElement td.section-select-list>div {
    height: 10em;
}

#altSelectionElement td.hiringclass-select-list>div {
    height: 4em;
}

#altSelectionElement td.postclass-select-list>div {
    height: 6em;
}

#altSelectionElement td.workclass-select-list>div {
    height: 4em;
}

#altSelectionElement td.employee-select-list>div {
    height: 1332px;
}


div.section-select-list-item,
div.hiringclass-select-list-item,
div.postclass-select-list-item,
div.workclass-select-list-item,
div.employee-select-list-item {
    height: 1.4em;
    white-space: nowrap;
}

div.section-select-list-item>input,
div.section-select-list-item>label,
div.hiringclass-select-list-item>input,
div.hiringclass-select-list-item>label,
div.postclass-select-list-item>input,
div.postclass-select-list-item>label,
div.workclass-select-list-item>input,
div.workclass-select-list-item>label,
div.employee-select-list-item>input,
div.employee-select-list-item>label {
    vertical-align:middle;
}
div.section-select-list-item>input,
div.hiringclass-select-list-item>input,
div.postclass-select-list-item>input,
div.workclass-select-list-item>input,
div.employee-select-list-item>input {
    margin-right: 2px;
}

td.employee-paginate {
    height: 2em;
}
div.employee-paginate>div {
    min-width: 1em;
    margin-right: 2px;
}
div.employee-paginate>div:hover {
	background-color: #FFDEAD;
	cursor: pointer;
}

.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}

.top {
    vertical-align: top !important;
}
.middle {
    vertical-align: middle !important;
}
.bottom {
    vertical-align: bottom !important;
}

.none-border-top {
    border-top: none !important;
}
.none-border-left {
    border-left: none !important;
}
.none-border-right {
    border-right: none !important;
}
.none-border-bottom {
    border-bottom: none !important;
}

