#us-map{
    width: 500px;
    height: 350px;
}

.system-td{
    font-weight: bold;
    padding-top: 10px;
    font-size: 1.1em;
    width: 55px;
}

.description-td h1{
    font-size: 1.1em;
    font-style: italic;
    padding-left: 20px;
    margin-top:10px;
}

.description-td h2{
    font-size: 1.0em;
    font-style: italic;
    font-weight: normal;
    padding-left: 20px;
    margin-top:10px;
}

.criteria-xxx{
    list-style-type:none;
    font-weight: normal;
}
.category-xxx{
    list-style-type:none;
    font-weight: bold;
    margin-top: 15px;
}

.criteria-name{
    display: inline-block;
    font-style: italic;
    width:25%;
}

.criteria-desc{
    display: inline-block;
    padding:10px;
    font-size: .8em;
    width: 70%;
}
.category-name{
    margin-bottom:10px;
    display: inline-block;
}

.category ul{
    padding-left: 25px;
}



.item textarea{
    font-size: .8em;
}

table.dataTable td{
}

.subcriteria{
    margin-left: 20px;
}
.subcriteria .resource-header, .subcriteria .description-header{
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
}

.resource-header, .description-header{
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Arial";
}

.no-code{
    margin: 10px;
}
.no-code-desc{
    margin-right: 5px;
}

.code{
    float:left;
    width: 100%;
}

.description{
    vertical-align:top;
    float:left;
    vertical-align:top;
    width:100%;
}

.description-text{
    vertical-align:top;
    margin-right:230px;
}

.resource{
    width:215px;
    margin-left: -215px;
    float:left;
    vertical-align:top;
}



.heading-1{
    font-weight: bold;
    font-size:1.3em;
}

.heading-2{
    font-size:1.0em;
    font-style:italic;
}

.heading-3{
    font-size:.9em;
    font-weight:bold;
    font-style: italic;
    padding-left: 30px;
}

.heading-4{
    font-size:.8em;
    font-style:italic;
    padding-left: 60px;
}

.level-1{
    margin-top: 25px;
}

.level-2{
    margin-left: 0px;
    margin-top: 15px;
}

.level-3{
    margin-top: 10px;
    margin-left: 15px;
}
.level-4{
    margin-top: 10px;
}

.results-table{
    font-size: .8em;
    margin-left: 15px;
    margin-top: 10px;
    border-spacing: 8px;
    width: 100%;
}

.results-table tr{
}

.results-table td{
    vertical-align: top;
    min-width: 45px;
}


.edit-page:hover{
    border: 1px solid yellow;
    background: yellow;
}

.delete-cr:hover{
    border: 1px solid yellow;
    background: yellow;
}


#index h2{
    margin-bottom: 0px;
    margin-left: 25px;
    margin-top: 10px;
}

.action{
    width: 27px;
    height: 27px;
}

.action-16{
    width: 20px;
    height: 20px;
}

.datatable{
    font-size: .8em;
}

.category{
    margin-top:15px;
    font-weight: bold;    
}

.criteria{
    margin-top: 3px;
}

.criteria a{
    text-decoration:none;
    font-weight: normal;
}

#index li{
    list-style-type: none;
}

#index{
    margin: 50px;
    border: 1px solid #aaaaaa;
}

table.dataTable{
    border: 1px solid #AAAAAA;
}            

h1{
    margin-top:50px;
    font-size: 1.5em;
}

h2{
    margin-top:35px;
    font-size: 1.2em;
    margin-left:15px;
}

.coding-value{
    font-weight: bold;
    display:block;
}
.code-question{
    background: #ff9d9d;
    border-radius: 8px;
    padding: 4px;
    margin: 4px;
    margin-right:25px;
}

.code-comment{
    background: #fcffbb;
    border-radius: 8px;
    padding: 4px;
    margin: 4px;
    margin-right:25px;
}

.code-resource{
    margin-top:8px;
}

.ralign{
    float: right;
}