body {
  	  background-color: white;
	  color: #333;
	  background-image: url("/images/jp-logo.png");
    
	  background-position: top right;
	  background-repeat: no-repeat;
	  margin-top: 30px;
	  margin-left: 20px;
	  margin-right: 20px;
}




body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

table {
        border-width: 2px;
        border-spacing: 0px;
        border-style: solid;
        border-color: #AAA;
        border-collapse: collapse;
        background-color: white;
}
th {
        border-width: 1px;
        padding: 2px 15px 2px 2px;
        border-style: solid;
        border-color: white;
        -moz-border-radius: 0px;
        background-color: #B3D6FF;  /*CCE5FF*/
}
td {
        border-width: 1px;
        padding: 2px 15px 2px 15px;
        border-style: solid;
        border-color: white;
        -moz-border-radius: 0px;
        background-color: #EEEEEE;
}

table.invisible {
        border-width: 0px;
        border-spacing: 0px;
        border-collapse: collapse;
        padding: 0px;
}
th.invisible {
        border-width: 0px;
        border-spacing: 0px;
        padding: 0px;
        -moz-border-radius: 0px;
}
td.invisible {
        border-width: 0px;
        padding: 0px;
        -moz-border-radius: 0px;
}


table.filterbar {
        border-width: 2px;
        border-spacing: 0px;
        border-style: solid;
        border-color: #CCC;
        border-collapse: collapse;
        background-color: white;
}

th.filterbar {
        border-width: 1px;
        padding: 2px 15px 2px 15px;
        border-style: solid;
        border-color: white;
        -moz-border-radius: 0px;
        background-color: #DDF0FF;
        /* orig: CCE5FF */
        text-align: left;
}

td.filterbar {
        border-width: 1px;
        padding: 2px 15px 2px 15px;
        border-style: solid;
        border-color: white;
        -moz-border-radius: 0px;
        background-color: #EEEEEE;
}

td.filterbar_selected {
        font-weight: bold;
        border-width: 1px;
        padding: 2px 15px 2px 15px;
        border-style: solid;
        border-color: white;
        -moz-border-radius: 0px;
        background-color: #DDF0FF;
        /* orig: CCE5FF */
}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 1px 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   /*font-family: Helvetica, Arial, Sans-Serif;*/
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
   line-height: 24px;
}
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}
.button:visited {
   border-top-color: #96d1f8;
   background: #65a9d7;
   color: white;
}

button {
   border: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 0px 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   /*font-family: Helvetica, Arial, Sans-Serif;*/
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
   /*line-height: 24px;*/
}

button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

input[type=button] {
   border: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 0px 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   /*font-family: Helvetica, Arial, Sans-Serif;*/
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
   /*line-height: 24px;*/
}

input[type=button]:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

input[type=submit] {
   border: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 0px 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   /*font-family: Helvetica, Arial, Sans-Serif;*/
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
   /*line-height: 24px;*/
}

input[type=submit]:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

/* Special buttons */

.ticketbutton {
   border-top: 1px solid #f89696;
   background: #d76565;
   background: -webkit-gradient(linear, left top, left bottom, from(#9d3e3e), to(#d76565));
   background: -webkit-linear-gradient(top, #9d3e3e, #d76565);
   background: -moz-linear-gradient(top, #9d3e3e, #d76565);
   background: -ms-linear-gradient(top, #9d3e3e, #d76565);
   background: -o-linear-gradient(top, #9d3e3e, #d76565);
   padding: 1px 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   /*font-family: Helvetica, Arial, Sans-Serif;*/
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
   line-height: 24px;
}
.ticketbutton:hover {
   border-top-color: #7a2828;
   background: #7a2828;
   color: white;
}
.ticketbutton:active {
   border-top-color: #5e1b1b;
   background: #5e1b1b;
   color: white;
}
.ticketbutton:visited {
   border-top-color: #f89696;
   background: #d76565;
   color: white;
}


.salesbutton {
   border-top: 1px solid #96f896;
   background: #65d765;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9d3e), to(#65d765));
   background: -webkit-linear-gradient(top, #3e9d3e, #65d765);
   background: -moz-linear-gradient(top, #3e9d3e, #65d765);
   background: -ms-linear-gradient(top, #3e9d3e, #65d765);
   background: -o-linear-gradient(top, #3e9d3e, #65d765);
   padding: 1px 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   /*font-family: Helvetica, Arial, Sans-Serif;*/
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
   line-height: 24px;
}
.salesbutton:hover {
   border-top-color: #287a28;
   background: #287a28;
   color: white;
}
.salesbutton:active {
   border-top-color: #1b5e1b;
   background: #1b5e1b;
   color: white;
}
.salesbutton:visited {
   border-top-color: #96f896;
   background: #65d765;
   color: white;
}
