
/* university profile */
div.university_profile {
    text-align: left;
}

div.university_profile h2.university {
    font-size: 20px;
    font-weight: bold;
    color: #4a78d8;
}

div.university_profile h3.sub {
    color: #474747;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}



div.university_profile p { line-height: 18px; }

div.university_profile p.description {
    padding-bottom: 50px;
}

div.university_profile div.right {
    float: right;
    width: 450px;
    text-align: left;
}


div.university_profile div.left {
    clear: left;
    float: left;
    margin-bottom: 25px;
    width: 430px;
    text-align: left;
}

div.university_profile p.left {
    padding-bottom: 25px;
}

div.university_profile table.grey {
    width: 100%;
    text-align: left;
}


/* university profile */
div.university_profile td.specialisation {
    background-image: url(../img/site/arrow_grey.gif);
    background-repeat: no-repeat;
    background-position: 13px 50%;
    padding-left: 25px;
    height: 30px;
    font-weight: bold;
}

div.university_profile div.logo {
    float: right;
    margin-bottom: 20px;
    margin-top: -17px;
    margin-left: 20px;
}




/* company_profile/functions */
div.special_actions {
    float: right;
}

div.special_actions a { background-position: bottom left; }

div.special_actions a.print {
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin-bottom: 9px;
    background-image: url(../img/site/icons/print.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-right: 20px;
    float: left;
}

div.special_actions a.pdf {
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin-bottom: 9px;
    background-image: url(../img/site/icons/pdf.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
}

div.special_actions a.edit {
    font-size: 14px;
    color: #767676;
    font-weight: normal;
    margin-bottom: 9px;
    background-image: url(../img/site/icons/edit.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin-right: 20px;
}
