﻿ /*
.headerbar {  
 background: url(images/header.png) no-repeat right; 
}
 */
a:hover {
  color: #f78e1e;
}
/*
#footer a:hover {
  color: #f78e1e;
}

.footerbarleft {
  color: #f78e1e;
}

.sectiontitleend {
  color: #f78e1e;
}

.sectiontitle {
  background: url(images/sectiontitle.jpg) no-repeat left;  
}

.sectiongradient {
  background-image: url(images/sectiongradient.jpg);  
}
*/

input, select {
  border: solid 1px #f78e1e;
}

textarea {
  border: solid 1px #f78e1e;
}

.ButtonMediumSmall {
  color: #f78e1e;
}

.ButtonSmallSmall {
  color: #f78e1e;
}

.ButtonSmallLong {
  color: #f78e1e;
}

.ButtonSmallMedium {
  color: #f78e1e;
}

.ButtonSmallLong {
  color: #f78e1e;
}

.ButtonSmallLongest {
  color: #f78e1e;
}


.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 #f78e1e;
}


.gradient {
  background: url(images/leaguegradient.jpg); 
  background-repeat: no-repeat;
  background-color: White;
}


body { background-color:#ECB200; }
div.bodycontent { background-color:#F6E3A7; }