* {
	margin:0;
	padding:0;
}
body {
	background:#FF6363 url('../images/body-bg.jpg') repeat-x scroll top left;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}


/* wrapper */
div#wrap {
	width:90%;
	margin:0 auto;
	padding:0 10px;
	min-width: 907px;
}


/* header & nav */
div#header {
	margin:0 auto; 
	height:137px;
	background-color:#ffffff;
}
div#header-left {
	height:137px;
	background:transparent url('../images/header-left.png') no-repeat scroll top left;
}
div#header-right {
	height:137px;
	background:transparent url('../images/header-right.png') no-repeat scroll top right;
}
div#nav {
	height:55px;
	background:#4B2A23;
}
div#nav ul {
	list-style:none;
	padding:0;
	height:100%;
	margin:0;
	position:relative;
}
div#nav ul li {
	display:inline;
	float:left;
}
div#nav ul li.selected {

	background-color:#4B2A23;
}
div#nav ul li.selected a, div#nav ul li.selected a:visited {
	color:#203147;
	background:transparent url('../images/tab_right.jpg') no-repeat scroll right 9px;
	margin:0;
	padding:0;
}
div#nav ul li.selected a span, div#nav ul li.selected a:hover span {
	background:transparent url('../images/tab_left.jpg') no-repeat scroll left 9px;
	display:block;
	cursor:pointer;
	padding:22px 25px 17px 25px;
}
div#nav ul li a, div.nav ul li a:visited {
	float:left;
	margin:0 5px;
	padding:22px 25px 17px 25px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
div#nav ul li a:hover {
	background:transparent url('../images/tab_right_over.jpg') no-repeat scroll right 9px;
	padding:0;
}
div#nav ul li a:hover span {
	background:transparent url('../images/tab_left_over.jpg') no-repeat scroll left 9px;
	display:block;
	padding:22px 25px 17px 25px;
	cursor:pointer;
}
div.relation
{
	clear:right;
}

/* headers */
h1 {
	line-height:20px;
	font-size:10px;
	color:#333333;
	overflow:hidden;
	text-indent:-9999px;
}
h2 {
	font-size:1.5em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:normal;
	color:#333333;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	padding:15px 15px 15px 20px;
}
h4 {
	font-size:1.2em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	font-weight:bold;
	color:#333333;
}
div.title {
	background:#62322C url('../images/tab_title_right.png') no-repeat scroll top right;
	padding:0;	
}
div.title-alternate {
	background:#62322C url('../images/tab_title_right_alternate.png') no-repeat scroll top right;
	padding:0;	
}
div.title h3, div.title-alternate h3 {
	background:transparent url('../images/tab_title_left.png') no-repeat scroll top left;
	color:#ffffff;
}
div.small-title h3 {
	border-bottom:1px solid #cccccc;
	color:#4B2A23;
	padding:5px;
}


/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.7em;
	font-size:0.95em;
	color:#333333;
}
ul {
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	border:1px solid #68312E;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}


/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:20px;
}
fieldset legend {
	font-size:0.9em;
	color:#333333;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { 
	margin-top: 20px;
}
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form select {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#68312E none repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.8em;
	border:1px solid #68312E;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
button.formbutton {
	background:#68312E none repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.8em;
	border:1px solid #68312E;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form input.no-border {
	border-style:none;
}


/* search form */
div#search {
	background-color:#FF6363;
	padding: 8px;
}
form.searchform input#searchq {
	width: 140px;
	margin-right: 8px;
}
form.searchform input.formbutton {
	padding-bottom: 6px;
}


/* default tables */ 
table {
	width:100%;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#68312E none repeat-x scroll bottom left;
	color:#ffffff;
	font-weight: normal;
}
table tr td {
	border-bottom:1px solid #dddddd;
}
table tr td.no-border {
	border-bottom:none;
}
table tr td.heading {
	background:#68312E none repeat-x scroll bottom left;
	color:#ffffff;
	border-bottom: none;
	width: 165px;
}
table tr td.heading span.heading-suffix, table tr td span.field-suffix {
	font-size: 90%;
}
table tr td.center-cell {
	text-align: center;
}
table tr td img.icon {
	float: left;
	margin-right: 4px;
}
tr.r0 td { background-color:#ffffff; }
tr.r1 td { background-color:#DCE2EE; }
tr.win td { background-color:#ACDDB9; }
tr.loss td {background-color:#FDD4C4; }

tr.inactive td { color:red; }


span.no-wrap {
	white-space: nowrap;
}


/* default links */
a { 
	color:#353E4F;
}
a:visited { 
	color:#353E4F;
} 
a:hover { 
	color:#ff6c00; 
}
	

/* central page */
div.page {
	clear:both;
	margin:0;
	background-color:#ffffff;
	padding:10px 10px 0 10px;

}
div.page ul {
	font-size:0.95em;
}
div.page ul li {
	padding:3px 0 3px 25px;
	background:transparent url('../images/bullet.jpg') no-repeat scroll 10px 50%;
}


/* content */
div.content {
	width:67%;
	float:left;
	overflow:hidden;
}


/* sidebar */
div.sidebar {
	width:30%;
	float:right;
}
div.sidebar p {
	background-color:#E0E0E0;
	padding:5px 8px;
	margin-top:1px;
}
div.sidebar ul {
	list-style:none;
	padding:0 0 20px;
}
div.sidebar ul li {
	padding:0;
	background:transparent url('../images/bullet.jpg') no-repeat scroll 10px 50%;
	padding:7px 0 7px 25px;
	border-bottom:1px solid #dddddd;
}
div.sidebar ul li a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:1.0em;
	color:#343D4E;
	display:block;
}
div.sidebar ul li a:hover {
	color:#ff6c00; 
}
div.sidebar div#gloves-container
{
	margin-top: -105px;
}
div.sidebar div#gloves-container div#gloves
{
	background:transparent url('../images/gloves.png') no-repeat scroll top right;
	height:105px;
}
div.sidebar div.search-field
{
	float: left;
}
div.sidebar p.spacer
{
	background-color:#ffffff;
}

div.sideblock {
	background-color:#E0E0E0;
	margin-bottom: 20px;
}
div.paypal-button
{
	text-align: center;
	padding-bottom: 20px;
}
div.paypal-button form
{
	margin-top: 0px;
}
div.paypal-button form input
{
	border: none;
	padding: 0px;
}
div.overview-member, div.overview-fighter {
	margin-bottom: 10px;
}
div.overview-member {
	background:transparent url('../images/elements/account.png') no-repeat scroll center left;
}
div.overview-fighter {
	background:transparent url('../images/elements/active_fighter.png') no-repeat scroll center left;
}
div.overview-member img.icon, div.overview-fighter img.icon {
	float: left;
	margin-right: 4px;
}
div.overview-container {
	margin-left: 59px;
	font-size:0.95em;
	color:#333333;
	padding: 8px 0px;
}
div.overview-title {
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	color: #4B2A23;
	overflow: hidden;
}
div.overview-content {
	margin-top: 4px;
}
div.overview-content div {
	float: left;
}
div.overview-separator {
	color: #cccccc;
	margin: 0px 4px;
}
div.overview-clear {
	clear: both;
}


/* footer */
div.footer {
	clear:both;
	margin-top:10px;
	border-top:1px solid #54627D;
	background:#62322C;
	height:80px;
}
div.footer p {
	text-align:center;
	color:#eeeeee;
	padding-top:3px;
	font-size:0.9em;
}
div.footer p a {
	color:#eeeeee;
}


/* chat box */
div#chat-container {
	position: fixed;
	width: 90%;
	margin-left: 5%;
	bottom: 0;
	display: block;
}
div.chat-panel {
	width: 100%;
	left: 0%;
}
div#chat-content {
	height: 0px;
	background-color: #e6e6e6;
	display: block;
}
div#chat-content.enabled {
	height: 234px;
}
div#chat-inner {
	display: none;
}
div#chat-inner.enabled {
	display: block;
}
div.slide-button {
	width: 140px;
	position: relative;
	float: right;
}
div#open-button {
	display: none;
}
div#close-button {
	display: none;
}
div#open-button.enabled {
	display: block;
}
div#close-button.enabled {
	display: block;
}
div.slide-button-left {
	background: transparent url('../images/tab_slidebox_left.png') no-repeat scroll top left;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 4px;
	cursor: pointer;
}
div.slide-button-right {
	background: transparent url('../images/tab_slidebox_right.png') no-repeat scroll top left;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 24px;
	width: 4px;
	cursor: pointer;
}
div.slide-button-middle {
	background-color: #4B2A23;
	height: 24px;
	margin: 0px 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
div.chat-content-border {
	background-color: #4B2A23;
	height: 6px;
	clear: both;
	margin-bottom: -1px;
}
span.chat-title {
	position: relative;
	top: 4px;
}
div.chat-error {
	text-align: center;
	padding-top: 26px;
}

/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}
div.hidden, tr.hidden {
	display: none;
}
p.bottom-menu {
	text-align: right;
}
div.button-note {
	font-size: 0.7em;
	margin-top: 5px;
}

/* forms style */
span.error {
	color:#ff6c00;
}
span.inline-link {
	margin-right:20px;
}


/* jquery ui theme extension */
div.ui-state-error {
	margin-bottom: 20px;
}
div.ui-state-error p {
	color:#ff6c00;
	margin-bottom: 0px;
}
div.ui-state-error span.ui-icon-alert {
	margin-top: 5px
}
span.ui-dialog-title
{
	color: #ffffff;
}
.ui-widget-content a { 
	color:#353E4F;
}
.ui-widget-content a:visited { 
	color:#353E4F;
} 
.ui-widget-content a:hover { 
	color:#ff6c00; 
}
.ui-dialog .ui-widget-header .ui-icon {
	background-image: url(custom-theme/images/ui-icons_ffffff_256x240.png);
}
.ui-dialog .ui-state-hover .ui-icon, .ui-dialog .ui-state-focus .ui-icon {
	background-image: url(custom-theme/images/ui-icons_454545_256x240.png);
}


/* fighter related */
div.headshot {
	width: 100px;
	height: 100px;
	position: relative;
	left: 42px;
	top: 2px;
	margin-top: 15px;
	vertical-align:bottom;
}
div.champion {
	width: 200px;
	margin: 0px 10px;
}
div.avatar-box {
	border: 1px solid #aaaaaa;
	width:auto;
}
div.border-title-avatar
{
	background-color: #e0e0e0;
	height: 24px;
	padding-left: 20px;
}


/* accordion related */
div.accordion {
	margin-bottom: 20px;
}
div.accordion  div.accordion-title {
	font-weight: bold;
}
div.accordion-legend {
	margin-top: -20px;
}
div.accordion-legend p {
	text-align: right;
	margin-bottom: 0px;
}
div.accordion-legend p span.accordion-legend-title {
	font-weight: bold;
}
div.accordion-legend p span.accordion-legend-item-after {
	margin-right: 10px;
}
span.accordion-ranking, span.accordion-rating, span.accordion-active, span.accordion-referral, span.accordion-online, span.accordion-offline {
	margin-left: 10px;
}


/* countdown related */
div#countdown-container {
	margin-bottom: 20px;
	font-size:0.95em;
	color:#333333;
	width: 440px;
	margin: 0px auto;
}
div#countdown-clock {
	float: left;
	width: 64px;
	height: 64px;
	margin-top: 8px;
	background:transparent url('../images/icons/big_clock.png') no-repeat scroll top left;
}
div#countdown-element {
	width: 370px;
	float: right;
}
div#sponsormessage {
	width: 550px;
}
div#countdown-clear {
	clear: both;
}

/* summary interface */
span.news-date {
	font-size: 0.8em;
}
span.news-poster {
	font-size: 0.8em;
	font-style: italic;
}


/* stable interface */
div.management {
	float: right;
}
div.management form {
	margin-top: 0px;
}
div.management ul.menu {
	width: 244px;
	padding: 0px;
}
div.management ul.menu li {
	height: 40px;
	background: transparent none;
	padding: 0px;
}
div.management ul.menu li a {
	display: block;
	width: 244px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.management ul.menu li a.active {
	background:transparent url('../images/menus/active.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.referral {
	background:transparent url('../images/menus/referral.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.retire {
	background:transparent url('../images/menus/retire.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.levelup {
	background:transparent url('../images/menus/level.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.uploadimage {
	background:transparent url('../images/menus/uploadimage.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.addfund {
	background:transparent url('../images/menus/addfund.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.namechange {
	background:transparent url('../images/menus/namechange.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.locationchange {
	background:transparent url('../images/menus/locationchange.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.addfinisher {
	background:transparent url('../images/menus/finisher.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.editfinisher {
	background:transparent url('../images/menus/finisher-edit.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.addtrademark {
	background:transparent url('../images/menus/trademark.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.leanchange {
	background:transparent url('../images/menus/lean.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.entrance {
	background:transparent url('../images/menus/entrance.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.deletemoves {
	background:transparent url('../images/menus/deletemoves.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.tauntadd {
	background:transparent url('../images/menus/tauntadd.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.tauntedit {
	background:transparent url('../images/menus/tauntedit.png') no-repeat scroll 0px 0px;
}
div.management ul.menu li a.disabled {
	background-position: 0px -80px;
}
div.management ul.menu li a:hover {
	background-position: 0px -40px;
}
div.management ul.menu li a.disabled:hover {
	cursor: default;
	background-position: 0px -80px;
}


div#stable-accordion h4.not-champion
{
	margin-top: 190px;
}

div#stable-accordion div.accordion-content
{
	background:transparent url('../images/bg_stable.png') no-repeat scroll 0px 1px;
}

/* create fighter interface */
p.class-label {
	margin-bottom: 0px;
}
div#class-container {
	width: 370px;
	margin-bottom: 20px;
}
div#class-box {
	border: 1px solid #aaaaaa;
}
div#class-box ul {
	list-style: none;
	padding: 0px;
}
div#class-box ul li {
	width: 300px;
	height: 400px;
	overflow: hidden;
	padding: 0px;
	background: transparent none;
}
div#class-box ul li div.border-title-class {
	background-color: #e0e0e0;
	padding-left: 20px;
	height: 24px;
}
div#class-container div a {
	display: block;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}
div#class-container div#arrow-left a {
	float: left;
	width: 27px;
	background:transparent url('../images/arrow_left.png') no-repeat scroll 0px 0px;
	margin: 1px 7px 0px 0px;
}
div#class-container div#arrow-right a {
	float: right;
	width: 26px;
	background:transparent url('../images/arrow_right.png') no-repeat scroll 0px 0px;
	margin: 1px 0px 0px 8px;
}
div#class-container div#arrow-left a:hover, div#class-container div#arrow-right a:hover {
	background-position: 0px -24px;
}


/* fight interface */
table.fighter-data {
	border-width: 0px;
	margin-bottom: 20px;
}
table.fighter-data td {
	text-align: center;
}
div.fighting {
	float: right;
}
div.fighting form {
	margin-top: 0px;
}
div.fighting ul.menu {
	width: 232px;
	padding: 0px;
}
div.fighting ul.menu li {
	height: 40px;
	background: transparent none;
	padding: 0px;
	margin-bottom: 5px;
}
div.fighting ul.menu li a {
	display: block;
	width: 232px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.fighting ul.menu li a.fight {
	background:transparent url('../images/menus/fight.png') no-repeat scroll 0px 0px;
}
div.fighting ul.menu li a.spy {
	background:transparent url('../images/menus/spy.png') no-repeat scroll 0px 0px;
}
div.fighting ul.menu li a.disabled {
	background-position: 0px -80px;
}
div.fighting ul.menu li a:hover {
	background-position: 0px -40px;
}
div.fighting ul.menu li a.disabled:hover {
	cursor: default;
	background-position: 0px -80px;
}


/* fight results dialog interface */
div.results div.avatar-container {
	float: right;
	margin-right: 16px;
}
div.results div.hide-avatar-notice {
	width: 300px;
	height: 20px;
	background-color: #ffffff;
	position: absolute;
	margin-top: -21px;
	margin-left: 1px;
}
div.results div.results-container {
	float: left;
	width: 100%;
}
div.results div.results-container div.new-champion {
	width: 620px;
	height: 40px;
	background: transparent url('../images/new_champion.png') center top no-repeat;
}
div.results div#description-container {
	height: 220px;
	overflow-y: scroll;
}
div.results table#fight-results {
	margin-top: 15px;
}

div.results div.description-fighter {
	color: #333333;
	background-color: #e0e0e0;
}
div.results div.description-opponent {
	color: #808080;
}
div.results span.description-fighter {
	color: green;
	font-weight: bold;
}
div.results span.description-opponent {
	color: red;
	font-weight: bold;
}
div.results div.description-results {
	font-size: 18px;
	font-weight: bold;
}
div.results div.bold { font-weight:bold; }




/* training interface */
form#train {
	margin-top: 10px;
}
div#countdown-clock.training-clock {
	margin-top: 18px;
}
table.levels {
	border-width: 0px;
	margin-bottom: 20px;
	font-size: 0.8em;
}
div.content table.first-row {
	margin-bottom: 0px;
}
table.levels td {
	text-align: center;
}
table.queue {
	border-width: 0px;
}
table.queue td {
	text-align: center;
}
span.empty {
	font-style: italic;
}
div#tabs-train.training-tabs {
	min-height: 794px;
}
div.training {
	float: right;
}
div.training form {
	margin-top: 0px;
}
div.training ul.menu-attribute {
	width: 236px;
	padding: 0px;
}
div.training ul.menu-style {
	width: 209px;
	padding: 0px;
}
div.training ul.menu-advanced {
	width: 209px;
	padding: 0px;
}
div.training ul.menu-attribute li, div.training ul.menu-style li, div.training ul.menu-advanced li {
	height: 40px;
	background: transparent none;
	padding: 0px;
}
div.training ul.menu-attribute li a {
	display: block;
	width: 236px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.training ul.menu-style li a {
	display: block;
	width: 209px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.training ul.menu-advanced li a {
	display: block;
	width: 198px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.training ul.menu-attribute li a.train {
	background:transparent url('../images/menus/train_attribute.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-attribute li a.queue {
	background:transparent url('../images/menus/queue_attribute.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-style li a.train {
	background:transparent url('../images/menus/train_style.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-style li a.queue {
	background:transparent url('../images/menus/queue_style.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-advanced li a.train-offense {
	background:transparent url('../images/menus/train_offense.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-advanced li a.train-defense {
	background:transparent url('../images/menus/train_defense.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-advanced li a.queue-offense {
	background:transparent url('../images/menus/queue_offense.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-advanced li a.queue-defense {
	background:transparent url('../images/menus/queue_defense.png') no-repeat scroll 0px 0px;
}
div.training ul.menu-attribute li a.disabled, div.training ul.menu-style li a.disabled, div.training ul.menu-advanced li a.disabled {
	background-position: 0px -80px;
}
div.training ul.menu-attribute li a:hover, div.training ul.menu-style li a:hover, div.training ul.menu-advanced li a:hover {
	background-position: 0px -40px;
}
div.training ul.menu-attribute li a.disabled:hover, div.training ul.menu-style li a.disabled:hover, div.training ul.menu-advanced li a.disabled:hover {
	cursor: default;
	background-position: 0px -80px;
}
div.image-skill
{
	width: 160px;
	height: 110px;
	margin: 0px 10px;
	position: relative;
	top: 2px;
}
div.image-advanced
{
	height: 160px;
}
p span.support {
	font-size: 0.8em;
}
div#tabs-train .ui-widget-content a {
	color: #353E4F;
}

div#tabs-train .ui-widget-content a:hover {
	color: #FF6C00;
}


/* store interface */
table.purchases {
	border-width: 0px;
}
div.store form {
	margin-top: 0px;
}
div.image-purchase {
	width: 160px;
	height: 110px;
	margin: 0px 10px;
	position: relative;
	top: 2px;
}
div.purchasing {
	float: right;
	margin-left: 20px;
}
div.purchasing ul.menu {
	width: 191px;
	padding: 0px;
}
div.purchasing ul.menu li {
	height: 40px;
	background: transparent none;
	padding: 0px;
	margin-bottom: 5px;
}
div.purchasing ul.menu li a {
	display: block;
	width: 191px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.purchasing ul.menu li a.purchase {
	background:transparent url('../images/menus/purchase.png') no-repeat scroll 0px 0px;
}
div.purchasing ul.menu li a.disabled {
	background-position: 0px -80px;
}
div.purchasing ul.menu li a:hover {
	background-position: 0px -40px;
}
div.purchasing ul.menu li a.disabled:hover {
	cursor: default;
	background-position: 0px -80px;
}
div.purchasing-clear {
	clear: both;
}


/* vote interface */
div#vote-container {
	width: 370px;
	margin: 0px auto;
	margin-bottom: 20px;
}
div#vote-box {
	border: 1px solid #aaaaaa;
}
div#vote-box ul {
	list-style: none;
	padding: 0px;
}
div#vote-box ul li {
	width: 300px;
	height: 129px;
	overflow: hidden;
	padding: 0px;
	background: transparent none;
}
div#vote-box ul li div.border-title-vote {
	background-color: #e0e0e0;
	padding-left: 20px;
	height: 24px;
}
div#vote-box ul li img {
	margin: 26px 106px;
}
div#vote-container div a.arrow {
	display: block;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}
div#vote-container div#arrow-left a {
	float: left;
	width: 27px;
	background:transparent url('../images/arrow_left.png') no-repeat scroll 0px 0px;
	margin: 1px 7px 0px 0px;
}
div#vote-container div#arrow-right a {
	float: right;
	width: 26px;
	background:transparent url('../images/arrow_right.png') no-repeat scroll 0px 0px;
	margin: 1px 0px 0px 8px;
}
div#vote-container div#arrow-left a:hover, div#vote-container div#arrow-right a:hover {
	background-position: 0px -24px;
}


/* sponsors interface */
div.sponsor-banner {
	text-align: center;
}
div.image-sponsor {
	width: 160px;
	height: 110px;
	margin: 0px 10px;
	position: relative;
	top: 2px;
}
div.selecting {
	float: right;
	margin-left: 20px;
}
div.selecting ul.menu {
	width: 233px;
	padding: 0px;
}
div.selecting ul.menu li {
	height: 40px;
	background: transparent none;
	padding: 0px;
	margin-bottom: 5px;
}
div.selecting ul.menu li a {
	display: block;
	width: 233px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.selecting ul.menu li a.select {
	background:transparent url('../images/menus/sponsor.png') no-repeat scroll 0px 0px;
}
div.selecting ul.menu li a.disabled {
	background-position: 0px -80px;
}
div.selecting ul.menu li a:hover {
	background-position: 0px -40px;
}
div.selecting ul.menu li a.disabled:hover {
	cursor: default;
	background-position: 0px -80px;
}


/* fights history interface */
div.image-fight {
	width: 100px;
	height: 88px;
	padding: 0px 40px;
	position: relative;
	top: 2px;
}
div.title-fight {
	width: 160px;
	height: 136px;
	margin: 0px 10px;
}


/* strategy interface */
table#current-strategy {
	margin-bottom: 10px;
	border-width: 0px;
}
div#strategy-container {
	width: 530px;
	margin: 0px auto;
	margin-bottom: 20px;
}
div#strategy-box {
	border: 1px solid #aaaaaa;
}
div#strategy-box ul {
	list-style: none;
	padding: 0px;
}
div#strategy-box ul li {
	width: 460px;
	height: 112px;
	overflow: hidden;
	padding: 0px;
	background: transparent none;
}
div#strategy-box ul li div.border-title-strategy {
	background-color: #e0e0e0;
	padding-left: 20px;
	height: 24px;
}
div#strategy-container ul li div.slider-content {
	padding: 1em 2.2em;
}
div#strategy-box ul li img {
	margin: 26px 106px;
}
div#strategy-container div a.arrow {
	display: block;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}
div#strategy-container div#arrow-left a {
	float: left;
	width: 27px;
	background:transparent url('../images/arrow_left.png') no-repeat scroll 0px 0px;
	margin: 1px 7px 0px 0px;
}
div#strategy-container div#arrow-right a {
	float: right;
	width: 26px;
	background:transparent url('../images/arrow_right.png') no-repeat scroll 0px 0px;
	margin: 1px 0px 0px 8px;
}
div#strategy-container div#arrow-left a:hover, div#strategy-container div#arrow-right a:hover {
	background-position: 0px -24px;
}
div.use {
	float: right;
}
div.use form {
	margin-top: 0px;
}
div.use div.menu {
	width: 215px;
	padding: 0px;
}
div.use div.menu div.item {
	height: 40px;
	background: transparent none;
	padding: 0px;
}
div.use div.menu div.item a {
	display: block;
	width: 215px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
div.use div.menu div.item a.strategy {
	background:transparent url('../images/menus/strategy.png') no-repeat scroll 0px 0px;
}
div.use div.menu div.item a.disabled {
	background-position: 0px -80px;
}
div.use div.menu div.item a:hover {
	background-position: 0px -40px;
}
div.use div.menu div.item a.disabled:hover {
	cursor: default;
	background-position: 0px -80px;
}
div.strategy-content {
	color: #333333;
}
div.strategy-content div.ground, div.strategy-content div.standing {
	float: left;
}
div.strategy-content div.percentage {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}
div.strategy-content div.caption {
	font-size: 0.95em;
	text-align: center;
}
div.strategy-content div.separator {
	float: left;
	font-size: 2.8em;
	margin: 5px 6px 0px 3px;
}


/* referral interface */
table.referral-data {
	border-width: 0px;
	margin-bottom: 20px;
}
table.referral-data td {
	text-align: center;
}
div.referral-link a {
	color: #353E4F;
	font-size: 1.2em;
	font-weight: bold;
}
div.referral-link a:visited
{
	color: #353E4F;
}
div.referral-link a:hover { 
	color: #ff6c00; 
}

/* donation interface */
table#donation form {
	margin-top: 0px;
}

table#donation form input {
	border: medium none;
}

table#donation td {
	text-align: center;
}

table#donation td.no-border {
	text-align: left;
}