@charset "utf-8";

Body
{
	/* Plano de Fundo */
		background-color			: transparent;
	/* Disposição */
		margin						: 0px;
}

P
{
	/* Disposição */
		margin						: 0px;
}

/*********                 **********
********** LAYOUT DO FRAME **********
**********                 *********/
.PluginFrame_Table
{
	background-image				: url(../images/plugin/frame.gif);
	width							: 522px;
	height							: 156px;
}

.PluginFrame_TopBar
{
	background						: none;
	width							: 522px;
	height							: 30px;
}

.PluginFrame_BottomBar
{
	background						: none;
	width							: 522px;
	height							: 26px;
}

.PluginFrame_Content
{
	background						: none;
	width							: 522px;
	vertical-align					: center;
	margin							: 0px;
	padding							: 0px;
}

DIV.PluginFrame_Content
{
	background						: none;
	width							: 510px;
	padding							: 0px;
	text-align						: center;
}

.PluginFrame_BottomText
{
	background						: none;
	width							: 365px;
	height							: 26px;
	margin							: 0px;
	padding							: 0px;
	vertical-align					: top;
}

DIV.PluginFrame_BottomText
{
	font-size						: 8pt;
	background						: none;
	width							: 355px;
	height							: inherit;
	margin							: 0px;
	padding							: 0px;
	padding-top						: 6px;
	padding-left					: 5px;
	text-align						: left;
}

.PluginFrame_BottomButton
{
	background						: none;
	width							: 157px;
	height							: 26px;
	margin							: 0px;
	padding							: 0px;
	vertical-align					: top;
	cursor							: pointer;
}

DIV.PluginFrame_BottomButton
{
	font-size						: 8pt;
	font-weight						: bold;
	background						: none;
	width							: 147px;
	height							: inherit;
	margin							: 0px;
	padding							: 0px;
	padding-top						: 6px;
}

.Tabs
{
	background						: none;
	width							: 410px;
	height							: 30px;
}

.Tab
{
	background						: none;
	background-image				: url(../images/plugin/tab_off.gif);
	width							: 100px;
	height							: 30px;
	vertical-align					: top;
}

.TabContent
{
	font-size						: 8pt;
	font-weight						: bold;
	background						: none;
	padding							: 0px;
	padding-top						: 3px;
	text-align						: center;
}

.Animerating
{
	background						: none;
	background-image				: none;
	width							: 110px;
	height							: 30px;
	vertical-align					: top;
}

.AnimeratingContent
{
	font-size						: 8pt;
	font-weight						: bold;
	background						: none;
	padding							: 0px;
	padding-top						: 1px;
	text-align						: left;
}

.AnimeInfo_TD1
{
	background						: none;
	width							: 100px;
}

.AnimeInfo_TD1 *
{
	text-align						: right;
	padding-right					: 5px;
	font-size						: 8pt;
	font-weight						: bold;
}

.AnimeInfo_TD2
{
	background						: none;
}

.AnimeInfo_TD2 DIV
{
	text-align						: left;
	padding-left					: 5px;
	font-size						: 8pt;
	font-weight						: normal;
}

*
{
	/* Configurações de Fonte & Parágrafo */
		font-family						: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size						: 10pt;
		color							: #000000;
}

A
{
	/* Configurações de Fonte & Parágrafo */
		font-size						: 8pt;
		color							: #000000;
		text-decoration					: none;
}

A:Hover
{
	/* Configurações de Fonte & Parágrafo */
		font-size						: 8pt;
		color							: #FF0000;
		text-decoration					: none;
}

