/* CSS Document */
/***** Main Template *****/
html {
	min-width: 902px;
} /*IE7*/

body {
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 64.5%;
	background-color: #34435F;
	background-image: "images/fondo_azul.gif";
	margin-top: 0px;
	margin-left: 0px;
	margin: 0;
	padding: 0 20px;
	text-align: center;	
}

#main_container {
	width:100%;
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}

/***** Common Content Formatting *****/

a {	
	color: #666666; 
	outline: none; 
	text-decoration: none;
}
a:visited { 
	color: #666666;
	text-decoration: none;
}
a:hover, a:focus { 
	text-decoration: underline;	
}
a:active { 
	color: #3399FF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #666666;
}

b:link {
	color: #FFFFFF;
}

h3 a:visited {
	color: #595650;
}

img {
	border: none;
}

p {
	line-height: 1.4;
}

li {
	margin-bottom: 0.3em;
}

.row1, .row2, .row3, .row4, .row1center {
	border: solid 1px #182848;
	border-right-color: #223355;
	border-bottom-color: #223355;
	padding: 4px;
}

.row1 {
	background-color: #081828;
}

td {
	padding: 2px;
}

td.np {
	padding: 0px;
}

td.np-body {
	background-color: #112238;
	padding: 0px;
}

.forum-buttons a, .forum-buttons a:visited {
	color: #E8E8EE;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

.forum-buttons a:hover, .forum-buttons a:active {
	color: #DD2222;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

.forum-buttons {
	color: #E8E8EE;
	background: #112238 url('foro/styles/rainbow_pearl/theme/images/bg_buttons.gif') top left repeat-x;
	border-top: solid 1px #0099FF;
	border-bottom: solid 1px #0099FF;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	text-align: center;
	white-space: nowrap;
	padding-top: 6px;
}
degradado{
   width:450px;
   height:auto;
   background: url('http://www.unioninternautas.com.ar/foro/boletin/imagenes/h4_bg.png') top left no-repeat;
}
h2 {
	margin: 0 0 0.2em 0;
	font-size: 120%;
	letter-spacing: 1px;
	font-weight: bold;
	clear: left;
	color: #FFFFFF;
}


h2 span, h3 span {
	color: #999;
	white-space: nowrap;
}


h3 {
	margin: 0 0 0.2em 0;
	font-size: 155%;
	letter-spacing: -1px;
	font-weight: bold;	
	clear: left;
	color: #666666;
}

h3 a {
	text-decoration: none;
	color: #797979;
	
} /*IE6, IE7*/

h4 {
	margin: 0 0 0.2em 0;
	font-size: 100%;
	letter-spacing: -1px;
	clear: left;
	color: #666666;
}

h4 a {
	text-decoration: none;
	color: #797979;
	
} /*IE6, IE7*/

translation-summary a:hover {
	text-decoration: none;
	background: #CAE9F7;
}

.style10 {
	font-weight:700;
	font-size: 9pt;
	font-family: Tahoma;
	color:#FFFFFF;
	text-align:center;
}

.style9 {
	font-weight: bold;
	font-size: 9pt;
	color: #666666;
}

.style11 {
	font-size: 11px;
	color: #666666;
}

/***** Template ****/
#recientes {
	margin-top: 0px;
}

#general {
	font-family: Tahoma;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
/*	max-width: 1200px;*/
	width: 950px;
	z-index: 1000;
}

#wrapper {
	padding: 12px 0 0 15px;
	min-height: 500px;
	z-index: 1000;
} /*IE6*/

#contents {
	clear: both;
	padding: 0 15px 15px 0;
	margin-top: 0px;
	z-index: 1000;
}

#header {
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 7px;
	position: relative;
}

#header a {
	color: #D2DCF3;
	font-size: 85%;
	font-weight: bold;
}


#header a:hover {
	color: #fff;
}

h1 {
	font-weight:700;
	font-size: 9pt;
	font-family: Tahoma;
	color:#FFFFFF;
	text-align:center;	
}

h1 a {
	position: absolute;
	height: 50px;
	width: 160px;	
	left: -14px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
}

h1 a:hover {
	cursor: pointer; /* IE7 */
}

#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul {
	float: left;
	width: 100%;
	clear: both;
}

#header .header-submenu a:hover {
	color: #000000;
	background: url(images/header-submenu-current.gif) 50% 0% no-repeat;
}

#header li {
	display: inline;
}

#header li a {
	text-decoration: none;
	color: #80694d;
	padding: 5px 6px;
	position: relative;
	left: 5px;
	word-spacing: -0.17em;
	float: left;
	display: block;
	white-space: nowrap;
	font-weight: normal;
}

/***** News Articles *****/

.movie-body {
	width: 100%;
	float: left;
}

#top_logo{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('images/encabezado.gif') top center no-repeat;
	background-color:#FFFFFF;
	color:#FFFFFF;
	height: 95px;
}

#pie_de_pagina{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('images/pie.gif') top center no-repeat;
	background-color:#FFFFFF;
	height: 96px;
}

#menuinferior{
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('images/fondo_menu.gif') top center no-repeat;
	background-color:#FFFFFF;
	height: 21px;
}

.serie-links a:hover, .movie-links a:hover {	
	text-decoration: underline;
}

.info {
	display: block;
	font-size: 85%;
	padding: 2px 6px 0 20px;
	min-height: 18px;
    white-space: nowrap; /*need for IE6*/
}

.serie-links strong, .movie-links strong {
	font-size: 90%;
	color: #666;
}

/***** Compact News Articles *****/

.main {
	margin-right: 200px;
}


.sub-menu {
	position: relative;
	clear: both;
}

.sidebar {
	float: right;
	width: 180px;
	clear: left;
	margin: 0 0 2em 3%;
}

.side-container {
	clear: both;
	padding: 10px 0 2em 10px;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	background-color:#F6F8FC;
	border:solid 1px #556677;
}

.side-container p {
	margin: 0.3em 0 0 0;
}

.calendar-container h2, .side-container h2 {
	margin: 0 0 0.5em 0;
	font-size: 130%;
	color: #000000;	
	line-height: 1.0;
	letter-spacing: normal;
}

.calendar-container h2 strong, .side-container h2 strong {
	display: block;
	font-weight: normal;
	padding-left: 2px;
	font-size: 70%;
	color: #B4A492;
	letter-spacing: -1px;
}

.calendar-container h2 a img {
	margin: 0 0 0 5px;
}

.calendar-container h2 strong a img {
	margin: 0 0 0 45px;
}

.side-container .movie-poster {
	top: 0;
	background: none;
}

.side-container .translation-summary {	
	padding-left:5px;
	padding-top:0pt;
	margin-bottom: 5px;
} 

.side-container .serie-translation-summary {	
	padding-left:5px;
	padding-top:0pt;
	margin-bottom: 5px;
} 

.side-container .serie-translation-summary-extra {
	display: none;
}

.side-container .serie-translation-summary-extra-show {
	display: block;
}

#serie-translation-extra-button:hover {
	text-decoration: underline;
}	

.side-container h3 {
	margin: 0px;
}

.side-container h3 a {
	line-height: 1.1em;
	color:#33FF99;
	padding: 3px 2px 0 20px;
	font-weight: bold;
	display: block;
	font-size: 65%;
	min-height: 16px;
	letter-spacing: 0em;
	text-decoration: none;	
}

.side-container h3 a:hover {
	text-decoration: underline;	
}

.side-container .translation-status {
	display: block;
	padding-left: 20px;
	color: #80694D;
	font-size: 80%;
	margin-top: -2px;	
}

/***** tabbed navigation *****/
.extra-subs {
	background: url('http://www.unioninternautas.com.ar/foro/styles/rainbow_pearl/theme/images/tbl_h_c.gif') top left repeat-x;
	float: right;
	width: 100%;
	padding-bottom: 5px;
	height: 20px;
} /*IE6*/

.extra-subs h2 {
	background: none;
	min-height: 20px;
	margin-bottom: 0;
	float: left;
	border: none;
	height: 1.1;
	line-height: 1.1;
	position: relative;
	top: 4px;
	font-size: 120%;
}

.extra-subs h2 a {
	background: none;
	min-height: 20px;
	margin-bottom: 0;
	float: left;
	border: none;
	height: 1.1;
	line-height: 1.1;
	top: 4px;
	font-size: 120%;
}

.extra-nav {
   background: url('images/tbl_h_c.gif') top left repeat-x;
	float: left;
	width: 100%;
	height: 20px;
	border: none;
} /*IE6*/

.extra-nav br {
	clear: both;
}

.extra-nav h2 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	height: 1.1;
	line-height: 1.1;
	position: relative;
	text-align:center;

	top: 4px;
	font-size: 120%;
}

.extra-nav h2 a {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	height: 1.1;
	line-height: 1.1;
	text-align: center;
	top: 4px;
	font-size: 120%;
}

.extra-nav h3 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 175%;
}

.extra2-nav {
	background: url('foro/styles/rainbow_pearl/theme/images/tbl_h_c.gif');
	float: left;
	width: 99%;
	padding-right: 5px;
	padding-bottom: 2px;
} /*IE6*/

.extra2-nav br {
	clear: both;
}

.extra2-nav h2 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 175%;
}

.extra2-nav h3 {
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	float: left;
	border: none;
	line-height: 1.1;
	position: relative;
	top: 8px;
	font-size: 150%;
}

#searchResults {
	width: 100%;
	border-spacing: 0px;
	clear: both;
	margin-top: 15px;
}

#searchResults th {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

#searchResults td {
	font-size: 105%;
	border-top: 1px solid #DDDDDD;
	padding: 5px 2px 3px 2px;
}

#searchResults td .searchResultImdb {
	text-align: center;
}

#searchResults td span {
	display: block;
	text-align: center;
}

.updated {
	display: none;
	width: 0px;
	height: 0px;	
}
