/* CSS Document */

/* basic styles */
@import url('../../includes/styles.css');

#topcine {
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.topcine {
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	background-color: #FFFFCC;
}
table.topcine th {
	border: 1px solid #777777;
	width: 35px;
	height: 82px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: bottom center;
}
table.topcine th.none {
	border: 1px solid #777777;
	width: auto;
	padding-left: 3px;
	/*background:  url("images/clue.gif") no-repeat 3px 0;*/
}

table.topcine td {
	border: 1px solid #777777;
	width: 35px;
	height: 21px;
	background-color: #FFFFCC;
}
table.tocine tr.sep td {
	border: none;
}
table.topcine td.s5 {
	background: url('../../../topcine/2008/images/star5.gif') no-repeat;
}
table.topcine td.s4 {
	background: url('../../../topcine/2008/images/star4.gif') no-repeat;
}
table.topcine td.s3 {
	background: url('../../../topcine/2008/images/star3.gif') no-repeat;
}
table.topcine td.s2 {
	background: url('../../../topcine/2008/images/star2.gif') no-repeat;
}
table.topcine td.s1 {
	background: url('../../../topcine/2008/images/star1.gif') no-repeat;
}
table.topcine td.s0 {
	background: url('../../../topcine/2008/images/star0.gif') no-repeat;
}
table.topcine td.film {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #777777;
	text-align: left;
	padding-left: 2px;
	vertical-align: middle;
	width: auto;
	word-spacing: 1px;
}
#text td.film a.rw {
	background: transparent url('../../../topcine/graficos/rwlink.gif') no-repeat left center;
	padding-right: 8px;
	color: #000000;
	border: none;
}
#text td.film a.rw:hover {
	background-image: url('../../../topcine/graficos/rwlink2.gif');
}

table.topcine .hover {
	background-color: #6699cc;
}
table.topcine .hover td.film {
	background-color: #ffffcc;
	color: #6699cc;
	font-weight: bold;
}
table.topcine .hover td.s5 {
	background: url('../../../topcine/2008/images/star5b.gif') no-repeat;
}
table.topcine .hover td.s4 {
	background: url('../../../topcine/2008/images/star4b.gif') no-repeat;
}
table.topcine .hover td.s3 {
	background: url('../../../topcine/2008/images/star3b.gif') no-repeat;
}
table.topcine .hover td.s2 {
	background: url('../../../topcine/2008/images/star2b.gif') no-repeat;
}
table.topcine .hover td.s1 {
	background: url('../../../topcine/2008/images/star1b.gif') no-repeat;
}
table.topcine .hover td.s0 {
	background: url('../../../topcine/2008/images/star0b.gif') no-repeat;
}
table.topcine .hover td {
	background-color: #6699cc;
}
table.topcine .hover td.disabled {
	background-color: #6699cc;
}

table.topcine td.disabled {
    background-color: #dfdfdf;
}

#top {
	font-size: 11px;
	display: none;
}
