/* CSS HERE */
.parentcontainer, .parentcontainerbar
{
    width: 600px;
}

.departmenttitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #0E2B89;
    /*background-color: #E6F0FF;*/
    margin: 0px;
    /*margin-left: 50px;*/
    margin-bottom: 5px;
}

.switch
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11.2px;
}

.departmenttitle a.open{
    background: url("images/minus.png") no-repeat scroll transparent;
    padding-left: 32px;
}

.departmenttitle a{
    background: url("images/plus.png") no-repeat scroll transparent;
    padding-left: 32px;
}

a:visited {
    color: #0E2B89;
}

#tablelisting
{
    position: relative;
}

.collapse
{
    margin-bottom: 1em;
}

.switch
{
    margin: 0px;
    position: absolute;
    right: 1.5em;
    font-weight: bold;
}

.printerlink>div
{
    min-width: 200px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.locationdetails>div
{
    max-height: 14px;
    min-width: 100px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.informationlink
{
    text-align: left;
}

.number-button {
    min-width: 40px;
    max-width: 50px;
    text-align: center;
    margin: auto;
    background-color: #AAAAAA;
    border: 2px solid #666666;
    border-radius: 10px;
    color: white;
}

#departments_table > tbody > tr {
    cursor: pointer;
}