/* overwrite jqGrid column header defaults - increase padding on right */

.ui-jqgrid .ui-jqgrid-htable th div {
    height:auto;
    overflow:hidden;
    padding-right:4px;
    padding-left:2px;
    padding-top:2px;
    position:relative;
    vertical-align:text-top;
    white-space:normal !important;
}
.ui-state-disabled.ui-icon-desc, .ui-state-disabled.ui-icon-asc
{
    display: none;    
}
.ui-jqgrid .ui-jqgrid-sdiv {
    position: relative; 
    margin: 0em;padding: 0em; 
    overflow: hidden; 
    border-left: 0px none !important; 
    border-top : 0px none !important; 
    border-right : 0px none !important;
}
.ui-jqgrid .ui-jqgrid-ftable {
   table-layout:fixed; margin-bottom:0em;
}

.pluspro-data .footerRow {
    font-weight: bold; 
    background-color: #E1D4C0; 
    height: 25px;
    padding: 2px 2px 2px 2px;
    border-top-width: 1px; 
    border-top-color: inherit; 
    border-top-style: solid;
    vertical-align: middle;
}
.pluspro-data .footerImage {
    font-weight: bolder; 
    /* background-image:url('../ppimages/graph.jpg'); */
    background-position: 3px 3px;
    background-color: #E1D4C0; 
    background-repeat: no-repeat;
    vertical-align: middle;
}

#doc {
    min-width: 984px;
    width: 984px;
    margin: 10px; /* print-specific */
    text-align: left;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,th,td {
    margin:0px;
    padding:0;
}
/* print-specific colors */
body {
    color: black; 
    background-color: white;
    margin: 0px;
    text-align: left;  /* print-specific */
    font: 12px arial,helvetica,clean,sans-serif;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    font-size:inherit;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}

li {
   list-style:none
}

img {
   border: none;
}

#doc #bd {
   border-left: thin solid;
   border-right: thin solid;
   border-bottom: thin solid;
   border-color: gray;
}

#hd, #bd, #ft {
    margin: 0px 5px;
    padding: 0;
}

/* HEADER SECTION */
.racebox {
   margin-left: 5px;
   padding-bottom: 2px; 
   padding-top: 2px;
   width: 962px;
   font-weight: bold;
   font-family: arial,helvetica,clean,sans-serif;
   clear: both;
   min-height: 68px;
}
.ieHeight {
   min-height: 69px; 
}
.opHeight {
   min-height: 68px; 
}
.trackDate table {
   width:35%; 
}
.trackDate .largeFont {
   font-size: 26px;
   font-weight: bold; 
}
.trackDate .mediumFont {
   font-size: 18px;
   font-weight: bold; 
}

.racetext {
   padding-bottom: 2px; 
   padding-top: 2px;
   width: 962px;
   font-weight: bold;
   font-family: arial,helvetica,clean,sans-serif;
   clear: both;
   min-height: 68px;
   height: 70px;
   margin-left: auto;
   margin-right: auto;
}

.racetext td {
    border: 1px solid gray;
    padding: 5px;
    vertical-align:middle;
}

.ieHeight table, .opHeight table {
   margin: auto;
}

.bigBold {
   font-size: xx-large; 
   font-weight: bold;
}
.rightAlign {
   text-align:right;
}
.leftAlign {
   white-space: normal;
   text-align:left;
}
.leftAlignRace {
   white-space: normal;
   text-align:left;
   width: 50px;
}
.leftAlignRT {
   white-space: normal;
   text-align:left;
   width: 900px;
   height: 30px;
   min-height: 30px;
}
.centerAlign  {
   white-space: nowrap;
   text-align:center;
}

#raceNum {
   white-space: nowrap;
   text-align:center;
}
/* print-specific colors */
#pluspro-header {
    color: black;
    background-color: white;
}
#pluspro-header .bd {

}
#pluspro-header .bd .info {
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 25px;
}

.pluspro-model {
    margin-bottom: 5px;
}

/* TOP MENU SECTION */

.pluspro-model ul.nav-section {
  background-color: #393939;
  background-image: -moz-linear-gradient(center top,#393939 50%, #2D2D2D 50%);
  background-image: -o-linear-gradient(#393939 50%, #2D2D2D 50%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(.5, #393939),color-stop(.5, #2D2D2D));
  clear: both;
  padding: 8px;
}

.pluspro-model ul.nav-section li {
  float: left;
  margin-right: 16px;
}

.pluspro-model ul.nav-section li span,
.pluspro-model ul.nav-section li a,
.pluspro-model ul.nav-section li a.inactive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 3px 10px;
  text-decoration: none;
}

<!-- .pluspro-model ul.nav-section li a.active, -->
.pluspro-model ul.nav-section li span {
  background-color: #FFF;
  color: #1B1B1B;
}

.pluspro-model ul.nav-section li a.inactive:hover {
  background-color: #636363;
}

.pluspro-model ul.nav-section a.active {
   background-color: #FFF;
   color: #000;
   cursor: default;
}

.pluspro-model ul.nav-section li.disabled span {
  background-color: transparent;
  color: #CCC;
}

#pluspro-tabs #hd {
    margin-bottom: 8px;
}

.hdtitle {
    font-size: 18px; 
    font-weight: bold;
}

/* 2ND LEVEL TABS MENU SECTION */

.pluspro-model .tabs {
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
}

.pluspro-model .tabs li {
    float: left;
    margin-right: 1px;
    position: relative;
}

.pluspro-model .tabs li a,
.pluspro-model .tabs li a.inactive,
.pluspro-model .tabs li span {
    display: block;
    padding: 5px 25px;
    background-color: #E1D4C0;
    border: 1px solid #DDD;
    border-bottom: 0;
    padding-bottom: 4px;
    top: 0;
}

.pluspro-model .tabs li span,
.pluspro-model .tabs li a.active,
.pluspro-model .tabs li.selected a {
    background-color: #FFF;
    margin-bottom: -1px;
    padding-bottom: 6px;
    position: relative;
    font-weight: bold;
    font-size: 120%;
}

/* TOP PERFORMERS & GRAPHS */

.performers {
   font-size: 16px;
   font-weight: bold; 
   text-align: center;
}

#Graph {
   text-align: center;
   background-color: white;
   width: 480px;
   height: 240px; 
   border: none;
   font-family: arial,helvetica,clean,sans-serif;
}
#Graph div {
    border-bottom: 0px solid #E3E3E3;
    border: none;
}
#Graph .jqplot-title { 
    color: black;
    font-weight: bold; 
    font-size: 16px; 
    margin-top: 5px;
}
#Graph .jqplot-point-label { 
   /* border: 1.5px solid #aaaaaa; */
   /* padding: .5px 2px; */
   /* background-color: beige; */
   color: black;
   font-size: 10px; 
}
#Graph .jqplot-axis { 
   color: black;
   font-size: 10px; 
}
#Graph .jqplot-highlighter-tooltip {
    border: 1.5px solid #aaaaaa;
    padding: .5px 2px;
    background-color: whitesmoke;  
    opacity: 1.0;
}
/* print-specific code */
#grid2_wrapper {
    display: none;
}
.middle {
   width: 460px; 
   max-height: 240px;
   min-height: 180px;
   float: left; 
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}
#pluspro-middle {
    display: block;  
}
#Graph {
    display: none;
}
#TopPerfs {
    display: none;
}
/* end print-specific code */
#pluspro-middle .bd {
    overflow: hidden;
}

#pluspro-middle .bd div {
    border-bottom: 1px solid #E3E3E3;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 145px;
}

#pluspro-middle .bd div.Graph {
    margin-top: 5px;
}

#pluspro-middle .bd ul.leader-categories li {
    float: left;
    border-left: 1px solid #E3E3E3;
    padding-left: 5px;
    width: 145px;
}

#pluspro-middle .bd li.leader div {
    float: left;
    padding-top: 0px;
    padding-bottom: 5px;
}

#pluspro-middle .bd li.leader img {
    float: left;
    margin-bottom: 10px;
    height: 80px;
    width: 80px;
}

#pluspro-middle .bd li h3 {
   float: left;
   font-size: 15px;
   height: 15px; 
   width: 15px;
   padding: 5px;
   margin-right: 0px;
   text-align: center;
   /* color: white */
   border-style: solid;
   border-width: thin;
}

#pluspro-middle .bd li h4 {
	font-size: 12px;
	margin-left: 32px;
	padding-bottom: 5px;
	min-height: 36px;
	width: 113px;
	word-wrap:break-word;
}

#pluspro-middle .bd li h5 {
	font-size: 12px;
	text-decoration: underline;
}

#pluspro-middle .bd li em {
	font-size: 20px;
	font-weight: bold;
}

.pluspro-model .nav-list h5,
.pluspro-model .nav-list li {
	float: left;
	padding: 0 8px; 
}

.pluspro-model .nav-list li {
	border-left: 1px solid #DDD;
	line-height: 1em;
	margin-bottom: 10px; 
	margin-top: 10px; 
	margin-left: -3px;
}

.pluspro-model .nav-list li a.active,
.pluspro-model .nav-list li span {
	font-weight: bold;
        font-size: 120%;
}

.pluspro-model .nav-list li a span {
	font-weight: normal;
}

/* DATA TABLE SECTION */

#helpMessage {
   color: brown;
   font-size: 92%;
   font-wieght: normal;
   font-style: italic;
}

.pluspro-wide #doc {
/*	background-image: url(../ppimages/pagebg.png); */
}

.pluspro-wide #pluspro-main {
	margin-left: 10px;
	width: 98%;
}

.pluspro-data .bd {
	display: inline-block;
	min-width: 78%;
}

.pluspro-data table {
	background-color: #FFF;
	border-collapse: collapse;
	font-size: 92%;
	border-width: thin;
	border-style: solid;
	width: 100%;  
        cursor: default;
}

.pluspro-data table .title {
	text-align: left;
        height: 24px;
        cursor: default;
}

.pluspro-data thead th {
	background-color: #E1D4C0;
	color: #000;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	border-width: thin;
	border-style: solid;
}

.pluspro-data tbody tr {
	background-color: #F7F7F9;
}

.pluspro-data tbody tr.odd {
	background-color: #FFF;
}

.pluspro-data tbody tr:hover {
	background-color: #E1D4C0;
}

.pluspro-data tbody td {
	padding: 3px;
	text-align: right;
	border-width: thin;
	border-style: solid;
}

.pluspro-data tbody td a {
	color: #648a7a;
}

.pluspro-data tfoot td {
	background-color: #E1D4C0;
	color: #000;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	border-width: thin;
	border-style: solid;
}

.pluspro-model ul.nav-list:after,
.pluspro-model ol.nav-list:after,
.pluspro-model div.nav-list:after,
.pluspro-model div.nav-list ul:after,
.pluspro-model div.nav-list ol:after,
.pluspro-model ul.nav-section:after,
.pluspro-model ul.tabs:after,
.pluspro-model ol.tabs:after,
.pluspro-model div.tabs:after,
.pluspro-model div.tabs ul:after,
.pluspro-model div.tabs ol:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.pluspro-data thead .pNum {
    text-align: center;
    width: 32px;
}

.pluspro-data thead .horse {
    text-align: left;
    width: 160px;
}

.pluspro-data .center {
    text-align: center;
}

#pluspro-middle .bd table {
	background-color: #FFF;
	/*border-collapse: collapse; */
	font-size: 92%;
	border-width: thin;
	border-style: solid;
        padding: 10px;
}

#pluspro-middle .bd thead th {
	background-color: #E1D4C0;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 1px;
        margin: 5px;
}

#pluspro-middle .bd tbody td {
        padding: 0px 1px 0px;
        width: 90px; 
        height: 24px;
}
#pluspro-middle .bd tbody td input {
        padding-right: 2px;
        margin-left: 2px;
	width: 30px; 
        text-align: right;
}
#pluspro-middle .bd tbody td .button {
        width: auto;
        text-align: left;
        height: 25px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 2px;
}
#pluspro-middle .bd tbody .tdSlim {
    line-height: 7px;
    height: 7px;
}
#pluspro-middle .bd tbody .tdPad {
    line-height: 2px;
    height: 2px;
}
#pluspro-middle .bd tbody .firstCol {
        padding-left: 4px;
        padding-right: 2px;
        width: 90px; 
}
#pluspro-middle .bd tbody td span {
        padding-left: 4px;
}

/* SADDLE COLORS */

.pluspro-data .prog-num, .pluspro-model .prog-num {
        color: #FFF;
	font-size: 12px;
	border-color: #000000;
	text-align:center;
	width: 25px;
	min-width: 25px;
}
.pluspro-data .head, .pluspro-model .head {
	color: #000;
}
/* print-specific code */
.pluspro-model .pgmnum1 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum2 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum3 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum4 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum5 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum6 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum7 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum8 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum9 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum10 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum11 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum12 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */

.pluspro-model .pgmnum13 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
.pluspro-model .pgmnum14 {
	background-color: white;
	color: black;
	border-style: solid;
	border-color: black;
	text-align:center;
}
/* print-specific code */
#links {
    display: none;
}
#links a {
    display: none;
}
/* css for carousel */

.list_carousel {
	padding: 5px 0px 5px 0px;
	position: relative; 
	left: 0px;
	float: right; 
	width: 555px;
	height: 75px;
   <!-- overflow: auto;  -->
	white-space: nowrap;
	font-size: 16px;
        display: none;  /* print-specific code */
}
.list_carousel ul {
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.list_carousel li {
	text-align: center;
	border: 1px solid #000000;
	width: 30px;
	height: 35px;
	padding: 0px;
	margin: 1px;
	display: block;
	float: left;
}
a.prev, a.next {
	position: absolute;
	width: 17px;
	height: 45px;
	padding: 0px;
	margin: 1px;
	display: block;
	float: left;
	border: 1px solid #000000;
	background-color: #E1D4C0;     
	text-align: center;
}
a.prev {
	/* background: url("../../images/hPro/l_arrow.gif") no-repeat transparent; */
	/* background-position: 1px 10px; */
	/* position: relative; */
	/* top: -36px; */
	/* left: -28px; */
	top: 5px;
	left: -21px;
}
a.next {
	/* background: url("../../images/hPro/r_arrow.gif") no-repeat transparent; */
	/* background-position: 1px 10px; */
	/* position: relative; */
	/* top: -78px; */
	/* left: 517px; */
	top: 5px;
	left: 517px;
}
			
a.prev, a.next { text-decoration: none; }
a.prev.disabled, a.next.disabled { background-position: -50px -100px !important; } 
a.prev.disabled, a.next.disabled { 
    cursor: default; 
    background-color: transparent;
    border: 0px solid #000000;
} 
a.prev span, a.next span {
    position: absolute;
    top: 13px;
    left: 4px;
    font-size: medium; 
    text-align: center;
    vertical-align: middle;
}
a.prev.disabled span, a.next.disabled span {
    color: transparent;
    top: -50px;
    left: -100px;
}

.pagination {
	text-align: center;
}
.pagination a {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

li.caroBox, li.caroBoxWide {
	font-size: 80%;
	color: #000000;
	background-color: #E1D4C0; 
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	text-decoration: none; 
	width: 35px;
        /*margin-left: 5px; */
}
li.caroBoxWide {
	width: 129px;
}
li.caroBox:hover, li.caroBoxWide:hover {
    cursor: pointer;
}

table.proAnalysis {
	border-width: thin;
	border-style: solid;
	width:100%;	
	margin-top:20px;
}
table.proAnalysis th {
	border-width: thin;
	border-style: solid;
	padding:6px;
	background-color:#E1D4C0;
	text-align: center;
	font-style: oblique;
	font-weight: bold;
}
table.proAnalysis td {
	border-width:thin;
	border-style:solid;
	padding:6px;
}
.printIcon {
    display: none;
}
.printText {
    display: none;
}
.helpIcon {
    display: none;
}
.helpText {
    display: none;
}
#grid3_wrapper {
    display: block;
}
.grid_noprint {
    display: none;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    text-align: center;
}
@page { margin: 1cm; }
header .print { display: block; }
