html {
    font-family: Verdana, san-serif;
    font-size: 12px;
}

body {
    margin: 30px 0;
    background-color: #6793C4;
}

div#wrap {
    width: 635px;
    position: relative;
    margin: 0px auto;
}

div#masthead {
    overflow: hidden;
}

div#banner img {
    height: 100px;
    float: left;
    padding: 10px;
}

div#content {
    border: 1px solid #999;
    background-color: white;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

div.panel {
    position: relative;
    float: left;
    width: 300px;
    text-align: center;
    padding: 8px;
}

div#left {
    border-right: 1px solid #999;
}

.errors {
    color: #000;

}

a, a:visited {
    color: #009DDB;
    text-decoration: none;
}

a:hover {
    color: orange;
    text-decoration: underline;
}

p.headnote {
    font-size: 14px;
    margin: 0;
    font-style: italic;
}

div#footer {
}

h1, h2 {
    color: #060e7b;
    margin: 30px 8px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    margin-top: 4px;
}

div.panel img {
    height: 127px
}

a img {
    border: none;
    vertical-align: top;
}

div#postfooter {
    margin-top: 20px;
    text-align: center;
    font-size: 8px;
    color: #999
}

div.col1, div.col2, div.col3 {
    float: left;
}

div.col1 {
    border: 1px solid #EAF4FD;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 9px;
    width: 420px;
    zoom: 1;
    behavior: url(/js/ie-css3.htc);
}

div.col2 {
    width: 280px;
    margin-left: 20px;
}

div.col3 {
    width: 160px;
    margin-left: 20px;
    border: 1px solid #D0D0D0;
    background-color: #EFEFEF;
    border-radius: 20px;
    padding: 9px;
    zoom: 1;
    behavior: url(/js/ie-css3.htc);
}

div#container, div#container-edit {
    margin: 0 auto;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}

div#container {
    width: 80%;
}

div#container-edit {
    width: 60%;
}

div#content {
    border: none
}

h2 {
    margin-top: 8px;
    margin-bottom: 8px;
}

h3 {
    color: #2e6ea8;
}

div#content {
    clear: both;
    margin-top: 10px;
}

div#branding {
    overflow: hidden;
    height: 60px;
    padding-top: 20px;
}

div#branding img#logo {
    height: 50px;
    float: left;
}

#branding h2 {
    float: left;
}

#branding sup {
    font-size: 50%;
}

div.titlerow h3, div.titlerow h4 {
    float: left;
}

.icon-bar .ui-icon {
    float: right;
}

div.titlerow {
    clear: both;
    overflow: hidden;
}

div.titlerow div.icon-bar {
    float: right;
}

div.info {
    font-size: 80%;
}

.ui-widget-content a {
    color: #009DDB;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
}

.addlink {
    padding-left: 12px;
    background: url(/static/admin/img/admin/icon_addlink.gif) 0 .2em no-repeat;
}

form label {
    display: block;
    color: #333;
    padding-left: .4em;
}

form input.text, form select {
    padding: .4em;
    margin-bottom: 12px;
}

#otherinfo {
    margin-top: 10px;
}

#user-tools {
    position: absolute;
    top: 0;
    right: 5%;
    padding: 1.2em 0;
    font-size: 11px;
    text-align: right;
    color: #FFC;
}

#user-tools a, #user-tools a:visited {
    color: white
}

#user-tools a:hover {
    color: #eaf4fd
}

p.note {
    font-style: italic;
    font-size: 10px;
    color: #999;
    text-align: center;
}

span.helptext {
    font-style: italic;
    font-size: 80%;
    color: #999;
}

ul.messagelist {
    padding: 0 0 5px 0;
    margin: 0;
}

ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 0px 25px;
    margin: 0 0 3px 0;
    background: url(/static/admin/img/admin/icon_success.gif) 5px .3em no-repeat;
}

a.inactivelist, a.minorlink {
    font-style: italic;
    font-size: 80%;
    margin-left: 37px; /* assuming it's falling below a standard UL list */
}

ul.errorlist {
    display: inline-block;
    color: red;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

a.inactive {
    /* assuming we always rop this below a block */
    display: block;
    width: 16px;
    margin: 0 auto
}

div.prompt {
    padding: 1em;
    width: 80%;
    margin: auto
}

div.prompt p {
    float: left;
    margin-right: 1em
}

div.prompt p label {
    display: block
}

div.prompt input[type="submit"] {
    display: block;
    clear: both
}

div.addOuterWrapper {
    float: left;
    margin-top: .5em;
    line-height: 1.6em;
}

.navbarWell {
    border-radius: 5px;
    background-color: #6793C4;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
    align: center;
    vertical-align: middle;

}

.well {
    width: auto;
    margin-left: 20px;

    margin-bottom: 10px;
    border: 1px solid #D0D0D0;
    background-color: #EFEFEF;
    border-radius: 20px;
    padding: 9px;
    float: left;
    clear: both;
}

.well table {
    margin-left: 0px;
}

@media only screen and (max-width: 480px) {
    div#container {
        width: 100%;
        padding: 0
    }

    div#container-edit {
        width: 100%;
        padding: 0
    }

    div.col1, div.col2, div.col3 {
        float: none;
        width: 95%
    }

    div.col2, div.col3 {
        margin-top: 1em
    }

    div.right {
        float: none
    }

}

.error_well {
    background-color: #F88379;
    width: 95%;
    border-radius: 5px;
}

.error_well h1 {
    color: #000000
}

.error_well h3 {
    color: #000000;
    margin-bottom: 0px;
    margin-left: 25px;
}

.error_well ul {
    -webkit-padding-start: 9px;
    margin-top: 0px;
    margin-left: 0px;
}

.error_well li {
    margin-left: 50px;
    color: white;
}

div.info table {
    margin-left: 0px;
    font-size: 14px;
    line-height: 1 font-family : "helvetica neue", helvetica, arial, sans-serif;
    border-collapse: collapse;
    border-spacing: 0
}

div.info td.num {
    text-align: center
}

div.info tr {
    border-bottom: 1px solid #e0e2e3;
}

div.info th {
    height: 40px
}

div.info td {
    height: 40px;
    text-align: center;
}

div.info th {
    border-bottom: 1px solid #e0e2e3;
    background-image: linear-gradient(#ffffff 0%, #fafafa 100%);
    color: #9da2a6;
    font-weight: 500;
}

div.info td:first-child {
    padding-left: 25px;
}

@media print {
    #user-tools, #accord, #breadcrumbs {
        display: none
    }

    div.prompt input[type="submit"] {
        display: none
    }
}

