/* Limit Login Screen Width*/ 
html { background-color: #333; }
@media only screen and (min-width: 1025px){
        .specialui-page {
            width: 960px !important;
            margin: 0 auto !important;
            position: relative !important;
            border-right: 0px #666 outset !important;
            border-left: 0px #666 outset !important;
        }
}

@media all and (min-width: 450px) {
  .falign { margin-left: 22%; }
}

@media all and (min-width: 710px){

	.rightColumn{
		width:66%;
		float:right;
		margin-left:4%;
	}
	
	.leftColumn{
		width:30%;
		float:left;
	}

}

@media all and (min-width: 770px){

	.rightColumn4iNV{
		width:24%;
		float:right;
		margin-left:1%;
		
	}
	
	.leftColumn4iNV{
		width:74%;
		float:left;
	}

}

.err {
	color:red;
}

.ui-header .ui-title {
  overflow: visible !important;
  white-space: normal !important;
}


/*
.ui-dialog-contain {
	width: 92.5%;
	max-width: 480px;
	margin: 10% auto 15px auto;
	padding: 0;
	position: relative;
	top: -15px;
}
*/



/*
.ui-li-thumb, .ui-listview .ui-li-icon {
    left: 1px;
    max-height: 200px; 
    max-width: 200px;
    position: absolute;
    top: 0;
}

.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
	min-height: 200px;
	padding-left: 100px;
}

.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-thumb{padding-left:210px}

*/


/* TEST */

.scrollnav{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:70px;
    right:5%;

    text-indent:-9999px;
    background: url('../img/icon_top.png') no-repeat;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:200px;
    display:none;
    text-indent:-9999px;
    background: url('assets/img/icon_top.png') no-repeat;
}