Your IP : 216.73.216.240
/* -- General styles ------------------------------ */
.clr { clear: both; overflow:hidden; height: 0; }
input:focus,
select:focus,
textarea:focus { background-color: #ffd }
/** toolbar **/
div.toolbar { float: right; text-align: right; padding: 0; }
table.toolbar { border-collapse: collapse; padding: 0; margin: 0; }
table.toolbar td { padding: 1px 1px 1px 4px; text-align: center; color: #666; height: 48px; }
table.toolbar td.spacer { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }
table.toolbar span { float: none; width: 32px; height: 32px; margin: 0 auto; display: block; }
table.toolbar a {
display: block; float: left;
white-space: nowrap;
border: 1px solid #fbfbfb;
padding: 1px 5px;
cursor: pointer;
}
table.toolbar a:hover {
border-left: 1px solid #eee;
border-top: 1px solid #eee;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-decoration: none;
color: #0B55C4;
}
/* standard form style table */
table.adminform {
background-color: #f9f9f9;
border: solid 1px #d5d5d5;
width: 100%;
border-collapse: collapse;
margin: 8px 0 10px 0;
margin-bottom: 15px;
width: 100%;
}
table.adminform td { padding: 3px; text-align: left; }
/** Table styles **/
table.adminlist {
width: 100%;
border-spacing: 1px;
background-color: #e7e7e7;
color: #666;
}
table.adminlist td,
table.adminlist th { padding: 4px; }
table.adminlist thead th {
text-align: center;
background: #f0f0f0;
color: #666;
border-bottom: 1px solid #999;
border-left: 1px solid #fff;
}
table.adminlist thead a:hover { text-decoration: none; }
table.adminlist thead th img { vertical-align: middle; }
table.adminlist tbody th { font-weight: bold; }
table.adminlist tbody tr { background-color: #fff; text-align: left; }
table.adminlist tbody tr.row1 { background: #f9f9f9; border-top: 1px solid #fff; }
table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td { background-color: #ffd ; }
table.adminlist tbody tr td { height: 25px; background: #fff; border: 1px solid #fff; }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }
table.adminlist tfoot tr { text-align: center; color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }
table.adminlist td.order { text-align: center; white-space: nowrap; }
table.adminlist .pagination { display:table; padding:0; margin:0 auto; }
.pagination div.limit {
float: left;
height: 22px;
line-height: 22px;
margin: 0 10px;
}
table.adminlist td.order span {
float: left;
width: 20px;
text-align: center;
background-repeat: no-repeat;
height: 16px;
}
.jgrid span.text {
display: none;
}