/*link colors*/
/*general colors*/
/*login panel color*/
/*button colors*/
/*form*/
/*navigation*/
/*vertical nav*/
/*breadcrumbs*/
/*content modules*/
/*table sorters*/
/*pagination*/
/*content*/
/*ui tabs style*/
/*message colors*/
.box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

/*button @extends style*/
.btn-extend {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background: #444444;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, #3a3a3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #3a3a3a));
  background: -webkit-linear-gradient(top, #444444 0%, #3a3a3a 100%);
  background: -o-linear-gradient(top, #444444 0%, #3a3a3a 100%);
  background: -ms-linear-gradient(top, #444444 0%, #3a3a3a 100%);
  background: linear-gradient(to bottom, #444444 0%, #3a3a3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#3a3a3a',GradientType=0 ); }
  .btn-extend:hover {
    text-decoration: none;
    color: white;
    background: #555555; }
  .btn-extend:active {
    padding: 7px 12px 5px; }

/*message colors*/
.message-call {
  padding: 10px; }
  .message-call:empty {
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important; }

fieldset legend:empty {
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important; }

/*pagination*/
.paginationNew {
  padding: 5px 0; }
  .paginationNew a,
  .paginationNew span {
    border: 1px solid #e7e7e7;
    padding: 7px 10px;
    margin-left: -1px; }
  .paginationNew span.step {
    border-color: transparent; }
  .paginationNew a.prevLink {
    margin-right: 10px; }
  .paginationNew a.nextLink {
    margin-left: 10px; }
  .paginationNew a:hover {
    background-color: #f9f9f9;
    text-decoration: none; }
  .paginationNew a:active {
    background-color: #f9f9f9;
    text-decoration: none;
    padding: 8px 10px 7px;
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.05); }
  .paginationNew span.currentStep {
    background-color: #eeeeee; }

/* Float Clearing
 ---------------------------------------------------------------------*/
.module:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/* float clearing for IE6 */
/* float clearing for IE7 */
/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
.breadCrumb {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  height: 21px;
  overflow: hidden;
  margin-left: 8px;
  padding: 5px;
  background-color: #ffffff; }

* html .breadCrumb {
  margin-top: 0px; }

.breadCrumb ul {
  margin: 0;
  padding: 0;
  height: 21px;
  display: block; }

.breadCrumb ul li {
  display: block;
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
  margin: 0px 6px 0px 0;
  padding: 0px 10px 0px 0;
  font-size: .9167em;
  background: url(/images/Chevron.gif) no-repeat 100% 0; }

.breadCrumb ul li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.breadCrumb ul li span {
  display: block;
  overflow: hidden; }

.breadCrumb ul li a {
  display: block;
  position: relative;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  float: left;
  color: #444444; }
  .breadCrumb ul li a:hover {
    color: #085777; }

.breadCrumb ul li.first a {
  height: 16px !important;
  text-indent: -1000em;
  width: 16px;
  padding: 0;
  margin-top: 2px;
  overflow: hidden;
  background: url(/images/IconHome.gif) no-repeat 0 0; }

.breadCrumb ul li.first a:hover {
  background-position: 0 -16px; }

.breadCrumb ul li.last {
  background: none;
  margin-right: 0;
  padding-right: 0; }

.chevronOverlay {
  display: none;
  background: url(/images/ChevronOverlay.png) no-repeat 100% 0;
  width: 13px;
  height: 20px; }
