﻿.contentform table .td-rightside {
    width: 280px;
}

table.details {
    font-size: 10px;
}

table.details .td-rightside {
    width: auto;
    padding: 5px 10px;
}

table.details .td-color {
    padding: 3px 2px;
}

table.details td {
    vertical-align: middle;
}

table.details tr.filters input.txtfield, table.details tr.filters input.submit, table.details tr.filters select.txtfield {
    width: 100%;
    margin: 0px 2px;
    padding: 0;
    height: 20px;
}

table.details tr.filters select.txtfield
{
    height: 22px;
}

table.details .title td span.twrapper {
    display: block; 
    padding: 0 3px 0 15px; 
    position: relative;
    height: 30px;
}

table.details .title td span.twrapper span.sort {
    position: absolute; 
    display: inline-block;     
    width: 12px; 
    height: 27px;     
    top: 0pt; 
    left: 0pt;
    text-align: right;
}

table.details .title td span.twrapper span.sort span {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

table.details .title td span.twrapper span.sort .orderasc {
    background: transparent url(../images/orderby.png) 0 -24px no-repeat;
    margin-bottom: 3px;
}

table.details .title td span.twrapper span.sort .orderdesc {
    background: transparent url(../images/orderby.png) 0 -36px no-repeat;
}

table.details .title td span.twrapper span.sort .orderascactive {
    background: transparent url(../images/orderby.png) 0 0px no-repeat;
}

table.details .title td span.twrapper span.sort .orderdescactive {
    background: transparent url(../images/orderby.png) 0 -12px no-repeat;
}

.redcolor {
    color: #f00;
}

.content-lightgreen {
    background: none no-repeat scroll left top #D9EDE5;
}

#extrafilters .txtfield {
    width: 83%;
    margin: 1px;
}



#registerform.widertable table .td-rightside {
    width: 50%;
}

#registerform.widertable table .txtfield , #registerform.widertable table select {
    width: 300px;
}

.backlink a {
  background: transparent url(../images/arrow_left.png) 0px 2px no-repeat;
  display: block;
  height: 30px;
  padding: 7px 0px 0px 38px;
  margin-bottom: -7px;
}

div#iconLogin {
  background: transparent url(../images/loginIcon.png) 68% 6px no-repeat;
  display: block;
  margin: 40px 0px -81px 0px;
  height: 136px;
  position: relative;
  z-index: 1;
}

a.taAdminNav {
  bottom: 20px;
  color: #5D5D5D;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#extrafilters table td 
{
    vertical-align: middle;   
}

#extrafilters table td.celltitle
{ 
    padding-right: 5px;
}

.contentform .not-form label 
{
    font-size: 1em;
}