
/* START curvy code ------------------------------------------------ */
	

/* tab styles */
#tabrow {
 margin:0;
 padding-left:3px;
 font-size:small;
 line-height:1;
 height:26px;
 text-align:left;
}

#tabrow ul {
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
}

#tabrow li {
  width:118px;
  float:left;
  background-color:#a0b8de;
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  text-align:center;
  margin:0px 3px 0px 3px;
  padding:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border-bottom-width:0;
  border-bottom-color:transparent;
  cursor:pointer;
} 

#tabrow li.select {
 background-color:#7d98c5;
 color:#FFFFFF;
 height:14px;
}

/* page styles */

 #midbox {
  width:277px;
  background-color:#7d98c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#midbox {
  background-color:#7d98c5;
}
#midbox p {
  margin:0;
  padding-bottom:1px;
} 


div.subpage {
  padding:2px 5px 8px 5px;
  height:336px;
}
/* styles for the demo sub-pages */

.box2{
  background-color: #0f0;
  text-align:center;
}

.box3{
  background-color: #00f;
  text-align:right;
}
/* END curvy code -------------------------------------------------------------- */	
	