@charset "utf-8";
/* CSS Document */


/*==================================================
 * Browse Panel styles
 *==================================================
 */
div.exhibit-browsePanel {
}

div.exhibit-browsePanel-notConfigureMessage {
    border:     1px solid #604800;
    padding:    1em;
    background: #FFFFE0;
    text-align: center;
}

div.exhibit-browsePanel-logoContainer {
    text-align: center;
    margin:     1em;
    clear:      both;
}

/*==================================================
 * Exhibit styles
 *
 * Note that almost all CSS code is in themes.
 *==================================================
 */
.exhibit-ui-protection div {
    margin:     0;
    padding:    0;
}
.exhibit-ui-protection table {
	font-size: 100%;
}
.exhibit-ui-protection tr {
	/*vertical-align: top;*/
}
a img {
    border: none;
}

a.exhibit-action, 
a.exhibit-action:link, 
a.exhibit-action:active, 
a.exhibit-action:visited {
	text-decoration:    none;
	border-bottom:      1px dotted;
	cursor:             pointer;
}
a.exhibit-action:hover {
	border-bottom:  1px solid;
	cursor:         pointer;
}

a.exhibit-action-disabled, 
a.exhibit-action-disabled:link, 
a.exhibit-action-disabled:active, 
a.exhibit-action-disabled:visited {
	text-decoration:    none;
	border-bottom:      1px dotted;
	cursor:             pointer;
    opacity:            0.5;
}
a.exhibit-action-disabled:hover {
	border-bottom:  1px solid;
	cursor:         pointer;
}

a.exhibit-item, 
a.exhibit-item:link, 
a.exhibit-item:active, 
a.exhibit-item:visited {
	border-bottom:  1px dotted;   
    color: #858A42;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
a.exhibit-item:hover {
	border-bottom: none;
	cursor:         pointer;
}

span.exhibit-value {
}

/*
 *  Menu Popup
 */
div.exhibit-menu-popup {
    position:       absolute;
    width:          15em;
    z-index:        1000;
    background:     #FFFFE0;
    border:         1px solid #aaa;
}

a.exhibit-menu-item {
    text-decoration:    none;
}

a.exhibit-menu-item > div {
    padding:            2px 2px 2px 20px;
    text-indent:        -18px;
}

a:hover.exhibit-menu-item > div {
    background:         #DFDFC8;
}

a.exhibit-menu-item div img {
    vertical-align:     middle;
    margin-right:       2px;
}

div.exhibit-menu-section {
    padding:            2px;
    font-weight:        bold;
}

/*
 *  Copy Button and Dialog Box
 */
button.exhibit-copyButton, button.exhibit-button {
    border: 1px dashed;
    cursor: pointer;
    margin: 2px;
}
button:hover.exhibit-copyButton, button.exhibit-button:hover {
    background: white;
    border:     1px dashed blue;
    color:      blue;
    cursor:     pointer;
}

div.exhibit-copyDialog {
    position:       absolute;
    z-index:        1000;
    background:     #B2E8FF;
    border:         1px solid #aaa;
    padding:        2em;
    left:           25%;
    right:          25%;
}

div.exhibit-copyDialog textarea {
    width:          100%;
    font-size:      90%;
    color:          #888;
}

div.exhibit-copyDialog button {
    float:          right;
}

/*
 *  Focus Dialog Box
 */
div.exhibit-focusDialog {
    position:       absolute;
    z-index:        1000;
    background:     #B2E8FF;
    border:         1px solid #aaa;
    padding:        2em;
    left:           25%;
    right:          25%;
}

div.exhibit-focusDialog-lensContainer {
}

div.exhibit-focusDialog-controls {
    margin:         1em;
    text-align:     center;
}

/*
 *  Busy indicator
 */
.exhibit-busyIndicator {
    position:   absolute;
    left:       35%;
    width:      30%;
    z-index:    1000;
}
.exhibit-busyIndicator-content {
    font-size:      120%;
    font-weight:    bold;
    text-align:     center;
}
.exhibit-busyIndicator-content img {
    vertical-align: middle;
}
div.exhibit-lens {
    border:         1px solid #aaa;
    margin-bottom:  1em;
}

div.exhibit-lens-title {
    font-weight:    bold;
    background:     #eee;
    padding:        2px;
}

.exhibit-lens-copyButton {
    float:  right;
}

div.exhibit-lens-body {
	padding: 0.3em;
}

table.exhibit-lens-properties {
}

tr.exhibit-lens-property {
}

td.exhibit-lens-property-name {
	color: #888;
}

td.exhibit-lens-property-values {
}

/*==================================================
 * Facet box
 *==================================================
 */
#sidebar{margin-top:-40px !important; margin-top:0px;} 

/*#text-search{margin-bottom:20px;}*/
div.exhibit-facet {
    float: left;
    position: relative;
    width: 228px;
	margin-bottom:20px;	
}

div.exhibit-facet-header {
    background: url("../images/exhibit-facet-header.png") no-repeat scroll 0 0 transparent;
    color: #971325;
    font-size: 15px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    text-indent: 10px;
}
div#text-search div.exhibit-facet-header{/*color:#858A42;*/color:#333;font-size: 16px; margin-bottom:5px;background:none; text-indent:0px;}
div.exhibit-facet-header-filterControl {
    float:          right;
    width:          43px;
    display:        none;
    cursor:         pointer;
}
div.exhibit-facet-header-filterControl img {
    float: left;
    padding-top: 6px;
    vertical-align: text-bottom;
}

img.exhibit-facet-header-collapse { 
    border: 1px;
    cursor: pointer;
    padding-right: 3px;
}

span.exhibit-facet-header-title {
    font-weight:    bold;
}

span.exhibit-facet-header-detail {
    color:          #888;
    padding-left:   0.5em;
}
    
div.exhibit-facet-body-frame {
    clear:          both;
	background: url("../images/exhibit-facet-body.png") no-repeat scroll 0 bottom #fdfdfd;
}

div.exhibit-facet-body {
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
    height:         10em;
    overflow:       auto;
	padding-top:5px;
	/*overflow:       hidden;*/
}

/*==================================================
 * Facet value
 *==================================================
 */

div.exhibit-facet-value {
    cursor:         pointer;
    padding:        4px 0px;
    clear:          both;
}
div.exhibit-facet-value-selected {
    font-weight:    bold;
}

div.exhibit-facet-value-count {
    color: #999999;
    float: right;
    padding-right: 5px;
    text-align: right;
    width: 2em;
    /*text-indent: 10px;*/
}

div.exhibit-facet-value-inner {
    padding-left:   10px;
}

a.exhibit-facet-value-link {
    text-decoration: none;
	color:#333;
	font-weight:bold;
}
a.exhibit-facet-value-link:hover {
    text-decoration: underline;
}

div.exhibit-facet-value-checkbox {
    float:          right;
}

span.exhibit-facet-value-missingThisField {
    color:          #888;
}

/*==================================================
 * Flowing facet box
 *==================================================
 */
div.exhibit-flowingFacet {
    clear:          both;
}

div.exhibit-flowingFacet-header {
    padding:        2px 0px;
}

span.exhibit-flowingFacet-header-title {
    font-weight:    bold;
}
    
div.exhibit-flowingFacet-body {
}

/*==================================================
 * Flowing facet value
 *==================================================
 */

div.exhibit-flowingFacet-value {
    cursor:         pointer;
    clear:          both;
    position:       relative;
    margin-left:    20px;
}

a.exhibit-flowingFacet-value-link {
    text-decoration: none;
}
a.exhibit-flowingFacet-value-link:hover {
    text-decoration: underline;
}

div.exhibit-flowingFacet-value-selected {
    font-weight:    bold;
}

span.exhibit-flowingFacet-value-count {
    color:          #aaa;
}

div.exhibit-flowingFacet-value-checkbox {
    position:       absolute;
    left:           -20px;
    padding:        0;
    margin:         0;
}

/*==================================================
 * Text search facet
 *==================================================
 */
div.exhibit-text-facet {
    background: url("../images/icons.png") no-repeat scroll -142px -468px transparent;
    height: 25px;
	margin-bottom: 20px;
}

div.exhibit-text-facet input {
	background: url("../images/map-input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 11px;
    margin-left: 35px;
    padding: 4px 5px 6px;
    width: 183px;
	margin-top:-2px;
	color: #971325;
	font-weight:bold;
	font-size:13px;
}

/*==================================================
 * Cloud facet
 *==================================================
 */
div.exhibit-cloudFacet {
    clear:          both;
}

div.exhibit-cloudFacet-header {
    padding:        2px 0px;
}

span.exhibit-cloudFacet-header-title {
    font-weight:    bold;
}

div.exhibit-cloudFacet-body {
    padding:    0.5em;
    border:     1px solid #aaa;
}

span.exhibit-cloudFacet-value {
    cursor: pointer;
}

span.exhibit-cloudFacet-value-selected {
    text-decoration: underline;
    background:      yellow;
}

/*==================================================
 * Hierarchical facet
 *==================================================
 */
 
a.exhibit-facet-value-children-toggle {
    padding: 0px 5px;
}
a.exhibit-facet-value-children-toggle:hover {
    background: #eee;
}

a.exhibit-flowingFacet-value-children-toggle {
    padding: 0px 5px;
}
a.exhibit-flowingFacet-value-children-toggle:hover {
    background: #eee;
}

div.exhibit-flowingFacet-childrenContainer {
}

div.exhibit-facet-childrenContainer {
    padding-left: 16px;
}

/*==================================================
 * Slider facet
 *==================================================
 */

div.exhibit-slider { 
    font-size: 0; /* IE sucks */
    padding-left: 10px;
}

div.exhibit-slider-bar { 
    background: #000;
    margin: 5px 0 15px 0;
    position: relative;
}

div.exhibit-slider-bar2 { 
    background: #eee;
    line-height: 0;
    margin: 15px 10px 10px 5px;
    height: 150px;
    width: 20px;
    position: relative;
}

div.exhibit-slider-handle { 
    cursor: pointer;
    float: left;
    height: 19px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 12px;
    z-index: 1;
}

div.exhibit-slider-histogram {
    background: #eee;
}

div.exhibit-slider-handle2 { 
    cursor: pointer;
    float: left;
    height: 12px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 19px;
    z-index: 1;
}

div.exhibit-slider-histogram div { 
    background: #999;
}

div.exhibit-slider-display {
    font-size: 16px;
}

.exhibit-slider-display input { 
    background: #eee;
    font-size: 10px;
    width: 40px;
}

/*==================================================
 * Image facet
 *==================================================
 */
.inline-block {
	display:    -moz-inline-box;
	display:    inline-block;
}

.exhibit-imageFacet-value, .exhibit-imageFacet-value div, .exhibit-imageFacet-value img {
	margin: 0px;
	padding: 0px;
}

.exhibit-imageFacet-value div.wrapper {
	margin:     3px;
	padding:    6px;
	padding-bottom: 10px;
	text-align: right;
    vertical-align: bottom;
    cursor:     pointer;
	position: relative;
}

.exhibit-imageFacet-value .countDiv div.text {
	position: absolute;
	bottom: .1em;
	left: .3em;
}
.exhibit-imageFacet-value .countDiv {
	position: absolute;
	border: 1px solid black;
	bottom: 0px;
	right: 5px;
	width: 2em;
	height: 2em;
	font-size: 6pt;
}

div.countBackground { /* this class makes a window partially transparent */
	background-color: #FF9000;
	clear: both;
	width: 100%;
	height: 100%;
    opacity: .5;               /* Standard style for transparency */
    -moz-opacity: .5;          /* Transparency for older Mozillas */
    filter: alpha(opacity=50);  /* Transparency for IE */
}


.exhibit-imageFacet-value-selected img {
	background: #fcc;
}

 .exhibit-imageFacet-value-selected {
	background: #fcc;
}
/*==================================================
 * Common styles for views
 *==================================================
 */
div.exhibit-views-unplottableMessage {
    padding:        1em;
    text-align:     center;
}
.exhibit-views-unplottableCount {
    font-weight: bold;
}
.exhibit-views-totalCount {
}

div.exhibit-views-bubbleWithItems {
}

div.exhibit-collectionView {
}

div.exhibit-collectionView-header {
}
span.exhibit-collectionView-header-count {
    font-size:      200%;
}
span.exhibit-collectionView-header-types {
    padding-left:   0.5em;
}
span.exhibit-collectionView-header-details {
    padding-left:   0.5em;
    color:          #888;
}
div.exhibit-collectionView-header-sortControls {
    text-align:     center;
    margin:         1em 0;
}
.exhibit-collectionView-header-groupControls {
    cursor: pointer;
}
.exhibit-collectionView-header-duplicateControls {
    cursor: pointer;
}

div.exhibit-collectionView-body {
}

div.exhibit-collectionView-group {
}

span.exhibit-collectionView-group-count {
}

div.exhibit-collectionView-group-content {
    margin-left: 1em;
}

div.exhibit-collectionView-group h1 {
    font-size:      150%;
    margin:         1em 0;
}

div.exhibit-collectionView-group h2 {
    font-size:      120%;
    margin:         0.5em 0;
}

.exhibit-collectionView-group h3 {
}

div.exhibit-collectionView-footer {
    clear:      both;
    text-align: center;
    margin:     2em 0;
}

div.exhibit-collectionView-pagingControls {
    margin: 1em 0;
    text-align: center;
}
div.exhibit-collectionView-pagingControls span { color:#f5f5f5; font-weight:bold;}
div.exhibit-collectionView-pagingControls span.dots { color:#333; font-weight:bold;padding-right: 4px;}
.exhibit-collectionView-pagingControls-currentPage, .exhibit-collectionView-pagingControls-disabledPage {
    background:url("../images/control-current.png") repeat-x scroll 0 0 transparent;
    font-weight: bold;
    padding: 3px 9px;
	color:#fff;
	height:25px;
	line-height:25px;
	margin-right: 5px;
	border: 1px solid #666;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.exhibit-collectionView-pagingControls-disabledPage{
    background:url("../images/control-disabled.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #dadada;
	cursor:default;
}
.exhibit-collectionView-pagingControls-disabledPage a{color:#afafaf;cursor:default;}
.exhibit-collectionView-pagingControls-page a {
    background:url("../images/control-page.png") repeat-x scroll 0 0 transparent;
    font-weight: bold;
    padding: 3px 9px;
	color:#333;
	height:25px;
	line-height:25px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	border: 1px solid #999;
}
.exhibit-collectionView-pagingControls-page a:hover {background:url("../images/control-page-hover.png") repeat-x scroll 0 0 transparent;color:#fff;border: 1px solid #333;}
ul.exhibit-collectionView-pagingControls {
    clear: both;
    margin: 2em 0;
    text-align: center;
}
ul.exhibit-collectionView-pagingControls li {
    list-style-type: none;
    display: inline;
}
ul.exhibit-collectionView-pagingControls li a {
    border: 1px solid #90C2E1;
    background: #DFEDF7;
    padding: 2px 5px;
    text-decoration: none;
}
table.exhibit-tabularView-body {
    width: 100%;
	border:0;
}
/* css tabla opobusca */
table, table tr, table td{border:none;}
table.exhibit-tabularView-body tbody {/*background-color:#E0E0E0;*/}/*index*/
table.exhibit-tabularView-body tbody.pag-resultados {background-color:#E0E0E0;}/*resultados*/
table.exhibit-tabularView-body tbody.pag-resultados tr {cursor:pointer;}
table.exhibit-tabularView-body tbody.pag-resultados tr td.mas-info span {
    background: url("../images/icons.png") no-repeat scroll -17px 0 transparent;
    color: #858A42;
    float: right;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
    text-indent: 15px;
    width: 73px;
	padding:0px;
}
table.exhibit-tabularView-body tbody.pag-resultados tr td.mas-info-hover span {/* HOVER IE */
    background: url("../images/icons.png") no-repeat scroll -17px -23px transparent;
    color: #fff;
    float: right;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
    text-indent: 15px;
    width: 73px;
	padding:0px;
}
table.exhibit-tabularView-body tbody.pag-resultados tr:hover td.mas-info span {
    background: url("../images/icons.png") no-repeat scroll -17px -23px transparent;color: #fff;
}
table.exhibit-tabularView-body tr th {
    background: url("../images/menu-convocatorias-li.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #E0E0E0;
    color: #858A42;
    display: table-cell;
    font-size: 15px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0 14px 0 7px;
    text-indent: 8px;
    text-transform: capitalize;
}
table.exhibit-tabularView-body tr th img {float:left; display:block; /*padding-right: 5%;*/}
table.exhibit-tabularView-body tr th.oposicion{width: 160px;}
table.exhibit-tabularView-body tr th.oposicion2{ 
	border-right: 0 none;
    float: left;
    margin-left: 9px;
    width: 151px;
	display:block;
}
table.exhibit-tabularView-body tr th.plazas {width: 79px;}
table.exhibit-tabularView-body tr th.convocante {width: 157px;}
table.exhibit-tabularView-body tr th.fecha {width: 69px;}
table.exhibit-tabularView-body tr th.informate {width: 130px; border-right:0;}
table.exhibit-tabularView-body tr th.informate img {display: none;}
table.exhibit-tabularView-body tr {
    display: table-cell;
    float: right;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    width: 100%;
}
table.exhibit-tabularView-body tr td {
	border-bottom: 1px dashed #E0E0E0;
	text-align:left;
	padding: 0px 7px 0px 7px;	
	border-right: 1px dashed #E0E0E0;
}
table.exhibit-tabularView-body tr td.oposicion{
    background: url("../images/icon-ol-li-red.png") no-repeat scroll 9px center #FFFFFF;
    padding: 10px 7px 8px 35px;
    text-align: left;
	width: 140px;
    /*width: 150px;
	*width: 139px;*/
}

table.exhibit-tabularView-body tr td.plazas {width: 86px; color:#666;}
table.exhibit-tabularView-body tr td.plazas-hover {width: 86px; color:#333;}/* HOVER IE */
table.exhibit-tabularView-body tr td.convocante {width: 163px; color:#666;}
table.exhibit-tabularView-body tr td.convocante-hover {width: 163px; color:#333;}/* HOVER IE */
table.exhibit-tabularView-body tr td.fecha {width: 76px; color:#666;}
table.exhibit-tabularView-body tr td.fecha-hover {width: 76px; color:#333;}/* HOVER IE */
table.exhibit-tabularView-body tr td.mas-info {border-right:0;  width: 138px;}
table.exhibit-tabularView-body tr td.mas-info-hover {border-right:0;  width: 138px;}/* HOVER IE */




/*table.exhibit-tabularView-body tr td.oposicion {
    background: url("../images/icon-ol-li-red.png") no-repeat scroll 9px center #FFFFFF;
    padding: 0 2% 0 4%;
    text-align: left;
    width: 24%;
}
table.exhibit-tabularView-body tr td.plazas {
    width: 8%;	padding: 0 2%;	
}
table.exhibit-tabularView-body tr td.plazas a {
	text-align:center;
}
table.exhibit-tabularView-body tr td.convocante {
    width: 25%;	padding: 0 2%;	
}
table.exhibit-tabularView-body tr td.fecha {
    width: 21%;	padding: 0 2%;	
}
table.exhibit-tabularView-body tr td.mas-info {
    width: 8%;	padding: 0 0 0 2%;	
}
*/

table.exhibit-tabularView-body tr td.mas-info a{
    background: url("../images/icons.png") no-repeat scroll -17px 0 transparent;
    color: #858A42;
    float: right;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
    text-indent: 15px;
    width: 73px;
	padding:0px;
}
table.exhibit-tabularView-body tr td.mas-info a:hover{/* HOVER IE */
    background: url("../images/icons.png") no-repeat scroll -17px -23px transparent;
    color: #fff;
    float: right;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
    text-indent: 15px;
    width: 73px;
	padding:0px;
}
table.exhibit-tabularView-body tr:hover td.mas-info span{
	background: url("../images/icons.png") no-repeat scroll -17px -23px transparent;color: #fff;
}

table.exhibit-tabularView-body tr td a {    
    color: #666;
    float: left;
    padding: 5px;
    vertical-align: middle;
	text-align:left;
}
table.exhibit-tabularView-body tr td a:hover {color: #333;}
/* css tabla opobusca */
.exhibit-tabularView-columnHeader {
    cursor:         pointer;
    white-space:    pre;
}

.exhibit-tabularView-columnHeader-sorted {
    cursor:         pointer;
    white-space:    pre;
}

div.exhibit-tabularView-pagingControls {
    /*margin: 1em 0;*/
    text-align: center;
}

.exhibit-tabularView-pagingControls-currentPage {
    padding: 0px 0.5em;
    font-weight: bold;
}

.exhibit-tabularView-pagingControls-page {
    padding: 0px 0.5em;
}

div.exhibit-thumbnailView-group {
    clear: both;
}

div.exhibit-thumbnailView-body {
}

div.exhibit-thumbnailView-itemContainer {
    float:      left;
}

div.exhibit-thumbnailView-itemContainer-IE {
    float:      left;
}table.exhibit-tileView-body {
    width: 100%;
}

.exhibit-tileView-body > tbody > tr > td:first-child {
    width:      3em;
    text-align: right;
    color:      #aaa
}

td.exhibit-tileView-itemIndex {
}/*==================================================
 * View Panel styles
 *==================================================
 */
div.exhibit-viewPanel {
	
}

div.exhibit-viewPanel-viewSelection {
    height: 23px;
    text-align: left;
	font-weight:bold;
	line-height: 21px;
	text-transform:lowercase;
	display:block;
	
}

span.exhibit-viewPanel-viewSelection-view {
    background: url("../images/btn-map-selected-view.png") no-repeat scroll 0 top transparent;
    float: right;
    height: 23px;
    padding: 0 7px;
    text-transform: lowercase;
    width: 131px;	
    cursor:         pointer;
	color:#f1f1f1;
		
}

span.exhibit-viewPanel-viewSelection-view:hover {
    background: url("../images/btn-map-selected-view.png") no-repeat scroll 0 bottom transparent;
}

span.exhibit-viewPanel-viewSelection-selectedView {
    background: url("../images/btn-map-view.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 23px;
    padding: 0 7px;
    text-transform: lowercase;
    width: 131px;
	color:#B7B7B8;	
}

div.exhibit-viewPanel-viewContainer {
}

/*==================================================
 * Collection Summary Widget styles
 *==================================================
 */
div.exhibit-collectionSummaryWidget {
}
span.exhibit-collectionSummaryWidget-count {
    font-size:      200%;
}
span.exhibit-collectionSummaryWidget-results {
}
div.exhibit-legendWidget {
    margin:         1em 0;
    text-align:     center;
    line-height:    2em;
}
div.exhibit-legendWidget-entry {
}
span.exhibit-legendWidget-entry-title {
    font-weight: bold;
}
span.exhibit-legendWidget-entry-swatch {
    border:     1px solid #888;
    padding:    0px 3px;
}
.exhibit-optionWidget {
    cursor:     pointer;
}

.exhibit-optionWidget img {
    vertical-align: middle;
}
/*==================================================
 * Resizable Div Widget styles
 *==================================================
 */
div.exhibit-resizableDivWidget-resizer {
    border-top: 1px solid #d9d9d9;
    clear: both;
    cursor: s-resize;
    height: 17px;
    margin-top: 10px;
    text-align: center;
	padding: 2px 0;
}
div.exhibit-resizableDivWidget-resizer img {padding:2px 0px 0px;}
#main-content div.exhibit-resizableDivWidget-resizer {visibility: hidden;}
div.exhibit-toolboxWidget-popup {
    position:       absolute;
    border:         1px solid #ccc;
    background:     white;
    padding:        3px;
    text-align:     right;
    z-index:        1000;
}

img.exhibit-toolboxWidget-button {
    cursor: pointer;
    margin: 0px 1px;
}

/*==================================================
 * Styles for map view
 *==================================================
 */
div.exhibit-mapView-map {
    border: 1px solid #ccc;
}
.olPopupCloseBox {
    background: transparent url(http://api.simile-widgets.org/ajax/2.2.1/images/close-button.png) no-repeat scroll 0 0 ! important;
}

.map-lens b{color:#858A42;}
.map-lens a{color:#971325; font-weight:bold; margin-top:5px; float:left; border-bottom:1px dotted;} .map-lens a:hover{border-bottom: none;}

.gmnoprint img{}