/* Default CSS Stylesheet for a new Web Application project */
TD
{
	font-family: Arial;
	font-size: 12px;
}	
.whiteText
{
	color: #ffffff;
	font-weight: bold;
}

/*---------- COMMON TABLE ---------- */
table.joresultstable .tableContentHeading {
	margin: 20px 0 8px 0;
	color: #ffffff;
	font-size: 16px;
	font-family: "open_sanssemibold", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

table.joresultstable .secondaryTableHeading th {
	background-color: rgb(200, 157, 135);
}

table.joresultstable {
	width: auto;
	border-collapse: collapse;
	border: 1px solid #8196AA;
	font-size: 14px;
	font-family: open_sansregular ariel;
}

	table.joresultstable caption {
		font: 1.8em/1.8em Arial, Helvetica, sans-serif;
		text-align: left;
		text-indent: 10px;
		background: url(img/bg_caption.jpg) right top;
		height: 45px;
		color: #FFAA00;
	}

	table.joresultstable thead th, table.joresultstable th {
		background: #A34F32; /*url(img/bg_th.jpg) no-repeat right;*/
		height: auto;
		color: #FFFFFF;
		font-size: 1em;
		font-weight: normal;
		padding: 6px 8px;
		margin: 20px 0px 0px;
		text-align: left;
		border-right: 1px solid #A06A36;
		font-family: open_sansregular;
	}

	table.joresultstable tr {
		background: url(img/bg_td1.jpg) repeat-x top;
	}

		table.joresultstable tr.odd {
			background: url(img/bg_td2.jpg) repeat-x top;
		}

	table.joresultstable td {
		font-size: 13px;
		line-height: 1.2em;
		font-family: open_sansregular, Arial, Helvetica, sans-serif; /*color: #000000;*/
		padding: 8px 8px;
		border-top: 1px solid #BEB8BA;
		border-right: 1px solid #DDDDDD;
		border-left: 1px solid #dddddd;
		border-bottom: 1px solid #beb8ba;
	}

	table.joresultstable a { /*color: #666666;*/
		font-weight: normal;
		text-decoration: none;
	}
	/*table.joresultstable a:hover {color: #F8A704;text-decoration: underline;}*/
	table.joresultstable tfoot th {
		background: url(img/bg_total.jpg) repeat-x bottom;
		color: #FFFFFF;
		height: 30px;
	}

	table.joresultstable tfoot td {
		background: url(img/bg_total.jpg) repeat-x bottom;
		color: #FFFFFF;
		height: 30px;
	}

	table.joresultstable table {
		font-size: 14px;
		font-family: open_sansregular ariel;
	}

		table.joresultstable table tr {
			background: none;
		}

		table.joresultstable table td {
			border: 0px;
			font-size: 0.9em;
			line-height: 1.4em;
			padding: 0px;
		}

		table.joresultstable table.joresultstable {
			width: auto;
			border-collapse: collapse;
			border: 1px solid #8196AA;
			font-size: 14px;
			font-family: open_sansregular ariel;
		}

	table.joresultstable td table.joresultstable td {
		font-size: 0.9em;
		line-height: 1.4em;
		font-family: open_sansregular, Arial, Helvetica, sans-serif; /*color: #000000;*/
		padding: 5px 3px;
		border-top: 1px solid #BEB8BA;
		border-right: 1px solid #DDDDDD;
	}

.btn-green {
	background-color: #4CAF50; /* Green */
	border: 1px solid #909090;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}

.btn-orange {
	background-color: darkorange;
	border: 1px solid #909090;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}

.btn-blue {
	background-color: dodgerblue;
	border: 1px solid #909090;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
}