#mainContent{
    float : left;
    margin-left: 21px;
}

#libraryTopics {
    width: 939px;
    margin: 25px auto;
    font-size : 10pt;
}


#libraryTopics h3{
    margin: 0 0 0 15px;
}



.dataTable {
    width : 939px;
    border: 1px solid #000000;
    margin: 0 auto 10px auto;
    clear : both;
}

.dataTable th {
    text-align: center;
    background-color: #BCBABA;
    color: #000000;
    font-weight: bold;
    border-right: 2px solid #FFFFFF;
}

.dataTable tr td{
    border-right: 2px solid #FFFFFF;
    text-align: center;
    height : 25px;
}

.dataTable tr.even{
    background-color: #EBEBEB;
}

.dataTable #row_edit_0 td
{
    border-bottom: 1px solid #000000;
}

.dataTable tr.even td{
    border-right: 2px solid #FFFFFF;
}

.dataTable .last{
    border-right: none;
}

.dataTable .clickabke{
    color : #692E20;
    cursor : pointer;
}

.dataTable .clickable:hover {
    text-decoration : underline;
}

.dataTable .editIcon{
    width : 16px;
    height : 16px;
    float : left;
    margin: 0 10px;
    cursor: pointer;
    background-image: url('../../../images/community/common/pencil_go.png');
    background-repeat: no-repeat;
}

.dataTable .saveIcon{
    width : 16px;
    height : 16px;
    float : left;
    margin: 0 10px;
    cursor: pointer;
    background-image: url('../../../images/community/common/accept.png');
    background-repeat: no-repeat;
}

.dataTable .addIcon{
    width : 16px;
    height : 16px;
    float : left;
    margin: 0 10px;
    cursor: pointer;
    background-image: url('../../../images/community/common/add.png');
    background-repeat: no-repeat;
}

.dataTable .cancelIcon,
.dataTable .deleteIcon{
    width : 16px;
    height : 16px;
    float : left;
    margin: 0 10px;
    cursor: pointer;
    background-image: url('../../../images/community/common/cross.png');
    background-repeat: no-repeat;
}

.dataTable input.code,
.dataTable input.category{
    width : 150px;
}

.dataTable input.description{
    width : 250px
}

#addNewCat, 
#fromExistingCat {
	color:blue;
	text-decoration: underline;
	cursor: pointer;
}
#catControls {
	font-size: 12px;
}
