body,table
{
	font-family:Verdana;
	font-size:10pt;
	color:#444444;
}

input
{
	font-family:Verdana;
	font-size:10pt;
	color:#444444;
}

#elmContentInfo
{
	width:450px;
}


/*
	Main table borders
*/

.MainTable
{
	width:100%;
}

.MainTableNW
{
	background-image: url("main_border_nw.png") ;
	background-repeat:no-repeat;
	width:4px;
}

.MainTableN
{
	background-image: url("main_border_n.png") ;
	background-repeat:repeat-x;
	height:41px;
}

.MainTableNE
{
	background-image: url("main_border_ne.png") ;
	background-repeat:no-repeat;
	width:4px;
}

.MainTableSW
{
	background-image: url("main_border_sw.png") ;
	background-repeat:no-repeat;
	width:4px;
}

.MainTableS
{
	background-image: url("main_border_s.png") ;
	background-repeat:repeat-x;
	height:4px;
}

.MainTableSE
{
	background-image: url("main_border_se.png") ;
	background-repeat:no-repeat;
	width:4px;
}

.MainTableE
{
	background-image: url("main_border_e.png") ;
	background-repeat:repeat-y;
	width:4px;
}

.MainTableW
{
	background-image: url("main_border_w.png") ;
	background-repeat:repeat-y;
	width:4px;
}

.MainTableSep
{
	background-image: url("main_border_sep.png") ;
	background-repeat:repeat-y;
	width:4px;
}

/*
	Endof Main table borders
*/

.projecttitle
{
	position:absolute;
	left:7px;
	top:7px;
	font-size:16pt;
	color:gray;
	padding-left:10;
}
.structfolderplus
{
	white-space:nowrap;
	padding-left:40px;	
	background-image: url("folder_plus.png") ;
	background-repeat:no-repeat;
	cursor:hand;
}

.structfolderminus
{
	white-space:nowrap;
	padding-left:40px;
	background-image: url("folder_minus.png") ;
	background-repeat:no-repeat;
	cursor:hand;
}

.SuiNormal
{
	background-image: url("sui_normal.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}
.SuiStarted
{
	background-image: url("sui_started.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}
.SuiComplete
{
	background-image: url("sui_complete.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}
.SuiError
{
	background-image: url("sui_error.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}

.SuiNormalRec
{
	background-image: url("sui_normal_rec.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}
.SuiStartedRec
{
	background-image: url("sui_started_rec.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}
.SuiCompleteRec
{
	background-image: url("sui_complete_rec.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}
.SuiErrorRec
{
	background-image: url("sui_error_rec.gif") ;
	background-repeat:no-repeat;
	cursor:hand;
}

.header1
{
	font-size:12pt;
	font-weight:bold;
}
.header2
{
	font-size:11pt;
	font-weight:bold;
}

.bold
{
	font-weight:bold;	
}

.gap
{
	border:solid gray 1px;
	white-space:nowrap;
}
/*
.StructTitleRight
{
	background-image: url("buttonright.png") ;
	background-repeat:no-repeat;	
	background-position:center right;
	width:10px
}
*/
.StructTitle
{
	white-space:nowrap;
	font-size:10pt;
	color:black;
	padding-left:20;
	height:23px;
	cursor:hand;
	background-image: url("button.png") ;
	background-repeat:no-repeat;	
	background-position:center left;
}

.NavPanel
{
	width:100%;
	height:100%;
	overflow:visible;
	white-space:nowrap;
}

.startlink
{
	cursor:hand;
	text-decoration:underline;
}

.arrowlink
{
	background-image: url("start_arrow.gif") ;
	background-repeat:no-repeat;	
	background-position:center left;
	padding-left:10;
	color:Blue;
	cursor:hand;
}