/*** sbt.css ***/
.sbtmessage {
 color:#a00;
}

.description {
 background:#e7ebee url("arrows/ptrdown.png") no-repeat left top;
 padding:0 4px 2px 26px;
}

.br {
 color:#f00;
 font:bold 1.5em "Times New Roman", Georgia, serif;
}

.br2 {
 color:#f00;
 font:bold 1.4em "Times New Roman", Georgia, serif;
}

/******* topper *********/
div.topper {
 position:relative;
 padding:2px 4px;
 background:#eef;
}

div.topper2 {
 margin:20px 0 0 0;
 position:relative;
 padding:2px 4px;
 background:#eef;
 border-top:1px solid #338;
}

div.topper2 h3,div.topper h3 {
 margin:2px 4px;
 font-size:15px;
 color:#337;
}

div.topper label {
 float:left;
 width:150px;
 text-align:right;
 font-weight:bold;
 padding:0 5px;
}

div.topper a {
 float:right;
 margin:2px;
}

/*********** BATCHABLE TABLE ***********/
table.batchable {
 margin:0 auto;
 text-align:center;
 border-spacing:0px;
 border:1px solid #fff;
 width:100%;
 empty-cells:show;
}

table.batchable td {
 vertical-align:top;
 border-bottom:1px solid #fff;
 border-right:1px solid #fff;
 font-size:12px;
}

table.batchable td,table.batchable th {
 line-height:14px;
 padding:2px 3px;
 white-space:nowrap;
}

/* Tap5's TextOutput component separates newlines with <p>'s
   which end up looking like skipped lines; reduce the spacing. */
table.batchable td p {
 line-height:11px;
 margin-top:1px;
 margin-bottom:2px;
}

table.batchable th.tal,table.batchable td.tal {
 text-align:left;
}

table.batchable th.tac,table.batchable td.tac {
 text-align:center;
}

table.batchable td.tac span.yes {
 background:transparent url("i/redCheck.gif") no-repeat 0 0;
 padding-left:25px;
}

table.batchable th.tar,table.batchable td.tar {
 text-align:right;
}

table.batchable th.wr,table.batchable td.wr {
 white-space:normal;
}

table.batchable th.nw,table.batchable td.nw {
 white-space:nowrap;
}

table.batchable tr {
 background:#fff;
}

table.batchable th {
 vertical-align:bottom;
 border:1px solid #fff;
 border-bottom:1px solid #00a;
 border-top:0;
}

div.mainHeader,
table.batchable th.mainHeader {
 background:#e7ebee;
 text-align:left;
 line-height:30px;
 border-bottom:1px solid #fff;
}

table.batchable th form {
 display:inline;
}

table.batchable th input {
 margin:0;
 padding:0;
 line-height:13px;
 font-size:12px;
}

table.batchable th select {
 margin:0;
 padding:0;
 line-height:13px;
 font-size:12px;
 width:50px;
}

table.batchable th a {
 color:#000080;
 text-decoration:none;
}

table.batchable th a:hover {
 color:#000080;
 text-decoration:none;
}

table.batchable th a:visited {
 color:#000080;
}

table.batchable tr.alternateRow {
 background:url("table/lightGreenBlockGradient.gif") repeat-x center top;
}

table.batchable tr {
 text-align:left;
}

table.batchable td.sortedColumn {
 background:url("table/darkGreenBlockGradient.gif") repeat-x center top;
}

table.batchable th.sortedColumn {
 background:url("table/darkGreenBlockGradient.gif") repeat-x center top;
}

table.batchable tr.alternateRow td.sortedColumn {
 background:url("table/darkGreenBlockGradient.gif") repeat-x center top;
}

table.batchable tr.sortlinks th a {
 display:block;
 padding:0 2px 0 0;
}

table.batchable a.asc {
 background:transparent url("arrows/asc.gif") no-repeat bottom right;
 padding:0 14px 0 0;
}

table.batchable a.desc {
 background:transparent url("arrows/desc.gif") no-repeat bottom right;
 padding:0 14px 0 0;
}

#tbl.batchable a.asc1 {
 background:transparent url("arrows/asc.gif") no-repeat bottom right;
 padding:0 14px 0 0;
}

#tbl.batchable a.desc1 {
 background:transparent url("arrows/desc.gif") no-repeat bottom right;
 padding:0 14px 0 0;
}

#tbl.batchable a.asc2 {
 background:transparent url("arrows/asc2.gif") no-repeat bottom right;
 padding:0 13px 0 0;
}

#tbl.batchable a.desc2 {
 background:transparent url("arrows/desc2.gif") no-repeat bottom right;
 padding:0 13px 0 0;
}

#tbl.batchable a.asc3 {
 background:transparent url("arrows/asc3.gif") no-repeat bottom right;
 padding:0 12px 0 0;
}

#tbl.batchable a.desc3 {
 background:transparent url("arrows/desc3.gif") no-repeat bottom right;
 padding:0 12px 0 0;
}

#tbl.batchable a.asc4 {
 background:transparent url("arrows/asc4.gif") no-repeat bottom right;
 padding:0 11px 0 0;
}

#tbl.batchable a.desc4 {
 background:transparent url("arrows/desc4.gif") no-repeat bottom right;
 padding:0 11px 0 0;
}

#tbl.batchable a.asc5 {
 background:transparent url("arrows/asc5.gif") no-repeat bottom right;
 padding:0 10px 0 0;
}

#tbl.batchable a.desc5 {
 padding:0 10px 0 0;
 background:transparent url("arrows/desc5.gif") no-repeat bottom right;
}

#tbl.batchable a.asc6 {
 background:transparent url("arrows/asc6.gif") no-repeat bottom right;
 padding:0 9px 0 0;
}

#tbl.batchable a.desc6 {
 background:transparent url("arrows/desc6.gif") no-repeat bottom right;
 padding:0 9px 0 0;
}

th.numeric {
 color:#f00;
 text-align:right;
}

th.numeric a {
 float:right;
}

table.batchable td.numeric {
 color:#f00;
 text-align:right;
}

a.prev {
 background:transparent url("btn/previous-fo.gif") no-repeat right top;
 text-decoration:none;
 padding:3px 0px 14px 45px;
 vertical-align:middle;
}

a.next {
 background:transparent url("btn/next-fo.gif") no-repeat 0 0;
 text-decoration:none;
 padding:3px 0px 14px 45px;
 vertical-align:middle;
}

a.prev:hover {
 background-image:url("btn/previous-h-fo.gif");
}

a.next:hover {
 background-image:url("btn/next-h-fo.gif");
}

.hide {
 display:none;
 height:0;
 width:0;
 overflow:hidden;
 position:absolute; /* for IE5 Mac */
}

table.batchable span.fright {
 float:right;
 font-size:12px;
 font-weight:normal;
}

table.batchable span.fright input {
 margin:0px 4px;
}

.newitem {
 background:url("i/new.gif") no-repeat right top;
 padding-right:42px;
}

table.batchable tr td.web {
 text-align:center;
 padding:0;
}

table.batchable tr td.web a {
 font-size:10px;
 font-weight:bold;
 text-decoration:none;
 background:#fff;
 padding:0 3px;
 border:1px solid black;
}

.batchwindow {
 position:relative;
 top:-5px;
 float:right;
 width:140px;
 height:0px;
 margin:0 26px;
 z-index:1;
 text-align:center;
 background:transparent;
}

div.batchnav {
 background:#eef;
 color:#000;
 font-size:10px;
 border:1px solid #66a;
}

div.batchnav a {
 color:#33a;
 padding:0 2px;
}

div.batchnav a:hover {
 color:#e53;
}

div.sbtHeader {
 font-weight:bold;
 background-image:url('table/blueGradientLeftTop.gif');
 padding-left:3px;
 margin:2px;
}

a.attn {
 color:#f00;
 font:bold 2.0em "Times New Roman", Georgia, serif;
 padding:0 2px 0px 2px;
 text-decoration:none;
 border:0;
 height:22px;
 line-height:22px;
}

a.attn2 {
 color:#f00;
 font:bold 1.4em "Times New Roman", Georgia, serif;
 padding:0 2px 0px 2px;
 text-decoration:none;
 border:0;
 height:19px;
 line-height:19px;
}

a.attn2:hover,
a.attn:hover {
    color: #002A5F;
}
a.norm,span.norm {
 padding:0 9px 6px 9px;
 text-decoration:none;
 border:0;
}

div.stop {
padding-left:20px;  
background:url('i/stop.png') no-repeat 0 -1px;
}

div.go {
padding-left:20px;  
background:url('i/go.png') no-repeat 0 0px;
}

/*** end sbt.css ***/