/*
// Self-explanatory
*/
BODY,
#preview2
        {
				margin: 0;
        color: #000000;
        font-size: 11.00px;
        font-family: Verdana, Arial;
        background-color: #FFFFFF;
        }
/*
// Determines the positioning of your list
*/

#list_surround
{
	margin: 0 auto;	width: 960px;
}

/*
// All links on your list
*/

    a
        {
        color: #51819f;
        text-decoration: none;
        }

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

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

/*
// Alternating row color 1 
*/

    .td1
        {
				
        color: #000000;
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #ABABAB;
        padding: 2px;
        background-color: #FFFFFF; 
        }
   
/*
// Alternating row color 2 
*/

    .td2
        {
				
        color: #000000;
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #ABABAB;
        padding: 2px;
        background-color: #F1F1F1; 
        }
   
/*
// This represents the "Anime Title", "Score", "# Eps" columns 
*/
   
    .table_header
        {
				
        color: #000000;
        border-width: 1px 1px 1px 0px;
        border-style: solid;
        border-color: #ABABAB;
        background-color: #E7F1F7;
        padding: 2px;
        }
    
/*
// headerLink represents the color of the links inside the table_header 
*/
	
    .table_headerLink
        {
        color: ;
        }
    
    .table_headerLink:Visited
        {
        color: ;
        }
    
    .table_headerLink:Hover
        {
        color: ;
        }

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

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

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

.status_selected
{

	color: #000000;
	border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #ABABAB;
    padding: 2px;
    background-color: #FFFFFF;
	}
.status_selected a{ color:#51819F;text-decoration:none; }
.status_selected a:hover{ color:#51819F;text-decoration:underline; }

.status_not_selected
{

	color: #000000;
	border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #ABABAB;
    padding: 2px;
    background-color: #F1F1F1;
	}
.status_not_selected a { color:#51819F;text-decoration:none; }
.status_not_selected a:hover{ color:#51819F;text-decoration:underline; }

/*
Header classes for Currently Watching, Completed, Dropped, etc...
*/

.header_cw
{

}

.header_completed
{

}

.header_onhold
{

}

.header_dropped
{

}

.header_ptw
{

}

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


.category_totals
{

}

#grand_totals
{
	text-align: center;
}

/* 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;
}
.animetitle:hover
{

}

/*
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-top: 6px;
	text-align: center;
	margin: 0 auto;
	width: 960px;
}
@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
}

#mal_control_strip {
	width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    background:url(http://myanimelist.net/images/list-top-bg.gif);
    background-repeat:repeat-x;
    background-color: #000000;
    color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	text-transform: none;
}

#mal_control_strip a {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
    text-decoration: underline;
	background: transparent;
	text-transform: none;
}


#mal_control_strip img {
	background: transparent none repeat scroll 0%;
    border: 0 none;
    margin: 0;
    padding: 0;
}

#mal_control_strip table {
	width: auto;
	height: 40px;
}

#mal_control_strip td {
	height: 40px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	text-transform: none;
}

#mal_control_strip td div {
	margin: 3px 0;
    color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
}

#mal_cs_pic {
	width: 80px;
    padding-right: 8px;
    padding: 0 1em;
}

#mal_cs_listinfo {
	width: 75px;
    padding: 0 1em;
}

#mal_cs_links {
	width: 150px;
    padding: 0 1em;
}

#mal_cs_otherlinks {
	padding: 0 1em;
}

#mal_cs_powered {
	position: absolute;
	top: 10px;
	right: 10px;
}

#mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
	border-right: 1px solid #7e7e7e;
}
