﻿body 
{
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default; 
} 

#MortgageHeading
{
    background-color: #fff;
    height: 34px;
    width: 100%;
}


#MortgageHeading.impersonated
{
    background-color: Red;
}

#MortgageHeading h1
{
    font-size:2em;
    color:#fff;
    margin-left: 10px;
}

#MortgageHeading h1 span
{
    color:#8aa7c6;/*#233c75*/
}

#mortgage-ui-anonymous-content
{
	padding-top:50px;
}


#termsAndConditions ol {
    margin: 20px;
}

#termsAndConditions ol li {
    list-style-type: decimal;
}

#termsAndConditions ol li ol {
    margin: 10px 20px;
}

    #termsAndConditions ol li ol li {
        list-style-type: decimal;
    }

#termsAndConditions h2, #termsAndConditions h3, #termsAndConditions h4 {
    text-transform: uppercase;
    margin: 10px 0 3px 0;
}

/* SITE LEVEL CSS STYLE */
*
{
    margin:0;
    padding:0;
}

body 
{    
	/*margin:0px;*/
    font-family:Verdana;
    font-size:0.6em;  
    background-color:#FFF;
}

h1
{
    text-indent:-900em;
    background:url('/Images/SiteMaster/Matrix-logo-output-screen.png') no-repeat 0 0;
    margin-left: 10px;
}
h3
{
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 5px;
}
P
{
    margin-bottom: 5px;
}
div.anonymous-masterpage .headerbar
{
    /*background-image:url(/Images/SiteMaster/BannerStrip.jpg);
    background-repeat:repeat-x;*/    
    background-color:#10356a;
    height:27px;
    width:100%;
    padding-top:3px;
}
#matrix-ui-anonymous-content
{
	height:100%;
	width:100%;
	padding-top:50px;
	display:inline-block;
}
.matrix-ui-control-button-anonymous
{
   cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
     padding: 0.4em 1em;
    position: relative;
    text-align: center;
    text-decoration: none !important;    
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #C5DBEC;
    color: #2E6E9E;
    line-height: 1.4;
    padding: 0.4em 1em;
    font-weight:bold;
    /*font-size:1em;*/
    font-size:0.9em;
    /*font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;*/
        
}
