a:link {
    text-decoration: none;
    filter: Shadow(Color=#000000, Direction=1);
}

a:hover {
    /*text-decoration: underline;*/
    color: #6699FF;

}

a:active {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

body {
    background-color: #819dc5;
    text-align:center;
    margin: 0px;
}

#idLayerContent {
    text-align: left;
    background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    font-size:10.5pt;
    min-height: 480px;
    padding: 16px;
}

#idLayerTop {
    width: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    background-image: url('./top_bg.png');
    background-repeat: repeat;
}

#idLayerLogo {
    width: 100%;
    padding-top:5px;
    padding-bottom:5px;
}

#idLayerMenu {
    background:#069;
    text-align: center;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    font-size: large;
}

#idLayerCenter {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

#idLayerCenterLeft {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#idLayerCenterRight {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background:#FFF;
}

#idLayerBottom {
    background-color: #88bcf4;
    font-size:9pt;
    line-height: 15px;
}

#idLayerEditorPick {
    line-height: 20px;
    font-size:9pt;
}
