table {
    border-collapse: collapse;
}

td {
    text-align: left;
}

/*
	remove browser styling
*/
p, h1, h2, h3, h4, h5 {
    font-size: 1em;
    margin: 0;
    padding: 0
}

.smaller {
    font-size: smaller;
}

.larger {
    font-size: larger;
}

.highlight {
    background-color: Yellow;
}

.bolder {
    font-weight: bolder;
}

.lighter {
    font-weight: lighter;
}

.red {
    color: Red;
}

.yellow {
    color: Yellow;
}

.blue {
    color: Blue;
}

.green {
    color: Green;
}

.orange {
    color: Orange;
}

.grey {
    color: grey
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.nowrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal
}

.clear {
    clear: both;
}

.buttonPost {
    font-size: 12px;
    font-weight: bold;
    background-color: #FFD700;
}

.fieldnames {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.copyright {
    font-size: 11px;
    color: #DDDDDD
}

a.bottom {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF
}

a.bottom:hover {
    text-decoration: underline;
    color: yellow
}

a.normal {
    font-size: 12px;
    font-weight: bold;
    color: #336633
}

a.normal:hover {
    text-decoration: underline;
    color: #336633
}

.browserform_caption {
    font-size: 13px;
    color: #333333;
}

.counts {
    font-size: 11px;
    color: #999999;
}

.display_info_message, .display_success_message, .display_warning_message, .display_error_message {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.display_info_message {
    color: #666666;
    background-color: #EEEEEE;
    background-image: url('/images/icons/cac_info_icon.png');
}

/*.display_info_message			{color: #00529B; background-color: #BDE5F8; background-image: url('/images/icons/cac_info_icon.png');}      */
.display_success_message {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/images/icons/cac_success_icon.png');
}

.display_warning_message {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/icons/cac_attention_icon.png');
}

.display_error_message {
    color: #F00;
    background-color: #FFFFFF;
    background-image: url('/images/icons/cac_stop_icon.png');
}

/**
 * Pro lightbox gallery on advert page
 */
.magnify {
    width: 58px;
    height: 58px;
    background: url('/css/img/magnify.png') no-repeat 50% 50%;
    border-radius: 5px;
    bottom: 0;
    display: block;

    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.lslide.active {
    position: relative;
}

.lslide.active:hover {
    cursor: pointer;
}

.lslide.active:hover .magnify {
    opacity: 1;
}

.listing-count {
    line-height: 34px;
}

.frm-hide {
    display: none;
}

.frm-show {
    display: block;
    margin: 10px 0 0;
}

#idc {
    border: 1px #939295 solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(22, 22, 22, 0.1);
    outline: none;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
    max-width: 50px;
    font-size: 13px;
    margin-right: -10px;
    color: #336633;
    padding-left: 10px;
    padding-right: 10px;
}

#idc:hover {
    background: rgba(22, 22, 22, 0.2);
}

input[type=button] {
    color: #191919;
    border: 1px solid #c4c4c4;
}

html {
    line-height: normal;
}

input, textarea, select, option {
    font-size: 12px;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    border-color: #b5b6af;
}
