body {
    font-family: Verdana, Calibri, Arial;
    font-size: 11px;
}

.clear {
    clear: both;
}

#messagesBox {
    color: forestgreen;
    font-size: 13px;
    font-weight: bold;
}

#header {
    height: 40px;
    vertical-align: text-top;
}

#header h1 {
    margin: 0;
}


/* Table Formatting */
.itemRow:hover, tr:hover {
    background-color: #DDDDDD;
}

.activeRow {
    background-color: #74df00;
}

th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border: none;
}



/* Input Related Items */

#inputBox {
    line-height: 25px;
}

#inputBox input[type=text] {
    width: 135px;
}

.inputError {
    width: 300px;
    color: red;
}

.inputText {
    float: left;
    width: 75px;
}

.inputField {
    float: left;
    width: 200px;
}

#inputSubmit {
    width: 275px;
    margin-left: 75px;
}


/* Login Related Items */
#loginBox {
    line-height: 25px;
}

.loginError {
    width: 300px;
    color: red;
}

.loginText {
    float: left;
    width: 75px;
}

.loginField {
    float: left;
    width: 200px;
}

#loginSubmit {
    width: 275px;
    margin-left: 75px;
}