﻿ /*
.headerbar {  
 background: url(images/header.png) no-repeat right; 
}
 */
 
a:hover {
color:#7ec2eb;
}

/*
#footer a:hover {
  color: #880000;
}

#footerbarleft {
  color: #880000;
}

.sectiontitleend {
  color: #880000; 
}

.sectiontitle {
  background: url(images/sectiontitle.jpg) no-repeat left;  
}

.sectiongradient {
  background-image: url(images/sectiongradient.jpg);  
}
Greens 509C61 D5EEB0 
*/

input, select {
  border: solid 1px #7ec2eb;
}

textarea {
  border: solid 1px #7ec2eb;
}

.ButtonMediumSmall {
  color: #7ec2eb;
}

body { background-color:#7ec2eb;}
div.bodycontent { background-color:transparent; background-repeat:no-repeat;
}

div.middleColHeader, div.leftColHeader, div#topmenu, div.topmenu{
color:#333333;
background: #ffffff; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cde1f2'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cde1f2)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #cde1f2); /* for firefox 3.6+ */
}

div.middleColHeader, div.leftColHeader{
border-bottom: 2px solid #aa0000;
}

div.topMenuItem a {
color:#333333;
font-weight:bold;
}


div.middleColBox {
border:#000000 solid 2px;
}


