


a:link, a:visited
{
	color: #636263;
	/*color: #0075b1;*/
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #4792E6;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #494949;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 9pt;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. 
HTML {
background-image: url(http://www.animeportugal.net/toppic/bckpic/apt_bck_5anos_2.jpg);
background-repeat:repeat;
}*/

body
{ 
	background-image: url(http://www.animeportugal.net/toppic/bckpic/apt_bck_9.jpg);
background-repeat:no-repeat;
background-position:top center;
background-attachment: fixed;;
	width: 100%;
	height:100%;
	margin:auto;
	vertical-align:top;
	padding:0px;
	margin-left:auto; 
	margin-right:auto;
	background-color: #000000;
	margin:0 auto;  }
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, #footer a, #header a
{
	color: #000000;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

input, button
{
	font-size: 90%;
	background-color: White;
	border: 1px solid Silver;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

#footerarea
{
	font-size: 9px;
	vertical-align: middle;
	width: 850px;
	margin-top: 10px;
	background: #F4F4F4;
	padding: 10px;
}

#footerarea a, #footerarea a:link, #footerarea a:visited
{
	color: Black;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 2px;
	border: 0;
	color: #F2F2F2;
	background-color: #F2F2F2;
	width: 95%;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
	border-bottom: 2px solid #C9D1DA;
	margin-bottom: 5px;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: "courier new", "times new roman", monospace;
	color: #000000;
	background-color: #F5F5F5;
	padding: 5px;
	font-size: 95%;
	line-height: 1.4em;
	margin-left: 10px;
    width: 97%;
	border-bottom: 3px solid #ECECEC;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	padding: 5px;
	margin-left: 10px;
	color: #636263;
	font-weight: bold;
	background: #E8ECEF;
	border-top: 1px solid #C9D1DA;
	font-size: 90%;
	text-decoration: none;
}
 .codeheader
{
	padding: 5px;
	margin-left: 10px;
	color: #696969;
	font-weight: bold;
	background: #ECECEC;
	font-size: 90%;
	text-decoration: none;
}
.censurarheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #FAFAFA;
}
.windowbg2
{
	color: #000000;
	background-color: White;
}
.windowbg3
{
	color: #000000;
	background-color: #F2F2F2;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background-color: #E9F0F6;
	background-image: url(images/titlebg.jpg);
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/catbg.gif);
	background-color: #F5F5F5;
	color: White;
}
.catbg_l
{
	background-image: url(images/catbg_l.gif);
	width: 10px;
}
.catbg_r
{
	background-image: url(images/catbg_r.gif);
	width: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/catbg2.gif);
	background-color: White;
	color: #ffffff;
}
.catbg, .catbg2, .catbg3
{
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: White;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: White;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #F5F5F5;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #F5F5F5;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 10px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 12px;
}
.largetext
{
	font-size: 15px;
}


/* Posts displayed throughout the forum. APT padd*/
.post
{
    padding-left:5px;
    padding-top:10px;
	overflow: auto;
	line-height: 1.3em;
    vertical-align: top;
    text-align: justify;
    max-width: 720px;
    width: 720px;
	word-wrap: break-word;
}

/* Personal messages displayed throughout the forum. APT padd*/
.personalmessage
{
    padding-left:5px;
    padding-top:10px;
	overflow: auto;
	line-height: 1.3em;
    vertical-align: top;
    text-align: justify;
    max-width: 620px;
    width: 100%;
	word-wrap: break-word;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). APT width*/
.signature
{
	width: 100%;
    vertical-align: bottom;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	font-family: tahoma, sans-serif;
	vertical-align: middle;
	height: 30px;
}
.maintab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.maintab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.maintab_back:hover
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.maintab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.maintab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: White;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #F5F5F5;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(images/nav_l.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_back
{
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/nav_r.gif);
	background-repeat: no-repeat;
	width: 5px;
}
.mirrortab_active_first
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}
.mirrortab_active_back
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
	width: 5px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #F5F5F5;
	text-decoration: none;
}

.aptloginstyle3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;}
	
.uname_aptLogin {
	background: #FFF url('http://www.animeportugal.net/themes/apt_v3/images/login_user.gif');
	background-repeat:no-repeat;
	text-indent: 35px;
}

.upass_aptLogin {
	background: #FFF url('http://www.animeportugal.net/themes/apt_v3/images/login_pass.gif');
	background-repeat:no-repeat;
	text-indent: 35px;
}

#infocenter
{
	background-image: url(images/nav.gif);
	color: #F5F5F5;
	font-weight: bold;
}

#profile {
	background-color: #FAFAFA;
	padding: 10px;
	border-bottom: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
}
/* Simpson I order you to buy those shoes*/
.censurar
{
	color: #000000;
	background-color: #000000;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}


.baseprincipal {
    width: 928px;
	background-image: url(http://www.animeportugal.net/themes/apt_v3/images/centermid.png);
	background-repeat:repeat;
	vertical-align:top;
	top:0px;
    padding: 0px;
	margin:0 auto;
}


#base_central {
    width: 900px;
	background:#FFFFFF;
	vertical-align:top;
	position:relative;
	left:14px;
    margin: 0px;
}

#base_central_footer {
    width: 900px;
	background-image: url(http://www.animeportugal.net/themes/apt_v3/images/footmid.gif);
	background-color: #FFFFFF;
	vertical-align:top;
	position:relative;
    margin: 0px;
	
}

#boasfestas {
    width: 223px;
	position:fixed;
	left:0px;
	top:0;
    margin: 0px;
}

ul.cssMenu ul{display:none;
}
ul.cssMenu li:hover>ul{display:block;
z-index:1;}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;
}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;
}
ul.cssMenu,ul.cssMenu ul  {
	margin:0px;
	list-style:none;
	padding:0px 0px 0px 0px;
	background-color:;
	background-image:url(http://www.animeportugal.net/v3finalmenu.files/bck.png);
	background-repeat:repeat;
	border-color:#AAAAAA;
	border-width:0px;
	border-style:solid;

}
ul.cssMenu table {border-collapse:collapse;}ul.cssMenu {
	display:block;
	zoom:1;
	width:700px;
	height:25px;
	padding-right:0px;	padding-bottom:0px;
}
ul.cssMenu ul{
	width:190px;
	padding-right:0px;

}
ul.cssMenu li {
	display:block;
	margin:0px 0px 0px 0px;
	font-size:0px;

}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;

}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-image:url(http://www.animeportugal.net/v3finalmenu.files/sm_bck.jpg);
	border-width:0px;
	border-color:;
	border-style:none;
	text-align:center;
	text-decoration:none;
	padding:8px;
	_padding-left:0;
	font:bolder 12px Verdana;
	color: #000000;
	text-decoration:none;
	cursor:pointer;

}
ul.cssMenu span{
	overflow:hidden;

}
ul.cssMenu li {
	float:left;

}
ul.cssMenu ul li {
	float:none;

}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;

}
ul.cssMenu li.sep{
	text-align:center;
	padding:;
	line-height:0;
	height:100%;

}
ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:;
	height:;
	display:inline-block;
	background-color:#AAAAAA;	background-image:none;
}
ul.cssMenu ul li.sep span{
	width:;
	height:;

}

ul.cssMenu li:hover>a, ul.cssMenu li:hover, ul.cssMenum li a:hover, ul.cssMenui0anime li a:hover, ul.cssMenui0multi li a:hover, ul.cssMenui0comu li a:hover, ul.cssMenui0apt li a:hover{
	position:relative;
	background-image:url(http://www.animeportugal.net/v3finalmenu.files/sm_bck2.jpg);
	border-style:none;
	font:bolder 12px Verdana;
	color: #000000;
	text-decoration:none;

}
ul.cssMenu li.dis a {
	color: #AAAAAA !important;

}
ul.cssMenu img {border: none;float:left;_float:none;margin-right:8px;width:16px;
height:16px;

}
ul.cssMenu ul img {width:16px;
height:16px;

}
ul.cssMenu img.over{display:none;
}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none;
}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}
ul.cssMenu span, cssMenui0anime span, cssMenui0multi span,  cssMenui0comu span, cssMenui0apt span {
	display:block;
	background-image:url(http://www.animeportugal.net/v3finalmenu.files/arrv_black.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:9px;}
ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(http://www.animeportugal.net/v3finalmenu.files/arr_black.gif)}
ul.cssMenu ul li:hover > a span{	background-image:url(http://www.animeportugal.net/v3finalmenu.files/arr_white.gif);}
ul.cssMenu table a:hover span,ul.cssMenu table a:hover a:hover span,ul.cssMenu table a:hover a:hover a:hover span{background-image:url(http://www.animeportugal.net/v3finalmenu.files/arr_white.gif)}
ul.cssMenu table a:hover table span,ul.cssMenu table a:hover a:hover table span{background-image:url(http://www.animeportugal.net/v3finalmenu.files/arr_black.gif)}
ul.cssMenu li.cssMenui0home {
width:80px;
}
ul.cssMenu li.cssMenui0anime {
	width:120px;
	display:block;
	vertical-align:middle;
	border-width:0px;
	border-color:;
	border-style:none;
	text-decoration:none;
	padding:8px;
	_padding-left:0;
	font:bolder 12px Verdana;
	color: #000000;
	text-decoration:none;
	cursor:default;
	text-align:center;
}
ul.cssMenu li.cssMenui0multi, ul.cssMenu li.cssMenui0comu {
width:100px;
	display:block;
	vertical-align:middle;
	border-width:0px;
	border-color:;
	border-style:none;
	text-decoration:none;
	padding:8px;
	_padding-left:0;
	font:bolder 12px Verdana;
	color: #000000;
	text-decoration:none;
	cursor:default;
	text-align:center;
}

ul.cssMenu li.cssMenui0links {
width:85px;
}
ul.cssMenu li.cssMenui0apt {
width:115px;
	display:block;
	vertical-align:middle;
	border-width:0px;
	border-color:;
	border-style:none;
	text-decoration:none;
	padding:8px;
	_padding-left:0;
	font:bolder 12px Verdana;
	color: #000000;
	text-decoration:none;
	cursor:default;
	text-align:center;
}

ul.cssMenu li a.cssMenui0{
background-image:url(http://www.animeportugal.net/v3finalmenu.files/nav.gif);
}
ul.cssMenu li a.cssMenui0:hover{
background-image:url(http://www.animeportugal.net/v3finalmenu.files/sm_bck2.jpg);
}
ul.cssMenum li.cssMenui2 {
	display:block;
	vertical-align:middle;
	background-image:url(http://www.animeportugal.net/v3finalmenu.files/sm_bck.jpg);
	border-width:0px;
	border-color:;
	border-style:none;
	text-decoration:none;
	padding:8px;
	_padding-left:0;
	font:bolder 12px Verdana;
	color: #000000;
	text-decoration:none;
	cursor:default;
	text-align:left;
}

ul.cssMenum li.cssMenui2:hover{
	position:relative;
	background-image:url(http://www.animeportugal.net/v3finalmenu.files/sm_bck2.jpg);
	border-style:none;
	font:bolder 12px Verdana;
	color: #000000;
	text-decoration:none;
}
ul.cssMenum ul li.cssMenui2:hover > span{	background-image:url(http://www.animeportugal.net/v3finalmenu.files/arr_white.gif);}