/*
New Mexico Directory Search
*/
#results {
	width: 95%;
	float: left;
}
#searchResultsPg {
	margin: 24px 30px;
}
#sidebar {
	min-height : 0px;
	font-size: 13px;
	background-color: #FAF6F1;
}
#sidebar .chzn-container {
	display: block;
	width: 92% !important;
	margin: 0 0 6px 0;
}
.chzn-drop {
	width: 99% !important;
}
.chzn-drop input {
	width: 88% !important;
	background-position:100% -22px !important;
}
#filterTitle {
	text-decoration: underline;
	font-size: 18px;
	padding-left: 30px;
	background: url('/communityplatform/public/images/community/common/icon_filter.png') no-repeat left center;
	margin-left: -10px;
}
.filterGroup {
	margin: 11px 0 0 15px;
}
.filterGroup b {
	margin: 0 0 0 -10px;
	display: block;
}
.organizationName {
	font-size: 16px;
	margin: 0 0 0 -5px;
	padding: 5px 5px 5px 8px;
	border: 1px solid #FFF;
}
.location {
	margin: 8px 6px 4px 15px;
	background:url('/communityplatform/public/images/community/common/icon_site.png') no-repeat left top;
	padding-left: 22px;
}
.program {
	margin: 0px 0 0 26px;
	background: url('/communityplatform/public/images/community/common/icon_program.png') no-repeat 10px 7px;
	padding: 6px 20px 4px 35px;
	border: 1px solid #FFF;
    min-height : 35px;
}
.addToList .organizationName:hover {
	border: 1px dotted #008000;
	border-radius: 10px;
}
.addToList .organizationName.alreadyAdded:hover {
	border: 1px dotted #FFF;
}
.removeFromList .organizationName:hover {
	border: 1px dotted #e00d0d;
	border-radius: 10px;
}

.organizationName .icon{
	background:url('/communityplatform/public/images/community/common/icon_org.png') no-repeat left top;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 0 -7px 7px;
}


.program a {
	text-decoration: none;
	color: inherit;
}
.item {
	padding: 20px 10px 20px 0;
	border-bottom: 1px dotted #999;
}
.count {
	padding-top: 1px;
	float: left;
	margin-right: 3px;
}
.legend {
	float: none;
	border: 1px dotted #999;
	min-height: 70px;
	padding: 7px 16px 22px;
	margin: 2px 0%;
	width: 89%;
}
.legend b {
	display: block;
}
.legend div.legendItem {
	float: left;
	margin-left: 13px;
	width: auto;
}
.legendItem img {
	margin: 0 4px 0 0;
}
.legend div.note {
    font-size: 12px;
    width: 100%;
    clear: both;
    display: block;
    float: left;
    line-height: 15px;
    margin: 9px 0 0;
}
#siteLegend img {
	max-width: 10px;
	margin-top: -2px;
}
.addToCustomList {
    margin: 5px 5px 0 0;
   	background:url('/communityplatform/public/images/community/common/btngraph_addMd.png') no-repeat left center;
    cursor : pointer;
    width : 21px;
    height : 22px;
	float: right;
}
.justAddedToCustomList {
    margin: 5px 5px 0 0;
   	background:url('/communityplatform/public/images/community/common/btngraph_acceptMd.png') no-repeat left center;
    cursor : pointer;
    width : 21px;
    height : 22px;
	float: right;
}
.program .addToCustomList,
.program .removeFromCustomList {
	margin-right:-10px;
}
.hide{
    display : none;
}
.removeFromCustomList{
    margin: 5px 5px 0 0;
   	background:url('/communityplatform/public/images/community/common/btngraph_cancelMd.png') no-repeat left center;
    cursor : pointer;
    width : 21px;
    height : 22px;
	float: right;
}
.program .removeFromList {
	margin-right:-10px;
}
.addToList .program:hover {
	border: 1px dotted #008000;
	border-radius: 10px;	
}
.addToList .program.alreadyAdded:hover {
	border: 1px dotted #FFF;
}
.removeFromList .program:hover {
	border: 1px dotted #e00d0d;
	border-radius: 10px;	
}
#customListBox {
	background-color: #FAF6F1;
	padding: 20px;
	margin: 10px 0 24px;
	float: right;
	border-radius: 12px;
	box-shadow: 0px 0px 30px -8px #666 ;
	-webkit-box-shadow: 0px 0px 30px -8px #666 ; 
	-moz-box-shadow: 0px 0px 30px -8px #666 ; 
}
#listClose{
	float: right;
	font-weight: bold;
	cursor: pointer;
	background-color: #D6D6D6;
	padding: 0 4px 6px 5px;
	margin: -3px -1px -4px 0;
	font-size: 34px;
	color: #333;
}
#listBody {
	float: left;
	width: 100%;
	padding-top: 10px;
}
#subMenu {
	float: right;
	text-decoration: underline;
	cursor: pointer;
	margin: -13px 0 0 0;
	font-size: 14px;
}
#subMenu span {
	margin-right: 15px;
}
#customListSelect_chzn {
	width: 70% !important;
}
#createNewList {
	margin: 10px 25% 0;
}
#viewList {
	float: right;
	margin: 1px -4px 0 0;
}
#customListLearn{
	cursor: pointer;
	text-decoration: underline;
	font-size: 13px;
	margin-left: 6px;
}
#customListBox b#customListTitle {
	font-size: 18px;
	text-decoration: underline;
	padding-left: 30px;
	background: url('/communityplatform/public/images/community/common/icon_starredContent.png') no-repeat left center;
	margin-left: -10px;
}
#customListLearn img {
	margin: 3px 4px -3px 0;
}
#customListBox b, 
#customListBox #listClose {
	cursor: pointer;
}
#listOptions {
	font-size: 12px;
	margin: 2px;
}
#listOptions span {
	margin-left: 4px;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
#listOptions {
	float: left;
	margin: 10px -5px -7px -5px;
	text-align: center;
}
.column1 {
	float: left;	
	width: 65%;
}
.column2 {
	float: left;
	width: 35%;
}
.column2 #legend,
.column2 #customListBox,
.column2 #sidebar {
	float: left;
	clear: both;
	width: 80%;
	padding: 25px 10%;
	margin-right: 0;
	margin-left: 0;
}
.noResults {
	margin: 25px 0;
}
#addToListHeader,
#removeFromListHeader {
	text-decoration: underline;
	color: #669666;
	font-size: 12px;
	margin: 0 29px -20px 0;
	text-align: right;
}
#removeFromListHeader {
	color:red;
}
#loadingDiv {
    width: 92px;
    height: 92px;
    position: absolute;
    z-index: 3000;
    background: url('../../../images/community/newmexico/ajax-loader.gif') no-repeat #fffaf3;
    box-shadow: 0px 0px 16px -3px #000;
    -webkit-box-shadow: 0px 0px 16px -3px #000; 
    -moz-box-shadow: 0px 0px 16px -3px #000; 
    border-radius: 47px;
    text-align: center;
	left: 46%;
	top: 410px;
	font-size: 12px;
	font-weight: bold;
	line-height: 93px;
	letter-spacing: -1px;
}
#activeFilters {
	font-size: 15px;
	border-left: 1px dotted #333;
	padding-left: 15px;
	margin-left: 20px;
}
#activeFilters div {
	padding-left: 10px;
	font-size: 14px;
}
.clearLink {
	font-size: 11px;
	float: right;
	color:#333;
	text-decoration: underline;
	cursor: pointer;
	margin: 0px 21px 0px 0;
}
#resultPages {
	display: none;
}
input.keywords {
	height: 24px;
	margin: 0 1px 0 4px;
}
#customListFAQDialog {
	font-size: 17px !important;
}
.customListFAQDialog p {
	font-size: 16px !important;
	margin: 10px !important;
}

#customListActions, #shareListDiv {
	background: #E8E8E8;
	box-shadow: 2px 2px 10px -2px #333;
	-webkit-box-shadow: 2px 2px 10px -2px #333; 
	-moz-box-shadow: 2px 2px 10px -2px #333; 
	width: 92%;
	padding: 2% 2% 3%;
	margin-bottom: 20px;
}
#shareListDiv {
	margin: 30px 5%;
	width: 82%;
	padding-top: 1px;
}
#shareListDiv .close {
	float: right;
	cursor: pointer;
	font-weight: bold;
	background-color: #808080;
	color: #FFF;
	padding: 1px 5px 0px 6px;
	text-align: center;
	margin: 7px -3px 0 0;
	border-radius: 3px;
}
#customListActions span {
	display: block;
	color: #000;
	border-bottom: 1px dotted #6F6E6E;
	width: 99%;
	margin: 2px 0 7px;
}

#searchWithin input.keywords,
#searchToAdd input.keywords {
	width: 320px;
}
#searchToAdd,
#searchWithin {
	padding: 40px 11px;
}
.chzn-container-single .chzn-single {
	width: 95%;
}
.program .desc {
	font-size: 13px;
	margin: -3px 0 0;
}
#overMaxNote {
	font-size: 15px;
	margin: 20px;
	width: 90%;
	color: #DF3701;
}
#shareListField {
	width: 95%;
	padding: 8px 2%;
}

#serviceLogDetailWrapper{
    width : 90%;
    margin : 5px 5%;
}
#serviceLogDetailWrapper #wrapperHeader{
    height : 25px;
    background-color: #E9E2D6;
    cursor : pointer;
    border-radius: 5px;
    padding-top: 6px;
}
#serviceLogDetailWrapper #wrapperHeader #wrapperHeaderDetail{
    width : 75%;
    float : left;
    padding-left : 2%;
}
#serviceLogDetailWrapper #wrapperHeader #wrapperHeaderButton{
    width : 16px;
    height : 16px;
    float : right;
    margin : 1px 5px 0 0;
}
#serviceLogDetailWrapper #wrapperHeader .closed{
    background-image: url('/communityplatform/public/images/community/common/arrow_right.png');
}
#serviceLogDetailWrapper #wrapperHeader .open{
    background-image: url('/communityplatform/public/images/community/common/arrow_down.png');
}
#serviceLogDetailWrapper #serviceLogDetail{
    height : 300px;
    background-color: #D8D1C5;
    border-radius: 0 0 5px 5px;
    padding-top: 10px;
    margin: 0 10px 25px;
}

#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow{
    width : 46%;
    height : 30px;
    padding : 5px 2%;
    float : left;
}
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow.fullSpan {
	width: 100%;
	clear: both;
	height: 48px;
}
#logNotes {
	width: 80%;
}

#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow label{
    width : 100px;
    display : block;
    float : left;
}

#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow select{
    width : 200px;
}

#serviceLogDetailWrapper #serviceLogDetail #tallWrapper{
    width : 46%;
    padding : 5px 2%;
    float : left;
}

#serviceLogDetailWrapper #serviceLogDetail #tallWrapper #serviceLogSearches{
    clear : both;
    float : left;
    max-height : 75px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    width : 90%;
    margin : 0 0 0 2%;
    font-size: 12px;
	color: #000;
	line-height: 16px;
	padding-left: 6px;
}

#serviceLogDetailWrapper #serviceLogDetail #tallWrapper #serviceLogSearches .serviceLogSearchRow{
    cursor : pointer;
}
#serviceLogDetailWrapper #serviceLogDetail #tallWrapper #serviceLogSearches .serviceLogSearchRow:hover{
    background-color: #E5E3E0;
}

#serviceLogDetailWrapper #serviceLogDetail #tallWrapper #serviceLogList{
    clear : both;
    float : left;
    max-height : 75px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    width : 90%;
    margin : 0 0 0 2%;
    font-size: 12px;
	color: #000;
	line-height: 16px;
	padding-left: 6px;
}

#serviceLogDetailWrapper #serviceLogDetail #tallWrapper #serviceLogList .serviceLogResourceRow{
    cursor : pointer;
}
#serviceLogDetailWrapper #serviceLogDetail #tallWrapper #serviceLogList .serviceLogResourceRow:hover{
    background-color: #E5E3E0;
}

.program .desc a {
	word-break: break-word;
}

.miles{
    float : right;
    font-size : 12px;
}
#searchToAddBtn {
	float: right;
	margin: -30px 40px 0 0;
}
#disclaimer {
    float: left;
    padding: 20px;
    background-color: #FFCA69;
    border-radius: 12px;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 19px;
}
#disclaimer h4 {
    font-size: 16px;
    margin: 0 0 10px;
}
#disclaimer a img {
    margin: 0 0 -6px;
}

#map{
    width : 95%;
    height : 300px;
    margin-top: 20px;
}


.infoWindow {
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    max-height : 200px;
    padding: 10px;
    line-height: 1.4em;
    float: left;
}
.infoWindow .count{
    text-align : center;
    font-size : 11pt;
    padding : 5px 0 15px 0;
}
.infoBox{
    max-height : 500px;
    overflow-y: auto;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
    width: 370px;
    border : 1px solid #CCCCCC;
}

.infoWindow .link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    display: block;
}
div#mapNote {
    font-size: 11px;
    padding: 5px 1%;
    width: 93%;
    line-height: 13px;
    background-color: #E0DBD1;
}
.addToList .location:hover {
    border: 1px dotted #008000;
    border-radius: 10px;
}
