#quick-search {
	float: right;
}

#quick-search input[type=text] {
	color: #595959;
	background-color: inherit;
}

#quick-search input[type=text]:focus {
	color: black;
	background-color: inherit;
}

.dj_ie7 #quick-search {
	margin-top: 22px;
}

.dj_ie6 #quick-search {
	display: none;
}

#breadcrumb {
	margin-top: 20px;
}

ul.pager {
	margin: 1em 0;
	padding: 0;
}

ul.pager li {
	display: inline;
	margin: 0 0.25em 0 0;
	padding: 0;
}

ul.pager li.selected,
ul.pager li.not-selectable,
ul.pager li a {
	padding: 2px 4px;
}

ul.pager li.not-selectable,
ul.pager li.selectable a {
	border: 1px solid white;
}

ul.pager li.selected {
	border: 1px solid #007C00;
	color: #EDF2CE;
	background: url(../images/primary-menu-stretch.png);
}

ul.pager li a {
	text-decoration: none;
}

ul.pager li a:hover {
	border: 1px solid #007C00;
	color: inherit;
}

code.block {
	white-space: pre;
	display: block;
	border: 1px solid #CFC;
	color: inherit;
	background-color: #EFE;
	padding: 0.5em;
}

.note {
	border: 1px solid #FFDDBB;
	color: inherit;
	background-color: #FFF5EE;
}

div.note {
	padding: 0.5em;
	margin-top: 1.5em;
}

fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}

.report-issue, 
.delete {
	float: right;
	padding-left: 1em;
}

.report-issue a, 
.delete a {
	text-decoration: none;
}

.report-issue a:hover.
.delete a:hover{
	text-decoration: inherit;
}

.report-issue a:before {
	content: url(../images/issues.gif);
}

.delete a:before {
	content: url(../images/delete.png);
}

.inline-labeles label {
	margin-left: 0.5em;
}

#secondary-navigation ul {
	padding-top: 6px;
}

.tundra .dijitTitlePane {
	margin-top: 1em;
}

.tundra .dijitTitlePane .dijitTitlePaneTitle {
	background-image: url(../images/table-header-background.png);
    background-repeat: repeat-x;
 	height:19px;
 	text-align:left;
 	font-weight:bold;
 	margin:0;
 	padding:3px 6px 0 6px;
 	line-height:19px;
 	border:1px solid #b8c885;
}

.tundra .dijitTitlePane .dijitTitlePaneTitle a.edit {
	float: right;
	text-decoration: none;
}

.tundra .dijitTitlePane .dijitTitlePaneContentOuter {
 	border:1px solid #b8c885;
}

.tundra .dijitTitlePane .dijitArrowNode {
	float: left;
}

#exports #export-fragment {
	width: 50%;
	float: right;
	padding-bottom: 22px;
}

.loading_indicator_parent {
	position: relative;
}

#loading_indicator {
	position: absolute;
	bottom: 5px;
	right: 0;
	opacity: 0;
}

.dj_ie #loading_indicator {
	display: none;
}

textarea {
	display: block;
	width: 60%;
	height: 10em;
}

fieldset > div {
	margin-top: 0.5em;
}

.error {
	color: red;
	backround-color: inherit;
	font-weight: bold;
}

#versionRangeSelector .dijitSpinner {
	width: 5em;
}

#versionRangeSelector .dijitTextBox {
	width: 6em;
}

div.input {
	margin-top: 5px;
}


