/* Default CSS Stylesheet for a new Web Application project */

body
{ 
	font-size: 10px;
	background: url(images/bg_body.gif) #c0bfbf repeat-x left top;
	color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.MyTextBox
{
	border-right: dimgray 1pt solid;
	border-top: dimgray 1pt solid;
	font: x-small Verdana, Helvetica, sans-serif;
	border-left: dimgray 1pt solid;
	border-bottom: dimgray 1pt solid;
}
.fh
{
	FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/fhBg.gif); VERTICAL-ALIGN: top; COLOR: #246398; BACKGROUND-REPEAT: repeat-x;BACKGROUND-COLOR: #ffffff
}

td.f, tr.f td
{
	font-size: 12px;
	background-color: #ccffff;
}

.MyTextBoxDisabled
{
	font: x-small Arial, Helvetica, sans-serif;
	background-color: whitesmoke;
	border-left: dimgray 1pt solid;
	border-bottom: dimgray 1pt solid;
	border-right: dimgray 1pt solid;
	border-top: dimgray 1pt solid;
}
.button
{
	border-right: #666666 1px solid;
	border-top: #cccccc 1px solid;
	font-weight: bold;
	font-size: xx-small;
	border-left: #cccccc 1px solid;
	border-bottom: #666666 1px solid;
	font-family: Verdana;
	background-color: #dcdcdc;
}
Table		{font-family:Verdana,Tahoma,Arial;font-size:9px;font-weight:bold;border: 2px solid white	}
div.test	{width: 100px; height:13.5px; white-space: nowrap; overflow: hidden;	}
div.float	{z-index: 2; position:absolute; white-space:nowrap; width=110px; display:none; background: LightCyan; border-bottom: 1px solid lightblue; border-right: 2px solid lightblue}


