@charset "UTF-8";
/* CSS Document */

.titles {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#1B1B1B;
	font-size:36px;
}

.listtable, .listtablesm {
	overflow: scroll; 
	overflow-x: scroll !important;
	border: 2px solid #C0C0C0; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
}

table {
	background:none repeat scroll 0 0 #fff;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	padding: 0;
	margin: 0;
	}

/*Listtables Standard Size*/
.listtable th {
	font-size:18px;
	text-align:center;
}
.listtable td {
	font-size:16px;
}
/*End Listtables Standard Size*/

/*Listtables Small Size*/
.listtablesm th {
	font-size:18px;
	text-align:center;
}
.listtablesm td {
	font-size:16px;
}
/*End Listtables Small Size*/

table tr td, table tr th {
	padding:10px 2px;
}

table thead, table thead td, table thead, th {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:600;
	color:#FFFFFF;
	background-color:#d80000; 
}
table tbody, table tbody td, table tbody th {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:left;
}
table tfoot, table tfoot td, table tfoot th {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:none repeat scroll 0 0 #E2C61C;
	text-align:center;
}

th {
	border-right:2px solid #6E6E6E;
}
td {
	border-right:2px solid #e0e0e0; 
}
tr:nth-of-type(2n) td {
	border-right:2px solid #EEEEEE; 
}
table tr:nth-of-type(2n) {
	background:none repeat scroll 0 0 #e0e0e0;
}
td:last-child, th:last-child, table tr:nth-of-type(2n) td:last-child {
	border-right:0px solid;
}

.linebreak1 {
	display: none;	
}

table button.button{
	margin:2px 0px;
}

table a.link {
	color:#007CC7;
}

/*tablesorter images*/
table.tablesorter thead tr .header {
	background-image: url(../images/tablesorter_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/tablesorter_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/tablesorter_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: rgba(31,147,200,1);
}

/*Progress Bar*/
.listtable #progressbar, .listtablesm #progressbar {
	position:relative;
	background-color:#353535; 
	top:0px;
	height:6px;
}

.listtable #progressbarstatus, .listtablesm #progressbarstatus {
	position: absolute;
	background-color:rgba(31,147,200,1); 
	top:0px;
	height:6px;
}
/*End Progress Bar*/

@media screen and (max-width:800px) {
	.titles {
		font-size:30px;
	}
	table tr td, table tr th {
		padding:8px 4px;
	}
	.listtable th, .listtablesm th, .listtable td, .listtablesm td {
		font-size:85%;
	}
	table button.button {
		font-size: 10px;
		padding: 7px 15px;
		border-radius:4px;
	}
	/*Progress Bar*/
	.listtable #progressbar, .listtablesm #progressbar, .listtable #progressbarstatus, .listtablesm #progressbarstatus {
		height:4px;
	}
	/*End Progress Bar*/
}

@media screen and (max-width:600px) {
	.titles {
		font-size:26px;
	}
	.listtable, .listtablesm {
		border: 1px solid; 
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px; 
		border-radius: 5px; 
	}
	table tr td, table tr th {
		padding:6px 3px;
	}
	th {
		border-right:1px solid #6E6E6E;
	}
	td {
		border-right:1px solid #e0e0e0; 
	}
	.listtable th, .listtablesm th, .listtable td, .listtablesm td {
		font-size:65%;
	}
	table button.button {
		font-size: 8px;
		padding: 5px 8px;
		border-radius:3px;
	}
	.linebreak1 {
		display: inherit;	
	}
	table.tablesorter thead tr .header {
		background-image: url(../images/tablesorter_bg_md.gif);
	}
	table.tablesorter thead tr .headerSortUp {
		background-image: url(../images/tablesorter_asc_md.gif);
	}
	table.tablesorter thead tr .headerSortDown {
		background-image: url(../images/tablesorter_desc_md.gif);
	}
	
	/*Progress Bar*/
	.listtable #progressbar, .listtablesm #progressbar, .listtable #progressbarstatus, .listtablesm #progressbarstatus {
		height:3px;
	}
	/*End Progress Bar*/
}

@media screen and (max-width:400px) {
	.titles {
		font-size:24px;
	}
	table tr td, table tr th {
		padding:6px 3px;
	}
	th {
		border-right:1px solid #6E6E6E;
	}
	td {
		border-right:1px solid #e0e0e0; 
	}
	.listtable th, .listtablesm th, .listtable td, .listtablesm td {
		font-size:55%;
	}
	table button.button {
		font-size: 7px;
		padding: 3px 5px;
		border-radius:2px;
	}
	table.tablesorter thead tr .header {
		background-image: url(../images/tablesorter_bg_sm.gif);
	}
	table.tablesorter thead tr .headerSortUp {
		background-image: url(../images/tablesorter_asc_sm.gif);
	}
	table.tablesorter thead tr .headerSortDown {
		background-image: url(../images/tablesorter_desc_sm.gif);
	}
	
	/*Progress Bar*/
	.listtable #progressbar, .listtablesm #progressbar, .listtable #progressbarstatus, .listtablesm #progressbarstatus {
		height:2px;
	}
	/*End Progress Bar*/
}