@CHARSET "UTF-8";

/* styles for joomleague frontpage */
.projectsummary .ranking {
  float: left;
  margin-left: 5px;
}

.projectsummary .results {
  float: left;
  margin-left: 5px;
}

.projectsummary .clear {
  clear: both;	
}


.projectsummary .ranking .divisiontitle{
  font-weight: bold;
  margin: 0 0 4px 0;
}

.projectsummary .rankingtable {
	border: 0;
	border-collapse: collapse; 
	width: 100%;
  margin-bottom: 10px;
}

.projectsummary .rankingtable .td {
  padding: 3px;
}

.projectsummary .results .matchdaytitle {
  padding: 5px 0px 5px;
  margin-bottom: 4px;
  background: #EEE;
}

.projectsummary .resulttable {
  border: 0;
  border-collapse: collapse; 
  width: 100%;
  margin-bottom: 5px;
}


#projectreferee div#refereeInfo, div#games {
  width: 600px;
  margin: 4px auto;
}

#projectreferee div#refereeInfo table {
  text-align:left;
}
  
#projectreferee div#refpic {
  text-align: right;
  float:left;
}

#projectreferee div#refereeInfo table {
  text-align: right;
  float:left;
}

#projectreferee .clear {
  clear:both;
}

#projectreferees thead td.descend{
  background-image:url(../images/down.png);
  }
#projectreferees thead td.ascend{
  background-image:url(../images/up.png);
  }
#projectreferees thead td {
  background-position: 95% 50%;
  background-repeat:no-repeat;
  cursor:pointer;
  padding: 6px 15px 6px 6px;
  }
