#datacontent 				{ margin-top: -7px; padding: 0 6px 6px 6px; }
#datacontent ul 			{ height: 30px; display: block; background: #DFDFDF; margin: 0; padding: 5px; list-style: none; }
#datacontent ul 			{ 	-moz-border-radius-topleft: 10px; 
								-moz-border-radius-topright: 10px;
								-webkit-border-top-left-radius: 10px;
								-webkit-border-top-right-radius: 10px;
							}
#datacontent li 			{ margin: 0 10px; float: left; }
#datacontent li:first-child	{ margin-left: 40px; }
#datacontent li a 			{ display: block; background: #DFDFDF; outline: 0; color: #666; margin: 5px; padding: 1px 5px; border: 1px solid #DFDFDF; text-decoration: none; }
#datacontent li a:hover 	{ background: #D1D1D1; border: 1px solid #D1D1D1; color: #000; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#datacontent li a.selected 	{ background: #AFAFAF; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 1px inset #fff; color: #fff; }
#datacontent .panels 		{ border-top: 0; overflow: hidden; }
#datacontent .panels 		{	-moz-border-radius-bottomleft: 10px; 
								-moz-border-radius-bottomright: 10px;
								-webkit-border-bottom-right-radius: 10px;
								-webkit-border-bottom-left-radius: 10px;
							}
#datacontent .panelsInner 	{ overflow: hidden; }
#datacontent .panel 		{ min-height: 187px; zoverflow-x: hidden; zoverflow-y: auto; margin: 10px 10px 0 10px; padding: 10px; }

