html, body {height: 100%;} 
			
body { 
	font-size:62.5%;
	font-family:arial;				
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;				
	overflow: hidden;			  				
}

table tr td {
	/*font-size:62.5%;*/
	font-size:12px;
	font-family:arial;							
}

#appContainer {
	font-size:12px;
	display:block;
	width:100%;
	height:100%;			
}
			
html {
	overflow: hidden;			  
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*demo page css*/
h2 { 
	clear: both; 
	padding-top:1.5em; 
	margin-top:0; 
} 

.anonymous {
	display:block;
	width:100%;
	height:100%;
	background-color:#eeeeee;	
	text-align:center;	
	padding-top:5px;
	padding-bottom:5px;
}

.anonymous  a {
	text-decoration:none;	
}

.tabs-bottom { position: relative; }
.tabs-bottom .ui-tabs-panel 	{ height: 140px; overflow: auto; }
.tabs-bottom .ui-tabs-nav 	{ position: absolute !important; left: 0; bottom: 0; right:0; padding: 0 0.2em 0.2em 0; }
.tabs-bottom .ui-tabs-nav li 	{ margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom-width: 1px; }