/*Style for the siteheader section */
.siteheaderLeft {
  width: 14%;
}

.siteheaderCenter {
  width: 40%;
  height: 80px;
}

.siteheaderRight {
   width: 46%;
  height: 80px;
}

/*Style for the sitefooter section */
.sitefooterLeft {
  background-image: url('/community/chrome/site/efrafootbgtile1.jpg');
  background-repeat: repeat-x;
  width: 32%;
  
}

.sitefooterCenter {
  background-image: url('/community/chrome/site/efrafootbg.jpg');
  background-repeat: no-repeat;
  width: 36%;
  height: 40px;
}

.sitefooterRight {
  background-image: url('/community/chrome/site/efrafootbgtile2.jpg');
  background-repeat: repeat-x;
  width: 28%;
  height: 40px;
  vertical-align: bottom; /*push the right footer text to the bottom */
}


/* Fixing the font size due to the addition of a <table> tag in the <div> tag*/
#footer p{
  font-size: 1em; /*modified trac.css instead to handle the size discrepancy. This line can be taken out.*/
}

#footer {
  border-top-style: none;  /*Remove the faint line at the top of the footer section */
}


/*Extra changes to the #mainav section*/
#mainnav {
  background-color: #336699;
  background-image: url('');
  border-top-color: #cc6633;
  border-bottom-color: #cc6633;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

#mainnav *:link, #mainnav *:visited
{
  border-right-color: #cc6633;
  border-left-color: #cc6633;
  color: #ffffff;
}

#mainnav *:link:hover, #mainnav *:visited:hover
{
  background-color: #cc6633;
}

#mainnav .active *:link, #mainnav .active *:visited
{
  background-color: #cc6633;
  border-right-color: #cc6633;
  color: #ffffff;
}

#mainnav .active *:link:hover, #mainnav .active *:visited:hover
{
  border-right-color: #cc6633;
}


/*Style for the wikipage contents*/
.wikipage {
  margin-top: 5px;
  background-color: #f1f6f8;
  border-bottom-style: none;
  padding-left: 25px;
}

#content {
  background-color: #f1f6f8;
  border-left: #336699 1px solid;
  border-right: #336699 1px solid;
  border-bottom: #336699 1px solid;
  border-top: #336699 1px solid;
  margin-top: 5px;
}

/*Style for ADMIN WIKI buttons*/
.buttons {
  margin-left: 2em;
}


/*Style for the TracNav macro layout*/

.wiki-toc.trac-nav {
  border-top: #cc6633 thick solid;
  border-bottom: #cc6633 thick solid;
  border-left-color: #cc6633;
  border-right-color: #cc6633;
  background-color: #336699;
  background-repeat: none;
  margin-right: 1em;
}

.wiki-toc.trac-nav *:link, .wiki-toc.trac-nav *:visited {
  text-decoration: none;
  color: #ffffff;
  border-bottom: none 2px none;
}

.wiki-toc.trac-nav *:link:hover, .wiki-toc.trac-nav *:visited:hover {
  background-color: #cc6633;
  color: #ffffff;
}

.wiki-toc .active {
  background-color: #cc6633;
}

.wiki-toc h4 {
  color: #ffffff;
}

.wiki-footer-note-italics {
	float: left;
	width: 80%;
	font-style: italic;
	padding: 0.5em;
	margin: 0.8em;
	border: 2px dotted #888;
}

ul.front a {
	display: block;
	color: #336699; 
}

a {
	color: #336699; 
}

h1, h2, h3, h4 {
	color: #336699; 
}
