/* tabs */

/* Specific tab styles */
div#largeImage {
	width: 100%;
	text-align: center;
}

div#largeImage img {
	margin: auto;
	border: 1px solid #CCCCCC;
	padding: 3px;
	display: block;
}

div#largeImage .caption {
	font-family: Tahoma;
	font-size: 8pt;
	font-style: italic;
	margin: auto;
	padding-top: 5px;
	color: #333333;
	width: 250px;
}

div#otherImages {
	border: 1px solid #E5E5E5;
	background: #FFFFFF url(/lib/staticImages/otherImagesBG.gif) top left repeat-x;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
}

div#otherImages_titleBar {
	border-bottom: 1px solid #999999;
	padding: 3px;
	margin: 0 5px 10px 5px;
}

span#otherImages_title {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	padding: 0 10px 0 0;
}

span#otherImages_moreInformation {
	font-family: Tahoma;
	font-size: 8pt;
	color: #777777;
}

div#otherImages_thumbs {
	text-align: center;
}

div#otherImages_thumbs img {
	padding: 3px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}

/* End special formatting */
.anchor_title_print {
	display: none;
}

.anchors {
	list-style: none;
	margin: 0;
	font-size: 85%;
	padding: 0 0 1px;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 0 0 3px;
}
.anchors a {
    display: block;
    position: relative;
    top: 2px;
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 2px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
	 background-color: #EEEEEE;
}
.anchors .on a {
	 color: #E17000;
	 border-bottom: 1px solid #FFFFFF;
	 background-color: #FFFFFF;
	 text-decoration: none;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	 color: #E17000;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
	 background: #FFFFFF;
	 text-decoration: none;
}
.anchors a:visited {
	text-decoration: none;
	color: #000;
}
.anchor {
	background: #FFFFFF;
	padding: 10px;
	font-size:85%;
	border: 1px solid #CCCCCC   
}

