.nowrap {
	white-space: nowrap;
}
.wrap {
	white-space: normal;
}
.pre {
	white-space: pre;
}
.no-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
}
.float-left {
	float: left;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.middle {
	vertical-align: middle;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.no-width {
	width: 1px;
}
.no-height {
	height: 1px;
}
.no-border {
	border: 0;
}
.height-100-percent {
	height: 100%;
}
.width-5 {
	width: 5px;
}
.width-10 {
	width: 10px;
}
.width-15 {
	width: 15px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-39 {
	width: 39px;
}
.width-49 {
	width: 49px;
}
.width-74 {
	width: 74px;
}
.width-80 {
	width: 80px;
}
.width-100 {
	width: 100px;
}
.width-120 {
	width: 120px;
}
.width-130 {
	width: 130px;
}
.width-155 {
	width: 155px;
}
.width-180 {
	width: 180px;
}
.width-200 {
	width: 200px;
}
.width-210 {
	width: 210px;
}
.width-240 {
	width: 240px;
}
.width-250 {
	width: 250px;
}
.width-310 {
	width: 310px;
}
.width-400 {
	width: 400px;
}
.width-20-percent {
	width: 20%;
}
.width-25-percent {
	width: 25%;
}
.width-40-percent {
	width: 40%;
}
.width-50-percent {
	width: 50%;
}
.width-75-percent {
	width: 75%;
}
.width-100-percent {
	width: 100%;
}
.width-70-percent {
	width: 70%;
}
.height-18 {
	height: 18px;
}
.height-20 {
	height: 20px;
}
.padding-10 {
	padding: 10px;
}
.padding-left-right-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-left-right-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.padding-top-right-5 {
	padding-top: 5px;
	padding-right: 5px;
}
.padding-left-5 {
	padding-left: 5px;
}
.padding-left-10 {
	padding-left: 10px;
}
.padding-right-5 {
	padding-right: 5px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-left-20 {
	padding-left: 20px;
}
.padding-top-3 {
	padding-top: 3px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-5 {
	padding-bottom: 5px;
}
.padding-top-bottom-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-top-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-top-bottom-1 {
	padding-top: 1px;
	padding-bottom: 1px;
}
.iepaddinghack {
	_padding-bottom: 20px;
	_padding-right: 20px;
}

.expanded .toggle-image {
	background-image: url('../img/collapse_panel.gif');
}
.expanded .toggle-image:hover {
	opacity: 0.7;
}

.collapsed .toggle-image {
	background-image: url('../img/expand_panel.gif');
}
.collapsed .toggle-image:hover {
	opacity: 0.7;
}

a.panel-menu {
	cursor: pointer;
	display: block;
	background-image: url('../img/icons.png');
    background-position: -26px 0;
    background-repeat: no-repeat;
	width: 13px;
	height: 18px;
	margin-top: 2px;
}

a:hover.panel-menu {
}

.expanded > a.panel-menu {
    background-image: url('../img/icons.png');
    background-position: 0 0;
}

.draggable {
	padding: 3px;
	border: 1px dashed #fff;
}

.droppable {
	
}

.draggable:hover {
	border: 1px dashed #999;
	background-color: #eee;
}

.drag-focus {
	/*border: 2px dashed #ccccff !important;*/
	background-color: #eee !important;
}

.inactive {
	color: #999 !important;
}
.active {
	
}

.shadow {
	box-shadow: 2px 2px 8px #999999;
	-moz-box-shadow: 2px 2px 8px #999999;
	-webkit-box-shadow: 2px 2px 8px #999999;
}

/* found on http://www.howtocreate.co.uk/fixedPosition.html */
#ajaxStatusBoxContainer {
}

#ajaxStatusBox {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute; 
	left: 2px; 
	top: 2px;
	z-index: 1000;
}

div#ajaxStatusBoxContainer > div#ajaxStatusBox {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
}

.reportFileUpload .rf-fu-btn-cnt-add { 
	background-image: url("/tb/img/arrow_up.png");
	border: 0px;
	background-color: inherit;
	color: #CF0000;
}

.reportFileUpload .rf-fu-btn-cnt-add:hover { 
	color: #57515F !important;
}

.reportFileUpload .rf-fu { 
	border: 0px; 
	width: 85px;
	background-color: inherit;
}
.reportFileUpload .rf-fu-hdr { 
	border: 0px;
	background-image: none;
	background-color: inherit;
	text-align: center;
}
.reportFileUpload .rf-fu-btn-add {
	border: 0px;
	background-image: none;
	background-color: inherit;
}
.reportFileUpload .rf-fu-btn-clr {border: 0px; }
.reportFileUpload .rf-fu-btns-lft{ width: 85px; }
.reportFileUpload .rf-fu-btns-rgh{ display: none; }
.reportFileUpload .rf-fu-lst { display:none; }

/**
 * editable table styles
 */

.characteristicsAssignmentTable td {
	overflow: hidden;
}

.editable-table td {
}

.non-editable {
	text-align: left;
	width: auto; 
}

.non-editable > span {
	border-left: 1px solid #575452;
	cursor: default; 
	display: block; 
	padding: 5px;
	width: auto;
}

.editable {
	margin-left: 3px;
}

.editable > input {
	border-width: 0;
	border-style: solid;
	display: block;
	padding: 5px 0 5px 5px;
	width: 100%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.td-C_2 .editable > input {
	background: none !important;
	background-image:none;
	border-width: 0px;
}

.td-C_3 .editable > input {
	background: #FFFFFF;
	background-image:none;
	border-width: 0px;
}

.editable > input:hover {
	border-color: #CCCCCC ;
	background-color: #EEEEEE !important;
}

.editable > input:focus {
	border-color: #CCCCCC;
	background-color: #FFFAE6 !important;
	outline-width: 1px;
	outline-style: solid;
	outline-color: rgb(229, 151, 0);
	outline-color: rgba(229, 151, 0, 0.5);
	outline-offset: -1px;
}

.button:hover {
	opacity:0.5;
}

.deleteImage {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../img/delete.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.deleteImage:hover {
	opacity:0.7;
}

.deleteImage:active {
	opacity:0.5;
	background-position: 1px 1px;
}

.addImage {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../img/add.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.addImage:hover {
	opacity:0.5;
}

.addImage:active {
	opacity:0.5;
	background-position: 1px 1px;
}

#global-tooltip {
	position:absolute; 
	z-index: 10000; 
	background-color: #FAE6B0; 
	border: 1px solid #E5973E; 
	padding: 7px; 
	top: 100px; 
	display: none;
}

.panelc {
	width: 25%;
}

.valign {
	vertical-align: top;
}

.footerClass {
	text-align: center;
	padding-top: 5px;
}

.default {
	font-size: 11px;
	cursor: pointer;
	width: 100px;
	border: 1px solid gray;
	padding: 2px
}
.dropTargetPanel {
	width: 90%;
}

.error-panel {
	width:600px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 100px;"
	padding: 10px;
}