/*********************************************
	animakut.com css style
*********************************************/

html {
	background: url(http://static.animakut.com/img/background_union.png) center repeat-y;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.topo h1 {
	display: block;
	width: 714px;
	height: 92px;	
	text-indent: -3000px;
	background: url(http://static.animakut.com/img/logo_h1.png?1);
	margin: 0 auto;
	padding: 0;
	border: none;
}

.topo a {
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
	width: 714px;
	height: 24px;
}

.topo img {
	border: none;
}

a {
	color: #0024CC;
}

a:hover {
	color: #0066CC;
}

a:visited {
	
}

.tdMenu {
	width: 155px; overflow: hidden; vertical-align: top;
}

.separa {
	/* background: url(http://static.animakut.com/img/background_separa.gif) top no-repeat; */
	border: 1px solid #f3f3f3;
	padding: 5px 0 0 5px; 
}

/***************
	index
*/
.imgCapa {
	width: 120px; 
	height: 120px; 
	text-align:center; 
	float:left;
}

/************
	container
*/
.container {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	overflow: hidden;
}

/*************
	menu
*/
.menu .header{
	display: block;
	width: 150px;
	height: 26px;
	text-indent: -3000px;
	margin-top: 20px;
}
.menu .botton{
	display: block;
	width: 150px;
	height: 10px; line-height: 10px; font-size: 6px;
	background-image: url(http://static.animakut.com/img/menu_botton.png);
}
.menu a {
	display: block;
	width: 150px;
	height: 20px;
	background-image: url(http://static.animakut.com/img/menu_a.png);
	text-indent: 20px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bolder;
}

.menu .pequeno {
	font-family: Tahoma;
	font-size: 11px;
}

.menu a:hover {
	background-image: url(http://static.animakut.com/img/menu_a_hover.png);
	color: #666;
}

/************
	headers
*/

h1, h2, h3, h4 {
	font-size: 18px;
}

h1 {
	color: #0066CC;
	border-bottom: 1px solid #999999;
}

h2 {
	color: #FF0083;
	border-bottom: 1px solid #999999;
}

/************
	Paginação Thumb
*/
.tdThumbDisplay {
	line-height: 16px;
	margin: 5px;
}


/*************
	Paginador
*/
.paginador {
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

.paginador a{
	text-decoration: none;
}

.paginador .estapg {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bolder;
	color: #003399;
	text-align: center;
	margin-left: 2px;
}

.paginador .outrapg {
	margin-left: 2px;
	text-align: center;
	color: #003399;
}


/*****************
	Página imagem
*/
.textareaCodigo {
	width: 380px;
	height: 60px;
	background-image: url(http://static.animakut.com/img/bg_codigo.jpg);
	overflow: hidden; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
}

