﻿ /*
.headerbar {  
 background: url(images/header.png) no-repeat right; 
}
 */
a:hover {
  color: #4188D2; 
}
/* Blue 
#footer a:hover {
  color: #0000ff; 
}

#footerbarleft {
  color: #0000ff;
}

.sectiontitleend {
  color: #0000ff;
}

.sectiontitle {
  background: url(images/sectiontitle.jpg) no-repeat left;  
}

.sectiongradient {
  background-image: url(images/sectiongradient.jpg);  
}
*/
input, select {
  border: solid 1px #26517C;
}

textarea {
  border: solid 1px #26517C;
}

.ButtonMediumSmall {
  color: #0000ff;
}

.ButtonSmallSmall {
  color: #0000ff;
}

.ButtonSmallLong {
  color: #0000ff;
}

.ButtonSmallMedium {
  color: #0000ff;
}

.ButtonSmallLonger {
  color: #0000ff;
}

.ButtonSmallLongest {
  color: #0000ff;
}


.divisionTable {
  /*background: url(images/leaguegradient.jpg);  */
  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 #0000ff;
}


.gradient {
  background: url(images/leaguegradient.jpg); 
  background-repeat: no-repeat;
  background-color: White;
}


body { background-color:#689CD2; }
div.bodycontent { background-color:#ffffff; }