#mainContent{
    /* height : 1200px; */
}
#breadcrumb{
    width : 100%;
    height : 20px;
    margin: 5px 0 5px 25px;
    font-size: 10pt;
}
#neighborhoodContainer {
	width:97%;
    border: 3px solid #568fcd;
    border-radius: 16px;
    float:left;
    margin: 0 1% 15px;
    background-color: white;
    box-shadow: 1px 1px 25px -4px #000;
	-webkit-box-shadow: 1px 1px 25px -4px #000; 
	-moz-box-shadow: 1px 1px 25px -4px #000; 
	
}

#intro{
    /* width : 800px; */
    margin: 0;
    font-size: 10pt;
    float : left;
	padding: 14px 1.5% 10px;
	width:54%;
}

#intro h1{
    margin-top : 0;
}

#dynamicDetail{
    width : 35%;
    font-size: 10pt;
    float : left;
    padding: 15px 1.5%;
    background-color: #DCECF8;
    margin: 20px 2%;
    box-shadow: 1px 1px 18px -4px #000;
    -webkit-box-shadow: 1px 1px 18px -4px #000; 
    -moz-box-shadow: 1px 1px 18px -4px #000; 
    
}

#dynamicDetail .detailItem{
    margin: 0 0 10px 0;
}
#columnLeft{
    width : 64%;
    /* height : 900px; */
    float : left;
    padding-bottom:30px;
}

#columnLeft #mapWrapper {
    float: left;
    width : 100%;
    height: 600px;
    margin: 0;
}

#columnLeft #map{
    width : 100%;
    height : 600px;
}

#columnRight{
    width : 34%;
    /* height : 1500px; */
    float : left;
    margin: 10px 0 0 0;
    font-size: 10pt;
    /* background-color: #F3F6FB; */
    padding-bottom:30px;
}

#columnRight #rightIntro{
    width : 422px;
    height : 22px;
    float : left;
    text-align: center;
    font-size: 16px;
    font-weight : bold;
    color : #004D95;
    margin: 10px 0;
}

#columnRight #buttonRow {
    width: 400px;
    height: 25px;
    float: left;
    margin: 10px 0 10px 10px;
}

#columnRight #buttonRow #newAsset {
    width: 100px;
    height: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #00345F;
    margin: 0 auto;
    padding: 3px 0;
    border: 1px solid #00345F;
    background-color: #fffae7;
}

#columnRight #buttonRow #newStory {
    width: 400px;
    height: 15px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #00345F;
    margin: 10px 0 0 10px;
    padding: 3px 0;
    border: 1px solid #00345F;
    background-color: #fffae7;
}

#columnRight .header {
    float: left;
    text-align: center;
    cursor: pointer;
    color: #00345F;
    border: 1px solid #00345F;
    margin: 0;
	font-size: 14px;
	height: auto;
	padding: 9px 0;
	font-weight: normal;
	width: 100%;
	background-color: #fffae7;
}
#columnRight .header:hover {
	background-color: #f9edc0;
}

#columnRight .open {
    background-image: url('../../../images/community/common/arrow_down.png');
    background-position: 99%;
    background-repeat: no-repeat;
}

#columnRight .closed {
    background-image: url('../../../images/community/common/arrow_right.png');
    background-position: 99%;
    background-repeat: no-repeat;
}

#columnRight .subContent {
    width: 390px;
    margin: 0 0 10px 10px;
    padding: 10px 5px;
    float: left;
    color: #00345F;
    font-size: 12px;
    border-left: 1px solid #00345F;
    border-right: 1px solid #00345F;
    border-bottom: 1px solid #00345F;
    background-color: #ccd6e2;
}

#columnRight .subContent .subItem{
    width : 365px;
    cursor : pointer;
    padding: 0 0 0 25px;
    margin: 0 0 3px 14px;
	text-indent: -15px;
	line-height: 17px;
}

#columnRight .subContent .selected{
    background-image: url('../../../images/community/common/accept.png');
    background-position: left;
    background-repeat: no-repeat;
}

#columnRight .subContent .subHeader{
    width : 360px;
    height : 20px;
    font-weight : bold;
    padding: 0 0 0 25px;
    margin: 10px 0 0 0;
    float : left;
}

#columnRight .subContent .subSubItem{
    width : 360px;
    height : 20px;
    cursor : pointer;
    margin: 0 0 5px 30px;
    padding: 0 0 0 25px;
}

.infoBox {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    max-height: 500px;
    opacity: 0.95;
    overflow-y: auto;
    width: 370px;
}


.infoWindow {
    float: left;
    font-size: 10pt;
    line-height: 1.4em;
    min-height: 50px;
    padding: 10px;
    width: 330px;
}

#columnRight .subContent .boundarySelectWrapper{
    width : 360px;
    height : 20px;
    cursor : pointer;
    margin: 0 0 5px 30px;
    padding: 0 0 0 25px;
    float : left;
}

#columnRight .subContent .boundarySelectWrapper .boundarySelect{
    width : 200px;
}


#legendLink {
    width: 125px;
    height: 25px;
    padding: 5px;
    position: absolute;
    left : 425px;
    z-index: 1000;
    background-color: #FFFFFF;
    opacity : .8;
    text-align: center;
    font-weight : bold;
    color : #004D95;
    cursor : pointer;
    border-left: 1px solid #0464B1;
    border-right: 1px solid #0464B1;
    border-bottom: 1px solid #0464B1;
}

#legend,
#legendCommunityIndicators {
    width: 400px;
    font-size: 12px;
}

#legend .legendRow,
#legendCommunityIndicators .legendRow {
    width: 100%;
    height: 45px;
}

#legend .legendRow img {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
}

#legendCommunityIndicators .legendRow .colorBlock {
    float: left;
    clear: both;
    width: 24px;
    height: 28px;
    margin: 5px 10px;
    border: 1px solid #000000;
}

#legendCommunityIndicators .legendRow .color10 {
    background-color: #f4e6ff;
}

#legendCommunityIndicators .legendRow .color7 {
    background-color: #e0cce6;
}

#legendCommunityIndicators .legendRow .color4 {
    background-color: #c7a4c7;
}

#legendCommunityIndicators .legendRow .color1 {
    background-color: #70475d;
}

#legend .legendRow .groupName,
#legendCommunityIndicators .legendRow .groupName{
    float: left;
    margin: 10px 0 0 0;
    width: 300px;
    height: 20px;
}

.assetCategory{
    width : 90%;
    padding : 5px 5%;
}

 .categoryHeader{
    font-weight : bold;
    font-size : 13px;
     cursor : pointer;
}

.assetCategory .assetType{
    width : 90%;
    padding : 5px 5%;
}

.assetCategory .typeHeader{
    font-weight : bold;
    cursor : pointer;
    padding-left : 20px;
}

.infoBox{
    font-size : 12px;
    padding : 10px;
}

.category {
	font-weight: bold;
	margin: 6px 0 6px 10px;
}

#columnRight .jstree a {
	min-height: 16px;
	height: auto;
	white-space: normal;
}
#columnRight .jstree li {
	width: 95%;
}
#columnRight .jstree ins {
	vertical-align: top;
}

#dataTableWrapper{
    width : 750px;
    margin : 10px 10px;
    min-height: 525px;
}

#viewOptions {
	border: 2px solid #00345F;
	min-height: 600px;
	margin-left: 20px;
	background: url('/communityplatform/public/images/community/common/ajax-loader.gif') no-repeat center center;
}
.viewButtons {
	margin: 0 0 0 20px;
	display: none;
}

.viewButtons input {
	border-radius: 0 0 5px 5px;
	margin: 0;
	border-top: 0;
	opacity: .7;
	border-color: #00345F;
}
.viewButtons input.current {
	opacity:1;
}

.viewButtons span {
	font-size: 15px;
	font-weight: bold;
	padding: 0 6px;
}

#downloadButtonRow {
	float: right;
}

#tomsAntiquatedDebugInfo {
	display: none;
}

#dataTable_info {
	font-size: 11px;
	margin: 2px 0 0 7px;
}
