#content .buttBlue {
    width: 11em;
}



#content a.arrowBlueFirst {
    padding: 0 0 1px 1.5em;
    font-weight: bold;
    background: url( ../img/arrowBlue.gif ) no-repeat 0 center;
}

#content a.blueLink {
    font-weight: bold;
}

#content a.arrowBlueLast {
    padding: 0 1.7em 1px 0;
    font-weight: bold;
    background: url( ../img/arrowBlue.gif ) no-repeat right center;
}

#content .buttBlue {
    margin: 0 0 1.5em 0;
}

#content .productTitle {
    padding: .5em 0 .8em 3em;
}





















#content table.screenshots {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 0;
}

#content table.screenshots th {
    margin: 0;
    padding: 0;
    color: #fff;
}

#content table.screenshots th.tableTop {
    margin: 0;
    padding: .3em 2em;
    text-align: center;
    font-weight: normal;
    background-color: #8c99d0;
    border-right: solid 1px #dadada;
}

#content table.screenshots th.tableTop.left {
    width: 50%;
    text-align: left;
    background: #8c99d0 url( ../img/bgScreenshotsLeft.gif ) no-repeat 0 0;
}

#content table.screenshots th.tableTop.right {
    background: #8c99d0 url( ../img/bgScreenshotsRight.gif ) no-repeat right 0;
    border-right: none;
}

#content table.screenshots td {
    margin: 0;
    padding: .5em 2em;
    text-align: center;
    font-size: 85%;
    border-right: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
}

#content table.screenshots td.features {
    text-align: left;
    border-left: solid 1px #dadada;
}

#content table.screenshots td.none {
    background-color: #e0e0e0;
    color: #e0e0e0;
}


#content .insider {
    background: url( ../img/logoInsider.gif ) no-repeat 0 0;
}

#content .insideros {
    background: url( ../img/logoInsider.gif ) no-repeat 0 0;
}

#content .sqldev_ext {
    background: url( ../img/raptor_image.png ) no-repeat 0 0;
}

#content .digger {
    background: url( ../img/logoDigger.gif ) no-repeat 0 0;
}


dl.bulletList dt {
    background: url( ../img/bullet.gif ) #F0F0F0 no-repeat 5px center;
    color: #333333;
    font-size: 10pt;
    padding: 2px 20px;
    margin: 15px 0px;
    font-weight:bold;
}

dl.bulletList dd {
    font-size: 8pt;
    padding: 0 0 0 20px;
    margin: 15px 0;
}
.subheader {
    color: #757580;
    font-family: "Frutiger 47LightCn", Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    letter-spacing: -1px;
}
table.comparison { border-top: 1px solid gray; border-left: 1px solid gray; }
table.comparison th {
    background-color: #A7AFD3; color: white; font: bold 11px/11px; line-height: 11px;
    border-bottom: 1px solid gray; border-right: 1px solid gray; text-align:center;
}
table.comparison td { border-bottom: 1px solid gray; border-right: 1px solid gray; font-size: 11px; line-height: 14px; }
table.comparison td.yes { background-color: #ffffff; text-align: center; }
table.comparison td.no { background-color: #e0e0e0; text-align: center; }
.quicklinkstop { float: right; background: #e9e9ea url(/img/qlinks_top.gif) no-repeat top left; width: 220px; text-align: left; margin-top: 5px; padding-top: 33px; }

.quicklinksbottom { background: #e9e9ea url(/img/qlinks_bottom.gif) no-repeat bottom left; width: 220px; }
code {
    font-family: myriad, verdana, tahoma, arial, sans-serif;
    color: #333;
    font-style:italic;
    font-weight:bold;
}
table.tablefeatures {
    vertical-align: top;
}
table.tablefeatures td {
    text-align: justify;
    vertical-align: top;
    padding: 10px 10px;
}
a.shyLink, a.shyLink:visited, a.shyLink:hover  {
    text-decoration:none;
    color: white;
}