.table_30px {
	margin:0px;
	width:100%;
	margin-bottom:10px;
	font-size:11px;
	border-collapse:collapse;
}
.table_30px td, .table_30px th {
	border:1px solid #eee;
	height:30px;
	font-weight:normal;
	padding:0px 5px;
	vertical-align: middle;
	line-height:15px;
}
.table_30px tbody tr:last-child td,
.table_30px tbody tr:last-child th {
	border-bottom: none;
}
.table_30px th {
	color:#fff;
	background:#666;
         font-size:13px;
}
.table_30px td.centered, .table_30px th.centered  {
	text-align: center;
}
.table_30px td.c70, .table_30px th.c70  {
	width:70px;
}
.table_30px tbody tr:nth-child(even) td  {
	background:#f5f5f5;
}
.table_30px td.square_cell, .table_30px th.square_cell {
	width:30px;
	text-align:center;
	padding:0px;
} 
.table_30px td.square_cell img, .table_30px th.square_cell img {
	height:30px;
	width:30px;
	vertical-align: top;
}
.table_30px .details_cell , .table_30px .pref_cell, .table_30px  .implementation_cell {
	padding:0px !important;
	height:30px;
	width:30px;
}
.table_30px .details_cell a, .table_30px .pref_cell a, .table_30px .implementation_cell a{
	height:30px;
	width:30px;
	background:#8f0787;
	color:#fff;
	text-align:center;
	line-height:30px;
	float:left;
	font-family:'icomoon';
	font-size:22px;
	
}
.table_30px .pref_cell a {
    font-size:26px;
    background:#FF12C3;
}

.table_30px .implementation_cell a {
    font-size:26px;
    background:#006CFF ;
}


.table_30px .details_cell a:hover, .table_30px .implementation_cell a:hover, .table_30px .pref_cell a:hover{
	background:#666;
	cursor:pointer;
}
.table_30px .implementation_cell a:after{
    content:'\010B';
}
.table_30px .details_cell a:after{
	content:'\0131';
}
.table_30px .pref_cell a:after{
	content:'\00E6';
}
.table_30px tfoot td{
	background:#eee;
	border-top:2px solid #bbb;
}
.table_30px td.border-right, .table_30px th.border-right {
	border-right:2px solid #bbb;
}
.table_30px  .created_td {
	text-align:center;
	width:120px;
}
.table_30px td.nopadding{
    padding:0px
}
.table_30px select {
    margin-bottom:0px
}