body {
    margin: 0px;
}

#header {
    background-color: #ffffff;
    width: 100%;
    color: black;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
}

#footer {
    background-color: #A5A5A5;
    padding: 10px;
    text-align:  center;
    font-weight: 700;
    font-family: Arial;
    font-size: 14px;
    color: white
}

#tabs    {
    font-weight: 400;
    font-family: Arial;
    font-size: 14px;
    padding: 10px;
    width: 150px;
    vertical-align: top;
}


#menu {
    background-color: #ece3a5;
    font-weight: 400;
    font-family: Arial;
    font-size: 14px;
    padding: 10px;
    width: 150px;
    vertical-align: top;

}

#right {
    background-color: #ece3a5;
    padding: 10px;
    width: 150px;
    vertical-align: top;
}

#content {
    background-color: #ffffff;
    padding: 10px;
    vertical-align: top;
}

#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

.ui-growl {  
    position:fixed;
    top: 160px !important;
    left: 37%;
    z-index:9999;
}