html, body, #PortalHolder {
    width: 100%;
    height: 100%;
}
body{
    background: url('/portal-core/images/background.png') repeat-x top left #ffffff;
    margin:0;
    padding:0;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 100%;
}

/* General Styles */

.container {
    margin: 20px;
}

h2 {
    color: #005696;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    padding:0;
    margin:0 0 5px 0;
}

p {
    color: #005696;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    padding:0;
    margin:0;
}

a, a:link, a:hover, a:visited, a:active {
    color:#555555;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

object:focus {
    outline:none;
}
.grey{
    color:#a9a6a6;
}

.clear {
    clear:both;
}

.logo{
    margin-bottom: 48px;
}


.blockImg{
    display: block;
    float: left;
    margin-right: 20px;
}

#flashContent{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#footer{
    clear:both;
    padding: 0;
    margin: 225px 0 0 0;
    font-size: 13px;
    color:#1f4490;
}
#footer a, a:link, a:hover, a:visited, a:active{
    color: #1f4490;
}



/* Preloader Screen */

#defaultBase{
    position: absolute;
    width: 100%;
    min-width: 1010px;
    min-height: 600px;
    z-index: -1;
}

#defaultContent {
    margin: 235px auto;
    width: 181px;
}

.trackLogo{
    margin-bottom: 2px;
}


/* Portal Screen */

#PortalHolder {
    min-width: 1010px;
    min-height: 600px;
}


/* No js/flash Screen */

#alternateContent, #noscriptAlternateContent{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;

    height: 100%;
    width: 100%;
}

#alternateContent .container, #noscriptAlternateContent .container {
    width: 60%;
    margin: 20px auto;
}

#alternateContent .logo, #noscriptAlternateContent .logo {
    margin: 30px 0 20px;
}

#alternateContent p, #noscriptAlternateContent p {
    font-size: 14px;
}

#alternateContent .footer, #noscriptAlternateContent .footer {
    margin-top: 40px;
}


/* Mobile Screen */

#incompatibleContent{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;

    height: 100%;
    width: 100%;
}

#incompatibleContent .logo {
    margin: 30px 0 20px;
}

#incompatibleContent .footer {
    margin-top: 40px;
}


