@charset "utf-8";
/* CSS Document */
table.address-subdomain-list{
	width:100%;
	border:solid 1px #bbb;
}
table.address-subdomain-list>tbody>tr>th{background-color:#ccc;padding:2px 4px;text-align:center;border-bottom:solid 1px #bbb;}
table.address-subdomain-list>tbody>tr>td{text-align:center;padding:1px 0;border-top:solid 1px #ddd;}
table.address-subdomain-list>tbody>tr:hover>td{background-color:#eee;border-top:solid 1px #ccc;}
table.address-subdomain-list>tbody>tr>td.id{width:5%;}
table.address-subdomain-list>tbody>tr>td.subdomain{width:17%;}
table.address-subdomain-list>tbody>tr>td.domain{width:20%;}
table.address-subdomain-list>tbody>tr>td.address{width:38%;}
table.address-subdomain-list>tbody>tr>td.redirect{width:16%;}
table.address-subdomain-list>tbody>tr>td.edit{width:4%;}

.editArea { position: relative; float: left; width: 100%; background-color: #eee; }

tr.open td { background-color: #eee; border-top:solid 1px #ccc; }

INPUT.message { background:none;border:none; }