body {
    font: 70% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    margin:0;
}

iframe
{
    margin:40px 0 0 195px;
    width:800px;
    height: 700px;
    border: 1px solid #e0e0e0;
}

#t
{
    position:absolute;
    left : 220px;
    top : 5px;
    font-size:small;
    color: #1C417C;
}

.menuExample
{
    position : absolute;
    left:0;
    top:40px;
}

.icon-carousel 
{
    background-image: url(../images/Carousel.png);
}

.icon-lightbox 
{
    background-image: url(../images/Popup_32.png);
}

.icon-flickr
{
    background-image: url(../images/flickr-32x32.png);
}

.icon-tab
{
    background-image: url(../images/tab.png);
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#selected 
{
    height:40px;
    width:250px;
    background-repeat:no-repeat;
    font-weight:bold;
}

#source
{
    font-size:12px;
}