body, h1 {
    text-align: center;
}
body, td, th, input, select, label {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 1px;
    vertical-align: baseline;

}

#content {
        clear: both;
}

#global {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    text-align: left;
}

#mission-list tr, #mission-list td, #mission-list th{ 
    border-width: 1px;
    text-align: center;
}

#content input {
    text-transform: uppercase;
}

#content input.no-uppercase {
    text-transform: none;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

input, select, textarea {
    width: 400px;
}

textarea {
    height: 187px;
}

.checkbox {
	display: block;
	width: auto;
}

#menu ul {
    list-style-type : none; 
    padding: 0;
}

#menu ul li {
    display: inline;
    padding: 0 0.5em;
}

#menu a {
    text-decoration: none;
}

#filters .float {
    display: block;
    float: left;
    width: 30%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}
#filters .buttons {
    text-align: center;
}
#appels fieldset, #history fieldset {
    margin-bottom: 10px;
}

#bottom {
    clear: both;
    width: 80%;
    margin: auto;
    padding: 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ddd;
    color: #444;
    overflow: auto;
    margin-top: 2em;
}

#bottom a {
    color: #000;
    text-decoration: none;
}

#bottom td {
    color: #444;
    text-align: left;
    padding: .5em;
}

#bottom th {
    color: #000;
    text-align: left;
}

