@charset "UTF-8";
/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #000;
    font: 12px verdana, arial, helvetica, sans-serif;
    text-align: center;
}

#content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

a:link, a:visited, a:hover {
    color: #006193;
    font-weight: bold;
    text-decoration: none;
}

h1, .bluebar {
    color: #fff;
    font-weight: normal;
    font-size: 150%;
    padding: 5px;
    background: #006193;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Override links in a bluebar so they're not the same colour as the
 * background. */
.bluebar a {
    color: #fff;
}

.paneHeader table {
  border: none;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    margin: 0 15px 10px 15px;
}

.help {
	 color: gray 
}
/* NAVIGATION MENU */

.nav {
    background: #fff url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.show {
    background: url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/information.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

.list table {
    border: 1px solid #ccc;
}

.list tr {
    border: 0;
}
.list td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
.list th {
    background: #fff url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

.odd {
    /* background: #c8dae8; */
}
.even {
    background: #e3ecf3;
}

.searchBox {
	margin: 10px;
	text-align: center;
	vertical-align: middle;
}

.searchButton {
  margin-left: 5px;
}

.searchResults {
	width: 80%;
}

.hit {
  font-size: medium;
  margin-top: 20px;
}

.hit a {
	font-weight: normal;
}

.document-title {
	font-weight:bold;
  color: #006193;
}

.snippets {
  /* margin-left: 20px; */
}

.snippet {
	font-size: small;
	margin-right: 10px;
}

.snippet-text {
	font-weight: bold;
}


.snippet .mimir-hit {
    font-weight: bold;
    color: black;
}

.pageLinks {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.pageLink {
	margin-left: 5px;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
}

a.pageLink {
  color: white;
  font-weight: normal;
  border: thin solid white;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.show {
    background: transparent url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/information.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.close {
    background: transparent url(plugins/mimir-web-5.5-SNAPSHOT/images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* Mimir document rendering. */

.mimir-hit {
    color: #c00;
    font-weight: bold;
}


/* Mimir XML WebService help page */
.action-box {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin: 5px;
}

.action-name {
	font-weight: bold;
}

.action-desc {
	font-style: italic;
}

/* Mimir GWT UI */

.mimirSearchBox {
	vertical-align: middle;
	margin: 5px;
}

