

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/
body { line-height: 1.5; background: #fff; margin:0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

a img { border: none; }


body {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 75%;
}
#container {
	width: 780px;	
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

table {
	border: 1px solid #ccc;
	}
td.title {
height: 70px;
padding: 12px 4px 4px 14px;
font-size: 34px;
font-weight: 200;

}
th {
	background-color: #fff;
	background: #fff url(images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
	color: #42a9e0;
	height: 50px;
	}
tr {
	background-color: #27AAE1;
	padding: 4px;
	height: 50px;
}
tr.nostyle {
	background-color: #fff;
	padding: 0px;
}
td.col1 {
width: 150px;
}
td.col2 {
width: 500px;
}
td.col3 {
width: 150px;
height: 50px;
}
tr.altRow {
	background-color: #95c7ec;
}

td {
	padding: 0 0px;
}

.rightAlign {
	text-align: left;
	padding-left: 20px;
	width: 120px;
}



.sortedASC {
	background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

.sortedDESC {
	background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}

#printReady{background-color:#;}
/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background-color: #c3dbec;
	color: #212121;
	cursor: pointer;
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
}


/*************************************************************/

