.error 
	{ 
	color: #993333;
	font-size: 9pt; 
	font-weight: bold;
	line-height: 10pt; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
	}
	
.LinkBox 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
.LinkBox a 
	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.ListArea 
	{
	border: 1px dashed #999999;
	}
	
input 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
select 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.DateBrowserDayTitle 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	}	
	
.DateBrowserNormal 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #AAAAAA;
	border: 1px solid #333333;
	}
	
.DateBrowserOccupied 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
	
.DateBrowserOccupied a 
	{
	color: #000000;
	}
	
.DateBrowserToday 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #AAAAAA;
	border: 1px solid #990000;
	}
	
.DateBrowser a 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
.DateBrowserTodayOccupied 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	}
	
.DateBrowserTodayOccupied a 
	{
	color: #000000;
	}
	
.EntryHeader 
	{
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
	font-size: 12px;
	font-weight: bold;
	background-color: #333333;
	color: #e0e0e0;
	}
	
.EntryDate 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}
	
.EntryCategory 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
.EntryBody 
	{
	font-family: 'X', trebuchet ms, arial, sans-serif, helvetica, verdana, 'X';
	font-size: 11px;
	color: #333333;
	}

/* standard links */

.EntryBody a 
	{
	color: #660000;
	text-decoration: none;
	}
	
.EntryBody a:visited 
	{
	color: #660000;
	text-decoration: none;
	}
	
.EntryBody a:hover 
	{
	text-decoration: underline;
	color: #990000;
	}
	
	
.EntryLinks 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	}
	
.EntryLinks a 
	{
	color: #cccccc;
	text-decoration: none;
	}
	
.EntryLinks a:visited 
	{
	color: #cccccc;
	text-decoration: none;
	}
	
.EntryLinks a:hover 
	{
	text-decoration: underline;
	color: #666666;
	}
	
.ContentHeader 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
.ContentNormal 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
	
/* bandmember links */

.bandmember 
	{
	color: #000000;
	text-decoration: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.bandmember a 
	{
	color: #660000;
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.bandmember a:visited 
	{
	color: #660000;
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.bandmember a:hover 
	{
	text-decoration: underline;
	color: #990000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}




/* additional styles (appropriated from global css */

.feature, p, td
    { 
	color: #404040;
    font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: 'X', trebuchet ms, arial, sans-serif, helvetica, verdana, 'X';
    }


.legal
    {
    color: #404040;
    font-size: 9px;
    font-family: 'X', arial, verdana, helvetica, sans-serif, 'X';
    }


/* standard links */

a 
 	{ 
	color: #660000; 
	text-decoration: none;
	}

a:link     
 	{ 
	color: #660000; 
	text-decoration: none;
	}
	
a:visited  
 	{ 
	color: #660000; 
	text-decoration: none;
	}
	
a:active   
    { 
    color: #660000;
	text-decoration: none;   
    }
	
a:hover
    { 
    color: #990000;
	text-decoration: underline;
    }



/* rules and background colors */
	
.gray 
	{ 
	background-color: #8c8c8c;
	}
	
.plum 
	{ 
	background-color: #330000;
	}

.wine 
	{ 
	background-color: #663333;
	}
	
.mauve 
	{ 
	background-color: #996666;
	}
	
.stale 
	{ 
	background-color: #CC9999;
	}
	
.blood 
	{ 
	background-color: #660000;
	}
	
.pitch 
	{ 
	background-color: #333333;
	}

.darkgray 
	{ 
	background-color: #666666;
	}
	
.slate 
	{ 
	background-color: #999999;
	}
	
.litegray 
	{ 
	background-color: #cccccc;
	}
	
.mist 
	{ 
	background-color: #e6e6e6;
	}
	
.mute 
	{ 
	background-color: #eeeeee;
	}
	
.quiet 
	{ 
	background-color: #e0e0e0;
	}


/* nav links */
	
.nav  
    { 
    color: #660000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
.nav:visited  
    { 
    color: #660000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
.nav:active   
    { 
    color: #660000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
.nav:hover
    { 
    color: #990000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }

	
/*subnav links */

.subnav  
    { 
    color: #660000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 1em;
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
.subnav:visited  
    { 
    color: #006699;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
.subnav:active   
    { 
    color: #660000;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none; 
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
.subnav:hover
    { 
    color: #990000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }
	
	
/* table titles */
	
.whitebold 
	{  
    color: #ffffff;
    font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: 'X', arial, sans-serif, helvetica, verdana, 'X';
    }


/* syndication buttons */

/* subscribe buttons */
.subscribe
{
	font-size: small !important;
	font: bold x-small/1em arial,verdana,sans-serif;
	padding: 0;
	margin: 1px 0 0 1px;
	list-style: none;
}
.subscribe li
{
	border-right: #636563 solid 1px;
	border-bottom: #636563 solid 1px;
	padding: 0;
	margin: 1px 0 .5em 1px;
}
.subscribe li a
{
	display: block;
	border: 1px #ccc solid;
	text-decoration: none;
	margin-top: -1px;		
	margin-left: -1px;
	padding: 1px;
}
.subscribe li a strong
{
	color: #fff;
	background: #18659c;
 	width: 1em;
	text-align: center;
	float: left;
	margin-right: .3em;
}
/* my msn */
.subscribe li.mymsn a
{
	color: #397da5;
	text-transform: uppercase;
}
/* my yahoo */
.subscribe li.myyahoo a
{
	color: #000;
}
.subscribe li.myyahoo a strong
{
	background: #0034ce;
}
.subscribe li.myyahoo a em
{
	font-variant: small-caps;	
	font-style: normal;
	color: #ff1821;
}
/* feedster */
.subscribe li.feedster a
{
	color: #4292b5;
	letter-spacing: 0.2em;
	font-style: normal;
}
.subscribe li.feedster a strong
{
	background: #006994;
	letter-spacing: 0px;
}
/* bloglines */
.subscribe li.bloglines a strong
{
	background: #6386d6;
	font-family: arial,verdana,sans-serif;
}
.subscribe li.bloglines a
{
	font-weight: normal;
	font-family: courier,monospace;
	color: #186d94;
}
/* newsgator */
.subscribe li.newsgator a
{
	color: #bdbabd;
	text-transform: lowercase;
}
.subscribe li.newsgator a strong
{
	background: #31864a;
}
.subscribe li.newsgator a em
{
	color: #94b27b;
	font-style: normal;
}
/* pluck */
.subscribe li.pluck a strong
{
	background: #008ace;
	font-weight: bold;
}
.subscribe li.pluck a
{
	font-weight: 900;
	color: #000;
}

