
table.list {
	width: 100%;
	margin: auto;
	background: #2b2b2b;
	color: #fff;
	border-spacing: 0;
}

table.list a {
	color: #ffff66;
	text-decoration: none;
}

table.list a:hover {
	color: #fff;
}

table.list th {
	font-weight: bold;
	line-height: 150%;
}

table.list td {
	padding: 0 5px;
}

table.list.edit td {
	padding: 0;
}

table.list tr.alt td {
	background: #222;
}

table.list td.separator {
	border-bottom: 1px dashed #fff;
}

table.list caption {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #000;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 20px;
}

table.list th {
	border-top: 1px solid #aaa;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #aaa;
}

table.list td.footer {
	border-top: 1px solid #aaa;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #aaa;
	height: 10px;
}

table.list tbody tr.odd td {
	background-color: #aaa;
}

table.list tbody td {
	background-color: #000;
	line-height: 120%;
	padding: 3px 5px;
	vertical-align: middle;
}

table td.norows,
table.list td.norows {
	text-align: center;
	color: #aaa;
	padding: 20px;
	font-style: italic;
}

/* Formatos de celdas */

table.list td.check {
	width: 20px;
}


table.list td.center {
	text-align: center;
}

table.list td.id {
	text-align: center;
	width: 40px;
}

table.list td.money {
	text-align: right;
	width: 80px;
}

table.list td.vigency {
	text-align: center;
	width: 150px;
}

table.list td.size {
	text-align: right;
	width: 80px;
}

table.list td.fulldate {
	text-align: center;
	width: 140px;
}

table.list td.logo {
	text-align: center;
}

table.list td.type {
	text-align: center;
	width: 80px;
}

table.list td.count {
	text-align: center;
	width: 80px;
}

table.list td.errors {
	text-align: center;
	width: 60px;
}

table.list td.errors.ok {
	color: #41a62a;
}

table.list td.errors.error {
	background: #ff0000;
	color: #fff;
}

table.list td.obs {
	text-align: left;
	width: 300px;
	white-space: nowrap;
}

table.list td.amount {
	text-align: right;
	width: 100px;
}

table.list td.active {
	text-align: center;
	width: 45px;
}

table.list td.vig {
	text-align: center;
	width: 120px;
}

table.list td.date {
	text-align: center;
	width: 130px;
}

table.list td.status {
	text-align: center;
	width: 130px;
	text-transform: uppercase;
}

table.list td.vacancies {
	text-align: center;
	width: 60px;
}

table.list td.web {
	text-align: center;
	width: 30px;
}

table.list td.board,
table.list td.hour,
table.list td.minnts {
	text-align: center;
	width: 60px;
}

table.list td.action {
	text-align: center;
}

tr.selectable.over td {
	color: #ff0;
	cursor: pointer;
}

table.list tr.old td{
	color: #999 !important;
}

.nobr {
	white-space: nowrap;
}

.note {
	padding-top: 5px;
	font-size: 10px;
	color: #999;
}

table.list tr.checked td {
	color: #080;
	background: #9f9;
}

.pagination {
	margin-top: 10px;
	overflow: hidden;
}

.pagination ul {
	overflow: hidden;
	float: right;
}

.pagination li {
	float: left;
	display: block;
	padding: 2px 5px;
	margin-left: 5px;
	border: 1px solid #777;
	background: #2b2b2b;
}

.pagination li.selected {
	background: #777;
}

.pagination li.separator {
	border: 0;
	background: none;
}

.pagination  a {
	color: #fff;
	text-decoration: none;
}

.pagination  a:hover {
	color: #ff0;
}