.form {
    margin-top: 10px;
}

.form .action-buttons #back{
    float: left;
}

.form .action-buttons #pdf, .form .action-buttons #txt{
    float: right;
    margin-left: 10px;
}

.form span {
    float: left;
    margin: 10px 0;
    font-weight: bold;
}

.modal {
    background-color: #fff;
    display: none;
    padding: 15px;
    text-align: left;
    width: 500px;
    height: 400px;
    border: 2px solid #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal .contentWrap {
    overflow: auto;
    height: 400px;
}

.modal .close {
    background-image: url(/images/overlay/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}

p.date {
    text-align: right;
    font-size: 12px;
    color: #333;
}

.point {
    float: left;
    height: 3px;
    left: 50%;
    position: relative;
    width: 3px;
}

.panes div.pane {
    border: none;
    padding: 0;
}

/*The footer for the small tables */
.result-table tfoot td {
    text-align: center;
}

/*Reset the .paginate behaviour for th's*/
table.paginate.result-table thead th {
    cursor: auto;
}

/*Header styles for tables*/
.result-table thead th {
    font-weight: normal;
    font-size: 12px;
}

.result-table thead th.side-title {
    width: 28%;
}

.result-table thead th.score-title {
    width: 7.3%;
}

/*Body styles for tables*/
.result-table thead tr th.highlighted {
    text-shadow: 2px 2px 2px #FFD966;
}

table.paginate.result-table tbody tr td.highlighted {
    background: #0078A5;
    opacity: 0.4;
}

.result-table tbody td:first-child {
    text-align: left;
}

.result-table tbody td:last-child {
    text-align: right;
}

.result-table tfoot tr:last-child td {
    border-bottom: none;
}

.result-table td:last-child {
    border-right: none;
}

.result-table td {
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

.explanation-link {
    text-align: right;
    display: block;
}

#compare-container{
    border: none;
    min-height: initial;
    padding:0;
    margin-top:10px;
}

#compare-container .explanation{
    background: #FFC;
    padding: 5px;
    border: none;
    min-height: initial;
}

#compare-container .explanation .title{
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

#compare-links{
    margin-top: 10px;
    padding-left: 10px;
}

#compare-links li{
    list-style: none;
}

#compare-links li a{
    margin-left: 15px;
}

#compare-links li .color{
    width: 10px;
    position: absolute;
    height: 10px;
    margin-top: 5px;
}
.tipsy li{
    text-align: left;
}

.laboral .thin {
  padding: 0px 0px 0px 5px;
  border: none;
}

.laboral .bar {
  width: 100%;
  display: block;
  height: 16px;
}

.laboral .bar span {
  display: block;
  background-color: red;
  height: 100%;
  color: white;
  padding-right: 5px;
  border: 1px solid #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
