div.selectList {
	height: 250px;
	width: 300px;
	border: solid 1px #888888;
	padding: 0px;
	clear: both;
}
ul.selectList {
	list-style: none;
	overflow-x: hidden;
	margin-top: 0px;
	height: 230px;
	padding: 0px;
}
select.selectList {
	width:100%;
	border: 0px solid #888888;
	border-bottom: 1px solid #888888;
	color: inherit;
	background-color: transparent;
}
label.selectItem, li.selectItem {
	display: block;
	background-color:transparent;
	color:inherit;
	width:100%;
}
label.selectItem:hover, li.selectItem:hover {
	background-color:highlight;
	color:highlighttext;
}
li.selectItem, li.selectedItem {
	padding-left:3px;
	cursor:pointer;
}
li.selectedItem {
	background-color:highlight;
	color:highlighttext;
}
input.filePath {
	border: 1px dotted #888888;
	background-color: transparent;
	width:100%;
}
div.fileBrowser {
	width:300px;
}
fieldset.application {
	border: 1px solid #66ccff;
	padding:10px;
	width:300px;
}
legend.application {
	color:#ff0A0A;
	font-size: 12pt;
	font-weight:bold;
}
img.icon, img.iconAlt {
	height:16px;
	width:16px;
	padding-top: 2px;
}
img.iconAlt {
	float:right;
}
div.gui_radioOption {
	margin:2px 0px;
	padding:2px 0px;
}
div.vertical, div.gui_spacer {
	float:left;
	clear:both;
}
div.horizontal {
	float:left;
}
/*
#####################################################################################
#		Label Styles 																#
#####################################################################################
*/
label.gui_radioLabel {
	background-color:transparent;
	color:inherit;
	margin:4px;
	padding:4px;
	vertical-align:top;
	cursor:pointer;
}
label.gui_radioLabel:hover {
	background-color:highlight;
	color:highlighttext;
}
/*
#####################################################################################
#		Status Message Styles 														#
#####################################################################################
*/
#status {
	padding-bottom:10px;
}
.messageTitle, .messageContent {
	padding:2px 10px 2px 10px;
}
.statusHeader {
	float:left;
	border: 1px solid gray;
	background-color:#316AC5;
	color:#ffffff;
	font-weight: bold;
}
.statusMessage {
	float:left;
	clear:both;
	font-size:13pt;
	border: 1px solid gray;
	color:#000000;
	background-color:#FFFFDD;
}
.statusHeader, .statusMessage {
	width:100%;
}
.successful {
	color:#008000;
}
.unsuccessful {
	color:#FF0000;
}
