/* S Y S T E M W I N D O W S stylesheet */
/* pop up windows */

body,html 
{ 
 background: #CCFF66;
 padding:0px;
 margin:0px;
 font-size: 8pt;
}

.data
{
	color: brown;
	font-weight: bold;
	
}

table 
{ 
 font-size: 8pt;
 padding:0px;
 margin:0px;
}


hr 
{
 height: 0;
 border-bottom: 1px solid gray;
 border-top: 0px;
}

.alohaButton 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px #99FF00 solid;	
	background:#c0c0c0;
	color:black;
 	font-size: 0.5em;
	margin: 2px; 
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 10px; 	
}

.myPanel
{ 
	background-color: #CCCC33; 
	padding: 4px 6px 4px 6px;
	margin: 0px;
	-moz-border-radius: 4px;	  
}

.tightBox
{ 
	background: #ddFF77;
	border: 1px #CCCC33 solid;
	padding: 1px 6px 1px 6px;
}

.slightBox
{
	border: 1px dotted gray;
	padding: 2px;
	-moz-border-radius: 4px;
}
.resultBox
{ 
	background: #ddFF77;
	border: 1px #CCCC33 solid;
	padding: 4px 6px 4px 6px;
}


h1,h2,h3,h4 { 
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 letter-spacing: 0.25em;
 font-weight: normal;
 font-size: 2em;
 padding-left: 10px;
 padding-right: 10px;
 clear:both;
 color: black;
}


h1 
{
 background: #669900;
 border-top: 1px solid #99FF00;
 margin-top:0px;
 margin-bottom:0px; 
 border-bottom: 1px solid #99FF00;
 }


/******************************************************************************\
| LIST TABLE style (to display large lists of text within a table. Used by HtmlGrid.
\******************************************************************************/
.listTable
{
	border-spacing:0px;
	empty-cells:show;	
	background: #ddFF77;
	width: 100%;
}  

.listTable th
{
	text-align: left;	
	font-weight: bold;
	font-size: 8pt;
	border-top: 1px solid #CCCC33; 	
	border-bottom: 1px solid #CCCC33; 
	border-left: 1px dotted #CCCC33;
	border-right: 1px dotted #CCCC33; 		
	padding: 4px 4px 4px 8px;
}

.listTable  td
{
	border-bottom: 1px solid #CCCC33; 
	border-left: 1px dotted #CCCC33;
	border-right: 1px dotted #CCCC33; 	
	padding: 4px 8px 4px 8px;	
	vertical-align:top;	
}
 

