/** GENERAL PAGE STYLES */
body {
    font-family: Verdana, Arial, sans-serif;
    margin: 0 auto;
    color: white;
    font-size: small;
    background-color: black;
}
a:link {
    color: #CCCCCC;
    text-decoration: none;
}
a:visited {
    color: #CCCCCC;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
a:active {
    color: #CCCCCC;
}

a img {
    border: none;
}
a.button_link:hover {
    text-decoration: none !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.vertical-top {
    vertical-align: top;
}
.vertical-middle {
    vertical-align: middle;
}
.vertical-bottom {
    vertical-align: text-bottom;
}
input, button {
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    margin-left: 12px;
    margin-top: 3px;
    margin-bottom: 2px;
}
input.disabled {
    border: none;
    background: transparent;
}
textarea {
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    margin-left: 12px;
    margin-top: 3px;
    margin-bottom: 2px;
}
select {
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #D7E5F2;
    color: #102132;
    margin-left: 12px;
    margin-top: 3px;
    margin-bottom: 2px;
}
div.center {
    text-align: center;
    clear: both;
}

/** LAYOUT STYLES */
div.page-container {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 850px;
    height: 900px;
    margin: auto;
}

div.content-container {
    position: relative;
}
div.content {
    width: 620px;
    padding-bottom: 100px; /**This bottom padding is to ensure that the content div will always be placed properly to the right of the navigation div */
    float: left;
    position: relative;
}
div.form {
    float: left;
}
table.data_table {
    border: 1px solid #D7E5F2;
    width: 100%;
    border-collapse: collapse;
    float: left;
    margin-bottom: 20px;
}
table.data_table th {
    border: 1px solid #D7E5F2;
    background-color: #99CCFF;
    color: #3333cc;
    padding: 4px;
    text-transform: capitalize;
}
table.data_table td {
    border: 1px solid #D7E5F2;
    padding: 4px;
}

table.none {
    border: none;
    width: 100%;
    border-collapse: collapse;
    float: left;
}
table.none td {
    border: none;
    padding: 0px;
}
table.fullwidth {
    width: 100%;
}
table.center {
    margin: auto;
}
.odd {
    background-color: #ecf3f9;
}
/** SPECIFC ELEMENT STYLES */
span.error {
    color: red;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
}
.error {
    display:block;
    padding-left: 3px;
    padding-top: 2px;
    color: red !important;
    font-weight: bold;
}
span.bold {
    font-weight: bold;
}

div.nav {
    position: absolute;
    float:left;
    top: 268px;
    left: 40px;
}
div.nav a {
    text-align: left;
    width: 220px;
    height: 20px;
    margin-bottom: 5px;
    display: block;
    background-image: url('images/spacer.gif');
}

a.invisible {
    position: absolute;
    text-align: left;
    display: block;
    background-image: url('images/spacer.gif');
}
