﻿li.error_message
{
    width:auto;
    list-style-type:none;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:25px;
    margin:0px;
    background-image:url('../PublicSearchImages/icon-alert-error.png');
    background-position-x:left;
    background-position-y:top;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-color:transparent;
}

/*JQuery*/
.ui-widget {
    font-size:90%;
}

.ui-widget-content
{
    /*border: solid 1px #232B2D;*/
}

.ui-dialog .ui-dialog-content
{
    padding :8px 0 0 0;
}
.ui-dialog .ui-widget-header {
     /*background: url("../images/alert.png") 50% 50% repeat-x;*/
     background-color:#236192;
    color: #fff;
    /*background-color:#17377D;*/
    border: 0px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: none;
    text-align:center;
}

.norecords {
    text-align:center;
    font-weight:bold;
}

 .dilogcentered {
      position: fixed;
      /*top: 50%;
      left: 50%;
      margin-top: -225px;
      margin-left: -350px;*/
    }

 .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'ebrima';
	font-size: 14px;
}

.page_subtitle_12 {
    border-bottom: 1px dotted #d1d1d1;
    font-weight:bold
}
.grey_bg {
    text-transform: uppercase;
    background: none repeat scroll 0 0 #989DA1;
    min-width: 250px;
    padding-left: 8px;
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 10px;
}

.icon_actions {
  background: #0d3477;
  padding: 6px 4px 0px 4px;
  padding-bottom: 0px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  margin: 0px;
}

.icon_actions_WQ {
    background-color: #305d86;
     padding: 1px 2px 2px 4px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin-right: 4px;
}
/*.active{ background:url(../Images/active.png) no-repeat scroll center center transparent; margin:0px auto; height:58px; width:58px; }*//*this was removed so toggle btn would be in the center not the bottom when expanded*/
.deactive{ background:url(../Images/deactive.png) no-repeat scroll center center transparent; margin:0px auto; height:58px; width:58px; }

.blueTheme {
    background-color: #4c95ca;
    border: 5px solid #ffffff;
}

A.linkdb:hover {
    color: #fff;
    text-decoration: underline;
    padding: 2px 8px;
    margin-right: -3px;
}
A.linkdb:link, A.linkdb:active, A.linkdb:visited {
    font: normal 13px "ebrima", Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 2px 8px;
    margin-right: -3px;
}

.linkbg {
    background: #3e7aa6;
    padding: 0px 8px;
}