.loginTable
{
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid;
	BORDER-BOTTOM: black thin solid;
	 text-align: center;
	 background-color: #D3D3D3;
	font-weight : bold;
	padding-left : 30px;
	padding-right : 30px;
	width: 400px;
}

.loginLine
{
	border: none;
	background-color: #446D88;
	width: 50%;
	padding-top: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mainLogo
{
	border-top : none;
	border-bottom-color : #446D88;
	border-bottom-style : solid;
	border-bottom-width : thin;
	padding : 0% 5% 0% 5%;
	margin-bottom : 1%;
}

.errorLabels
{
	font-weight: bold;
	font-size: 15px;
	color: red;
}

.clientAreaBody
{
	background-image: url(images/VirtualNavigate.bmp);
	background-position : center;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

.prompts
{
	font-size: 12pt;	
	font-weight: bold;
}

/* 
 * nonprompts class is slightly different from the items that actually prompt for user input, 
 * in case we ever want to only change the prompts but not other labels. 
 */
.nonprompts
{
	font-size: 12pt;	
	font-weight:bold;
}

.findFilesBody
{
	background-color:lightgrey;
}
.findFilesGridTable
{
	padding: 2,2,2,2;
	font-size: 10pt;
	border-collapse:collapse;
}
.findFilesGridHead
{
	background-color: #446D88;
	color:White;
	font-weight:bold;
		
}
.findFilesGridOdd
{
	background-color:White;
	cursor:hand;
}
.findFilesGridEven
{
	cursor:hand;
}

.treeViewBody
{
	background-color:Silver;
	width:100%;
}
.treeNodeDefault
{
	font-family:MS Sans Serif;
	font-size:10pt;
	padding:1px,1px,1px,1px;
	color:Black;
}
.treeNodeSelected
{
	background-color:Navy;
	border-style:dotted;
	border-width: 1px;
	border-color:Black;
	color:White;
	padding:1px,1px,1px,1px;
}
.treeNodeTask
{
	background-color:#00FF00;
	font-family:MS Sans Serif;
	font-size:10pt;
	padding:1px,1px,1px,1px;
	color:Black;
}
.treeHeader
{
	font-family:MS Sans Serif;
	border-collapse:collapse;
	background-color:Gray;
	font-size: 10pt;
	font-weight:bold;
	/*padding:5px,3px,5px,3px;*/
}

.tasksGridSelItem
{
	background-color:Gold;
	font-size:9pt;
	font-weight:bold;
}
.tasksGridHeader
{
	Font-Size:x-small;
	font-family:Arial;
	font-weight:bold;
	border-style:solid;
	color:#EFEFF3;
	background-color:#777697;
	background-image:url(images/grid/Office2003SilverBG.png);
	background-repeat:repeat-x;
}

.tasksGridFrameStyle
{
	width:100%;
	border-bottom-width:1px;
	border-style:solid;
	background-color:#d3d3d3;
	font-family:Verdana;
	/*height:100%;*/
}
.tasksGridAltItem
{
	background-color: Silver;
	font-size:9pt;
}
.tasksGridItem
{
	font-size:9pt;
	border-width:1px;
	border-bottom-color:Black;
	border-bottom-style:solid;
}
	
.buttonDefault
{
	font-family:Arial;
	font-size:8pt;
	border-style:None;
	border-width:0px;
	color:Black;
	background-image:url(images/toolbar/ig_tb_back03.gif);
	text-align:center;
	
}
.buttonHover
{
	font-family:Arial;font-size:8pt;
	background-color:#FFE0A8;
	border-color:#4B4B6F;
	border-style:Solid;
	border-width:1px;
	color:Black;
	cursor:Default;
	background-image:url(images/toolbar/OrangeExplorer.gif);
	text-align:center;
}
.buttonSelected
{
	font-family:Arial;font-size:8pt;
	border-color:Black;
	border-style:Inset;
	border-width:2px;
	color:Black;
	cursor:Default;
	background-image:url(images/toolbar/ig_tb_back03.gif);
	text-align:center;
}
.menuItem 
{
	font-family:sans-serif;
	font-size:10pt;
	width:100;
	padding-left:20;
	background-Color:menu;
	color:black
}
.highlightItem 
{
	font-family:sans-serif;
	font-size:10pt;
	width:100;
	padding-left:20;
	background-Color:highlight;
	color:white
}
.clickableSpan 
{
	padding:4;
	width:500;
	background-Color:blue;
	color:white;
	border:5px gray solid
}