body {
	text-align: center;/* hack for ie5*/

	background-color: #FEFEFE;
}


table.sofT { 
	text-align: center; 
	font-size: medium; 
	color: #404040; 
	/*width: 540px;*/ 
	background-color: #fafafa; 
	border: 1px #B9BB94 solid; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	}
table.sofT th {background:#DEE1A8;border-bottom:solid 1px #c8c8c8;}
table.sofT td { border-bottom: 1px solid #B9BB94; border-top: 0px; border-left: 1px solid #B9BB94; border-right: 0px; text-align: left;padding:5px; }
table.sofT td.helpHed { border-bottom: 2px solid #6699CC; border-left: 1px solid #6699CC; background-color: #BEC8D1; text-align: left; text-indent: 5px; font-family: Verdana; font-weight: bold; font-size: 11px; color: #404040; }
table.sofT td.playerData { 
	/*border-bottom: 2px solid #6699CC; 
	border-left: 1px solid #6699CC;*/ 
	background-color: #BEC8D1; 
	text-align: left; 
	text-indent: 5px; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 14px; 
	color: #404040; }
table.sofT td.sup { background-color: #FCC; }
.sup { background-color: #FCC; }
.sofTHeader { color: #404040; }
.note {
	border: 2px solid #6699CC;
	background-color: #BEC8D1;
	padding: 10px 0px 10px 0px;
	width: 900px;
}
a:link {text-decoration: none; color: #3A75AF;}
a:visited {text-decoration: none; color: #3A75AF;}
a:hover {text-decoration: underline; color: #3A75AF;}

#Wrapper {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	width: 900px;
	text-align: left;
}
.rowCreep {     
	BACKGROUND-COLOR: #FFD7D7;
}
.rowFreep {     
	BACKGROUND-COLOR: #E6F0FF;
}

.rowCreep a:link {text-decoration: none; color: #BE3114;}
.rowCreep a:visited {text-decoration: none; color: #BE3114;}
.rowCreep a:hover {text-decoration: underline; color: #BE3114;}

.selected {
	color: #ff6600;
	/*font-size: x-large;*/
}

.progressbar {
    width: 300px;
    background: url(gfx/progressbar.png) no-repeat 0 -40px;
}
.progressbar-completed {
    height: 20px;
    margin-left: -1px;
    background: url(gfx/progressbar.png) no-repeat 1px 0;
}
.progressbar-completed div {
    float: right;
    width: 50%;
    height: 20px;
    margin-right: -1px;
    background: url(gfx/progressbar.png) no-repeat 100% 0;
    display: inline; /* IE 6 double float bug */
}