﻿ /*
.headerbar {  
 background: url(images/header.png) no-repeat right; 
}
 */
 
a:hover {
  color: #2cb22c;
}

/*
#footer a:hover {
  color: #2cb22c;
}

#footerbarleft {
  color: #2cb22c;
}

.sectiontitleend {
  color: #2cb22c; 
}

.sectiontitle {
  background: url(images/sectiontitle.jpg) no-repeat left;  
}

.sectiongradient {
  background-image: url(images/sectiongradient.jpg);  
}
Greens 509C61 D5EEB0 
*/

input, select {
  border: solid 1px #2cb22c;
}

textarea {
  border: solid 1px #2cb22c;
}

.ButtonMediumSmall {
  color: #2cb22c;
}

.divisionTable {
  /*background: url(images/leaguegradient.jpg);  */
  background-repeat: repeat-x;
  background-position: 0 20px;
}

.divisionTableHeader {
  background: url(images/leagueheader.jpg);
}

.cupSection { 
  background: url(images/sectiongradient.jpg); 
  background-repeat: repeat-x;
}

.featuredCommentSection {
  background: url(images/sectiongradient.jpg);
  background-repeat: repeat-x;
}

.featuredCommentInput textarea {
  border: solid 1px #2cb22c;
}


.gradient {
  background: url(images/leaguegradient.jpg); 
  background-repeat: no-repeat;
  background-color: White;
}

body { background-color:#509C61; }
div.bodycontent { background-color:#D5EEB0; }