﻿.initialHide {      display:none;}
.tableContainer{    display:table;
					padding-top:10px;
				}
.row{           display:table-row;}
.left, .right{  display:table-cell;
				padding-right:20px;                      
				}   
					  
.mousepointer { cursor: pointer; }
.link{ color:#00008B;
	text-decoration: underline;
	cursor:pointer;	
}
/*
.x-grid-cell {
	background-color: Fuchsia !important;	
	background: blue !important;
}

.x-grid-row 
{
	background-color: Lime !important;
	background: yellow !important;
}

.x-grid-row-alt 
{	
	color: #ba0 !important; 
	background-color: Black !important; 
	background: #800 !important;
}*/