IMG{
	border:0;
}

.Flag IMG{
	border:2;
}

.HCenterCell{
	text-align:center;
}

.VTopCell{
	vertical-align:top;
}

.NewsBody{
	align:center;
	width: 60%; 
	text-align:left;
}

.NewsTableHeader{
	align:center;
	border: 0px none;
	text-indent: 1px;
	padding: 1px;	
	font-size:11px;
	width:650px;
}

.NewsTable{
	align:center;
	border: 0px none;
	text-indent: 1px;
	padding: 1px;	
	font-size:11px;
	width:600px;
}

.TablesContainer{
	width:80%;
}

.ReportTitle{
	text-align : center;
	font-size : 15px;
	font-weight : bolder;
	color:Black;
}

.ResTable {
	margin-left:auto;
	margin-right:auto;
	border: 0px none;
	text-indent: 1px;
	padding: 1px;	
	font-size:11px;
}

.ResTableFull {
	border: 0px none;
	text-indent: 1px;
	padding: 1px;	
	font-size:11px;
	width:100%;
}

.ResCaption{
	border: 2px solid #FCB84D;
	margin: 0px;
	color: Black;
	background: White;
	height: 19px;
	font-weight: bold;
	padding: 1px;	
}

.ResCaptionLeft{
	border: 2px solid #FCB84D;
	margin: 0px;
	color: Black;
	background: White;
	height: 19px;
	font-weight: bold;
	padding: 1px;	
	text-align: left;
}

.ResFoot TD,
.ResFoot TH{
	border: 0px none;
	margin: 0px;
	color: Black;
	background: #FCB84D;
	height: 5px;
	font-weight: bold;
	padding: 1px;
}

.ResHead TD,
.ResHead TH{
	border: 0px none;
	margin: 0px;
	color: Black;
	background: #FCB84D;
	height: 19px;
	font-weight: bold;
	padding: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.Res1 TD,
.Res1 TH{
	border: 0px none;
	margin: 0px;
	padding: 1px;
	color: #000000;
	background: #FFFFFF;
	height: 17px;	
}

.Res2 TD,
.Res2 TH{
	border: 0px none;
	margin: 0px;	
	padding: 1px;	
	color: #000000;
	background: #DFEECB;	
	height: 17px;		
}

.RedPlayer{
	background: #FF6347;
	color: White;
	border: 1 solid Black;
	width: 40px;
}

.WhitePlayer{
	background: White;	
	border: 1 solid Black;
	color: Black;
	width: 40px;	
}

.BluePlayer{
	background: #0000CD;	
	border: 1 solid Black;
	color: White;	
	width: 40px;	
}


/***************** Bios *******************************/
.BioContainer{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:600px;
	text-align:left;
}

.BioRelative{
	position:relative;
}

/***************** Schedules *******************************/
.ScheduleTable {
	border: 0px none;
	text-indent: 1px;
	padding: 1px;	
	font-size:11px;
	width: 100%;
}

.AvailableLinks{
	position:absolute;
	width:150px;
	display:none;
	border:1px solid black;
	background:#FFFFFF;
	text-align:center;
	padding:5px;
}

.ScheduleTime{
	width: 60px;	
	text-align: center;
}

.ScheduleVenue{	
	text-align: center;	
}

.ScheduleStatus{
	width: 55px;	
	text-align: center;	
}

.ScheduleReports{
	width:160px;
	padding-left:10;
	text-align: left;
}

.StatusRunning{
	color : #2C7036;
}

.StatusFinished{
	color : #77265A;
}

.StatusNone{
	color : #000000;
}

.StatusStartList{
	color : #3A326D;
}

.ScheduleSplitTotal{
	width: 20px;
}

.ScheduleSplit{
	width: 16px;
}	

/********************************* Trees ***********************/
.tableTree {
	font-size: 11px;
	width: 99%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.tableFloat {
	font-size: 9px;	
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.tableTree TD{
	height: 15px;
}

.tableHead TD,	
.tableHead TH{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #FCB84D;
	height: 22px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.cellHead{	
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #FCB84D;
	height: 22px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#noBorders {
	border: 0px;
}

#downLine {
	border-bottom: 1px solid #000000;
	color: #000000;
	background: #DFEECB;	
	padding-left: 5px;
	padding-right: 5px;
}

#rightLine {
	border-right: 1px solid #000000;
}

#leftLine {
	border-left: 1px solid #000000;	
}

#downRightLine {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	background: #DFEECB;
	padding-left: 5px;
	padding-right: 5px;
}

#downLeftLine {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;		
	color: #000000;
	background: #DFEECB;	
	padding-left: 5px;
	padding-right: 5px;
}

