/* CSS Document */

.edbox {
    border-right: #a0a0a0 1px solid;
    border-top: #a0a0a0 1px solid;
    border-left: #a0a0a0 1px solid;
    border-bottom: #a0a0a0 1px solid;
    background-color: transparent;
}

.edline {
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: #a0a0a0 1px solid;
    background-color: transparent;
}

.ednone {
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    background-color: #d4e4d8;
}

.edboxdisable {
    border-right: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-left: #aaaaaa 1px solid;
    color: #555555;
    border-bottom: #aaaaaa 1px solid;
    background-color: transparent;
}

.edlinedisable {
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    color: #555555;
    border-bottom: #aaaaaa 1px solid;
    background-color: transparent;
}

.ednonedisable {
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    color: #777777;
    border-bottom: medium none;
    background-color: transparent;
}

.selectOff {
    border-right: medium none;
    border-top: medium none;
    overflow: hidden;
    border-left: medium none;
    cursor: default;
    border-bottom: #aaaaaa 1px solid;
    background-color: transparent;
	font-size: 8pt;
	font-family: tahoma;
}

.selectOn {
    border-right: 1px solid;
    border-top: 1px solid;
    visibility: hidden;
    overflow: hidden;
    border-left: 1px solid;
    cursor: default;
    border-bottom: 1px solid;
    position: absolute;
    background-color: #f0f0f0;
    z-index: 100;
	font-size: 8pt;
	font-family: tahoma;
}

.selectItem {
    width: 100%;
    line-height: 16px;
}

.ttTable {
    color: #403020;
    line-height: 150%;
}

.clsTD {
	border-top: white solid 1px;
	border-left: white solid 1px;
	border-bottom: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	cursor: hand;
	width: 150px;
}

.clsTable {
	background-color: #ffffff;
	border-top: LightGrey solid 1px;
	border-left: LightGrey solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
	width: 300px;
}

.clsTrTitle {
	background-color: #00008b;
	color: #fffacd;
	text-align: center;
	height: 20px;
}

.clsTitle {
	background-color: #ffffff;
	border-top: LightGrey solid 1px;
	border-left: LightGrey solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
	width: 300px;
}