div#reference_tabs {
	padding: 0px;
}

#reference_tabs ul {
	width: 100%;
	margin: 0px;
	padding: 0px 5px 0px 3px;
	border: 0px #999999 solid;
}

#frmreference { width: 95%}

#reference_tabs ul a {
	color: #000000;
}

#reference_tabs ul a:visited {
	color: #000000;
}

#reference_tabs ul a:hover {
	color: #000000;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear */
/* as "fixed") */
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
	font-size: 11px;
	margin: 0px;
}

.ui-tabs .ui-tabs-nav {
	background-color: #DDDDDD;
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	background-color: #eEEEEE;
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-color: #EEEEEE;
	margin-bottom: 0;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined */
/* elsewhere... */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0;
	background: white;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.ui-tabs-panel {
	margin: 0px; border:
	1px #000000 solid;
	border-top: 0;
}

li.ui-tabs-selected a {
	font-weight: bold;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size:12px;
}

ul.jira li {
	list-style-type: disc;
}

#importLoading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	z-index: 3000;
	background-image: url("resources/images/loaderBG.png");
}

#importLoading p {
	text-align: center;
	color: #FEFEFE;
	font-weight: bold;
}

#dialogDiv {
	background-color: #FFFFFF;
	display: none;
}
