/* mycom list */
div.ajax_description {
/*	float:left; */
    word-wrap: break-word;
	padding-right: 17px;
}

div.button {
	color:#0000FF;
	cursor: pointer;
}

table tr td table.show_mycom tbody tr td {
	padding-left: 4px;
	padding-right:4px;
	padding-top: 4px;
	padding-bottom: 3px;
}

table.show_mycom thead tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table tr td table.show_mycom tbody tr td.td_left input.formbtn {
	font-size: 9pt;
}
table tr td table.show_mycom tbody tr td.mycomName,
table tr td table.show_mycom tbody tr td.mycomName span,
table tr td table.show_mycom tbody tr td.leftTime {
	white-space: nowrap;
}

table tr td table.show_mycom tbody tr td.memo {
	word-break:break-all;
}


.show_mycom #normalAction { /* IE는 별도처리!  */
	position:absolute; 
	top:50%; 
	width: 20px; 
	right: -7px;
}

.show_mycom #editAction { /* IE는 별도처리!  */
	display: none;
	position:absolute; 
	top:50%; 
	width: 20px; 
	right: -7px;
}

.show_mycom .editButton {
	top: -6px;
}

.show_mycom #memo_container {
    width: 100%;
    position: relative;
}


table.show_mycom tfoot tr td {
	padding-top: 4px;
	padding-bottom: 5px;
}



/* mycom list style to normal tables */
div.button {
	color:#0000FF;
	cursor: pointer;
}

table.edit_list, 
table.edit_list tr td {
    border:1px solid #D3D3D3;
}

table.edit_list table.no_border tr,
table.edit_list table.no_border tr td {
	border: none;
}


table.edit_list thead tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.edit_list tbody tr td {
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right:4px;
}

table.edit_list tfoot tr td {
	padding-top: 4px;
	padding-bottom: 5px;
}
table.edit_list {
	border-collapse: collapse;
    empty-cells: show;
}

div.border {
	border: #FF9966 1px solid;
	padding: 1px;
	zoom: 1;
}

table.edit_list td.recordName {
	padding-right:10px;
	padding-left:10px;
}

table.edit_list td.mycomName {
	padding-right:4px;
	padding-left:4px;
	font-size: 12px;
	line-height: 130%;
}



table.edit_list tbody tr td table.directory tr td{
	border: 1px solid black;
	border-top:1px solid black;
}

td.price div{
	text-align: right;
}

input.formbtn.disabled {
    background-color: #F1F1EB;
    color: #c3c3c3;
}

#mycomlist tr.hover.checkedtr td.memo,
#mycomlist tr.hover td {
	background-color: #EAF3FE;
}

#mycomlist tr td.memo.hover,
#mycomlist tr.checkedtr td.memo.hover {
	background-color: #EAF3FE;
}

#mycomlist tr.checkedtr td,
#mycomlist tr.hover.checkedtr td.memo,
#mycomlist tr.hover.checkedtr td {
    background-color: #FFEFBD;
}
	