body
{
    background-color: white;
}

.menulist
{
    text-align: left;
    z-index: 99999;
    background-image: url('/images/bgmenu.jpg');
    background-repeat: repeat-x;
    height: 37px;
    vertical-align: middle;
    width: 100%;
}

.menulink
{
    color: #ffffff;
    font-family: Sans-Serif;
    font-size: 12px;
    text-decoration: none;
    z-index: 99999;
}


.menulink:hover
{
    color: Yellow;
    z-index: 99999;
}

.menulistBottom
{
    text-align: left;
    z-index: 99999;
    background-image: url('/images/vidbg.png');
    background-repeat: repeat;
    vertical-align: middle;
    padding-top: 3px;
    width: 100%;
    border-top: solid 5px #243257;
}

.menulinkBottom:hover
{
    color: Yellow;
    z-index: 99999;
}

.homebg
{
    background-image: url('/images/queenmary_hp.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 535px;

}

.hometxtcontainer
{
    background-image: url('/images/copybox.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 380px;
    height: 467px;
}

.hometxt
{
    font-family: Sans-Serif;
    font-size: 18px;
    color: #081061;
    text-align: center;
    line-height: 1.3em;
    font-weight: bold;
}

.homefooter
{
    color: Red;
    width: 100%;
    height: 133px;
    background-color: #ffe31f;
    vertical-align: top;
    text-align: left;
    font-size: 72px;
    font-family: Sans-Serif;
}

.reportText
{
    font-family: Sans-Serif;
    font-size: 12px;
    text-align: left;
}

.ajax__html_editor_extender_texteditor
{
    font-family: Sans-Serif;
    font-size: 12px;
    text-align: left;
}

.editBox
{
    position:relative;
    padding: 3px;

}

.editBox:hover
{
    border: 2px dashed #696969;
    margin: -2px;
    cursor: crosshair;
}
