﻿/*
142A4F - Logo Blue

*/

html * 
{
    font-family: Calibri, Verdana, Arial, Gill Sans MT;
}

body
{
}

a 
{
    color: #142A4F;
    text-decoration: underline;
    }

a:visited
{
    color: #142A4F;
    text-decoration: underline;
    }

a:hover
{
    color: Red;
    text-decoration: underline;
    }

#masterBackgroundScalingImage
{
    position: absolute;
    z-index: 0;
    top: 0; left: 0; right: 0; bottom: 0;
    text-align: left;
    vertical-align: top;
    border: 0; padding: 0; margin: 0;
    overflow: hidden;
    }
#masterBackgroundScalingImage image
{
    position: fixed;
    border: 0; padding: 0; margin: 0;
    height: 100%;
    min-width: 100%;
    }    
#masterTemplateDiv 
{
    position: absolute;
    z-index: 10;
    top: 0; left: 0; right: 0; bottom: 0;
    text-align: center;
    }

#masterHeaderContainer
{
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0; right: 0;
    height: 150px;
    text-align: center;
    }

#masterHeaderContainer *
{
    color: #fff;
}    
#masterHeader
{
    position: relative;
    height: 50px;
    width: 950px;
    margin-left: auto; margin-right: auto;
    }
    
#masterHeaderTopLeft 
{
    position: absolute;
    z-index: 20;
    top: 0; left: 0; 
    width: 40px; height: 178px;
    background-image: url(images/publicTemplateHeader_Left.png);
    background-repeat: no-repeat;
    }

#masterHeaderTopFill
{
    position: absolute;
    z-index: 20;
    top: 0; left: 40px; right: 40px;
    height: 178px;
    background-image: url(images/publicTemplateHeader_Fill.png);
    background-repeat: repeat-x;
    }
    
#masterHeaderTopRight
{
    position: absolute;
    z-index: 20;
    top: 0; right: 0;
    width: 40px; height: 178px;
    background-image: url(images/publicTemplateHeader_Right.png);
    background-repeat: no-repeat;
    }
    

#masterHeaderLogo
{
    position: absolute;
    z-index: 99;
    top: 0; left: 0px;
    height: 180px; width: 375px;
    background-image: url(images/SaberinSystemsLogoWithGlow.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    }

#masterMenu 
{
    position: absolute;
    z-index: 100;
    top: 3px; right: 25px; 
    text-align: left;
    
    }

#masterHeaderBanner 
{
    position: absolute;
    z-index: 21;
    top: 30px; right: 40px;
    height: 110px; width: 600px;
    }
    

#masterFooterContainer
{
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0; right: 0;
    height: 40px;
    text-align: center;
    }
    
#masterFooter
{
    position: relative;
    width: 950px;
    margin-left: auto; margin-right: auto;
    height: 40px;
    }

#masterFooter a
{
    color: #fff;
    }

#masterFooterLeft
    {
    position: absolute;
    z-index: 20;
    bottom: 0; left: 0; 
    width: 40px; height: 40px;
    background-image: url(images/publicTemplateFooter_Left.png);
    background-repeat: no-repeat;
    }

#masterFooterFill
    {
    position: absolute;
    z-index: 20;
    bottom: 0; left: 40px; right: 40px;
    height: 20px;
    background-image: url(images/publicTemplateFooter_Fill.png);
    background-repeat: repeat-x;
    background-position: center bottom; 
    
    padding-top: 20px;
    color: #CCCCCC; 
    font-size: 8pt;
    font-weight: 100;
    
    }

#masterFooterRight
{
    position: absolute;
    z-index: 20;
    bottom: 0; right: 0;
    width: 40px; height: 40px;
    background-image: url(images/publicTemplateFooter_Right.png);
    background-repeat: no-repeat;
    }

#masterContentContainer
{
    position: absolute;
    z-index: 10;
    top: 175px;
    left: 0; right: 0;
    text-align: center;
    }
    
#masterContent 
{
    min-height: 500px;
    width: 800px; 
    margin-left: auto; margin-right: auto;
    text-align: left;
    }

#masterContent h1
{
    font-family: Verdana, Arial, Calibri;
    font-size: 18pt;
    font-weight: 100;
    color: #142A4F;
    }

#masterContent h2
{
    font-family: Verdana, Arial, Calibri;
    font-size: 12pt;
    font-weight: 100;
    color: #142A4F;
    }

#masterContent h3
{
    font-family: Verdana, Arial, Calibri;
    font-size: 12pt;
    font-weight: 100;
    color: #666;
    }

#masterContent p
{
    font-size: 12pt;
    color: #555555;
    }

#masterContent div.TextContent 
{
    padding-bottom: 50px;
    }

#masterContent div.TextContent p
{
    width: 500px;
    }

#masterContent div.CenteredContent 
{
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    }
    
.LoginBox table 
{
    width: 300px;
    margin-left: auto; margin-right: auto;
    }

.LoginBox * {
    text-align: center;
    }
.LoginBox input[type=text], input[type=password]
{
    width: 150px;
    border: 1px silver solid;
    vertical-align: middle;
    padding: 5px; margin: 2px;
    height: 20px;
    line-height: 15pt;
    text-align: left;
    }

.LoginBox input[type=submit]
{
    width: 160px;
    border: 1px #555555 outset;
    height: 40px;
    background-color: #CCCCCC;
    vertical-align: middle;
    text-align: center;
    }

.LoginBox td
{
    padding: 5px;
    }
    
.LoginBox td.Title
{
    text-align: left;
    background-color: Silver;
    }

/* news */

div.NewsContent 
{
    padding-bottom: 50px;
    padding-top: 10px;    
    }
    
div.newsItemBody 
{
    color: Blue;
    border: 5px yellow solid;
    padding: 10px;
    background-color: #555555;
    }
    
div.newsItemBody p
{    
    background-color: Blue;
    color: #FFFFFF;
    border: 1px orange dotted;
    }
