body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

#wrapper {
    margin: auto;
    width: 1200px;

}

#wrapper1 {
    margin: auto;
    width: 1600px;

}

#header {
    text-align: center;
}

#top_menu {
    font-size: 0.8em;
    text-align: right;
}

#sidebar {
    background-color: #eeeeee;
    border: 2px solid black;
    float: right;
    font-size: 0.8em;
    margin-top: 50px;
    padding: 5px;
    width: 300px;
}

#footer {
    clear: both;
    font-size: 0.8em;
    margin-top: 40px;
    text-align: center;
}

.form_container {
    border: 1px solid #ccc;
    margin: auto;
    padding: 5px;
    width: 400px;
}

.form_container p {
    text-align: center;
}

dt {
    clear: left;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 150px;
}

dl#support_request dt,
dl#hotswap_request dt {
    width: 250px;
}
dl#filter_select dt{
    width: 280px;
}

dd {
    margin-bottom: 6px;
    text-align: left;
}
.comments_disp
{
   width: 700px;
}

form input[type=text]#fault_description,
form input[type=text]#customer_accessories,
form input[type=text]#customer_fault_actual,
form input[type=text]#customer_parts_used {
    width: 450px;
}

form input[type=text]#end_user,
form input[type=text]#contact {
    width: 250px;
}

form input[type=text]#address,
form input[type=text]#email {
    width: 500px;
}

table.admin_summary {
    width: 70%;
}

table.admin_summary .caption {
    width: 67%;
}

table.admin_summary .value {
    width: 33%;
}

table#status {
    border: 2px solid black;
    font-size: 0.8em;
    width: 70%;
}

table#status th, table#status td {
    background-color: #eeeeee;
    padding: 2px;
    vertical-align: top;
}

table#status .date,
table#status .id,
table#status .location,
table#status .swap_required,
table#status .type
{
    text-align: center;
}

table#statusall {
    border: 2px solid black;
    font-size: 0.8em;
    width: 90%;
}
table#statusall th, table#statusall td {
    background-color: #eeeeee;
    padding: 2px;
    vertical-align: top;
}

table#statusall .date,
table#statusall .id,
table#statusall .location,
table#statusall .swap_required,
table#statusall .type
{
    text-align: center;
}
.error {
    color: red;
}

.success {
    color: green;
}

/* pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
