.TabbedPanel {
	/*width: 650px;*/
	margin-left: auto;
	margin-right:auto;
	/*height: 250px;*/
	/*margin-left: auto;
	margin-right: auto;*/
}

.tabbedMain {
  float: left;
  /*width: 637px;*/
  /*height: 233px;*/
  background: #eee;
  border: 1px solid #ccc;
  border-right: 1px solid #999;
  border-top: 0px;
  margin-bottom: 10px;
}

/***Static ****/

.tabbedNav a, .tabbedNav span{
  color: #000;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

/*#tabbedNav a:hover, #tabbedNav span:hover{
  color: #fff;
}

#tab1:hover, #tab2:hover, #tab3:hover, #tab4:hover, #tab5:hover, #tab6:hover, #tab7 :hover{
  border-bottom: 1px solid #666;
  background: #666;
}
*/

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
  float: left;
  /*height: 17px;*/
  min-width: 8em;
  margin-right: 1px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #999;
  border-left: 1px solid #ccc;
  background: #ccc;
}

#tab1 {
  border-bottom: 1px solid #eee;
  background: #eee;
}

#tab1_main, #tab2_main, #tab3_main, #tab4_main, #tab5_main, #tab6_main, #tab7_main {
  display: none;
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#tab1_main {
  display: block;
}
