@charset "utf-8";
/* CSS Document */
.printable {
	border: 1px dotted #CCCCCC ;
	/*padding: 10px 10px 10px 10px ;*/
}

.dummyClass {
	
}

html{
	margin: 0px;
	padding: 0px;
	border: 0px;
		
}
body {	
	/*background-color:rgb(248,243,231);*/
}

input[type="number"], input[type="text"], input[type="file"], input[type="email"], input[type="password"]{
    border:2px solid #dadada;
    border-radius:7px;
    font-size:16px;
    padding:5px; 
}

input[type="number"]:focus, input[type="text"]:focus, input[type="file"]:focus, input[type="email"]:focus, input[type="password"]:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}

#loginHeader {
	background-color:transparent;
	height:50px;
	width:1010px;
	margin-right:auto;
	margin-left:auto;
	/*border-style:groove;
	border-color:rgb(0,0,255);;
	border-width:thin;*/
	
}

a.loginBtn {
	background: url(../bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/css/loginBtn.png) no-repeat 0 0;
	width: 100px;
	height: 28px;
	display: block;
	text-decoration:none;			
}

a.logoutBtn {
	background: url(../bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/css/loginBtn.png) no-repeat 0 0;
	width: 100px;
	height: 28px;
	display: block;
	text-decoration:none;	
}

a.loginBtn:hover { background-position: 0 -27px; }

a.loginBtnn:active { background-position: 0 -57px; }

#banner {
	background-color:transparent;
	height:120px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/css/Web250Banner.png);
	background-repeat:no-repeat;
	background-position:center;	
}

#nav {
	margin-left:auto;
	margin-right:auto;
	height:40px;
	width:1010px;
	/*border-style:groove;
	border-color:rgb(0,0,255);;
	border-width:thin;*/
	background-color:transparent;
	
}

#content1 {
	margin-left:auto;
	margin-right:auto;
	height:470px;
	width:1010px;
	padding:60px;
	/*border-style:groove;
	border-color:#000;
	border-width:thin;*/
	background-color:rgb(254,254,254);	
}

#content2 {
	margin-left:auto;
	margin-right:auto;
	height:800px;
	width:1010px;
	/*border-style:groove;
	border-color:#000;
	border-width:thin;*/
	background-color:rgb(254,254,254);
}

#content3 {
	margin-left:auto;
	margin-right:auto;
	height:700px;
	width:1010px;
	/*border-style:groove;
	border-color:#000;
	border-width:thin;*/
	background-color:rgb(254,254,254);
}

#content4 {
	margin-left:auto;
	margin-right:auto;
	height:410px;
	width:1010px;
	/*border-style:groove;
	border-color:#000;
	border-width:thin;*/
	background-color:rgb(254,254,254);		
}

#footerNav {
	margin-left:auto;
	margin-right:auto;
	height:40px;
	width:1010px;
	/*border-style:groove;
	border-color:rgb(0,0,255);;
	border-width:thin;*/
	background-color:transparent;
	margin-top:150px;
	  
}

#footerNav1 {
	margin-left:auto;
	margin-right:auto;
	height:40px;
	width:1010px;
	/*border-style:groove;
	border-color:rgb(0,0,255);;
	border-width:thin;*/
	background-color:transparent;
	margin-top:10px;
}

.ftNav{
	float:left;
	margin-left:80px;
}

.ftNavFirst {
	float:left;		
}

#dvLoading {
	   background:rgba(255, 255, 255, 0.1) url(ajax-loader.gif) no-repeat center center;
	   height: 80px;
	   width: 80px;
	   position: fixed;
	   z-index: 1000;
	   left: 50%;
	   top: 50%;
	   margin: -25px 0 0 -25px;
	   visibility:hidden;
}


#labels {
	width:1000px;
	height:30px;
	font-size:26px;
	text-align:center;
	margin-bottom:10px;
	text-decoration:underline;
	
}

table.bottomBorder { border-collapse:collapse; }
table.bottomBorder td, table.bottomBorder th { border-bottom:1px dotted black;padding:5px; }

#propertiesDisplay {
	
	width:480px;
	height:140px;
	border-style:groove;
	border-color:rgb(0,0,255);;
	border-width:thin;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:5px;	
}

#AssessorSelect {
	
	float:left;
	width:320px;
	height:290px;
	margin-top:20px;
	margin-left:30px;
	/*border:15px solid red;*/	
}

#assessorResult {
	float:left;
	width:300px;
	height:290px;
	margin-top:20px;
	margin-left:30px;
	/*border:15px solid red;*/
}
	
