@charset "iso-8859-1";
/* author: Vile E. Berthelsen */
/* Creation date: 26-02-2005 */


#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: silver; /*font color */
width: 86px; /*width of tab image */
height: 22px; /*height of tab image */
float: center;
display: inline;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(../pix/greytab.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../pix/greytabover.jpg); /*URL to tab image onmouseover */
color: #222222;
}

#tabcontentcontainer{
width:700px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
