/* CSS Document */

div#edgeContainer {
	width: 200px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.indexPullDowns {
	font: normal 12px/14px "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	width: 200px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.indexTextInput{
	font: normal 12px/14px "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	width: 200px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.indexTextInput label {
	width:45px;
	float:left;
}
.indexTextInput input {
	width: 150px;
}

/*
.indexPullDowns {
	font: normal 12px/14px "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	width: 200px;
}
*/

div#modelDisplay {
	margin: 0px;
	padding: 0px;
	display: none;
	text-align: left;
}
