#tabs {

  width: 700px;

}



#header {

  width: 100%;

  float: left;

  border-bottom: 1px solid #993333;

}



ul.tabs {

  margin: 0;

  padding: 0;

  list-style: none;

}



ul.tabs li {

  margin: 0;

  padding: 0;

  float: left;

}



ul.tabs a {

  text-decoration: none;

  display: block;

  margin: 0 2px 0 2px;

  padding: 3px 10px;

  border: 1px solid #993333;

  border-width: 1px 1px 0 1px;

  background: #FF9933;

  color: #ffffff;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif; 

  	FONT-WEIGHT: bold;

}



ul.tabs a.current {

  background: white;

  color: #330066;

  margin-bottom: -1px;

  padding-bottom: 4px;

    border-bottom: 1px solid #FFFFFF;

}



ul.tabs a:hover {

  background:#CC6633;

}



#tabs .content {

  clear: both;

}



#tabs .content_tab {

  padding: 20px;

  border: 1px solid #993333;

  border-width: 0px 1px 1px 1px;

  overflow: auto;

  	color:#333333;

	font-family: Arial, Helvetica, sans-serif;

	font-size:11px;

	text-decoration:none;

	FONT-WEIGHT: normal;

}









