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

td.greenbox {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	background: #92a963;
}


td.bluebox {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	background: #77a5dd;
} 

td.graybox_orange {
	text-align: center;
	color: #ff6600;
	font-weight: bold;
	padding: 5px;
	background: #BCBCBC;
	font-size: 120%;
}

td.graybox {
	text-align: center;
	color: #666666;
	padding: 5px;
	background: #BCBCBC;
	
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.header_bar {
	background-color: #3c4a53;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	color: #ffffff;
	margin-top: 25px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: -20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 1px; 
}

/* ----------- ONTALENTS ---------------- */

.onta {
	color: #ff8400;
	font-weight: normal;
}

.onta2 {
	font-weight: normal;
}

.otgray {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: normal;
	color: #404040;
}
.otorange {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: normal;
	color: #ff8600;
}