.jmesa {
    margin: 0;
    padding: 0;
}

.jmesa caption {
    caption-side: top;
    color: #444444;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    padding-left: 5px;
}

.jmesa .table {
}

.toolbar table {
    margin-right: auto;
    margin-left: auto;
    padding-top: 2px;
}

.jmesa .toolbar td {
   padding: 5px 3px 0px 3px;
   border-top: 1px solid #999999;
}

.jmesa .toolbar select {
    font-size: 9px;
    border: solid 1px #c4c3c2;
}

.jmesa .toolbar .pageNumber {
    font-size: 13px;
    font-weight: bold;
    color: #c4634d;
    padding: 0px 2px;
}

.jmesa .toolbar .pageNumber a {
    font-weight: normal;
    color: black;
}

.jmesa .toolbar .textItem {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: italic;
    color: #729fcf;
    padding: 0px 2px;
}

.jmesa .toolbar .textItem a {
    color: #729fcf;
}

.jmesa .toolbar .textItemError {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: italic;
    color: #ec4646;
    padding: 0px 2px;
}

.jmesa .toolbar .textItemError a {
    color: #ec4646;
}

.jmesa .toolbar img {
    border:0px;
   vertical-align: middle;
}

.jmesa .filter td {
    padding: 2px 2px 3px 2px;
}

.jmesa .tbody input {
    padding: 0;
    margin: 0;
}

.jmesa .filter .dynFilter {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    padding: 0;
    margin: 0;
    border: 1px solid #C0C0C0;
    background-color: #F0F0F0;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 15px;
}

.jmesa .filter #dynFilterDiv {
    position: absolute;
    top: -3px;
    left: -2px;
    padding: 0;
    margin: 0;
    height: 17px;
    border: 1px solid #c0c0c0;
    background-color: #F0F0F0;
}

.jmesa .filter #dynFilterInput {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border-style: none;
    background-color: #e1ebf4;
}

.jmesa .filter #dynFilterDroplistDiv, #wsColumnDroplistDiv {
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 0;
    margin: 0;
    height: 17px;
    background-color: #e1ebf4;
    z-index: 2;
}

.jmesa .filter #dynFilterDroplist, #wsColumnDroplistInput {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: 1px solid #c0c0c0;
    background-color: #e1ebf4;
}

.jmesa .header td {
    white-space: nowrap;
    background-color: #666666;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-left: 1px solid #999999;
}

.jmesa .odd a,.jmesa .even a {}

.jmesa .odd td,.jmesa .even td,.jmesa .removed td,.jmesa .rowError td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 10px;
}

.jmesa .odd td {
    border-left: 1px solid #999999;
}

.jmesa .even td {
    border-left: 1px solid #999999;
}

.jmesa .removed td {
    border: 1px solid white;
}

.jmesa .odd {
    background-color: #FFFFFF;
}

.jmesa .even {
    background-color: #EEEEEE;
}

.jmesa .removed {
    font-family: verdana, arial, helvetica, sans-serif;
    font-style: italic;
    color: #ccc;
}

.jmesa .rowError {
    font-family: verdana, arial, helvetica, sans-serif;
    font-style: italic;
}

.jmesa .addRow {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    color: white;
    background-color: #888;
}

.jmesa .highlight td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    padding: 4px 10px;
    background-color: #F4F9E5;
    border-left: 1px solid #999999;
}

.jmesa .highlight a {
    color: black;
}

.jmesa .statusBar td {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9px;
   background-color: #FFFFFF;
   padding: 2px 2px 2px 10px;
   border-bottom: 1px solid #999999;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
}

.jmesa .dropShadow {
    padding: 10px 14px 14px 10px;
}

.jmesa .wsColumn {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #c0c0c0;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.jmesa .wsColumnError {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #ec4646;
    border-bottom: 1px dashed #ec4646;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.jmesa .wsColumnChange {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #005e8f;
    border-bottom: 1px dashed #005e8f;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.jmesa #wsColumnDiv {
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 0;
    margin: 0;
    height: 17px;
    border: 1px solid #c0c0c0;
    background-color: #ededed;
}

.jmesa #wsColumnInput {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border-style: none;
    background-color: #ededed;
}
