/* Style used by the index.jsp */



/* The main box */
div.LoadingMainBox_DIV
{
	background-color:	#FFFFFF;
	height:				100px;
	width:				330px;
	border:				2px solid #CCCCCC;
	padding:			10px;
	margin-top:			20px;
	margin-left:		10px;
}

/* The sub box (starts with the login text and ends with the connect button) */
div.LoadingSubBox_DIV
{
	margin-top:		30px;
}

/* The header */
div.LoadingHeader_DIV
{
	font-family:	Verdana,Tahoma,sans-serif;
	font-weight:	normal;
	font-size:		12px;
	color: #999999;
}

/* The text */
div.LoadingText_DIV
{
	font-family:	Verdana,Tahoma,sans-serif;
	font-weight:	lighter;
	font-size:		10px;
	margin-top:		10px;
	color: #999999;
}

/* The loading text */
div.LoadingLoadingText_DIV
{
	font-family:	Verdana,Tahoma,sans-serif;
	font-weight:	lighter;
	font-size:		10px;
	margin-top:		30px;
	color: #999999;
}

/* The loading image */
div.LoadingImage_DIV
{
	font-family:	Verdana,Tahoma,sans-serif;
	margin-left:	10px;
	margin-top:		14px;
}
