@charset "UTF-8";
/* CSS Document */

.tab-box { 
width:520px;
  border-bottom: 1px solid #e7f1d2;
  padding-bottom:5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius: 3px 3px 3px 3px; /* Firefox */
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.tab-box a {
  border:0px solid #e7f1d2;
  color:#4a4a4a;
  font-size:14px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  padding: 6px 15px 5px 15px;
  text-decoration:none;
  background-color: transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius: 3px 3px 0px 0; /* Firefox */
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.tab-box a:hover {
  border:0px solid #e7f1d2;
  border-bottom:1px solid #e7f1d2;
  /*background:url(../images/tabactive_bg.png) repeat-x;*/
  color:#404040;
  padding: 6px 15px 5px 15px;
  text-decoration:none;
 background-color: #bdd985;
}
.tab-box a.activeLink {
	border:1px solid #e7f1d2;
	background:url(../images/tabactive_bg.png) repeat-x;
  background-color: #aed168;
  color:#4a4a4a;
  border-bottom: 0;
  padding: 6px 15px 7px 15px;
}
.tabcontent {
	color:#686868;
	font-size:14px;
	background-color:transparent;
	/*background-color:#aed168;*/
	border: 0px solid #e7f1d2;
	border-top: 0;
	padding: 20px;
	border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius: 0px 0px 0px 0px; /* Firefox */
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.hide { display: none;}