
@media screen and (min-width: 801px) {

	#smanav{
		display: none;
	}
	
	#hamb{
		display:none;
	}
	.hamb{
		display:none;
	}

    #lftnv {
/*        
    display:none; 
    position:fixed; 
    overflow-y: auto;
    float:left; 
    top:40%; 
    padding: 12px; 
    margin-top: 100px; 
    margin-right: 30px;
    background-color:#efefef;
    background-image: linear-gradient(to bottom, white, #333 );
	border-right:1px solid #CFB06A; 
    height:100%;
    width:160px; 
	line-height: 26px;
    order:2; 
 */   
    /*margin-top: 60px; */
    }

    #lftnv a:link {
	color: #111;
    background-color: transparent; 
    text-decoration: none;
    }    
    
    #lftnv a:visited {
	color: #111;
    background-color: transparent; 
    text-decoration: none;
    }

    #lftnv    a:hover {
    color: black;
    background-color: transparent;
    }

    #lftnv    a:active {
	color: blue;
    background-color: transparent;
    }
	
	.btnAccts{
		display: none;
	}

}



@media screen and (max-width: 800px) {

.body {
    font-size: 20px;
/*    
    top: 0;
    left:0;
  background-image: url("img/logo.png");
  height: 240px; 
  background-position: left top;
  background-repeat: no-repeat; 
    background-attachment: fixed;
  background-size: 240px;
		z-index:105;
*/		
}

input[type=text],
input[type=email], select{
    width:96%;
}

input[type=button],
input[type=submit],
input[type=reset]{
    border: 1px solid #aaa;
    border-radius: 1px;
    color:black;
    padding: 20px 2px;
    margin: 20px 2px 4px 2px;
    width:90%;
    font-weight: bold;
    font-size:16px;
    cursor:pointer;
}




#maynCon {
    display:none;
}

	.hamb{
		display:block; 
		position: fixed; 
		float:right; 
		top:-8px; 
		left:10px; 
		border:0px; 
		margin:0px 0px; 
		color:#000;
		text-align:left;  
		font-size:50px; 
		line-height:8px;
		cursor:pointer; 
		z-index:9000;
	}

    #upnv {
        text-align: bottom; 
        width:30%;
    }
    
  	.column {
    	width: 70%;
    	margin-left: 30px;
  	}

	.smanav{
		display: none; 
		position: fixed; 
		top:0px; 
		left:0px; 
		float:left; 
		text-align:left; 
		margin-top:12px; 
		background-color:#ddd; 
		color:#fff;
		font-size:20px; 
		width:60%; 
		padding: 10px 0px 80px 16px; 
		border: 2px solid #ccc; 
		line-height:40px; 
		z-index:9000; 
		opacity:0.9;
	}  	
	a.smanav:link{
	    color:#fff;
	    text-decoration: none;
	}
	a.smanav:visited{
	    color:#fff;
	    text-decoration: none;
	}
	
.smanavX{	
    display: block; 
    position:relative; top:4px; right: 4px; 
    width:100%; 
    padding-bottom:4px; 
    color:#000; 
    cursor:pointer;	
    z-index: 9001;
}

  	.cclose{
  	    position: relative;
  	    top: 0px;
  		text-decoration: none;
  		color: #000;
  		width: 96%;
  		Float: right;
  		Text-align: right;
  		margin:4px;
  		cursor:pointer;
		z-index:200;
  	}


.bund{
    width:100%;
    padding-left:1px;
    margin-left:1px;
}

.wbf{
    width: 94%;
    padding-left:1px;
    margin-left:1px;
}

  
.addContent {
    top:160px; 
    left: 20px;
    overflow-y:scroll;
    z-index: 6000;
    /*transform: scale(1.2); */
}    
 
.adPane{ 
    font-size: 20px;
    line-height:28px;
} 
    
  	.dashPane{
  	    font-size:20px; 
  	    line-height:20px;
  	    padding:10px;
  	    width: 80%;
  	    margin-left:4%;
  	    /*height: 250px;*/
  	}
  	
  	.bread{
  		display:none;
  	}
  	
  	.prsd {
		display: none;
	}
 
.prsdC {
    text-align:right;
	right:30px;
	/*width: 180px; */
}
  

.tbTop{
    width:100%; 
    left:0px;
}   

.tbRow{
    width:100%; 
    left:0px;
} 
  	
  	
	.tbl{
		position: relative;
		display: block;
		width: 100%;
		float: left;
		left: 10px;
	}
	
	
}



