#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 14px Tahoma, Verdana; /*tab font */
color: black; /*font color */
width: 110px; /*width of tab image */
height: 30px; /*height of tab image */
float: left;
display: inline;
margin-left: 3px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(bluetab.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
width:800px; /*width of 2nd level content*/
height:40px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
margin-left: 5px;
margin-top: 1px;
}

.tabcontent#scm {
text-align: center;
}

.tabcontent#sco {
margin-left: 115px; /* 8em; */
}

.tabcontent#scc1, .tabcontent#scu2 {
text-align: right;
}

.tabcontent a {
text-decoration: none;
/*
border-width: thin;
border-style: solid;
border-color: white;
*/
}
.tabcontent a:hover {
text-decoration: overline underline;
background-color: #EEE;
/*
border-width: thin;
border-color: black;
border-style: dotted;
*/
}


