.rank .moveup{
	color: green;
	text-align: center;
}

.rank h3{
	font-size: large;
}

.rank .movedown{
	color: red;
	text-align: center;
}

.rank table{
		border-collapse: collapse;
}

.rank table tr td, table tr th{
	padding: 2px 6px;
	border: 1px solid #7B7A6E;
}

.rank table tr th{
	font-size: small;
	background-color: #B0AE9D;

}

.rank table caption{
	padding: 0;
	margin: 0;
	text-align: right;
	font-style: italic;
	font-size: small;
}

.rank tr > th:first-child{
	font-size:x-small;
	color:#333333;
}

.rank tr > td:first-child{
	font-weight: bold;
}

.rank table tr td a:link{
	color: #000;
}

.rank table tr td a:hover{
	color: #333333;
}

.rank .center{
	text-align: center;
}

.rank tr:hover td{
	background-color: #;
}

.rank .tableAltBg{
	background-color: #D4D3C9;
}

.rank .matchesWon{
	border-left: 1px solid #000 !important;
}

.rank .matchStat{
	background: #D4D3C9 !important;
}



.rank form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
.rank .login {
	background:url(../gfx/user.gif) no-repeat 95% 1em;
}
.rank .contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}
.rank fieldset div {
	margin:0.3em 0;
	clear:both;
}
.rank form {
	margin:1em;
	width:31em;
}
.rank label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
.rank legend {
	color:#0b77b7;
	font-size:1.2em;
}
.rank legend span {
	width:10em;
	text-align:right;
}
.rank input {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
.rank input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
.rank fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.rank .date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.rank .date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.rank .date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.rank .radio, .date {
	position:relative;
}
.rank .radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.rank .radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.rank .radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.rank .radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.rank .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.rank .email {
	width:14em;
}

.rank input.default {
	color:#bbb;
}

.rank #submit-go {
	margin-top:1em;
	/*width:69px;*/
	height:26px;
	/*text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../gfx/submit-button.gif) no-repeat 0 0;*/
	display:block;
	cursor:pointer !important; cursor:hand;
}
.rank #submit-go:hover {
	/*background-position:0 -26px;*/
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/

