/**** 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: #FFFFFF;
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    text-align: center;
}
label {
	display: block;
	margin: 15px 0 0 0;
	}
p {
	margin: 10px 0;
	}
	

.LoginPage  {
	background-color:#FFFFFF;
	text-align:center;
	margin-top: 20px;
	}

/*** controls image size within parent section for resizing in fluid mode ***/
.logo {
	margin-bottom: 10px;
	}
	.logo img {
		max-width: 100%;
		}

/*** 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 {
    background-color: #F7F7F7;
    border: 1px solid;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    text-align: center;
	}

.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;
	margin-top: 0;
    	}

.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;
	}
		


