
/*
 *
 * squads->index
 *
 */
#index table {
	background-color: #fff;
	border-top:0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius-topleft: 0px;
}
 
#index td {
	text-align: left;
}

#index .squadHeader {
	padding:0px;
	padding-top: 5px;
	background-color: #767676;
	background-image:url(../img/HeaderNews2.png);
	background-repeat:repeat-x;
	border: solid 1px #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
}

#index .squadName {
	float: left;
}

#index .gameName {
	margin: 0px 4px 0px 0px;
	float: right;
}

#index .clanFlag {
	margin: 0px 4px 0px 4px;
	float: left;
}

#index .gameIcon {
	margin: 0px 4px 3px 4px;
	float: right;
}
  
 /*
 *
 * squads->view
 *
 */
 
#view .resultWin {
	border-right: none;
}

#view .resultDraw {
	border-right: none;
}

#view .resultLose {
	border-right: none;
}