html,body,table {
    margin: 0px;
    padding: 0px;
    direction: ltr;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 11px;
    border-collapse: collapse;
}

.hidden{
    display: none; 
}

td {
    vertical-align: top;
    text-align: left;
    margin: 0px;
    padding: 0px;
    direction: ltr;
    border-collapse: collapse;
}

img {
    border: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
small {
    font-size: 10px;
}

/* Inputs */

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="search"],
input[type="password"],
input[type~="text"],
input[type~="search"],
input[type~="password"],
input[type~="email"] {
    font-size: 11px;
    height: 25px;
}

select{
    font-size: 11px; 
    height: 25px;
    padding: 0 0 0 5px;
    margin: 0px;
}

textarea {
    font-size: 11px;
}

.padding{
    padding: 5px;
}

.top{
    vertical-align: top;
}

.middle{
    vertical-align: middle;
}

.center{
    text-align: center;
}

.justify{
    text-align: justify;	
}

.right{
    text-align: right;
}

.trselect{
    cursor: pointer;
}

.trselect-odd{
    background-color: #fbeed5
}

.bold{
    font-weight: bold;
}

.floatleft{
    float: left;
}

.paddingleft{
    padding-left: 4px;
}

.while{
    color: #ffffff;
}

.green{
    color: green;
}

.transparent {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.data-content{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
}

.data-content-top{
    -webkit-border-radius: 5 5 0 0px;
    -moz-border-radius: 5 5 0 0px;
    border-radius: 5 5 0 0px;
    border: 1px solid #ddd;
    padding: 5px;
}

.data-content-bottom{
    -webkit-border-radius: 0 0 5 5px;
    -moz-border-radius: 0 0 5 5px;
    border-radius: 0 0 5 5px;
    border: 1px solid #ddd;
    padding: 5px;
}

.data-content-input-bottom{
    -webkit-border-radius: 0 0 5 5px;
    -moz-border-radius: 0 0 5 5px;
    border-radius: 0 0 5 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:7px;
    margin-top:-10px;
}

.data-content-input-left{
    -webkit-border-radius: 5 0 0 5px;
    -moz-border-radius: 5 0 0 5px;
    border-radius: 5 0 0 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 5px;
    margin:0 0 0 32px;
}

.data-content-input-respons-bottom{
    -webkit-border-radius: 0 0 5 5px;
    -moz-border-radius: 0 0 5 5px;
    border-radius: 0 0 5 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:7px;
}

.droptrue {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 240px;
    min-height:32px;
}
.droptrue li {
    margin: 5px;
    padding: 5px;
    width: 220px;
    text-align:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.fix-line{
    height:32px;
    overflow:hidden;
}

.clear{
    clear: both
}