/* ADDITIONAL CSS TO EXTEND AND/OR OVERRIDE VALUES FROM screen.css */

.column_even1-2, .column_even2-2, .column_even1-3, .column_even2-3, .column_even3-3 {
    margin: 0 !important;
}

form select {
    width: auto !important;
}

h2, h3 {
    margin: 0.5em 0 !important;
}

#header {
	height: 135px;
	overflow: hidden;
}

#header.home {
	height: 435px;
}

input {
    vertical-align: middle;
    width: auto !important;
}

input.button, input[type="button"] {
    font-size: 11px !important;
    width: auto !important;
}

input.password, input[type="password"] {
    font-size: 10px !important;
}

input.radio, input[type="radio"] {
    vertical-align: top;
}

input.reset, input[type="reset"] {
    font-size: 11px !important;
    width: auto !important;
}

input.small {
    font-size: 10px;
}

input.submit, input[type="submit"] {
    font-size: 11px !important;
    width: auto !important;
}

input.text, input[type="text"] {
    font-size: 10px !important;
}

#intro_flash {
    color: #fff !important;
    padding: 10px 0 0 40px !important;
}

    #intro_flash a {
        color: #fff !important;
    }

label.required {
    color: inherit !important;
    font-size: 100% !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}

#login {
    margin: 0;
}

    #login input {
        padding: 3px 0;
    }

#logo {
    margin: 0;
    padding: 10px 0 7px 55px;
}

#main li {
    margin: 0 0 0.5em 0 !important;
    padding: 0 !important;
}

select {
    background: #fff !important;
    vertical-align: middle;
}

select.small {
    font-size: 10px;
}

small {
    font-size: 10px;
    line-height: 13px !important;
}

textarea.small {
    background: #fff !important;
    font-size: 10px;
    font-family: Arial, sans-serif;
}

/* STANDARD HTML */

form dt {
    clear: both;
    display: block;
    font-weight: bold;
    float: left;
    line-height: 20px;
    padding: 0 5px 0 0;
    text-align: right;
    width: 160px;
}

form dd {
    line-height: 20px;
    margin: 0 0 5px 165px;
}

table {
    margin: 1em 0;
    width: 100%;
}

th, td {
    padding: 2px 5px 2px 0;
}

/* CUSTOM CLASSES */

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_top {
    vertical-align: top;
}

.align_top input {
    margin-top: 5px;
}

.align_top td {
    border-bottom: 1px dotted gray;
    line-height: 30px;
}

.errors {
    background: #ffc;
    border: #fc0 1px solid;
    color: #f00;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 3px 5px;
}

    .errors li {
        margin: 0;
        padding: 0;
    }

.form_toggle_div {
    height: 50px;
    line-height: 30px;
}

    .form_toggle_div small {
        display: block;
        line-height: 15px;
    }

.highlight {
    background: #fe7;
    padding: 0 2px;
}

.horizontal_list {
    height: 1em;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

    .horizontal_list li {
        display: inline;
        padding: 0 0.5em;
    }
    
.inline {
    display: inline;
}

.inline_edit_link {
    display: inline;
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 0 1em;
    padding: 0;
}

.margin_auto {
    margin: 0 auto;
}

.news_item {
    margin: 0 0 1em 0;
}

.note {
    background: #ffd;
    border: 1px solid #eec;
    padding: 1px 3px;
}

.nowrap {
    white-space: nowrap;
}

.schedule {
}

    .schedule td {
        line-height: 1em;
        padding: 0 5px 3px 0;
    }

.swf_box {
    background: #fff;
    border: 1px solid #999;
}

.vertical_list {
    display: block;
    line-height: 1em;
    list-style: none !important;
    margin: 0 0 1em 0 !important;
    padding: 0;
}

    .vertical_list li {
        margin: 0;
        padding: 0;
    }

/* DOM ELEMENTS */

#message {
    background: #ffc;
    border: #fc0 1px solid;
    color: #f00;
    margin: 0 0 10px 0;
    padding: 3px 5px;
}

#form_actions {
    margin: 10px 0;
    padding: 3px 5px;
    text-align: center;
}

#teamlist, #userlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #teamlist li, #userlist li {
        margin: 0;
        padding: 0;
    }
