.sb {
	display: none;
}

#feedback {
	font-size: 1.4em;
}

#selectable .ui-selecting {
	border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2;
}

#selectable .ui-selected {
	border: 1px solid #ff1a0f; background: #f50600 url(images/ui-bg_inset-soft_30_f50600_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none;
}

#selectable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	color: white;
}

#selectable li {
	margin: 3px;
	padding: 0.4em;
	font-size: 1.4em;
	color: white;
}

#selectable li td {
	color: white;
}

#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60%;
}

#sortable li {
	list-style-type: none;
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	height: 1.5em;
}

html>body #sortable li {
	height: 1.5em;
	line-height: 1.2em;
}

.fieldlabel {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	text-align: right;
}

.inputter {
	text-align: left;
}

.outputter {
	text-align: left;
}

.ui-state-highlight-service, .ui-widget-content .ui-state-highlight-service {
	border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2;
	height: 90px;
	list-style-type: none;
}

.ui-state-highlight-service a, .ui-widget-content .ui-state-highlight-service a { color: #2e7db2; }

.ui-state-highlight-link, .ui-widget-content .ui-state-highlight-link {
	border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2;
	height: 90px;
	list-style-type: none;
}

.ui-state-highlight-link a, .ui-widget-content .ui-state-highlight-link a { color: #2e7db2; }

.ui-state-highlight-link, .ui-widget-content .ui-state-highlight-link {
	border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2;
	height: 90px;
	list-style-type: none;
}

.ui-state-highlight-link a, .ui-widget-content .ui-state-highlight-link a { color: #2e7db2; }

.ui-widget-content td {
	border: 1px solid #666666; background: #000000 url(images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; color: #ffffff;
	font-size: 85%;
	font-weight: normal;
}

.ui-widget li {
	list-style-type: none;
}

.hideTest {
	background-color: red;
}

.showTest {
	background-color: green;
}

a.delLink > img {
	border: 0;
	border-style: none;
}

a.deleter > img {
	border: 0;
	border-style: none;
}

a.unlink > img {
	border: 0;
	border-style: none;
}

#projThumb {
	margin: 3px;
	padding: 3px;
}

#projThumb > img {
	border: 0;
	border-style: none;
}

.jqbutton { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.jqbutton .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.jqbutton { float:left; }

/* remove extra button width in IE */
button.jqbutton { width:auto; overflow:visible; }

.jqbutton-icon-left { padding-left: 2.1em; }
.jqbutton-icon-right { padding-right: 2.1em; }
.jqbutton-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.jqbutton-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.jqbutton-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

.jqbuttonset { float:left; }
.jqbuttonset .jqbutton { float: left; }
.jqbuttonset-single .jqbutton, 
.jqbuttonset-multi .jqbutton { margin-right: -1px;}

.fg-toolbar { padding: .5em; margin: 0;  }
.fg-toolbar .jqbuttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .jqbutton { font-size: 1em;  }

.contactrow {
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 3px;
}

.contactleft {
	padding-right: 17px;
}

.contactright {
	padding-left: 17px;
}