/*
classifieds
*/

#myListings{
    width: 900px;
    margin: 25px auto;;
}

#dataTable td{
    text-align: center;
}

#dataTable .editButton,
#legend .editButton {
    float : left;
    width: 16px;
    height: 16px;
    background-image: url('../../../images/community/common/layout_edit.png');
    background-repeat: no-repeat;
    cursor : pointer;
    margin: 0 0 0 10px;
}

#dataTable .viewButton,
#legend .viewButton {
    float : left;
    width: 16px;
    height: 16px;
    background-image: url('../../../images/community/common/layout.png');
    background-repeat: no-repeat;
    cursor : pointer;
    margin: 0 0 0 10px;
}

#legend {
	font-size:14px;
}

#dataTable .active{
    color: green;
    cursor : pointer;
}

#dataTable .inactive{
    color: red;
    cursor : pointer;
}

#dataTable .toggleActive:hover{
    text-decoration: underline;
}
/*
#inactiveButton,
#activeButton {
	width:157px;
}
#viewButton {
	width:122px;
}
*/

td, tr {
    padding: 0;
    border: 0;
}
tr.odd {
    background-color: #F5F5F5;
}
tr.odd td.sorting_1 {
    background-color: transparent;
}
tr.even td.sorting_1 {
    background-color: transparent;
}
tbody td {
    font-size: 12px;
}
#loading {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 3000;
    background: url('../../../images/community/common/loading_md.gif') no-repeat #fff;
    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: 50px;
    text-align: center;
    font-weight: normal;
    left: 46%;
    top: 410px;
    display: none;
}
