.jobCommandcomplete{
	margin:3px;
	padding:3px;
	background-color: #7fccff;
	border:1px solid #0099ff;
	height:40px;
	width:350px;
}

.jobCommandprocessing{
	margin:3px;
	padding:3px;
	background-color: #99ff7f;
	border:1px solid #33ff00;
	height:40px;
	width:350px;
}

.jobCommandqueued{
	margin:3px;
	padding:3px;
	background-color: #ffad7f;
	border:1px solid #ff5c00;
	height:40px;
	width:350px;
}

.jobCommandunqueued{
	margin:3px;
	padding:3px;
	background-color:#ffdf7f;
	border:1px solid #ffbf00;
	height:40px;
	width:350px;
}

.codeSample{
	border:1px solid #dfdfdf;
	padding:5px;
	background-color:#f8f8f8;
	margin-bottom:20px;
	overflow-x:scroll;
}



#mapContextMenu {
	position: absolute;
	width: 110px;
	left: 0px;
	top: 0px;
	display: none;
	background-color:white;
	border: 1px solid green;
	padding: 5px;
}

.contextMenuItem {
	cursor: pointer;
	cursor: hand;
}
.contextMenuItem a:hover {
	background-color: #ccc;
}

.showColor {
	float: left;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 4px;
	border: 1px solid black;
}

.yuislider {
	float: left;
	position: relative;
	background: url(/img/yuislider_bg.gif) 5px 0 no-repeat;
	height: 28px;
	width: 217px;
}
.yuithumb {
	cursor: default;
	position: absolute;
	top: 4px;
}

* html .yui-picker-bg {
	/* hack for ie 6 to get the color picker to look right ....
	 * without this, the color picker was working in ie6 on the color picker example page,
	 * (http://developer.yahoo.com/yui/examples/colorpicker/colorpicker-dialog-from-script.html)
	 * but the example was hosted on their servers etc.  it wasnt working on geoamp's server
	 * ... until i added this. So im pretty sure it has to do with how ie6 handles relative paths in css
	 * with the ms-specific alpha filter ---- in both cases, the color picker css file itself is being pulled from
	 * yahoo's servers . if we had hosted the yui library on geoamps servers (and using the correct full yui
	 * paths), i'm pretty sure we woudnt have needed this*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/picker_mask.png',sizingMethod='scale');
}

#colorPickerHolder-font {
	float: left;
}
.sliderLabel {
	float:left;
	padding-top:5px;
}

.codeComment {
	border: 1px solid gray;
	padding: 5px;
	clear:both;
}
.codeComment .commentSubject {
	font-weight: bold;
	color: #70A100;
}
.codeComment .commentDate {
	padding-left: 4px;
	float:right;
	color: gray;
	font-size:75%;
}
.codeComment .commentBody {
}
.codeComment .commentName {
	float:left;
	color: gray;
	font-size:75%;
}
