#serviceLogDetailWrapper .chzn-container{
    width : 200px !important;
}
#serviceLogDetailWrapper{
    width : 100%;
    margin : 5px 0;
}
#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 #serviceLogDetail{
    min-height : 300px;
    width : 98%;
    background-color: #D8D1C5;
    border-radius: 0 0 5px 5px;
    padding-top: 10px 0;
    margin: 0 10px 25px 10px;
    float : left;
}
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow{
    width : 96%;
    min-height : 30px;
    padding : 5px 2%;
    float : left;
    clear : both;
}
#serviceLogDetailWrapper #serviceLogDetail .tall{
    min-height : 75px;
}
#serviceLogDetailWrapper #serviceLogDetail .searchRow{
    height : 125px;
}
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow .serviceColumn,
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow .serviceColumnPlaceholder{
    width : 50%;
    float : left;
    min-height : 1px;
}
#logNotes {
	width: 650px;
}
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow label{
    width : 200px;
    float : left;
}
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow .full{
    width : 100%;
}
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow select{
    width : 200px;
}
#serviceLogDetailWrapper #serviceLogDetail .serviceLogRow #ageOfFamily{
    width : 182px;
    height : 15px;
    padding : 5px;
}
#serviceLogDetailWrapper #serviceLogDetail .searchList{
    clear : both;
    float : left;
    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 #serviceLogSearches .serviceLogSearchRow{
    cursor : pointer;
}
#serviceLogDetailWrapper #serviceLogDetail #serviceLogSearches .serviceLogSearchRow:hover{
    background-color: #E5E3E0;
}
#serviceLogDetailWrapper #serviceLogDetail #serviceLogList .serviceLogResourceRow{
    cursor : pointer;
}
#serviceLogDetailWrapper #serviceLogDetail #serviceLogList .serviceLogResourceRow:hover{
    background-color: #E5E3E0;
}
#serviceLogMap{
    width : 80%;
    height : 500px;
    margin : 0 0 10px 10%;
    border : 1px solid #0064B6;
    float : left;
}
#serviceLogDetailWrapper .header{
    cursor : pointer;
}
#serviceLogDetailWrapper .headerButton{
    width : 16px;
    height : 16px;
    float : left;
    margin : 1px 5px 0 5px;
}
#serviceLogDetailWrapper .closed{
    background-image: url('/communityplatform/public/images/community/common/arrow_right.png');
}
#serviceLogDetailWrapper .open{
    background-image: url('/communityplatform/public/images/community/common/arrow_down.png');
}
#serviceLogDetailWrapper #householdWrapper,
#serviceLogDetailWrapper #callDetailWrapper{
    min-height : 120px;
    float : left;
    width : 98%;
    border : 1px solid #333;
    margin : 0 1%;
}
#serviceLogDetailWrapper #resourcesWrapper{
    height : 250px;
    float : left;
    width : 98%;
    border : 1px solid #333;
    margin : 0 1%;
}
#serviceLogDetailWrapper #finishWrapper{
    min-height : 80px;
    float : left;
    width : 98%;
    border : 1px solid #333;
    margin : 0 1%;
}
