<!--// begin Style --
html {
	width: 100%;
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
	min-width: 1034px;
	background: #ededed url('/images/bg-paper-gray-lt2.png') repeat;
	z-index: 0;
	word-wrap: break-word;
}
body, div, tr, td, blockquote, input, textarea {
	font-size: 13px;
	font-family: verdana,lucida sans,arial,helvetica,sans-serif;
	color:#777 inherit;
}
b {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #4512b3;
	cursor: pointer;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
a:link {
	text-decoration: none;
	color: #4512b3;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
	cursor: pointer;
}
a:active {
	text-decoration: underline;
	color: #ff9900;
}
a:visited {
	text-decoration: none;
	color: #4512b3;
}
form {
	display: inline;
}
input:invalid, select:invalid, textarea:invalid {
	border-color: inset 2px 3px 3px rgba(0,0,0,.05), 0px 0px 2px rgba(255,0,0,1);
	box-shadow: inset 2px 3px 3px rgba(0,0,0,.05), 0px 0px 2px rgba(255,0,0,1);
	-moz-box-shadow: inset 2px 3px 3px rgba(0,0,0,.05), 0px 0px 2px rgba(255,0,0,1);
	-webkit-box-shadow: inset 2px 3px 3px rgba(0,0,0,.05), 0px 0px 2px rgba(255,0,0,1);
	-o-box-shadow: inset 2px 3px 3px rgba(0,0,0,.05), 0px 0px 2px rgba(255,0,0,1);
	-ms-box-shadow: inset 2px 3px 3px rgba(0,0,0,.05), 0px 0px 2px rgba(255,0,0,1);
}
input, textarea {
	padding-top:3px;
	padding-bottom:4px;
	background: #fff;
	color:#777;
	font-size: 13px;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius: 4px;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.15);
	-o-box-shadow: inset 0px 1px 3px rgba(0,0,0,.15);
	-ms-box-shadow: inset 0px 1px 3px rgba(0,0,0,.15);
}
input:hover, textarea:hover {
	background-color: #bdadcc;
	color: #eee;
}
input:focus, textarea:focus {
	background-color: #eee5f5;
	color: #333;
}
textarea {
	overflow: visible;
	word-wrap: break-word;
	height: auto;
	min-height: 20px;
}
input.sizebox {
	background: none;
	color:#777;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
input[type="checkbox"], input[type="radio"], select, label {
	cursor: pointer;
}
input image {
	background: transparent;
	padding: 0;
	border: 0;
	cursor: pointer;
}
select {
	color:#777;
	font-size:12px;
}
select:focus {
	color:#4512b3;
}
center {
	padding: 0;
	margin: 0;
	text-align: center;
}
.clear {
	clear:both;
}
.homelogo, .homelogo a, homelogo a:link {
	position:relative;
	top:0px;
	filter:alpha(opacity=100);
	opacity: 1;
}
.homelogo:hover, .homelogo a:hover {
	top:-1px;
	filter:alpha(opacity=85);
	opacity: .85;
}
.homelogo:focus, .homelogo a:focus {
	top:1px;
	filter:alpha(opacity=100);
	opacity: 1;
}
#bg-ds, .bg-ds {
	display:block;
	position:fixed;
	clear:both;
	float:none;
	top:0;
	right:0px;
	left:-12px;
	height:24px;
	margin: 0;
	margin-top:-1px;
	margin-right:-24px;
	width:100%;
	padding: 9px 0 0 24px;
	padding-right:100px;
	color: #777;
	font-size: 11px;
	text-align: right;
	box-shadow: 0px 12px 12px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0px 12px 12px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 0px 12px 12px rgba(0,0,0,0.5) inset;
	-o-box-shadow: 0px 12px 12px rgba(0,0,0,0.5) inset;
	-ms-box-shadow: 0px 12px 12px rgba(0,0,0,0.5) inset;
}
#bar-platinum, .bar-platinum {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #4512b3;
	text-shadow: 0px -1px 0px rgba(255,255,255,1);
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #b2b2b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#b2b2b2));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#b2b2b2 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#b2b2b2 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#b2b2b2 100%);
	background: linear-gradient(top, #e5e5e5 0%,#b2b2b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b2b2b2',GradientType=0 );
	border: 1px solid #c5c5c5;
}
#bar-gray, .bar-gray {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,.5);
	background: #d8d8d8;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #d8d8d8 0%,#666666 100%);
	background: -o-linear-gradient(top, #d8d8d8 0%,#666666 100%);
	background: -ms-linear-gradient(top, #d8d8d8 0%,#666666 100%);
	background: linear-gradient(top, #d8d8d8 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#666666',GradientType=0 );
	border: 1px solid #c5c5c5;
}
#bar-black, .bar-black {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	background: #707070;
	background: -moz-linear-gradient(top, #707070 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #707070 0%,#000000 100%);
	background: -o-linear-gradient(top, #707070 0%,#000000 100%);
	background: -ms-linear-gradient(top, #707070 0%,#000000 100%);
	background: linear-gradient(top, #707070 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#000000',GradientType=0 );
	border: 1px solid #555 #000 #000 #555;
}
#bar-violet, .bar-violet {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	background: #874cff;
	background: -moz-linear-gradient(top, #874cff 0%, #4300cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#874cff), color-stop(100%,#4300cc));
	background: -webkit-linear-gradient(top, #874cff 0%,#4300cc 100%);
	background: -o-linear-gradient(top, #874cff 0%,#4300cc 100%);
	background: -ms-linear-gradient(top, #874cff 0%,#4300cc 100%);
	background: linear-gradient(top, #874cff 0%,#4300cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874cff', endColorstr='#4300cc',GradientType=0 );
	border: 1px solid #c5c5c5;
}
#bar-green, .bar-green {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	background: #66ff66;
	background: -moz-linear-gradient(top, #66ff66 0%, #007f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66ff66), color-stop(100%,#007f00));
	background: -webkit-linear-gradient(top, #66ff66 0%,#007f00 100%);
	background: -o-linear-gradient(top, #66ff66 0%,#007f00 100%);
	background: -ms-linear-gradient(top, #66ff66 0%,#007f00 100%);
	background: linear-gradient(top, #66ff66 0%,#007f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ff66', endColorstr='#007f00',GradientType=0 );
	border: 1px solid #c5c5c5;
}
#bar-gold, .bar-gold {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	background: #ffe14c;
	background: -moz-linear-gradient(top, #ffe14c 0%, #b25900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe14c), color-stop(100%,#b25900));
	background: -webkit-linear-gradient(top, #ffe14c 0%,#b25900 100%);
	background: -o-linear-gradient(top, #ffe14c 0%,#b25900 100%);
	background: -ms-linear-gradient(top, #ffe14c 0%,#b25900 100%);
	background: linear-gradient(top, #ffe14c 0%,#b25900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe14c', endColorstr='#b25900',GradientType=0 );
	border: 1px solid #c5c5c5;
}
#bar-blue, .bar-blue {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	background: #4c88ff;
	background: -moz-linear-gradient(top, #4c88ff 0%, #0044cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c88ff), color-stop(100%,#0044cc));
	background: -webkit-linear-gradient(top, #4c88ff 0%,#0044cc 100%);
	background: -o-linear-gradient(top, #4c88ff 0%,#0044cc 100%);
	background: -ms-linear-gradient(top, #4c88ff 0%,#0044cc 100%);
	background: linear-gradient(top, #4c88ff 0%,#0044cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c88ff', endColorstr='#0044cc',GradientType=0 );
	border: 1px solid #c5c5c5;
}
#bar-red, .bar-red {
	margin: -3px -3px 6px -3px;
	padding: 4px 2px 4px 4px;
	overflow-x:hidden;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	background: #ff2626;
	background: -moz-linear-gradient(top, #ff2626 0%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2626), color-stop(100%,#990000));
	background: -webkit-linear-gradient(top, #ff2626 0%,#990000 100%);
	background: -o-linear-gradient(top, #ff2626 0%,#990000 100%);
	background: -ms-linear-gradient(top, #ff2626 0%,#990000 100%);
	background: linear-gradient(top, #ff2626 0%,#990000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2626', endColorstr='#990000',GradientType=0 );
	border: 1px solid #c5c5c5;
}
.welcome {
	position: relative;
	padding-top: 2px;
	padding-right: 12px;
	text-align: right;
	align: right;
	font-size: 11px;
	color: #fff;
}
#title, .title {
	font-size: 17px;
	font-weight: bold;
	color: #4512b3;
	text-shadow: 0px 1px 2px rgba(0,0,0,.3);
}
.box-sponsorpanel {
	font-size: 9px;
	width: 110px;
	float: left;
	text-align: center;
	margin: 0 12px 12px 0;
	padding: 2px;
}
.box-gray, .box-right-gray {
	width: 200px;
	height: auto;
	margin: 0 0 12px 0;
	padding: 2px;
	background: url('/images/bg-hlt.png') repeat-x top left, #ececec url('/images/bg-paper-gray-lt2.png') repeat;
	border: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
}
.box-gold, .box-right-gold {
	width: 200px;
	height: auto;
	margin: 0 0 12px 0;
	padding: 2px 2px 2px 2px;
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(255,179,0,.05) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	border: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
}
.box-yellow, .box-right-yellow {
	width: 200px;
	height: auto;
	margin: 0 0 12px 0;
	padding: 2px 2px 2px 2px;
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(255,229,0,.05) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	border: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
}
.box-green, .box-right-green {
	width: 200px;
	height: auto;
	margin: 0 0 12px 0;
	padding: 2px 2px 2px 2px;
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(80,229,0,.05) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	border: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
}
.box-violet, .box-right-violet {
	width: 200px;
	height: auto;
	margin: 0 0 12px 0;
	padding: 2px 2px 2px 2px;
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(77,0,229,.05) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	border: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
}
.box-red, .box-right-red {
	width: 200px;
	height: auto;
	margin: 0 0 12px 0;
	padding: 2px 2px 2px 2px;
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(255,0,0,.05) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	border: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
}
.box-right-gray, .box-right-gold, .box-right-yellow, .box-right-green, .box-right-violet, .box-right-red {
	width: 164px;
	float: right;
	margin: 0 0 12px 12px;
}

.box-warning {
	display:none;
	clear:both;
	position:fixed;
	z-index:1001;
	top:0px;
	left:0px;
	min-width:160px;
	max-width:480px;
	overflow:visible;
	margin-top:129px;
	margin-left:280px;
	padding: 9px 16px 9px 16px;
	color: #fff;
	font-size: 13px;
	background: rgba(0,0,0,.80);
	border: 1px solid #fff;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 3px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 3px 6px rgba(0,0,0,0.6);
	-o-box-shadow: 2px 3px 6px rgba(0,0,0,0.6);
	-ms-box-shadow: 2px 3px 6px rgba(0,0,0,0.6);
}

.box-whosonlinewrapper {
	display:inline-block;
	margin:4px 0px 3px 0px;
	color:inherit;
	white-space:nowrap;
}
.box-subtle, a.box-subtle {
	margin:2px 0 0 0;
	padding:0px 3px 3px 3px;
	color:inherit;
	font-size:inherit;
	white-space: nowrap;
	vertical-align: middle;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	border:1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	cursor: pointer;
}
.box-subtle:hover, a.box-subtle:hover {
	margin:2px 0px 0px 0px;
	padding:0px 3px 3px 3px;
	background-image: -moz-linear-gradient(top,#eee 0%,#ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#eee,endColorStr=#ccc);
	background: -webkit-linear-gradient(top,#eee 0%,#ccc 100%);
	background: -o-linear-gradient(top,#eee 0%,#ccc 100%);
	background: -ms-linear-gradient(top,#eee 0%,#ccc 100%);
	background: linear-gradient(top,#eee 0%,#ccc 100%);
	border:1px solid #888;
	text-decoration:none;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5), inset 0px 1px 4px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5), inset 0px 1px 4px rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5), inset 0px 1px 4px rgba(255,255,255,0.8);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.5), inset 0px 1px 4px rgba(255,255,255,0.8);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.5), inset 0px 1px 4px rgba(255,255,255,0.8);
}
.box-subtle a:hover {
	text-decoration:none;
}
.box-whosonline {
	float: left;
	min-width: 54px;
	min-height: 64px;
	margin: 2px 2px 2px 2px;
	padding: 2px;
	font-size: 8px;
	text-align: center;
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(0,0,0,.03) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius:6px;
	-ms-border-radius: 6px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.5), inset 0px 0px 6px rgba(255,255,255,1.0);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.5), inset 0px 0px 6px rgba(255,255,255,1.0);
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.5), inset 0px 0px 6px rgba(255,255,255,1.0);
	-o-box-shadow: 0px 1px 6px rgba(0,0,0,0.5), inset 0px 0px 6px rgba(255,255,255,1.0);
	-ms-box-shadow: 0px 1px 6px rgba(0,0,0,0.5), inset 0px 0px 6px rgba(255,255,255,1.0);
}

.box-whosonline a:hover, .box-whosonline:hover {
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(77,0,229,.16) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	border-color: #4512b3;
}
.box-whosonline img {
	filter:alpha(opacity=75);
	opacity: .75;
}
.box-whosonline img:hover {
	filter:alpha(opacity=100);
	opacity: 1.0;
}

.fields {
	padding: 0px 4px 0px 4px;
}
.fields-login {
	width: 120px;
}
.fields-profile {
	width: 300px;
}
.fields-pm {
	min-width: 460px;
}
.btn, .btn a, .btn:active {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	padding: 0px 6px 2px 6px;
	margin: 1px;
	background: #874cff;
	background: -moz-linear-gradient(top, #874cff 0%, #4300cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#874cff), color-stop(100%,#4300cc));
	background: -webkit-linear-gradient(top, #874cff 0%,#4300cc 100%);
	background: -o-linear-gradient(top, #874cff 0%,#4300cc 100%);
	background: -ms-linear-gradient(top, #874cff 0%,#4300cc 100%);
	background: linear-gradient(top, #874cff 0%,#4300cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874cff', endColorstr='#4300cc',GradientType=0 );
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	cursor: pointer;
}
.btn a:hover, .btn:hover, .btn-gray a:hover, .btn-gray:hover, .btn-green a:hover, .btn-green:hover, .btn-red a:hover, .btn-red:hover {
	filter:alpha(opacity=75);
	opacity: .75;
}
.btn-gray, .btn-gray a, .btn-gray:active {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	padding: 0px 6px 2px 6px;
	margin: 1px;
	background: #d8d8d8;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #d8d8d8 0%,#666666 100%);
	background: -o-linear-gradient(top, #d8d8d8 0%,#666666 100%);
	background: -ms-linear-gradient(top, #d8d8d8 0%,#666666 100%);
	background: linear-gradient(top, #d8d8d8 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#666666',GradientType=0 );
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	border: 1px solid #222;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	cursor: pointer;
}
.btn-green, .btn-green a, .btn-green:avtive {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	padding: 0px 6px 2px 6px;
	margin: 2px;
	background: #66ff66;
	background: -moz-linear-gradient(top, #66ff66 0%, #007f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66ff66), color-stop(100%,#007f00));
	background: -webkit-linear-gradient(top, #66ff66 0%,#007f00 100%);
	background: -o-linear-gradient(top, #66ff66 0%,#007f00 100%);
	background: -ms-linear-gradient(top, #66ff66 0%,#007f00 100%);
	background: linear-gradient(top, #66ff66 0%,#007f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ff66', endColorstr='#007f00',GradientType=0 );
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	cursor: pointer;
}
.btn-red, .btn-red a, .btn-red:active {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	padding: 0px 6px 2px 6px;
	margin: 2px;
	background: #ff2626;
	background: -moz-linear-gradient(top, #ff2626 0%, #990000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2626), color-stop(100%,#990000));
	background: -webkit-linear-gradient(top, #ff2626 0%,#990000 100%);
	background: -o-linear-gradient(top, #ff2626 0%,#990000 100%);
	background: -ms-linear-gradient(top, #ff2626 0%,#990000 100%);
	background: linear-gradient(top, #ff2626 0%,#990000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2626', endColorstr='#990000',GradientType=0 );
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.7) inset;
	cursor: pointer;
}

.btn a:hover, .btn:hover, .btn-gray a:hover, .btn-gray:hover, .btn-green a:hover, .btn-green:hover, .btn-red a:hover, .btn-red:hover {
	filter:alpha(opacity=75);
	opacity: .75;
}

/* outermost div -- controls width, placement and shadow background image */
#wrapper {
	text-align: left;
	min-width: 602px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
}

#udm {
	width: 100% !important;
	/*clear: both;*/
}

#nav, .nav {
	position: relative;
	z-index: 100;
	clear: both;
	height: 22px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-size:11px;
	background: #707070;
	background: -moz-linear-gradient(top, #707070 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #707070 0%,#000000 100%);
	background: -o-linear-gradient(top, #707070 0%,#000000 100%);
	background: -ms-linear-gradient(top, #707070 0%,#000000 100%);
	background: linear-gradient(top, #707070 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#000000',GradientType=0 );
	border: 1px solid #000;
	border-top-color: #ccc;
	border-left-color: #000;
}

#search, .search {
	margin: 0 0 0 auto;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px 6px 2px 6px;
	text-align: right;
	background: #707070;
	background: -moz-linear-gradient(top, #707070 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #707070 0%,#000000 100%);
	background: -o-linear-gradient(top, #707070 0%,#000000 100%);
	background: -ms-linear-gradient(top, #707070 0%,#000000 100%);
	background: linear-gradient(top, #707070 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#000000',GradientType=0 );
}
#search form {
	margin: 0 0 0 0;
	padding: 0;
}
#search label {
	font-size: 11px
	font-weight:bold;
	color: #fff;
	vertical-align: middle;
}
#search input#searchField {
	background: #fff;
	width: 120px;
	height: 20px;
	border: 1px solid #ccc;
	box-shadow: inset #ebebeb 2px 3px 4px;
	-moz-box-shadow: inset #ebebeb 2px 3px 4px;
	-webkit-box-shadow: inset #ebebeb 2px 3px 4px;
	-o-box-shadow: inset #ebebeb 2px 3px 4px;
	-ms-box-shadow: inset #ebebeb 2px 3px 4px;
}
#search #searchButton {
	vertical-align: top;
	cursor: pointer;
}
.points {
	padding:6px 9px 6px 9px;
	vertical-align:text-top;
	color:#888;
	background: url('/images/bg-hlt.png') repeat-x top left, #ececec url('/images/bg-paper-gray-lt2.png') repeat;
	border:1px solid #ccc;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-o-border-radius:14px;
	-ms-border-radius:14px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 9px rgba(0,0,0,0.1), inset 0px 0px 6px rgba(255,255,255,0.5);
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
}
.points:hover, .points:active {
	color:#000;
	background: url('/images/bg-hlt.png') repeat-x top left, rgba(77,0,229,.05) url('/images/bg-paper-gray-lt2-texture.png') repeat;
	border-color:#999;
}
.horizontal-rule-wrap {
	position: relative;
	display: block;
	z-index:-99;
	top:-20px;
//	bottom:0;
//	min-width: 200px;
//	width: 100%;
	margin: 0 auto 0 auto;
}
.horizontal-rule {
	margin-top: 8px;
	margin-bottom: 0;
}
.horizontal-rule {
//	margin: 0;
	height: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}
.horizontal-rule span {
	position: absolute;
	display: block;
	border: none;
	height: 80px;
	top: -80px;
//	margin: 0;
	padding: 0;
	_display: none;
}
.horizontal-rule .first {
	background: no-repeat
	url('/images/dividers-horizontal.png') 0 0;
	background: -webkit-radial-gradient(bottom
		right,circle,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
		background: -moz-radial-gradient(bottom right,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
		width: 80px;
		left: 0;
}
.horizontal-rule .second {
	background: no-repeat
	url('/images/dividers-horizontal.png') -114px 0;
	background: -webkit-radial-gradient(bottom left,circle,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
	background: -moz-radial-gradient(bottom left,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
	width: 80px;
	right: 0;
}
.horizontal-rule .third {
	position: relative;
	margin-left: 80px;
	margin-right: 80px;
	top: -80px;
	background: url('/images/divider-vertical.png');
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
}
.horizontal-rule {
	margin-top: 22px;
	margin-bottom:-18px;
}
.footer, .footer td {
	margin-top: 9px;
	color:#777;
	font-size: 11px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
// end Style -->

