/* Default CSS Stylesheet for a new Web Application project */

/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
p {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 14pt}
li {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 15pt}
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; color: #2E51BC}



h1 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #FF3399; 
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h2 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	color: #0066ff; 
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

ul 
{ 	padding-top: 0px; 
	padding-bottom: 0px;
	}

body {
width:100%;
min-width:960px;
margin:0;
padding:0;}

p {
border:1px solid red;
max-width:800px;
width:expression(document.body.clientWidth > 800? "800px": "auto" );
}





*/
.WideTable {
width:expression(document.body.clientWidth < 800?  "800px": "100%" );
}
.NarrowTable {
width:expression(document.body.clientWidth < 800?  "475px": "95%" );
}
/* calculated as browser width (800) - LHS margin (242) - slider (50) - 5% = approx 475 */
.TallTable {
height:expression(document.body.clientHeight - 187 + "px" );
}
/* calculated as browser height  - header (100) - footer(87)  */






