#doc-table {
}
#doc-table tr th {
}
#doc-table td {
	padding: 10px;
}
#doc-table td span.languages > span {
	padding-right: 4px;
}
#doc-table td span.invisible {
	display: none;
}
#doc-table td span.type, #doc-table td span.size {
	padding-left: 4px;
}
#doc-table tr:hover td a {
	color: #FFF;
}
#doc-table  tr:hover td a:hover {
	color: #FFF;
	text-decoration: none;
}
#doc-table tr:hover span.type, #doc-table tr:hover span.size {
	color: #FFF;
}
#doc-table_wrapper .dataTables_filter {
    display: none;
}
.dataTables_wrapper {
	margin-top: 0;
}
.gwt-SuggestBoxPopup {
    z-index: 2000000;
}
.suggestPopupMiddleCenterInner {
    background-color: white;
    width: 290px;
    margin-top: 1px;
}
.suggestPopupMiddleCenterInner table {
    width: 100%;
	background-color: #F5F5F5;
	border: 1px solid #AAA;
    border-radius: 0 0 5px 5px;
}

.gwt-SuggestBoxPopup .item-selected {
	color: #5CAA45;
    background-color: #FFF;
    cursor: pointer;
}
.tolleBox {
    position: absolute;
    font-weight: bold;
    color: #AAA;
    margin: 4px 4px 4px 11px;
}

.advisorButton {
	margin-top: 10px;
	background: url(../images/link.gif) no-repeat 0 2px;
	height: 20px;
	padding-left: 23px;
	cursor: pointer;
}

#solrWidgetCurrentSelection h4 {
    margin: 10px 0 5px 0;
	padding: 0;
	font-size: 14px;
    font-weight: bold;
}
#solrWidgetCurrentSelection ul {
	list-style: none;
}
#solrWidgetCurrentSelection li div {
	text-decoration: underline;
	cursor: pointer;
	color: #7F7F7F;
	display: inline-block;
}
#solrWidgetCurrentSelection li div:hover {
	color: #000000;
}

#solrWidgetResetFacets .resetFacets {
	margin-top: 4px;
	background: url(../images/reset.gif) no-repeat 0 2px;
	height: 20px;
	padding-left: 23px;
	cursor: pointer;
}
#solrWidgetResetFacets .resetFacets:hover {

}

#solrWidgetAutoComplete {
	margin-left: 220px;
	margin-top: 15px;
}
#solrWidgetAutoComplete .searchtext {
    border: 1px solid #AAAAAA;
	border-radius: 5px;
	padding: 0 30px 0 10px;
	height: 28px;
	width: 250px;
	font-weight: bold;
}
#solrWidgetAutoComplete .searchbutton span.searchIconBg {
    display: inline-block;
    background-image: url(../images/searchIconBg.png);
    height: 25px;
    width: 30px;
    background-position: 0 center;
    margin-top: 0px;
}
#solrWidgetAutoComplete .searchbutton {
    background-color: #5caa45;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5caa45),to(#3D712E));
    background-image: -webkit-linear-gradient(top,#5caa45,#3D712E);
    background-image: -moz-linear-gradient(top,#5caa45,#3D712E);
    background-image: -ms-linear-gradient(top,#5caa45,#3D712E);
    background-image: -o-linear-gradient(top,#5caa45,#3D712E);
    background-image: linear-gradient(top,#5caa45,#3D712E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5caa45',EndColorStr='#3D712E');
    border: 1px solid #3D712E;
    color: #fff!important;
    margin: 0 0;
    vertical-align: top;
    width: 50px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer;
    padding: 0;
	border-radius: 4px;
}

#solrWidgetTextFacet .textFacetLabel {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#solrWidgetTextFacet .textFacetCheckBox {
	display: block;
	cursor: pointer;
	margin-top: 2px;
}

#solrWidgetTextFacet .textFacetLabel.subfacet {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#solrWidgetTextFacet .textFacetCheckBox.subfacet {
	display: block;
	cursor: pointer;
	margin-top: 1px;
}

#solrWidgetTextFacet .textFacetCheckBox input {
	display: none;
}
#solrWidgetTextFacet .textFacetCheckBox span {
    width: 20px;
    height: 20px;
    padding: 0 3px 0 0;
    background: url(../images/checkboxUnchecked.png) no-repeat scroll 0 3px transparent;
    display: block;
    clear: left;
    float: left;
	cursor: pointer;
}
#solrWidgetTextFacet .textFacetCheckBox.hover span {
  background: url(../images/checkboxUncheckedHover.png) no-repeat scroll 0 3px transparent;
}
#solrWidgetTextFacet .textFacetCheckBox span.checkedtrue {
  background: url(../images/checkboxChecked.png) no-repeat scroll 0 3px transparent;
}
#solrWidgetTextFacet .textFacetCheckBox.hover span.checkedtrue {
  background: url(../images/checkboxCheckedHover.png) no-repeat scroll 0 3px transparent;
}
#solrWidgetTextFacet .textFacetCheckBox label {
	cursor: pointer;
}
#solrWidgetTextFacet .textFacetCheckBox label label {
	display: inline-block;
	width: 170px;
}
#solrWidgetTextFacet .smallBlueLink {
    padding-left: 25px;
	cursor: pointer;
	color: #7F7F7F;
	/** text-decoration: underline; */
}
#solrWidgetTextFacet .smallBlueLink:hover {
	cursor: pointer;
	color: #000;
}
#solrWidgetTextFacet .smallBlueLink.downarr {
	background: url(../images/arrdown.gif) no-repeat 0px 0px;
}
#solrWidgetTextFacet .smallBlueLink.uparr {
	background: url(../images/arrup.gif) no-repeat 0px 0px;
}

#solrWidgetResultCount {
	margin-right: 50px;
    display: inline-block;
}
#solrWidgetResultCount .resultCountLabel {
    display: inline-block;
	margin-right: 5px;
}
#solrWidgetResultCount .resultCount {
    display: inline-block;
}

#solrWidgetSortBar {
    display: inline-block;
}
#solrWidgetSortBar .sortBarLabel {
    display: inline-block;
	margin-right: 5px;
}
#solrWidgetSortBar .sorBarSelect {
    display: inline-block;
	border: 1px solid #999;
}

#solrWidgetResultList li.result {
    list-style-type: none;
	margin-top: 5px;
	margin-bottom: 15px;
}
#solrWidgetResultList li.result em {
    font-size: 14px;
	font-weight: bold;
}
#solrWidgetResultList li.result h2 {
    margin: 0;
	padding: 0;
}
#solrWidgetResultList li.result p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
	padding: 0;
}
#solrWidgetResultList li.result a.title {
	color: #5CAA45;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
#solrWidgetResultList li.result .lang span span {
	padding-right: 5px;
}
#solrWidgetResultList li.result span.languages {
	padding-right: 10px;
}
#solrWidgetResultPagination div.paging {
    text-align: center;
}
#solrWidgetResultPagination div.paging ul {
	padding: 0;
}
#solrWidgetResultPagination div.paging span.lftarr {
	background: url("../images/arrleft.gif") no-repeat scroll left 2px transparent;
    padding-left: 22px;
}
#solrWidgetResultPagination div.paging span.rgtarr {
	background: url("../images/arrright.gif") no-repeat scroll right 2px transparent;
	padding-right: 22px;
}
#solrWidgetResultPagination div.paging .current a {
	font-weight: bold;
	color: #000;
}
#solrWidgetResultPagination div.paging .active {
	cursor: pointer;
	color: #7F7F7F;
	text-decoration: underline;
}
#solrWidgetResultPagination div.paging .active:hover {
	color: #000;
}
#solrWidgetResultPagination div.paging .container {
    display: inline-block;
	padding: 0 5px;
}
#solrWidgetResultPagination div.paging .container ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 5px;
}
#loading {
margin-top: 20px;
background-color: #fff;
height: 100%;
width: 930px;
}
#loading > div {
width: 200px;
position: absolute;
margin: 40px 0 0 299px;
}
#leftCol.hide, #rightCol.hide, #loading.hide {
display: none;
}
#leftCol.show, #rightCol.show, #loading.show {
display: inline-block;
}
#solrShareLink {
display: none;
}
.bodyScroll {
	overflow-y: scroll;
}