/***************************
 * Presunto Torrent Search *
 * Author: Fiscal          *
 * Date: Jun/07/2009       *
 ***************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****************************************************************************
									CSS RESET
 ****************************************************************************/

a{
	color: #909090;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 15px;
	background: #D0D0D0;
	font-size: 13px;
	font-family: "Trebuchet", "Verdana", sans-serif;
}

#page-top{
	margin: 0 auto;
	width: 1050px;
	height: 100px;
	background: #D0D0D0 url(images/fundo-top.jpg) no-repeat;
	position: relative;
}

#homelink{
	height:100px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 120px;
}

#homelink a{
	background: transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#page{
	margin: 0 auto;
 	width: 1050px;
 	background: #D0D0D0 url(images/fundo-lateral.jpg) repeat-y;
}

#page-bottom{
	margin: 0 auto;
	width: 1050px;
	height: 100px;
	background: #D0D0D0 url(images/fundo-bottom.jpg) no-repeat;
	font-size: 10px;
}
 
#content{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 950px;
	text-align: left;
	background: #FFFFFF;
}

#legendas{
	margin: 0 auto;
	width: 948px;
	background: url(images/legendas-middle.jpg);
	position: relative;
}

#legendas-top{
	width: 100%;
	height: 49px;
	background: url(images/legendas-top.jpg);
}

#legendas-content{
	margin: 0 auto;
	width: 910px;
	height: auto;
	text-align: center;
}

.legendas-item{
	margin: 5px 0px 10px 9px;
	width: 13%;
	height: 50px;
	border: 1px solid gray;
	background: white;
	cursor: pointer;
	float: left;
}

.legendas-item p.login{
	padding: 15px 0 0 0;
}

div.legendas-item:hover{
	font-weight: bold;
	border: 2px solid black;
}

#legendas-bottom{
	width: 100%;
	height: 16px;
	background: url(images/legendas-bottom.jpg);
	position: absolute;
	bottom: 0;
}

#results{
	margin: 40px auto;
	width: 98%;
	text-align: justify;
	line-height: 16px;
	position: relative;
}

#theend{
	width: 100%;
	height: 1px;
}

#tutorial{

}

#auto_complete{
	width: 190px;
	height: auto;
	position: absolute;
	top: 75px;
	left: 0px;
	border: 1px solid gray;
	background: white;
	display: none;
}

div.ac{
	padding-left: 3px;
	background: transparent;
	cursor: pointer;
}

div.ac-on{
	background: #9090ff;
	padding-left: 3px;
	cursor: pointer;
}

.series-tab{
	margin: 0 0 20px 0;
	width: 100%;
	height: 70px;
	text-align: center;
	position: relative;
}

.serie-container-off{
	width: 118px;
	height: 70px;
	float: left;
	text-align: center;
	background: url(images/serie-fundo.jpg) no-repeat;
	background-position: 0 top;
	cursor: pointer;
}

.serie-container-off:hover{
	background: url(images/serie-fundo.jpg) no-repeat;
	background-position: 0 -70px;
}

.serie-container-on{
	width: 118px;
	height: 70px;
	float: left;
	text-align: center;
	background: url(images/serie-fundo.jpg) no-repeat;
	background-position: 0 bottom;
	cursor: pointer;
}

.serie-off{
	margin: 10px 12px 0 12px;
	width: 94px;
	height: 50px;
}

.serie-on{
	margin: 12px 14px 0 10px;
	width: 94px;
	height: 50px;
}

.serie-submit-off{
	width: 118px;
	height: 70px;
	float: right;
	text-align: center;
	background: url(images/serie-fundo-green.jpg) no-repeat;
	background-position: 0 top;
	cursor: pointer;
	position: relative;
	right: 6px;
}

.serie-submit-off:hover{
	background: url(images/serie-fundo-green.jpg) no-repeat;
	background-position: 0 -70px;
}

.serie-reload-off{
	width: 118px;
	height: 70px;
	float: left;
	text-align: center;
	background: url(images/serie-fundo-red.jpg) no-repeat;
	background-position: 0 top;
	cursor: pointer;
}

.serie-reload-off:hover{
	background: url(images/serie-fundo-red.jpg) no-repeat;
	background-position: 0 bottom;
}

.title{
	margin: 0 0 5px 0;
	font-weight: bold;
}

.reload-all{
	font-weight: bold;
	position: relative;
	top: 11px;
}

#links{
	margin: 0 0 15px 0;
	width: 100%;
	height: 25px;
	text-align: center;
	background: url(images/links-fundo.jpg);
}

#links a{
	margin: 0 12px 0 12px;
	position: relative;
	top: 4px;
}


#warning{
	width: 80%;
	height: 50px;
	border: 1px red solid;
	background: #FFFFE0;
	position: absolute;
	top: 15px;
	left: 10%;
	color: red;
	text-align: center;
	opacity: 0; 
	MozOpacity: 0; 
	KhtmlOpacity: 0; 
	filter: alpha(opacity="0"); 
}

#warning p{
	margin: 8px 30px 5px 30px;
}

.first-ident{
	margin: 20px 0 20px 15px;
}

.first-ident a{
	font-size: 14px;
}

.second-ident{
	margin: 2px 0 15px 15px;
}

.second-ident a{
	font-size: 10px;
	color: #606060;
}

#loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#loading div.bg{
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	opacity: 0.7; 
	MozOpacity: 0.7; 
	KhtmlOpacity: 0.7; 
	filter: alpha(opacity="70"); 
}

#loading p{
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 50%;
	background: url(images/loader_fundo.gif);
	height: 31px;
	width: 31px;
}

#loading #percentage{
	display: block;
	width: 15px;
	height: 10px;
	font-size: 10px;
	margin: 0 auto;
	position: relative;
	top: -23px;
}



/***********************************
 *    Estilo das configurações     *
 ***********************************/
 
#database{
	height: 50px;
}

.db-content{
	margin: 8px 0 0 0;
	width: 20%;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #909090;
	cursor: pointer;
	float: left;
}

.db-content:hover{
	text-decoration: underline;
}

#form-container{
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#form-left{
	width: 300px;
	height: 140px;
	float: left;
}

#form-button{
	width: 100px;
	height: 33px;
	float: left;
	position: relative;
	top: 58px;

}

#form-button input{
	width: 100%;
}

#form-right{
	width:460px;
	float:right;
	text-align: right;
	position: relative;
}

#form-bottom{
	padding: 20px 0 0 0;
	text-align: center;
}

.clear{
	clear:both;
}

.space{
	height: 30px;		
}

#modified-warning{
	width: 190px;
	height: 90px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	border: 2px solid #00AA00;
	background: #AAEEAA;
	top: 140px;
	left: 250px;
	display:none;
}

#modified-warning p{
	padding: 30px 0 0 0;
}

#empty-warning{
	width: 190px;
	height: 90px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	border: 2px solid #AA0000;
	background: #EEAAAA;
	top: 140px;
	left: 250px;
	display:none;
}

#empty-warning p{
	padding: 15px 0 0 0;
}

#missing-warning{
	width: 190px;
	height: 90px;
	text-align: center;
	position: absolute;
	border: 2px solid #DDDD00;
	background: #FFFFAA;
	top: 140px;
	left: 250px;
	display:none;
}

.tiny{
	font-size: 8px;
}

#missing-warning p{
	padding: 30px 0 0 0;
}

.close{
	width: 20px;
	height: 13px;
	border: 1px inset black;
	color: #606060;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
}

#cookie-selection{
	text-align: left;
	margin: 5px 0 15px 0;
	width: 100%;
}	

#checkboxes{
	margin: 17px 0 0 0;
	width: 400px;
	height: 200px;
	text-align: left;
	font-size: 15px;
	overflow: auto;
	border: 3px outset black;
	background: #F0F0F0;
}

#checkboxes label{
	cursor: pointer;
}

#cookie-info{
	width: 400px;
	height: 221px;
	text-align: center;
	font-size: 15px;
	background: #F0F0F0;
	display: none;
}

#cookie-info p{
	padding: 20px 20px 0 20px;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}

.form-column{
	margin: 15px 0 0 0;
	width: 100%;
	height: 60px;
	font-weight: bold;
}

.form-content{
	margin: 0 0 5px 0;
	text-align: left;
}

.content-serie{
	width: 190px;
	height: 25px;
	font-size: 15px;
}

.content-serie:focus{
	border: 2px solid black;
	font-size: 17px;
}

#advanced-settings{
	width: 100%;
}

#popups-settings{
	margin: 15px 0 7px 30px;
	width: 45%;
	float: left;
	position: relative;
}

#popups-settings h1{
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#popups-settings input{
	margin: 0 0 0 15px;
}

#legendas-settings{
	margin: -90px 0 0 30px;
	width: 45%;
	float: left;
	position: relative;
}

#legendas-settings h1{
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#legendas-settings input{
	margin: 2px 0 2px 15px;
}

#legendas-settings .title{
	font-weight: normal;
	font-size: 10px;
	width: 60px;
	float: left;
	text-align: right;
}

#favorites-settings{
	margin: 15px 0 7px 18px;
	height: 150px;
	width: 400px;
	float: left;
	position: relative;
}

#favorites-settings h1{
	margin: 5px 0 5px 0;
	font-weight: bold;
}

#fav-options{
	margin: 0 0 0 15px;
	width: 100%;
	text-align: center;
	overflow: auto;
	border: 2px outset black;
}

#fav-options li{
	height: 20px;
	width: 100%;
	margin: 2px 0 2px 0;
	background: #F0F0F0;
	cursor: move;
}

#fav-options p:hover{
	background: #A0F0F0;
}

div.help{
	background: #D0D0FF;
	border: 1px #0000FF solid;
	width: 200px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	font-size: 11px;
	display: none;
}

a.help{
	cursor: help;
	border: 1px solid gray;
}

#comment-form{
	width: 330px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#comment-form .desc{
	clear: both;
	float: left;
	width: 70px;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
}

#comment-form .input{
	float: left;
	width: 255px;
	padding-left: 4px;
	text-align: left;
	margin-top: 5px;
}

#comment-form .input textarea, #comment-form .input input{
	width: 250px;
	overflow: auto;
}

#comment-form .input textarea{
	height: 120px;
}

#comment-form .email{
	height: 40px;
}

#comment-form .captcha{
	float: left;
	width: 255px;
	padding-left: 4px;
	text-align: left;
	margin-top: 5px;
}

#comment-form .captcha-input{
	float: left;
}

#comment-form .captcha-img{
	float: left;
	padding-left: 4px;
}

#comment-form .captcha-reload{
	clear: both;
	text-align: right;
	font-size: 10px;
}

#comment-form .captcha-reload a{
	font-weight: normal;
	color: red;
}

#comment-form .captcha-input input{
	width: 70px;
}

#comment-form .submit{
	margin-top: 10px;
	text-align: right;
}

div.form-error{
	color: red;
}

div.comment-0{
	background: #d0d0d0;
	width: 854px;
	margin: 0 auto;
	position: relative;
}

div.comment-0 div.comment-top{
	background: url(images/comment-top.jpg);
	width: 854px;
	height: 20px;
}

div.comment-0 div.comment-bottom{
	background: url(images/comment-bottom.jpg);
	width: 854px;
	height: 20px;
}

div.comment-1{
	width: 854px;
	margin: 0 auto;
	position: relative;
}

div.comment-1 div.comment-top{
	width: 854px;
	height: 20px;
}

div.comment-1 div.comment-bottom{
	width: 854px;
	height: 20px;
}

div.comment-0 div.nome,div.comment-1 div.nome{
	font-size: 9px;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 800px;
}

div.comment-0 div.data,div.comment-1 div.data{
	padding-left: 20px;
	padding-right: 20px;
}

div.comment-0 div.comment-content,div.comment-1 div.comment-content{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

#comments .more_comments{
	text-align: center;
	margin: 15px auto;
}