﻿ /* Yellow */

a:hover {
  color: #9D9D4A; 
}

input, select {
  border: solid 1px #9D9D4A;
}

textarea {
  border: solid 1px #9D9D4A;
}

.ButtonMediumSmall {
  color: #fff;
}

.ButtonSmallSmall {
  color: #fff;
}

.ButtonSmallLong {
  color: #fff;
}

.ButtonSmallMedium {
  color: #fff;
}

.ButtonSmallLonger {
  color: #fff;
}

.ButtonSmallLongest {
  color: #fff;
}


.divisionTable {
  background-repeat: repeat-x;
  background-position: 0 20px;
}

.divisionTableHeader {
  background: url(images/leagueheader.jpg);
}

.featuredCommentSection {
  background: url(images/sectiongradient.jpg);
  background-repeat: repeat-x;
}

.cupSection { 
  background: url(images/sectiongradient.jpg); 
  background-repeat: repeat-x;
}

.featuredCommentInput textarea {
  border: solid 1px #9D9D4A;
}


.gradient {
  background: url(images/leaguegradient.jpg); 
  background-repeat: no-repeat;
  background-color: White;
}


body { background-color:#ffff66; }
div.bodycontent { background-color:#ffffff; }

