/**** to change the colors for the following, you can do a global search/replace 

	body, loginpage: #FFFFFF
	mainbackground- login section: #F7F7F7
	headerbackground: #E4E4E4
	font-color: #000000;
	
****/

body {
    background-color: #f1f1e7;
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    text-align: center;
}

.LoginPage  {
	background-color:#FFFFFF;
	text-align:center;
	
	}

/*** controls image size within parent section for resizing in fluid mode ***/
.logo img {
	max-width: 100%;
	}
	
.logo  {
	 text-align: left;
	 padding-left: 12px;	
	 -moz-border-radius-topright: 15px 15px;
    -moz-border-radius-topleft: 15px 15px;
    border-top-right-radius: 15px 15px;
    border-top-left-radius: 15px 15px;
    /* fallback */
    background-color: #fff;
    
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e9e3d2));
    
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #fff, #e9e3d2);
    
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #fff, #e9e3d2);
    
    /* IE 10 */
    background: -ms-linear-gradient(left, #fff, #e9e3d2);
    
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #fff, #e9e3d2);
	}

.logininside {
    padding:15px;
    box-shadow: inset 0 2px 13px #b8b08f;
    border:1px solid #aea57f;
    -moz-border-radius-bottomright: 15px 15px;
    -moz-border-radius-bottomleft: 15px 15px;
    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
    }

/*** error message color ***/	
.userlogin .note {
    color: #0673B8;
   	}

/*** Client Name ***/
.headerTitle {
    color: #000000;
    font-size: 1.9em;
    font-weight: bold;
    padding-top: 10px;
	}

/*** login section ***/	
	
.userloginsection {
    text-align: center;
    font-size: 11px;
    margin: 80 auto 0 auto;
    background-color: #E0DCCE;
    border:1px solid #369;
    -moz-border-radius: 15px 15px;
    border-radius: 15px 15px;
	}

.shadow {
    -moz-box-shadow: 0 0 15px 2px #ccc;
    -webkit-box-shadow: 0 0 15px 5px #ccc;
    -moz-box-shadow: 0 0 15px 5px #ccc;
    -webkit-box-shadow: 0 0 15px 5px #ccc;
    box-shadow: 0 0 15px 5px #ccc;
    }

.resetuserloginsection {
    background-color: #F7F7F7;
    border: 1px solid;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    
	}
	
.newUser {
    background-color: #F7F7F7;
    border: 1px solid;
    -moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    
	}

/*** User Login Header ***/
.userlogintophead {
	color:#000000;
	background-color: #E4E4E4;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px; 
	font-size: 1.2em;
    	font-weight: bold;
	height: 30px;
    	line-height: 30px;
    	}


.login {
	width: 200px;
	}

/* changes for range_1 and range_0 */

html#range_1 input {
	width: 90%;
	}
	
html#range_1 .button input{
	width: auto;
	}
	
html#range_0 input {
	width: 90%;
	}
	
html#range_0 .button input{
	width: auto;
	font-size: 1em;
	}
		


