/* 
    Document   : style.css
    Created on : 1-okt-2013, 10:31:26
    Author     : Veldhuizen
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

th{
    background-color: #00aa00;
}

td, th{
    min-width: 100px;
}

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background-color: #EEE;}

label{
    width: 250px;
    display: block;
    float: left;
}
select {
    min-width: 150px;
}
#main{
    list-style-type: none;
}
#main > li{
    float: left;
}

.clear{
    clear: both;
}

/*
Specific rules
*/
#vsmart_ormbundle_licensehistorytype_endDate_date{
    float:left;
}

#vsmart_ormbundle_licensehistorytype_startDate_date{
    float:left;
}