/*** START COMMON STYLES ***/
.width_100 {
	width: 100px ! important;
}

.width_200 {
	width: 200px ! important;
}

.width_250 {
	width: 250px ! important;
}

.width_300 {
	width: 300px ! important;
}

.width_400 {
	width: 400px ! important;
}

.pointer {
	cursor: pointer ! important;
}

.nowrap {
	white-space: nowrap ! important;
}

.cleaner {
	clear: both ! important;
}

.hidden {
	display: none ! important;
}

.visible {
	display: block ! important;
}

.float_left {
	float: left ! important;
}

.float_right {
	float: right ! important;
}

.left {
	text-align: left ! important;
}

.center {
	text-align: center ! important;
}

.right {
	text-align: right ! important;
}

.top {
	vertical-align: top ! important;
}

.bottom {
	vertical-align: bottom ! important;
}

.middle {
	vertical-align: middle ! important;
}

.normal {
	font-weight: normal ! important;
}

.bold {
	font-weight: bold ! important;
}

.italic {
	font-style: italic ! important;
}

.black {
	color: #000000 ! important;
}

.white {
	color: #FFFFFF ! important;
}

.red {
	color: #FF0000 ! important;
}

.blue {
	color: #0000FF ! important;
}

.error {
	color: #FF0000;
}

.required {
	color: #8B0000;
	font-weight: bold;
	padding-right: 5px;
}

.message {
	color: blue;
}

.back_white {
	background-color: #FFFFFF ! important;
}

.strike {
	text-decoration: line-through ! important;
}

.uppercase {
	text-transform: uppercase ! important;
}

.lowercase {
	text-transform: lowercase ! important;
}

.capitalize {
	text-transform: capitalize ! important;
}

.pad_left_5px {
	padding-left: 5px ! important;
}

.pad_left_10px {
	padding-left: 10px ! important;
}

.pad_right_5px {
	padding-right: 5px ! important;
}

.pad_right_10px {
	padding-right: 10px ! important;
}

.pad_left_20px {
	padding-left: 20px ! important;
}

.pad_right_20px {
	padding-right: 20px ! important;
}

.pad_top_10px {
	padding-top: 10px ! important;
}

.mar_top_5px {
	margin-top: 5px ! important;
}

.mar_top_10px {
	margin-top: 10px ! important;
}

div.debug {
	border: solid 1px #000000;
	float: left;
	display: inline;
	padding: 5px;
	margin-top: 20px;
	height: 180px;
	width: 970px;
	overflow: auto;
	font-size: 11px;
	background-color: white;
	clear: both;
}

a.arrow,a.arrow img {
	border: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

/*** PAGINATION STYLES ***/
div.paging {
	padding-top: 10px;
	font-size: 11px;
	width: 100%;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

div.paging a,div.paging a:hover,div.paging strong {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

div.paging a:hover,div.paging strong {
	color: #C41200;
	text-decoration: none;
}

div.paging strong {
	font-weight: bold;
}

/*** PRIVATE LEAGUE STYLES ***/
div.sub_4 {
	width: 25%;
	float: left;
	display: inline;
	text-align: center;
	white-space: nowrap;
}

div.sub_4 strong {
	font-weight: bold;
}

.league_button {
	width: 200px;
	margin-bottom: 10px;
}
/*** END COMMON STYLES ***/
