

.dynamic-tab-pane-control.tab-pane {
	border:		none;
	width:		98%; /* IE needs this to not be 100% so the right side isn't cut off!!! */
}

.dynamic-tab-pane-control .tab-page {
 background: #fff;
 padding: 0.5em 0.5em;
 border: 1px solid rgb( 145, 155, 156 );
 clear: both;
}

.dynamic-tab-pane-control .tab-row {
 margin:0px; 
 padding: 0px;
 background-color: #fff;
 border: none;
 float: left;
 filter: none;
}

.dynamic-tab-pane-control .tab-row .tab a {
 text-decoration: none;
 color: black;
}

.dynamic-tab-pane-control .tab-row .tab {               /*Link Colour*/
 background-image: url( "tab.png" );
 position:	relative;
 top: 0;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 3px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 10px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 70px;
 height: 18px;
 text-decoration: none;
}

.dynamic-tab-pane-control .tab-row .tab.selected {        /* Style for Selected tab */
 position:	relative;
 top: 1px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 3px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 10px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 70px;
 height: 18px;
 background-image: url( "tab_active.png" );
 letter-spacing: 0px;
 text-decoration: none;
}

.dynamic-tab-pane-control .tab-row .hover {             /*Link Colour on mouseover */
 margin: 1px 1px 1px 0px;
 background-image: url( "tab_hover.png" );
 width: 70px;
 height: 18px;
 text-decoration: none;
}

.dynamic-tab-pane-control .tab-row .hover a {
 text-decoration: none;
}

