@import url('reset.css');
@import url('header.css');
@import url('nav.css');
@import url('placeholders.css');
@import url('footer.css');
@import url('table.css');
@import url('accordion.css');
@import url('customerfile.css');
@import url('/javascript/lib/colorbox/style/colorbox.css');
@import url('colorbox-override.css');
@import url('feedback.css');

body {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
}

h1 {
    color: rgb(108, 138, 164);
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    clear: both;
}
h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 14px;
    line-height: 16px;
}
h5 {
    font-size: 13px;
    line-height: 15px;
}
h6 {
    font-size: 12px;
    line-height: 14px;
}

a {
    color: #0e1d69;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.center {
    margin: 0 auto;
    width: 960px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}

.row {
    overflow: hidden;
    margin-bottom: 20px;
}
.row.no-margin {
    margin-bottom: 0;
}
.row .column {
    width: 310px;
    float: left;
    margin-bottom: 20px;
}
.row .column.odd {
    margin-left: 20px;
}
.standardfontsize {
    font-size: 14px;
    line-height: 16px;
}
.mg-left-20 {
    margin-left: 20px;
}
.tile-header {
    overflow: hidden;
}
.filter-search {
    margin-bottom: 20px;
    width: 624px;
    padding: 5px;
}

#placeholder-middle .tile-common {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
