/*******************
 ** default-table **
 *******************/

table.default-table {
	width: 99%;
	margin: 5px 0px;
	color: #404040;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #bbb;
}

table.default-table tr .small {
	font-size:10px;
}

table.default-table tr th {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #aaa;
	text-align: left;
	vertical-align: top;
	background-color: #EEEEEE;
	border-right: 1px solid #aaa;
}

table.default-table tr td table.default-table tr th {
	background-color: transparent;
}

table.default-table.center tr th {
	text-align: center;
}

table.default-table tr th a {
	white-space: nowrap;
}

table.default-table tr td {
	padding: 5px;
	background-color: #f0f0f0;
	vertical-align: top;
	border-right: 1px solid #ccc;
	text-align: left;
}

table.default-table tr.alt td {
	background-color: #ffffff;
}

table.default-table tr.alt * tr td {
	background-color: #f0f0f0 !important;
}

table.default-table tr.alt * tr.alt td {
	background-color: white !important;
}

table.default-table tr td pre {
	overflow: auto;
}

table.default-table a {
	color: #336;
}

table.default-table tr .number-col {
	text-align: right;
}

table.default-table tr td.actions,
table.default-table tr th.actions {
	text-align: right;
	white-space: nowrap;
}

table.default-table tr td.actions img,
table.default-table tr th.actions img {
	cursor: pointer;
	vertical-align:middle;
}

table.default-table td.amount, input.amount {
	text-align: right;
}

table.th-vertical tr th {
	border-bottom: none;
	vertical-align: top;
	background-color: transparent;
}

table tr.sum-line th, table tr.sum-line td {
	font-weight: bold;
	border-bottom: none;
	border-top: 1px solid #aaa;
	vertical-align: top;
}

table.hover tr:hover td {
	background-color: #d9d9d9;
}

table.default-table tr.marked td {
	background-color: #fc9;
}

table.hover tr.sum-line:hover td,
table.mark-row tr.sum-line td {
	background-color: #fff;
}

table.auto-size {
	width: auto;
}

table.default-table tr td.align-icons a img {
	vertical-align: middle;
}
