/*
// Self-explanatory
*/
BODY
        {
        margin: 0;
        color: #FFFFFF;
        font-size: 14px;
        font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
        background-color: #000;
        }

/*
// Determines the positioning of your list
*/

#list_surround
{
	margin: 1em auto 2em auto;	
	width: 100%;
        line-height:1.35;
}
#list_surround table {
  width:70%;
  max-width:1200px;
 min-width:640px;
	margin: 0 auto;	}

/*
// All links on your list
*/

    a
        {
        color: #09f;
        text-decoration: none;
text-shadow: 1px 1px #000;
        }

    a:visited
        {
        color: #888;
        text-decoration: none;
        }

    a:hover
        {
        color: #fff;
        text-decoration: underline;
        }

/*
// Alternating row color 1 
*/

    .td1
        {
				
        color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #333 #161616 #161616 #333;
        padding: 2px;
        background-color: #161616;
        }
   
/*
// Alternating row color 2 
*/

    .td2
        {
				
        color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #555 #161616 #161616 #555;
        padding: 2px;
        background-color: #333; 

        }
   

#list_surround table:hover,
#list_surround table:hover td {background:#000;}
/*
// This represents the "Anime Title", "Score", "# Eps" columns 
*/
   
    .table_header,
    .table_header:hover
        {
				
        color: #FFFFF;
        padding: 2px;
background: #000 url(http://blizzforums.com/bfs/images/gradients/newgrey2.png) repeat-x!important;
border: 1px solid #bbb;
border-color: #bbb #888 #888 #bbb;
}

.table_header     a       {       color: #fff;        }
.table_header     a:hover       {       color: #0f0;        }
#list_surround table
{
        border-collapse: separate;
    border-spacing: 0 0.5px;
}

    
/*
// Controls the select form decoration (the drop down select box)
*/

    .form
        {
        border-width: 1px 1px 1px 1px;
        border-color: #000000;
        border-style: solid;
        color: #000000;
        padding: 2px;
        font-size: 11.00px;
		font-family: Verdana, Arial;
        }
		

/* Which 'status' up top is selected? */

.status_selected,
.status_selected:hover
{

	color: #FFFFF;
        padding: 2px;
background: #000 url(http://blizzforums.com/bfs/images/gradients/newgrey2.png) repeat-x!important;
border: 1px solid #bbb;
border-color: #bbb #888 #888 #bbb;
	}

.status_not_selected,
.status_not_selected:hover
{

	color: #FFFFF;
        padding: 2px;
background: #000 url(http://blizzforums.com/bfs/images/gradients/newgrey2.png) repeat-x!important;
border: 1px solid #bbb;
border-color: #bbb #888 #888 #bbb;
	}

.status_not_selected a,
.status_selected a {color:#ddd;font-size:12px;}

.status_selected a {font-weight:bold;color:#fff;}

.status_not_selected a:hover,
.status_selected a:hover {color:#0f0;}
/*
Header classes for Currently Watching, Completed, Dropped, etc...
*/

.header_cw, 
.header_completed, 
.header_onhold, 
.header_dropped, 
.header_ptw, 
.header_cw:hover, 
.header_completed:hover, 
.header_onhold:hover, 
.header_dropped:hover, 
.header_ptw:hover{
background: transparent url(http://blizzforums.com/bfs/images/gradients/blueblack.png) repeat-x!important;
border: 1px solid #5b667a;
border-color: #5b667a #353c47 #353c47 #5b667a;
padding:2px 5px;margin-bottom:1px;
}

.header_cw:hover *,
.header_completed:hover *,
.header_onhold:hover *,
.header_dropped:hover *,
.header_ptw:hover * {background:transparent!important;}

.header_cw
{

}

.header_completed
{

}

.header_onhold
{

}

.header_dropped
{

}

.header_ptw
{

}

.header_title {
 font-size: 14px;
    font-weight: bold;
}


.category_totals
{
	text-align: center;
	padding: .5em 0;
	text-align: center;
	margin: 0 auto;
	width: auto;
text-shadow:1px 1px #000;
color:#080;
background: #161616;
_background-image: none;
border: 1px solid #333;
border-color: #333 #161616 #161616 #333;
font-size:12px;
}

#grand_totals
{
	text-align: center;
	padding: .5em 0;
	text-align: center;
	margin: 1em auto 2.25em auto;
width:70%;
  max-width:1200px;
 min-width:640px;
text-shadow:1px 1px #000;
font-size:13px;
background: #161616;
_background-image: none;
border: 1px solid #333;
border-color: #333 #161616 #161616 #333;
color:#0d0;
}

/* header_al is the div surrounding "User's Anime List" at the top */

.header_al
{
	font-weight: bold;
	font-size: 16px;
}

/* header_al_links is the div with your "Profile" and "MyAnimeList home" links */
.header_al_links
{

}

/* controls what styles you can give to all the anime titles in your list */
.animetitle
{
	font-weight: bold;
}

/*
copyright contains the "Producted by Garrett Gyssler" text
DO NOT REMOVE OR HIDE THIS DIV
IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
*/

#copyright
{
	padding: .5em 0;
	text-align: center;
	width: 100%;
border-top:1px solid #666;
border-bottom:1px solid #444;
background:#333;
text-shadow:1px 1px #000;
color:#ddd;font-size:13px;
}

#copyright a {color:#fff;font-weight:bold;text-decoration:underline;}
#copyright a:hover {color:#09f;text-decoration:none;}