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

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

.jmesa .table {
    border: 0px solid silver;
    padding: 2px;
    width: 99%;
}

.toolbar table {
    margin-right: 0px;
    margin-left: auto;
}

.jmesa .toolbar td {
    padding: 0px 1px 0px 1px;
}

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

.jmesa .toolbar .pageNumber {
    font-size: 0.975em;
    font-weight: bold;
    color: #c4634d;
}

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

.jmesa .toolbar img {
    border:0px;
}

.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: 0.825em;
    padding: 0;
    margin: 0;
    border: 1px solid #c0c0c0;
    background-color: #efebe7;
    height: 1.125em;
    white-space: nowrap;
    cursor: pointer;
}

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

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

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

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

.jmesa .header td {
    white-space: nowrap;
    background-color: #729fcf;
    color: white;
    font-size: 0.825em;
    font-weight: bold;
    padding: 4px 3px 4px 3px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: white;
}

.jmesa .odd a,.jmesa .even a {
    color: black;
}

.jmesa .odd td,.jmesa .even td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.825em;
    padding: 5px 3px 5px 3px;
}

.jmesa .odd td {
    border: 1px solid #ffffff;
}

.jmesa .even td {
    border: 1px solid #eeeeee;
    /*border: 1px solid #ffffff;*/
}

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

.jmesa .even {
    background-color: #eeeeee;
     /*border: 1px solid #ffffff;*/
}

.jmesa .highlight td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.825em;
    padding: 5px 3px 5px 3px;
    background-color: #fdecae;
    border: 1px solid #fdecae;
}

.jmesa .highlight a {
    color: black;
}

.jmesa .statusBar td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.825em;
    border-top: 1px solid silver;
    background-color: #efebe7;
    padding: 2px;
}

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

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

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

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

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

.jmesa #wsColumnInput {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    border-style: none;
    background-color: #ededed;
}


.more { 
	background-color:#C30E55;
	background:transparent url(../../../img/icons/rightArrow.gif) no-repeat scroll left center;
	display:inline;
	float:left;
	width:21px;
	}


.jobTitle { display: block; margin-top: 5px; font-weight: bold; font-size: 1.1em;  }
.jobTitle:HOVER { text-decoration: underline;  }

.jobDescription {display: block; margin-top: 10px; }
.jobMore { display: block; margin: 5px 0 5px 0; font-style: italic; font-size: 1em;}
.jobMore:HOVER { text-decoration: underline;  }
