
	/*
		The following rules are for list view's
	*/
	
			/*
				Header row item
			*/
			.list_header {
				font-family: Arial;
				font-size: 12px;
				font-weight: bold;
				padding-left: 5px;
			}
			
			.list_header A, .list_header A:visited, .list_hover A:active {
				font-family: Arial;
				font-size: 12px;
				font-weight: bold;
				color: #666666;
				text-decoration: none;
			}
			
			.list_header A:hover {
				color: #333333;
			}
			
			/*
				Actual data cell
			*/
			.list_item {
				font-family: Arial;
				font-size: 11px;
				padding-left: 3px;
				color: #333333;
			}
			
	
	
	.formInputName {
		font-size: 11px;
		font-weight: bold;
		color: #444444;
		font-family: Arial;
		vertical-align: top;
		width: 150px;
		float: left;
	}
	
	.formInputDiv {
		margin-left: 150px;
		margin-right: 50px;
	}	
	
	.formInput {
		width: 99%;
		margin-right: 35px;
	}
	
	.formInputHelpBox {
		width: 20px;
		float: right;
	}
	
	.formPopup {
		border: 1px solid #043785;
		background-color: #F1F1F1;
		font-size: 11px;
		font-family: Arial;
		position: absolute;
		color: #444444;		
		width: 350px;
	}
	
	.formPopupTitle {
		height: 14px;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #043785;
		
		padding-left: 4px;
		
		margin-bottom: 4px;
	}
	
	.formPopupContent {
		padding: 4px;
		min-height: 70px;
		/height: 70px;
	}
	
	.formPopupFooter {
		text-align: center;
		height: 30px;
	}
	
	.formPopupClose {
		margin-left: auto;
		margin-right: auto;
		
		margin-top: 2px;
		margin-bottom: 2px;
		
		width: 60px;
		height: 20px;
	}
	
	.formPopupHelpLogo {
		width: 42px;
		height: 42px;
		background: url(./images/help.gif) top left no-repeat;
		float: left;
	}
	

	.graphHostDiv {
		height: 250px;
		border-width: 2px 2px 2px 2px;
		border-color: #777777;
		border-style: outset;
		background-color: #F1F1F1;
		
	}
	
	.PageTab, .PageTabOut {
		width: 31px;
		height: 20px;
		font-family: Arial;
		color: #444444;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		margin-top: 3px;
		background: url(./images/PageTab.gif) top left no-repeat;
		cursor: pointer;
	}
	
	.PageTabOut {
		background: url(./images/PageTabOut.gif) top left no-repeat;
	}
	
	#legendData {
		background-color: #FFFFFF;
		color: #000000;
	}

