﻿/*
.headerbar {  
  background: url(images/header.png) no-repeat right;
}

a:hover {
  color: #949494;
}

#footer a:hover {
  color: #949494;
}

.footerbarleft {
  color: #949494; 
}


.sectiontitleend {
  color: #949494;
}

.sectiontitle {
  background: url(images/sectiontitle.jpg) no-repeat left;  
}

.sectiongradient {
  background-image: url(images/sectiongradient.jpg);  
}

input {
  border: solid 1px #949494;
}

.ButtonMediumSmall {
  color: #949494;
}

.ButtonSmallSmall {
  color: #949494;
}

.ButtonSmallMedium {
  color: #949494;
}

.ButtonSmallLong {
  color: #949494;
}

.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 #949494;
}

.featureContentBackground {
  background: url(images/sectiongradient.jpg); 
  background-repeat: repeat-x;
}

.scrollingText {
  color: #949494;
}

.gradient {
  background: url(images/leaguegradient.jpg); 
  background-repeat: no-repeat;
  background-color: White;
}


*/