img { border: none; }

						.w25  { width:  25px; }	.w50  { width:  50px; }	.w75  { width:  75px; }
.w100 { width: 100px; }	.w125 { width: 125px; }	.w150 { width: 150px; }	.w175 { width: 175px; }
.w200 { width: 200px; }	.w225 { width: 225px; }	.w250 { width: 250px; }	.w275 { width: 275px; }
.w300 { width: 300px; }	.w325 { width: 325px; }	.w350 { width: 350px; }	.w375 { width: 375px; }
.w400 { width: 400px; }	.w425 { width: 425px; }	.w450 { width: 450px; }	.w475 { width: 475px; }
.w500 { width: 500px; }	.w525 { width: 525px; }	.w550 { width: 550px; }	.w575 { width: 575px; }
.w600 { width: 600px; }	.w625 { width: 625px; }	.w650 { width: 650px; }	.w675 { width: 675px; }
.w700 { width: 700px; }	.w725 { width: 725px; }	.w750 { width: 750px; }	.w775 { width: 775px; }
.w800 { width: 800px; }	.w825 { width: 825px; }	.w850 { width: 850px; }	.w875 { width: 875px; }
.w900 { width: 900px; } .w925 { width: 925px; } .w950 { width: 950px; } .w975 { width:975px; }
.w1000 { width: 1000px; }


                        .h25  { min-height:  25px; } .h50  { min-height:  50px; } .h75  { min-height:  75px; }
.h100 { min-height: 100px; } .h125 { min-height: 125px; } .h150 { min-height: 150px; } .h175 { min-height: 175px; }
.h200 { min-height: 200px; } .h225 { min-height: 225px; } .h250 { min-height: 250px; } .h275 { min-height: 275px; }
.h300 { min-height: 300px; } .h325 { min-height: 325px; } .h350 { min-height: 350px; } .h375 { min-height: 375px; }
.h400 { min-height: 300px; }

.autoscroller {
	overflow:auto;
}

.rotate30 {
	display:block;
	-webkit-transform: rotate(30deg); 
	-moz-transform: rotate(30deg);	
}	
.rotate60 {
	display:block;
	-webkit-transform: rotate(60deg); 
	-moz-transform: rotate(60deg);	
}	
.rotate90 {
	display:block;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}	
.rotate120 {
	display:block;
	-webkit-transform: rotate(120deg); 
	-moz-transform: rotate(120deg);	
}
.rotate150 {
	display:block;
	-webkit-transform: rotate(150deg); 
	-moz-transform: rotate(150deg);	
}
.rotate180 {
	display:block;
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.rotate210 {
	display:block;
	-webkit-transform: rotate(210deg); 
	-moz-transform: rotate(210deg);	
}
.rotate240 {
	display:block;
	-webkit-transform: rotate(240deg); 
	-moz-transform: rotate(240deg);	
}
.rotate270 {
	display:block;
	-webkit-transform: rotate(270deg); 
	-moz-transform: rotate(270deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate300 {
	display:block;
	-webkit-transform: rotate(300deg); 
	-moz-transform: rotate(300deg);	
}
.rotate330 {
	display:block;
	-webkit-transform: rotate(330deg); 
	-moz-transform: rotate(330deg);	
}


.center { text-align:center; }
.alignLeft { text-align:left; }
.alignRight { text-align:right; }

.right { float:right; }
.left { float:left; }
.centered { margin:auto; }

.clearBoth { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }

.border { border: 1px #f00 solid; }

.row0 { background-color: #fff; }
.row1 { background-color: #ccf; }

.adm0 { background-color:#ff9; }
.adm1 { background-color:#ff6; }
.mod0 { background-color:#3f9; }
.mod1 { background-color:#0c6; }
.spam0 { background-color:#f99; }
.spam1 { background-color:#fcc; }

.exp0 { background-color:#300; color:#fff; }
.exp1 { background-color:#600; color:#fff; }
.one0 { background-color:#900; color:#fff; }
.one1 { background-color:#600; color:#fff; }
.sev0 { background-color:#936; color:#fff; }
.sev1 { background-color:#c69; color:#fff; }

.row0 a, .row1 a 	{ font-weight:bold; text-decoration:none; color:#000; }
.adm0 a, .adm1 a 	{ font-weight:bold; text-decoration:none; color:#000; }
.mod0 a, .mod1 a 	{ font-weight:bold; text-decoration:none; color:#000; }

.ban0 a, .ban1 a { font-weight:bold; text-decoration:none; color:#fff; }
.ign0 a, .ign1 a { font-weight:bold; text-decoration:none; color:#fff; }
.exp0 a, .exp1 a { font-weight:bold; text-decoration:none; color:#fff; }
.one0 a, .one1 a { font-weight:bold; text-decoration:none; color:#fff; }
.sev0 a, .sev1 a { font-weight:bold; text-decoration:none; color:#fff; }

.tableButton { text-align:center; }
.tableButton a { font-family: Arial; color: #000; font-weight:bold; font-size:8pt; text-decoration:none;  text-transform:uppercase; }

.hidden { display:none; }
.visible { display:block; }
