/* referees pages */

.proformaButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;

    font-family: Georgia, "Times New Roman", Times, serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.proformaButton:hover {
    text-decoration: none;

}

.proformaButton:active {
    position: relative;
    top: 1px;
}

#tableLayout td {
    text-align: center;
}

.sendEmailButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;

    font-family: Georgia, "Times New Roman", Times, serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.sendEmailButton:hover {
    text-decoration: none;

}

.sendEmailButton:active {
    position: relative;
    top: 1px;
}


/* upload button on referee page */

.uploadbutton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;

    font-family: Georgia, "Times New Roman", Times, serif;
    padding: .2em .2em .2em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.uploadbutton:hover {
    text-decoration: none;

}

.uploadbutton:active {
    position: relative;
    top: 1px;
}

/* hide the filters */

.TorR {
    display: none;
}

.apptype {
    display: none;
}

.online {
    display: none;
}

.closed_date {
    display: none;
}

.onePlusThree {
    display: none;
}

.TorR {
    display: none;
}

.janStartTaught {
    display: none;
}

.newRoute {
    display: none;
}

.entrypoint {
    display: none;
}

.progCode {
    display: none;
}

.moa {
    display: none;
}

.year {
    display: none;
}

.progTitle {
    font-weight: bolder;
}

#results .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* CSS 3 column layout for filters */


#filterwidth {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

#leftcol {
    width: 14%;
    float: left;
    position: relative;
}

#twocols {
    width: 85%;
    float: right;
    position: relative;
}

#rightcol {
    width: 35%;
    float: right;
    position: relative;
}

#maincol {
    float: left;
    position: relative;
    width: 62%;
}

#results fieldset {
    border: none;
}


/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-weight: bolder

}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */


/* ******************************************************************** */
/*                      printer styles                                  */
/* ******************************************************************** */

@media print {
    /*hide the left column when printing*/
    #leftcol {
        display: none;
    }

    /*hide the right column when printing*/
    #rightcol {
        display: none;
    }

    #twocols, #maincol {
        width: 100%;
        float: none;
    }
}

.clearfix p {
    font-weight: bolder;
    font-size: 105%;
}
