.centredFrame
{
    /*margin-top:20px;*/
    margin-left:auto;
    margin-right:auto;
    width:900px;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    background: none;
    /*background-color: rgba(255,255,255,0.9);*/
}

/*@if user.agent gecko1_8 {*/
    /*.centredFrame*/
    /*{*/
        /*opacity: 0.9;*/
        /*filter:alpha(opacity=90);*/
    /*}*/
/*}*/
/*@else {*/
    /*.centredFrame*/
    /*{*/
        /*background-color: rgba(255,255,255,230);*/
    /*}*/
/*}*/

/*@sprite .bannerSprite*/
/*{*/
    /*gwt-image: 'getBannerImage';*/
    /*color: #fff;*/
    /*font-size: 12px;*/
    /*display:inline;*/
    /*width:730px;*/
    /*height:107px;*/
    /*font-weight:bold;*/
    /*float:right;*/
/*}*/

/*.music4life*/
/*{*/
    /*float:left;*/
    /*font-style:italic;*/
    /*padding-left:10px;*/
    /*padding-top:10px;*/
/*}*/

/*.banneraddress*/
/*{*/
    /*float:right;*/
    /*padding-right:10px;*/
    /*padding-top:50px;*/
/*}*/

@sprite .topmenufade
{
    gwt-image: 'getMenuTopFade';
    height:100px;
    width:160px;
    margin-top:20px;
}

@sprite .bottommenufade
{
    gwt-image: 'getMenuBottomFade';
    height:74px;
    width:160px;
}

.note, .notedown
{
    height:37px;
    width:160px;
    font-size:12px;
    padding-left:10px;
    cursor: pointer;
}

.note div, .notedown div
{
    padding-top:9px;
}

.note a:hover
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

.note a, .note a:visited, .note a:link
{
    color:#555;
    text-decoration:none;
}

.notedown, .notedown a, .notedown a:link, .notedown a:visited
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

@sprite .keywords
{
    gwt-image: 'getKeywords';
    background-size: 100% auto;
    margin-left: -40px;
    width: 200px;
    height: 80px;
}

@sprite .noteA
{
    gwt-image: 'getNoteA';
}
@sprite .noteA:hover
{
    gwt-image: 'getNoteADown';
}
@sprite .noteADown
{
    gwt-image: 'getNoteADown';
}

@sprite .noteB
{
    gwt-image: 'getNoteB';
}
@sprite .noteB:hover
{
    gwt-image: 'getNoteBDown';
}
@sprite .noteBDown
{
    gwt-image: 'getNoteBDown';
}

@sprite .noteC
{
    gwt-image: 'getNoteC';
}
@sprite .noteC:hover
{
    gwt-image: 'getNoteCDown';
}
@sprite .noteCDown
{
    gwt-image: 'getNoteCDown';
}

@sprite .noteD
{
    gwt-image: 'getNoteD';
}
@sprite .noteD:hover
{
    gwt-image: 'getNoteDDown';
}
@sprite .noteDDown
{
    gwt-image: 'getNoteDDown';
}

@sprite .noteE
{
    gwt-image: 'getNoteE';
}
@sprite .noteE:hover
{
    gwt-image: 'getNoteEDown';
}
@sprite .noteEDown
{
    gwt-image: 'getNoteEDown';
}

@sprite .noteF
{
    gwt-image: 'getNoteF';
}
@sprite .noteF:hover
{
    gwt-image: 'getNoteFDown';
}
@sprite .noteFDown
{
    gwt-image: 'getNoteFDown';
}

@sprite .noteG
{
    gwt-image: 'getNoteG';
}
@sprite .noteG:hover
{
    gwt-image: 'getNoteGDown';
}
@sprite .noteGDown
{
    gwt-image: 'getNoteGDown';
}

@def CONTENT_HEIGHT 600px;

@sprite .topLeftOfContent
{
    gwt-image: 'topleftcurvegray';
    margin-top:10px;
}

.leftOfContent
{
    width:4px;
    height:596px;
    border-left:1px solid #999999;
    border-bottom:1px solid #999999;
    background-color:#f8f8f8;
}

.floatingNote
{
    position:absolute;
    top:10px;
    left:-210px;
}
.floatingNote2
{
    position:absolute;
    top:10px;
    left:-220px;
}
.floatingNote3
{
    position:absolute;
    top:10px;
    left:-195px;
}

/*.rightOfContent*/
/*{*/
    /*width:10px;*/
    /*height:CONTENT_HEIGHT;*/
    /*border-right:1px solid #999999;*/
    /*border-bottom:1px solid #999999;*/
    /*background-color:#f8f8f8;*/
    /*margin-top:10px;*/
/*}*/

.content
{
    width:698px;
    height:CONTENT_HEIGHT;
    margin-top:10px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    border-right:1px solid #999999;
    background-color:rgba(248,248,248,0.9);
    padding-right:10px;
    padding-left:15px;
}

.toys
{
    margin-top:-90px;
    margin-bottom:-16px;
}

.imageframe
{
    background: #f6d9c3;
    border:1px solid #f9a56c;
    /*padding:20px;*/
    /*margin:10px;*/
}

.newsscroller
{
    height:520px;
    padding-right:10px;
    float:left;
    width:100%;
}

.errorbox
{
    border-width: 2px 1px 1px 2px;
    border-color:red;
}

.errormsg
{
    color:red;
}

.divasspan
{
    float:left;
}

.headingtight
{
    margin-bottom:0;
}

.galleryeditor
{
    width:100%;
}

.photodiv
{
    padding:4px;
    border:2px solid red;
    margin-top:6px;
}

.thumbcheckbox
{
    border:1px solid gray;
    width:108px;
    height: 130px;
    display:inline-block;
    margin:2px;
    overflow: hidden;
    position: relative;
}

.thumbcheckbox_excluded
{
    border:1px dotted gray;
}

.messageBox
{
    border: 1px solid darkslategray;
    background-color: linen;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    padding: 4px;
}

@sprite .drop_box
{
    gwt-image: 'imageDrop';
    background-position: bottom;
    height: 130px;
    width: 108px;
    margin: 2px;
    display:inline-block;
    border: 1px solid gray;
}

@sprite .drop_box:hover
{
    gwt-image: 'imageDropHover';
    background-position: bottom;
    height: 130px;
    width: 108px;
}
