/**
 * awards css file
 * --------------------------------------------------------------------------------------------------*/
 /* version 0.1
 */

/**
 * start: team box
 * --------------------------------------------------------------------------------------------------*/

#center_content .container .h h3{
    font-weight:normal;
    height:1.4em;
    overflow:hidden;
}

#center_content .container .h h3 .icon{
    float:left;
}

#center_content .container .b .bar {
	background:#3F4042 url(../design/tabber-sub.gif) repeat-x scroll left top;
	clear:both;
	color:#ccc;
	font-size:0.82em;
	font-weight:normal;
	line-height:1.78em;
	margin-top:10px;
	margin-bottom:5px;
	padding-left:5px;
	text-decoration:none;	
}

#center_content .container .b .bar .bar-cell {
	float:left;
	overflow:hidden
}

#center_content .container .b .bar .bar-cell a {
	float:left;
	text-decoration:none;
	color:#ccc;
	height:16px
}

#center_content .container .b .bar .bar-cell a.sortup {
	padding-right:8px;
	background:url(../design/sort_up.gif) right center no-repeat
}

#center_content .container .b .bar .bar-cell a.sortdown {
	padding-right:8px;
	background:url(../design/sort_down.gif) right center no-repeat
}

#center_content .container .b .list-row {
	background:#fff url(../design/h-dots-on-white.gif) repeat-x left bottom;
	clear:both;
	color:#000;
	font-size:1.0em;
	line-height:22px;
	height:22px;
	overflow:hidden;
	padding-left:5px;
	text-decoration:none;
}

#center_content .container .b .list-row .list-cell {
	float:left;
	height:22px; line-heihgt:22px;
}
#center_content .container .b .list-row .list-cell .textlink {
	color:#000;
	text-decoration:none;
}
#center_content .container .b .list-row .list-cell .match_res {
	display:block;
	text-decoration:none;
	width:45px; height:12px;
	line-height:10px;
	padding-right:2px;
	margin-top:6px;
	text-align:right;
	font-size:10px;	
}
#center_content .container .b .list-row .list-cell .match_res.win {
	background:url(../design/match-win.gif) 0px 0px no-repeat;
	color:#5cbb00
}
#center_content .container .b .list-row .list-cell .match_res.loose {
	background:url(../design/match-loose.gif) 0px 0px no-repeat;
	color:#ff3000
}
#center_content .container .b .list-row .list-cell .match_res.draw {
	background:url(../design/match-draw.gif) 0px 0px no-repeat;
	color:#b90
}

#center_content .container .b .list-row .list-cell a.teamlink {
	float:left;
	display:block;
	color:#3A7398;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	height:20px; line-height:20px;
	padding:1px 0px
}

#center_content .container .b .list-row .list-cell img {
	float:left;
	margin-right:5px
}

#center_content .container .b #pages {
	float:right;
	margin-top:10px;
}
#center_content .container .b #pages a.jump,
#center_content .container .b #pages span.jump { 
	float:left;
	text-decoration:none;
	width:8px; height:8px;
	padding-top:5px;
}
#center_content .container .b #pages a#first_page {
	background:url(../graphigs/buttoms/bback.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages span#first_page {
	background:url(../graphigs/buttoms/nbback.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages a#prev_page {
	background:url(../graphigs/buttoms/back.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages span#prev_page {
	background:url(../graphigs/buttoms/nback.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages a#next_page {
	background:url(../graphigs/buttoms/forward.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages span#next_page {
	background:url(../graphigs/buttoms/nforward.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages a#last_page {
	background:url(../graphigs/buttoms/fforward.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages span#last_page {
	background:url(../graphigs/buttoms/nfforward.gif) 0px 3px no-repeat;
}
#center_content .container .b #pages span.page {
	float:left;
	padding:0px 5px;
	font-weight:normal;
	color:#333;
}

#center_content .container .b #filterbox {
	height:18px;
	margin:5px 0px;
	color:#3a7398
}
#center_content .container .b #filterbox span {
	height:16px; line-height:16px;
	padding-right:5px;
	float:left;
}
#center_content .container .b #filterbox select,
#center_content .container .b #filterbox .textfilter {
	float:left;
	font-size:0.90em;
	color:#fff;
	background:#3F4042;
	border:1px solid #000;
	margin-right:5px;
}
#center_content .container .b #filterbox .submit {
	cursor:pointer;
	float:left;	
	height:18px; width:34px;
	background:url(../design/btnApply.gif) 0px 0px no-repeat	
}
#center_content .container .b #filterbox .submit:hover {
	background-position:0px -18px
}
	
/* end: team box
 */
 
 .member-link{
    color:#000;    
    text-decoration:none;
    font-weight:bold;
    padding-bottom:2px;
}

.F0,
.F1,
.M0,
.M1{
    padding:2px 4px;
}
