html {
    overflow-y: scroll;
}

body {
    background-color: white;
}

div#main {
    position: relative;
}

/* div { */

/*     background-color: white; */

/* } */

#header {
    padding-bottom: 24px;
}

#top-menu {
    float: right;
}

#top-menu ul {
    list-style-type: none;
    width: auto;
    position: relative;
    top: 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#top-menu ul li {
    display: block;
    float: left;
    margin: 0 0 0 18px;
    padding: 0;
    background-color: white;
    border: 1px solid #ddd;
}

#top-menu ul li a {
    float: left;
    /*color: #E45500;*/
    text-decoration: none;
    height: 18px;
    border-bottom-style: none;
    padding: 6px 10px;
}

#top-menu ul li a:hover, .current {
    /*color: #E45500;*/
    background-color: #ddd;
    text-decoration: none;
    border-bottom-style: none;
}

#footer ul {
    list-style-type: none;
    width: auto;
    position: relative;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: block;
    float: left;
    margin: 0 18px 0 0;
    padding: 0;
}

#main {
    width: 950px;
    margin: 0 auto;
    padding: 12px;
}

div#wrapper {
    background: white url("../img/fakeborder.8d43585993f5.png") repeat-y 0 0;
}

table input[type="button"], table input[type="submit"], table button {
    margin-right: 1em;
}

table form {
    display: inline;
    margin-bottom: 0;
}

table.stripeless tbody tr th {
    border-top: 3px solid #c3d9ff;
}

.strong {
    font-weight: bold;
}

.big {
    font-size: 1.1em;
}

.subtle {
    color: #ccc;
}

.subtle:hover {
    color: #333;
}

/* Bordered Box Classes, useful particular with <p> tags */

.careful {
    background: none repeat scroll 0 0 #f2e2cb;
    border: 2px solid #c79a6b;
    margin-bottom: 1em;
    padding: .8em;
    color: #4d3b29;
}

.passive {
    background: none repeat scroll 0 0 #ebebee;
    border: 2px solid #c2c2c4;
    margin-bottom: 1em;
    padding: .8em;
    color: #445;
}

/* End Bordered Box Classes */

tr.strong td, tr.strong th {
    font-weight: bold;
}

table.compact tr td {
    padding: 0 10px 0 5px;
}

table.compact tr td input {
    margin: 3px 0;
}

table.compact tr td label {
    position: relative;
    top: -2px;
}

.dollar-format {
    text-align: right;
}

div.messages *:last-child {
    margin-bottom: 0;
}

#top-menu ul #studentSearch {
    border: 0;
}

#studentSearch input {
    height: 28px;
    width: 189px;
    vertical-align: middle;
    margin: 0;
}

#studentSearch .placeholder span {
    color: #888;
    font-family: Arial;
    font-size: 13px;
    padding: 7px;
}

.placeholder span {
    color: #999;
    margin-left: 3px;
    padding: 5px;
    position: absolute;
}

.unselectable {
    -moz-user-select: none;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input.text, input.title, textarea, select {
  max-width: 100%;
}

.help-text {
    font-style: italic;
    margin-top: -5px;
}

.action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

@media print {
    .help-text,
    .action-buttons {
        display: none;
    }
}
