/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-body
{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
    width: 980px;
    height: 100%;
    background-color: #FFFFFF;
}


a img {
    border: 0px;
}

.bea-portal-body-content
{
    text-align: left;
    width: 980px;
    margin: 0px;
    padding: 0px;
}

.bea-portal-body-header
{
    margin-left: 20px;
    padding: 0px;
    color: #000000;
    width: 980px;
    font-size: x-small;
}

.bea-portal-body-header a
{
    color: #666666;
    text-decoration: none;
}

.bea-portal-body-header a:hover
{
    color: #666666;
    text-decoration: underline;
}

.bea-portal-body-header a:visited
{
    color: #666666;
    text-decoration: none;
}


.bea-portal-body-header select
{
   font-family: Verdana;
   font-size: small;
   color: #696969;
}


.bea-portal-body-footer
{

    margin-left: 20px;

	font-family: Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
    width: 970px;

}


/* custom class DAW */
.bea-portal-body-footer-container{
    background-color: #392D83;
    float: left;
    padding: 5px;
    width: 100%;
}

/* custom class DAW */
.bea-portal-body-footer-darkbg{
    background-color: #392D83;
}

.bea-portal-body-footer-darkbg a{
    color: #FFFFFF;
}

.bea-portal-body-footer-darkbg a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.bea-portal-body-footer-darkbg a:visited{
    color: #FFFFFF;
}

.bea-portal-body-footer a
{
	color: #FFFFFF;
	text-decoration: none;
    font-weight: normal;
}

.bea-portal-body-footer a:hover
{
    color: #FFFFFF;
	text-decoration: underline;
}

.bea-portal-body-footer a:visited
{
    color: #FFFFFF;
	text-decoration: underline;
}

li{
    list-style: disc;
}


a, a:visited{
    color: #392D83;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}