﻿.gridpager {
	margin-bottom: 10px;
}
 
.gridpager table > tbody > tr > td {
  text-align: center;
  color: #000033;
  margin-left: 10px;
  margin-bottom: 10px;
  min-width: 40px;
  max-width: 40px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
 
.gridpager table > tbody > tr > td > a,
.gridpager table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    color: #000033;
    background-color: white;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.gridpager table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: white;
    background-color: #337ab7;
    cursor: default;
}
 
.gridpager table > tbody > tr > td:first-child > a,
.gridpager table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.gridpager table > tbody > tr > td:last-child > a,
.gridpager table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;

}
 
.gridpager table > tbody > tr > td > a:hover,
.gridpager table > tbody > tr > td > span:hover,
.gridpager table > tbody > tr > td > a:focus,
.gridpager table > tbody > tr > td > span:focus {
    color: white;
    background-color: #337ab7;
    border-color: #337ab7;
}

.SortedAscHeaderStyle a
{
   display:block; 
   background:url(/images/sortascending.gif) right center no-repeat;
}

.SortedDescHeaderStyle a
{
   display:block; 
   background:url(/images/sortdescending.gif) right center no-repeat;


}

.hourslabel
{
	font-weight:bold;
}

.driveup
{
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.prx_info_searchtextbox
{
    width: 450px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #F2F2F2;
}

.prx_info_monograph
{
	line-height:20px !important;
    margin-top: 10px;
    height: 400px;
    overflow: auto;
    border: solid 2px #3e81b5;
    padding: 5px;
    color:Black;
    background:#f5f5f5;
}


/*override the inherited styles from bootstrap for the drug info html*/
blockquote {
  position: relative;
  font-size:10pt !important;
  font-family:arial,helvetica,sans-serif,serif !important;
  font-style:normal !important;
  margin: 0px 0 !important;
  padding: 10px 0px 10px 20px !important;
  line-height: 20px !important;
  border: none;
  content:normal !important;
  background-color: #f5f5f5; }

      
blockquote:before, blockquote:after 
{
	content:normal !important;
}

 .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #337EAD;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 16px;
    padding:4px;
    color:White;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: black !important;
    text-decoration: none;
    background-color: white;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}




 