/* 
    Document   : cv
    Created on : 2012-03-22, 21:09:37
    Author     : Konrad
    Description:
        Purpose of the stylesheet follows.
*/

input[type="button"]{
    width: 50px;
}

table{
    margin-left: 30px;
    width: 90%;
    border-collapse: collapse;
}

button.commit{
    margin-top: 20px;
}
select{
    width: 100%;
    height: 22px;
}
input{
    width: 100%;
}

input[type="file"]{
    width: 100%;
    height: 22px;
}

td{
    vertical-align: top;
}
td.currentRow{
    background-color: #eeeeee;
}

td.c1, th{
    background-color: #e6e6e6;
}
table.main td.c1{
    width: 20%;
}
textarea{
    width: 100%;
}

.cl{
    width: 34px;
    text-align: right;
}

.link{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.pad{
    padding: 10px;
}
