h2 {
    margin: 0 0 5px 0;
}

p {
    line-height: 125%;
}

li {
    padding-left: 5px;
}

hr {
    margin: 3px 0;
}

#cic {
    font-size: 10pt;
    line-height: 1.4em;
    width: 900px;
    margin: 0 auto 15px;
    padding-top: 25px;
}

#cic h1 {
    font-size: 22px;
    margin: 0;
}

#cic h1 .pageHeader {
    font-size: 18px;
}

#cic h3 {
    margin: 10px 0 0 0;
}

#cic p {
    margin: 5px 0;
}


/* For OLD CIC Dashboard Code */


#allBoxes {
    margin-left: 15px;
}

.box {
    float: left;
    height: 300px;
    width: 300px;
    /* border: 1px solid #808080; */
    padding: 13px 8px 10px 8px;
    margin: 2px 2px 0 0;
}

#boxOne, #manageBox, #measuresBox {
    background-color: #E5E5E5;
}

.box a.add {
    display: inline;
    font-size: 10px;
}

.firstBox {
    /* margin-left: 17px; */
}

#boxOne p {
    font-style: italic;
    margin: 0 0 3px 0;
}

.box .halfBox {
    width: 300px;
    height: 115px;
    overflow-y: auto;
}

.box .thirdBox {
    width: 300px;
    height: 60px;
    overflow-y: auto;
}

.box .threeQuarterBox {
    width: 300px;
    height: 175px;
    overflow-y: auto;
}

.box .quarterBox {
    width: 300px;
    height: 55px;
    overflow-y: auto;
}

#graph {
    width: 200px;
    height: 200px;
    margin: 10px auto 0 auto;
}

#measuresBox #measureList {
    width: 290px;
    height: 250px;
    margin: 0 0 0 5px;
    overflow-y: auto;
}

#measuresBox .row {
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
    cursor: pointer;
}

#measuresBox .selectedRow {
    background-color: #CCCCCC;
}

#manageBox a {
    display: block;
    padding: 2px 0 2px 5px;;
    color: #480175;
    text-decoration: none;
    font-size: 12px;
}

#manageBox .subhead {
    color: #480175;
    font-weight: bold;
}

#manageBox .indent {
    padding-left: 15px;
}

#recentActivity {
    width: 300px;
    height: 260px;
    overflow-y: auto;
}

div.sampleImg {
    position: absolute;
    clear: both;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    border: 1px lightgray solid;
    height: 80px;
    width: 100px;
    bottom: 20px;
    left: 180px;
}

.infoWindow {
    font-size: 10pt;
}

#addResult {

}

#addResult .row {
    width: 580px;
    float: left;
    margin: 10px 0;
}

#addResult .row .label {
    width: 200px;
    float: left;
}

#addResult .row .input {
    width: 380px;
    float: left;
}

#addResult .row .input .sublabel {
    float: left;
}

#addResult .row .input input {
    float: left;
    border: 1px solid #d1d3d4;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    height: 25px;
}

#addResult .row .input select {
    float: left;
    border: 1px solid #d1d3d4;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 0 5px;
    height: 25px;
    width: 300px;
}

#addResult .row .input input.value {
    width: 300px;
}

#addResult .row .input input.date {
    width: 90px;
    margin: 0 10px;
}

.ui-datepicker th {
    background-color: transparent;
}

#addResult .row .input textarea {
    float: left;
    border: 1px solid #d1d3d4;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    height: 75px;
    width: 330px;
}

#embedCode {
    width: 950px;
    height: 600px;
    margin: 15px 0 0 -14px;
    float: left;
    clear: both;
}

#rbaDiv {
	padding:15px 30px 0 30px;
}

#tab1Map {
    width: 300px;
    height: 300px;
    float: right;
    border: 1px solid #000000;
    margin: 0 0 0 10px;
    margin-top:-43px;
}

#tab4SelectMeasure {
    width: 100%;
    float: left;
}

#tab4AddResultButton {
    background-image: url('../../../images/community/common/add.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 13px 0 2px 0;
    padding-left:22px;
}
#graph {
	margin-bottom: 13px;
}
