/* Required style file is svppc-common.css */
/* Default style file is svppc-classic.css */

/* Set non-content background color */
/*
HTML
{
  background-color: #C0C0C0;
}
*/

BODY
{
  background-image: none;
  background-color: #FFFFFF;
  color: #000000;
}

.note
{
  border-color: #000000;

}

/* Set default link styles */
A:link
{
  color: #0000FF;
}

A:visited
{
  color: #800080;
}

A:hover,
A:focus
{
  color: #000080;
  background-color: #C0C0C0;
}

A:active
{
  color: #FF0000;
}

/* Ensure text in link targets is treated like normal text */
A.target
{
  color: #000000;
}

/* Set E-mail link styles */
.mailto
{
  background: #FFFFFF;
}

A.mailto:link
{
  border: solid #0000FF;
  color: #0000FF;
}

A.mailto:visited
{
  border: solid #800080;
  color: #800080;
}

A.mailto:hover
{
  border: solid #000080;
  color: #000080;
  background-color: #C0C0C0;
}

A.mailto:active
{
  border: solid #FF0000;
  color: #FF0000;
}

/* Display input forms in the appropriate color scheme */
LEGEND
{
  background-color: #C0C0C0;
}

INPUT, TEXTAREA, SELECT
{
  background-color: #FFFFFF;
  color: #000000;
}

INPUT[type=text]:focus, INPUT[type=password]:focus, INPUT[type=file]:focus, TEXTAREA:focus, SELECT:focus
{
  background-color: #E0E0E0;
}

INPUT.button
{
  background-color: #C0C0C0; /* Restore original button color */
}

/* Set navigation bar styles */

/* Allow automatic handling of current page highlighting in the navigation areas */
/* Combine with corresponding ID on the BODY tag. */

/* This group highlights the current page in the navigation area. */
#home .home, 
#about .about,
#blog .blog,
#contact .contact, 
#donate .donate,
#downloads .downloads, 
#entertainment .entertainment, 
#forum .forum,
#hall .hall,
#history .history, 
#legal .legal, 
#links .links, 
#mission .mission,
#news .news,
#prefs .prefs, 
#reviews .reviews, 
#rss .rss,
#search .search, 
#store .store, 
#thoughts .thoughts, 
#updates .updates
{
  text-decoration: none;
  background-color: #FFFF80;
}

/* This group highlights the item being hovered over in the navigation area. */
.home:hover, .home:focus, 
.about:hover, .about:focus, 
.blog:hover, .blog:focus, 
.contact:hover, .contact:focus, 
.donate:hover, .donate:focus, 
.downloads:hover, .downloads:focus, 
.entertainment:hover, .entertainment:focus, 
.forum:hover, .forum:focus, 
.hall:hover, .hall:focus, 
.history:hover, .history:focus, 
.legal:hover, .legal:focus, 
.links:hover, .links:focus, 
.mission:hover, .mission:focus,
.news:hover, .news:focus, 
.prefs:hover, .prefs:focus, 
.reviews:hover, .reviews:focus, 
.rss:hover, .rss:focus, 
.search:hover, .search:focus, 
.store:hover, .store:focus, 
.thoughts:hover, .thoughts:focus, 
.updates:hover, .updates:focus 
{
  background-color: #C0C0C0;
}

/* This group forces highlighting of the current page in the navigation area when hovering. */
#home .home:hover, #home .home:focus, 
#about .about:hover, #about .about:focus, 
#blog .blog:hover, #blog .blog:focus, 
#contact .contact:hover, #contact .contact:focus, 
#donate .donate:hover, #donate .donate:focus, 
#downloads .downloads:hover, #downloads .downloads:focus, 
#entertainment .entertainment:hover, #entertainment .entertainment:focus, 
#forum .forum:hover, #forum .forum:focus, 
#hall .hall:hover, #hall .hall:focus, 
#history .history:hover, #history .history:focus, 
#legal .legal:hover, #legal .legal:focus, 
#links .links:hover, #links .links:focus, 
#mission .mission:hover, #mission .mission:focus, 
#news .news:hover, #news .news:focus, 
#prefs .prefs:hover, #prefs .prefs:focus, 
#reviews .reviews:hover, #reviews .reviews:focus, 
#rss .rss:hover, #rss .rss:focus, 
#search .search:hover, #search .search:focus, 
#store .store:hover, #store .store:focus, 
#thoughts .thoughts:hover, #thoughts .thoughts:focus, 
#updates .updates:hover, #updates .updates:focus
{
  background-color: #C0C0C0;
}
