/***
--------------------------------------------------------------------------------------
 lines
--------------------------------------------------------------------------------------
***/

#lFirst, .lFirst {
	border-top: 3px solid #4273B2;
	border-bottom: 1px solid #4273B2;
}
#lBottomThick, .lBottomThick {
	border-bottom: 3px solid #4273B2;
}
#lTopThick, .lTopThick {
	border-top: 3px solid #4273B2;
}
.lBottom, #lBottom {
	border-bottom: 1px solid #4273B2;
}
.lTop, #lTop {
	border-top: 1px solid #4273B2;
}
.lRight {
	border-right: 1px solid #4273B2;
}
.lLeft {
	border-left: 1px solid #4273B2;
}

/***
--------------------------------------------------------------------------------------
 table settings
--------------------------------------------------------------------------------------
***/

table {
	display: table;
	border-spacing: 0;
	caption-side: top;
	margin: 0;
}
tr {
	display: table-row;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
td, th {
	display: table-cell;
}
caption {
	display: table-caption;
	margin: 0;
}
th {
	font-weight: bold;
}
td {
	vertical-align: top;
}

/* tablesorter */

table.tablesorter {
	margin: 10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #d9dade;
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/asc_desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 4px;
	background-color: #edf5ff;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#deebff;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #d9dade;
}
