/**
* iw_tracker.css
* Stylesheet for CBTT Tracker on tracker.mugen-anime.net
*
* (c)2005-2007 Tsuyo <tsuyo at mugen-anime dot net>
*/


/**
* Generic formatting
*/
body
{	background: #ddd;
	border: 0;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0; }

a { color: #000; }
a:hover { text-decoration: none; }
a img { border: 0; }
abbr, acronym, .help
{	border-bottom: 1px dotted #000;
	cursor: help; }
blockquote, blockquote p { border-bottom: 1px solid #7f7f7f; }
blockquote p
{	font-size: 9px;
	margin: 0; }


/**
* Main container
*/
#div_container
{	background: #fff;
	border: 1px solid #000;
	left: 50%;
	margin-left: -493px;
	position: absolute;
	width: 986px; }


/**
* Page header
*/
#div_page_header { background: url(images/div_page_header-bg.png) top left no-repeat; }
#div_page_header h1
{	display: block;
	height: 90px;
	width: 100%; }
#div_page_header, #div_page_header h1 { margin: 0; }
#div_page_header h1 span, #div_page_header h2, #div_skip_nav { display: none; }


/**
* Breadcrumb Trail
*/
#div_crumb h3
{	background: #4c5ea3;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px; }
#div_crumb h3 a { color: #fff; }


/**
* Main Content
*/
#main
{	margin: 0 5px 0 5px;
	text-align: justify; }
#main h3
{	background: #4c5ea3;
	color: #fff;
	padding: 3px; }
#main h3 a { color: #fff; }
#main h4
{	background: #fff5cd;
	text-align: center;
	padding: 3px; }


/**
* CBTT Tables
*/
table
{	font-size: 12px;
	padding: 0;
	margin: 0;
	width: 100%; }
th
{	background: #4c5ea3;
	color: #fff;
	padding: 5px;
	vertical-align: top; }
th a
{	font-size: 10px;
	color: #fff; }

.pagenum_top, .search_index, .pagenum_bottom { text-align: center; }
form { padding: 10px; }
tr.even { background: #fff; }
tr.odd { background: #eee; }
tr:hover { background: #ddd; }
td { padding: 5px; }
td.download, td.percent { text-align: center; }
.number_red { color: #f00; }


/**
* Footer
*/
#div_footer
{	background: #5b62a5;
	clear: both;
	color: #fff;
	text-align: center; }
#div_footer a { color: #fff; }


/**
* Additional stuff to get IE to shut up.
\*/

#main { width: 976px; }
#main h4 { font-size: 11px; }
#main table { width: 976px; }
span.search_index * { text-align: center; }

/*
* EOF
*/
