﻿
.width-lg {
    margin: 0 auto;
    max-width: 1400px;
}

.width-med {
    margin: 0 auto;
    max-width: 1100px;
}

.width-sm {
    margin: 0 auto;
    max-width: 900px;
}



modal-lg {
    width: 750px;   /* need a larger than normal dialog box */
    margin: auto;   /* to center the dialog */
}
.border-fix {
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
}

/* darker blue for some titles */
.darker {
    color: #00538F;
}

/* switch off all underlining of links */
.content a:link, .content a:visited, .content a:hover,  .content a:active {
    text-decoration: none;
}

.spacer-x {
    padding-left:10px;
}

.spacer-y {
    padding-top:25px;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.centered {
    text-align: center;
}

.text-b {
    font-weight: bold;
}

/* nice easy left + right-align classes */
.fleft {
    float:left;
}

.right {
    float:right;
}

/* vertical alignment styles */
.v-top {
    vertical-align:top;
}
.v-middle {
    vertical-align:middle;
}
.v-bottom {
    vertical-align:bottom;
}

/*
    remember that bootstrap adds in margins between cols even when you don't want them!
*/
.remove-left-margin {
    margin-left: -15px;
}

.remove-right-margin {
    margin-right: -15px;
}

.remove-margins {
    margin-left: -15px;
    margin-right: -15px;
}
