 

#ObjectDetection_Main {
    text-align: center;
    margin-top:10px;
    margin-left:10px;
    width:100%;
    font-size: 14px;
    overflow: auto;
}



#ObjectDetection_Main_Box {
    display:block;
    width:220px;
    height:43px;
    
    border: 1px solid;
    border-radius: 5px;
    
    text-align: center;
    margin-top: 0px;
    margin-left: 5px;
    padding-top: 6px;

}

#ObjectDetection_Main_Box a{
    display:block;
    width:96%;
    height:30px;
    border: 0px solid;
    border-radius: 5px;
    text-align: center;
    margin-top: 0px;
    margin-left: 5px;
    padding-top: 6px;
    color: black;
}



#ObjectDetection_Main_Box_Title a:hover{
    background-color: #0099ff;
    color: white;
    cursor: pointer;
}

#ObjectDetection_Main_Box_Title a.ButtonSelect{
    background-color: #0099ff;
    color: white;
    cursor: default;
}




#ObjectDetection_Main_Box_Sub{
    display:none;
    font-weight: normal;
}

#ObjectDetection_Main_Box_Sub a {
    cursor: default;
    text-align: left;
    color:#525151;
}

#ObjectDetection_Main_Box_Sub a.ButtonDisable {
    cursor: default;
    text-align: left;
    color: #ccc;
}

#ObjectDetection_Main_Box_Sub a.ButtonEnable{
    cursor: default;
    color :#000;
}

#ObjectDetection_Main_Box_Sub a.ButtonEnable:hover{
    cursor: pointer;
    color :#000;
    font-weight: bold;
}

#ObjectDetection_Main_Box_Sub a.ButtonSelect{
    color: #000;
    font-weight: bold;
    cursor: default;
}

#ObjectDetection_Main_Box_Sub a.ButtonSelect:hover{
    cursor: pointer;
    color :#000;
}


.ObjectDetection_Main_Box_Sub_Top_doc{

    border : 0px solid;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.ObjectDetection_Main_Box_Sub_Top_doc a {
    padding-left : 20px;
    margin-bottom : 10px;
    cursor: pointer;
}

.ObjectDetection_Main_Box_Sub_Top{
    border : 0px solid;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ObjectDetection_Main_Box_Sub_Top a {
    padding-left : 20px;
    cursor: pointer;
}
