html
{
	margin:			0;
	height:			100%;
}

body
{
	height:			100%;
	margin:			0;
}

table#mainTable
{
	/*border:			2px solid #FFFFFF;*/
}

.text
{
	font-family:		Trebuchet MS, Verdana, Arial;
	font-size:		11px;
	color:			#000000;
}

.header
{
	font-family:		Trebuchet MS, Verdana, Arial;
	font-size:		13px;
	font-weight:		bold;
	color:			#000000;
}

.text_yellow
{
	font-family:		Trebuchet MS, Verdana, Arial;
	font-size:		12px;
	font-weight:		normal;
	color:			#FEFB00;
}

.background_status
{
	background-image:	url(../images/status.gif);
	background-repeat:	no-repeat;
}


.background_table
{
	background-image:	url(../images/content.gif);
	width:			800px;
	height:			560px;
}


#dhtmltooltip
{
	position: 		absolute;
	border: 		1px solid black;
	padding: 		2px;
	background-color: 	lightyellow;
	visibility: 		hidden;
	z-index: 		100;
	font-family:		Trebuchet MS, Verdana, Arial;
	font-size:		11px;
	color:			#000000;
}



