/* tabs */
.anchors {
    margin: 0;
    padding: 0;
	text-align:center;
	clear:right;}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";}
.anchors li {
    float: left;
    list-style: none;
	height:23px;
	width:100px;
    margin:0;
	padding:0px;}
.anchors .on li {
    float:left;
    margin:0px;
	padding:0px;}
.anchors ul{
    list-style: none;
	padding:0px;
	margin:0px;
	width:345px;}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
	margin:0px;
    padding: 2px 0px 1px;
    color: #000;
    text-decoration: none;
	height:23px;
	background:url(/images/unactivetab.gif);
	background-position:top;
	background-repeat:no-repeat;}
.anchorcontent {
    border: 1px solid #B2B2B2;
    padding:0 1em;
	margin:0px;
    background-color: white;
	min-height:100px;
	width:345px;
}
.anchors .on a {
    padding-bottom: 2px;
    font-weight: bold;
	background:url(/images/activetab.gif);
	background-position:top;
	background-repeat:no-repeat;}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.anchor {}
.anchor .on{}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
    padding: 10px;
}