html {
    background-color: #1d1a19; /* Fondo gris oscuro */
    color: #FFF; /* Texto blanco */
    font-size: 11px;
    overflow-y: scroll;
}

header {
	margin: 60px 0px;
}

header a {
	border: 0;
}

header a:hover {
	border: 0;
}

header img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=0.1);
	-moz-opacity:0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
}

footer {
	color: #111;
	text-align: right;
	margin: 3px 15px;
}

a {
    color: #ff6400 !important; /* Azul actual */
    text-decoration: none !important;
    border-bottom: 1px dashed;
}

a:hover {
    border-bottom: 1px dotted;
}

input[type="text"], input[type="password"], textarea {
	background: none;
	border: none;

	font-size: 11px;
	font-family: arial;
	font-weight: normal;

	color: #333;

	width: 150px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	position: absolute;
	display: block;
	outline: none;
}

textarea {
	width: 400px;
	height: 150px;
	line-height: normal;
}

button {
    width: 172px;
    height: 25px;
    line-height: 25px;

    font-size: 11px;
    font-family: arial;
    text-transform: uppercase;

    background-color: #ffcc00; /* Fondo anaranjado */
    color: #000; /* Texto negro */
    border: 1px solid #ffcc00; /* Borde anaranjado */
    border-radius: 5px;
    padding: 0px 10px;
    cursor: pointer;
}

button:hover, input[type='submit']:hover {
    background-color: #fff; /* Blanco al pasar el cursor */
    color: #000; /* Texto negro */
    border: 1px solid #fff; /* Borde blanco */
}

button.small {
	width: 150px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}

table {
	width: 100%;
}

form {
	width: 172px;
	margin: 0px auto;
}

form.collapsed div.input {
	display: none;
}

form#purchasePaySafeCard {
	margin: 0px;
}

hr {
	border: none;
	border-top: 1px dashed #ff0084;
}

tr.widget-header {
	padding-left: 10px;
	height: 30px;
}

iframe {
	width: 800px;
	height: 600px;
}

#container {
	width: 974px;
	margin: 0px auto;
}

#content {
	background-color: #111;
	padding: 15px;
}
.notification {
    font-weight: normal !important;
    padding: 7px;
    position: absolute;
    top: 280px;
}

.error {
    padding: 7px;
}

.input, .textarea {
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;

    display: inline-block;
    display: block;
    zoom: 1;
    *display: inline;
    _height: 25px;
    vertical-align: middle;
}

.input span, .textarea span {
    text-align: right;
    pointer-events: none;
    display: block;
}

.input, button, textarea {
    margin: 3px 0px;
}

.percent25 {
	width: 24%;
}

.percent33 {
	width: 33%;
}

.percent50 {
	width: 50%;
}

.percent67 {
	width: 67%;
}

.percent70 {
	width: 76%;
	padding-left: 15px;
}

.loader {
	padding-top: 4px;
	margin-left: -7px;
	position: absolute;
	display: none;
}

.middle {
	text-align: center;
}

.right {
	text-align: right;
}

.ui-state-default {
	font-weight: normal !important;
}

.widget-header {
	padding: 10px;
}

.widget-content {
	padding: 5px;
}

.icon {
	float: left;
	margin-right: .3em;
}

.returnButton {
	position: absolute;
	margin-left: 787px;
	top: 5px;
}

.credits {
	padding: 0px 2px;
}

.tableIcon {
	width: 36px;
}

/*THUMBNAIL HOVERPOPUPS*/

.thumbnail  {
	position: relative;
	float: left;
	padding: 5px;
	/*z-index: 0;*/
}

.thumbnail:hover {
	background-color: #e9e9e2;
	/*z-index: 50;*/
	color: #335500;
	text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #e5e5e5;

	/*left: -1000px;*/
	border: 1px solid #666;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0px; 
	/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible; 
	width: auto;
	top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	left: 100px;/*position where enlarged image should offset horizontally */
}


.tableCollapsed {
	display: none;
}

.tableCount, .tablePrice, .tablePurchase, .tablePreview, .tableEnchant, .tableBid, .tableEnd {
    width: 100px;
    text-align: center;
    border-left: 1px solid #ffcc00; /* Bordes anaranjados */
    color: #fff; /* Texto blanco */
}

.tablePrice {
	width: 70px;
}

.tableEnd {
	width: 170px;
}

.tableBid {
	width: 150px;
	font-weight: normal !important;
}

.tableEnchant {
	width: 120px;
}

.tablePurchase {
	width: 90px;
}

.tablePreview {
	width: 145px;
}

.tablePurchase a, .tablePreview a , .tableEnchant a {
	color: white !important;
	text-transform: uppercase;
}

.red {
	color: #ff0084;
}

.green {
	color: #00ff84;
}

.vote_banner img {
	width: 88px;
	height: 50px;
}

