.navRow
{
	width:100px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}

.navRow > div
{
	height:80px;
}

.navRow  > div:nth-child(1)
{
	float:left;
	margin-right:10px;
}

.navRow  > div:nth-child(2) > a
{
	height:20px;
	position:absolute;
	top:35%;            
}

.navRow  a:link
{
	color:#c1272d !important;
	text-decoration: none; 
	color:Red;
}

.navRow a:visited
{
	color:#c1272d !important;
	text-decoration: none; 
	color:Red;
}

.navRow a:hover 
{
	color:Gray !important;
	text-decoration:none;
}

.navRow a:active
{
	color:#c1272d !important;
	text-decoration: none; 
	color:Red;
}


#page1 {
	/*height   : 100%;*/
	margin     : 0;
	padding    : 0;
}
#page1 .ui-content, #mainMenu {
	min-height : 120px !important;
	height     : 100%;
	margin     : 0;
	padding    : 0;
}
#mainMenu .ui-li:not([data-role="list-divider"]) {
	height : 20%;
}
	   