/* Newblack CSS file */
/* Body and link colors */
BODY 
{ background: #000000;
  color: #EEEEEE;
  font: normal 12px/normal verdana, arial, sans-serif;
}
A:link, A:active, A:visited 
{ color: #99CCFF;
  text-decoration: none; }
A:hover
{ color: #99CCFF;
  text-decoration: underline; }


.divbanner {
height: 94 px;
width: 392 px;
}
  
/* Button and other input colors 

input,textarea, select {
color : #e4e4e4;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
BORDER-RIGHT: #47475D 1px solid; 
BORDER-TOP: #121316 2px solid; 
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#0D0E13;
}

input.button {
color : #E4E4E4;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-left: #47475D 2px solid; 
border-bottom: #121316 1px solid; 
border-top: #47475D 2px solid;
border-right: #121316 1px solid;
background:#0D0E13;
} */

/* Page text colors, arena page */
TD.sidebar  /* For the sidebar displays.*/
{
	background-color: #CCCCCC;
	border: thin groove #666666;
}
TD.footer
{
    background-image: url(http://www.rpgdl.com/skins/newblack/lower_bar.png);
    font-size: 8px;
	color: black;
}
.arenaweek /* Week display at the top of arena and results pages. */
{
	color: #00CCFF;
	font-weight: bold;
	font-style: italic;
	font-size: larger;
} 

  
.arenaheader, .arenahilite /* Used to display the voting instructions */
{ font-weight: bold;}
.arenaheader /* Main text for the header */
{ color: #FFFFFF; }
.arenahilite  /* Important stuff! */
{ color: #FFFF00; }
.arenagame, .bonustitle, .bonussubtitle, .fieldheader
{ color: #999999; }
.arenachar  /* Character name for matches */
{ font-size: 150%; }
.bonustitle  /* Bonus header */
{ font-size: x-large;
font-weight: bold; }
.bonussubtitle
{ font-size: larger;
  font-weight: bold; }
.bonusauthor /* Bonus author's name. */
{ color: #EF0034 }
.fieldheader /* Field names for the entry areas on the arena page. */
{ font-size: large;
  font-weight: bold; }
.portrait /* Border around portraits */
{ border: 1px solid #0066FF;
  height: 64px;
  width: 64px; }
.gamesfield /* Header for game nominations */
{ color: #EF0034;
  font-size: 150%; }
.spacer /* Spacer between bonuses/voting information */
{ background-color: #AAAAAA; }

/* Page text colors, results page */

.featuretext, .featureauth, .normaltext, .normalauth, .totals /* Font size for results stuff */
{ font-size: normal; } 
.resultschar /* Character info. */
{ color: #999999;
  font-weight: bold;
  font-size: 116%; }
.featureauth, .featuretext, .totals /* Featured results, author, and totals are bold! */
{ font-weight: bold; }
.featureauth, .normalauth /* Color for authors of results */
{ color:#0099CC; }
/* Rerank week stuff. */

.secheader 
{ color: #00AADF;
  font-weight: bold;
  font-size: x-large; }
.teamnames 
{ font-size: medium;
  font-weight: bold; }
.vs 
{ font-size: x-large; }
.rerankdiv 
{ font-size: large; 
  font-weight: bold; }

.wincell {	background-color: #666666; }
.tiecell {	background-color: #0099CC; }
.losecell {	background-color: #000000; }

.win, .lose, .tie { font-weight: bold; }

/* Misc stuff. */

.checkvote 
{ font-size: large;
  color: yellow; }
.yesvote 
{ font-size: large;
  color: #42B940; }
.novote 
{ font-size: large;
  color: #CD1E1E; }
  
.detailwin { color: #42B940; }
.detailloss { color: #CD1E1E; }
.detailup { color: #38B9A9; }
.detaildown { color: #B685B8; }
.detailchamp { color: #C5BF80; }

.tallied {	color: #42B940 ! important }
.not_tallied {	color: #FFFF00 ! important }
.warning {	color: #CD1E1E ! important }
TD,TH{
background: #000000;
  color: #EEEEEE;
  font: normal 12px/normal verdana, arial, sans-serif;
}

TH
{ font-weight: bold; }

TD.jumpbox, TH.jumpbox
{
    font-size: 10px; 
}




