.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}
#grailsLogo {
	padding:20px;
}
.body {
  background-repeat: repeat-x;
  background-image: url("vglttbK3Cf5iGJnQuq4vzOvolrjXMVLjOl7GGvYQVs.png");
  background-color: #25B0E7;
  color: #333;
  /*margin-left:41px;*/
}
div.container{
  word-wrap: break-word;
}
div.headerContainer{
  border:solid thin;
  border-bottom:0px;
  padding:5px;
  background-color:white;
}
div.mainContainer{
  background-color: white;
  border:solid thin;
  padding:5px;
  min-height:700px;
}

div.footerContainer{
  background-color: #EEEEEE;
  border:solid thin;
  border-top:0px;
  padding:5px;
  margin-bottom:20px;
}

img#rightLogoImg {
  height: 50px;
}
#jMenu li a:hover {
  background-color:#0257A5;
  color:white;

}

.roundedCorners{
  border:solid thin #0058A7;
  background: #EEEEEE;
  /*background: white;*/
  padding:5px;

  /*Round corners of div begin*/
  -o-border-radius: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -opera-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  /*Round corners of div end*/
}
.fullBorder{
  border:solid thin;
}
.alignLeft{
  text-align:left;
}
.alignCenter{
  text-align:center;
}
.alignRight{
  text-align:right;
}
tbody tr:nth-child(2n) td, tbody tr.even{
  background:none;
}
li.inline{
  display:inline;
}

/* NAVLINK BUTTONS */
a.navLink{
  background: transparent url("ZTauLLOvjhnO8QbUcyzu8N7YzTROukcMDgyA976rJmW.gif") no-repeat top left;
  display: block;
  float: left;
  font: normal 13px Tahoma; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  margin-right:5px;
  text-decoration: none;
  margin-bottom:5px;
}
a:link.navLink, a:visited.navLink, a:active.navLink{
  color: #494949;
}

a:link{
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}


a.navLink span{
background: transparent url("tWMFNavd1kbwEkzJm2btCzZ9ca26kjSLGViNYLXbmKL.gif") no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.navLink:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.navLink:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* TABLES */
table#searchResultsTable th{
  background-color:#C3D9FF;
}
tr.linkedRow:hover, tr.rowHighlight:hover{
  color:black;
  cursor:pointer;
  text-decoration:underline;
  background: #AAAAAA;
}

table{
  width:100%;
  border: 1px solid #ccc;
}
td.name{
  padding-top:13px;
  margin-top:5px;
  vertical-align:top;
}
td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
tr {
    border: 0;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(uTUm9I58SlusFJDWXBGYq8YFmK3UM53xLTLdEooTjVi.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(RXl7rSoN1AVnxXlZT2CrwXA7PXpoSw226yjB1A1N2HZ.gif);
}
th.desc a {
    background-image: url(f3V8fyTt1I004HCWmfaK3dijJYB1pRuaCoNtuCWfmZt.gif);
}

.odd {
    background: #d7d7d7;
}
.even {
    background: #fff;
}

/* LIST */

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

/* PAGINATION */

.paginateButtons {
    background: #fff url(uTUm9I58SlusFJDWXBGYq8YFmK3UM53xLTLdEooTjVi.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;
}

.buttons {
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
}
input[type="submit"]:hover{
  background-color:white;
  border-color:#006dba;
  color:#006dba;
}
.buttons input, input[type="submit"]{
    border-color:black;
    background: #E7E9E5;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 4px;
    /*Round corners of div begin*/
    -o-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /*Round corners of div end*/
}
.buttons input.delete {
    background: #E7E9E5 url(ss6KmFAHwuHg1DyNPDkahZ1ZiycD7T96evRysdmaiEm.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.permanentDelete {
    background: #E7E9E5 url(Z8Qzl0Xz1Gj291CxrfYgccgAAspxbQci7qR6gyOFGrw.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: #E7E9E5 url(El0e01veMPBnf1OAeE8CxbYtoSWHtdzL7sWbN0u6SRa.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: #E7E9E5 url(9jLQuJhY3Jlq4wV1AeE2l5sWVWUENNWa9XdeTwXJjrB.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.update {
    background: #E7E9E5 url(9jLQuJhY3Jlq4wV1AeE2l5sWVWUENNWa9XdeTwXJjrB.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.required::before{
  content:url(STDK2lwT7YftRDnut0mHLTOeV3WsoWbrnxEvbgWQsAN.png);
}
select{
  max-width:182px;
  border-color:#bbb;
  padding: 2px 2px 2px 0;
}
h1.title{
  margin-right:10%;
  margin-left:10%;
  margin-bottom:1%;
  margin-top:1%;
  text-align:center;
  color: black;
  font-weight: normal;
  font-size: 32px;
}
ul {
    padding-left: 15px;
}
ul.nav{
  padding:5px;
  margin:0px;
}
.dataTables_wrapper {
    clear: both;
    min-height: 10px;
    position: relative;
}
.shadow, div.accordion, .buttons input{
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  border:solid 1px;
}

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

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(dKAhmo2gLNex4f3RBffZLhn1uwNtRGPf6DE7J8680XW.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.adminHome {
    background: url(XZxwq2CdhKQxLth7CqP7LcbI3LaYjCwJKkxHLHDpe0x.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(RdALDCN57QSCqXqRNdXsEvVFyPLe8pmO0DRCrEZJtEW.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(0yisl7281lTvwY6VcTEi0AwvMESNU2VvH0gCkLacD7T.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.message {
    background: #f3f8fc url(5r7Rwd8PayLGhpjX1Cu8uUF6AB9prDYFb0MemFibdy.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(X2My6nLGuGXO73LuKEeTYWgyGjihrVLVBKfMfLY17mq.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}
table.custom{
    border: 1px solid #ccc;
    width: 100%
}
.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 */
#topnavLeft{
  text-align:left;
  padding:5px;
}
#topnavCenter{
  text-align:center;
}
#topnavRight{
  text-align:right;
}
#nesdisLink{
  padding:5px;
}
#privacyPolicyLink{
  padding-left:5px;
}
.topnav{
  border:0;
}
.logo{
  border:0;
}
