/* Styles pertaining to the masterpage */

.footer{
    text-align: center;
}
.header {
    text-align: right;
    font-size: small;
}
.header > table{
    width: 100%;
}
.navigation{
    display: block;  
    width: 100%; 
    text-align: left; 
    font-family: Verdana; 
    font-size: small;
}
.progress{
    font-size:xx-large; 
    background-color:White; 
    color:Black; 
    top:0px; 
    left:0px; 
    position:fixed;
}
.contentPage {
    font-family: Verdana;
    font-size: small;
}
.loginInfo {
    text-align: right; 
    font-family: Garamond;
    height: 23px;
    font-size: medium;
}
.siteMapHolder {
    text-align: left; 
    font-family: Verdana; 
    font-size: small;
}
.pageTite {
    font-weight: 700 !important; 
    font-size: x-large !important; 
    font-family: Garamond !important;
    text-align: center;
}
.logoHolder {
    text-align: left;
    width: 190px;
}
.menuHolder {
    padding: 0; 
    width: 100%;
}
.menuBar {
    text-align: left; 
    font-family: Verdana; 
    font-size: small;
}
.menuBar a{
    display: block; /* makes entire menu item clickable */
}
.applicationName {
    text-align: left;
    font-family: Garamond;
    font-size: x-large;
    font-weight: bold;
}
.adjustedZIndex {
    z-index: 100;
}

/* General classes used throughout the application */

.error{
    background-color: red;
}
.ErrorLabel{
    text-align: center;
    color: red;  
    display: block;
}
.NotEditable {
    border: none;
    cursor: none;
    color: black;
    background-color: transparent;
}
.gridViewControls{
}
