a.del_advert {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 24px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 15px arial;
    color: #ffffff;
    text-decoration: none;
}
a.del_advert:hover,
a.del_advert:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
a.del_advert:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}

td.post_title {
    text-align       : center;
    vertical-align   : middle;
    padding          : 10px 15px;
    border           : 1px solid #a12727;
    border-radius    : 8px;
    text-shadow      : #591717 1px 1px 1px;
    font             : normal normal bold 14px arial;
    color            : #ffffff;
    text-decoration  : none;
    background-color : red;
}

td.main_title {
    text-align       : center;
    vertical-align   : middle;
    font             : normal normal bold 16px arial;
    color            : black;
    padding          : 10px 5px;
}

.button_save {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 18px;
    border: 1px solid #002793;
    border-radius: 8px;
    background: #006cff;
    background: -webkit-gradient(linear, left top, left bottom, from(#006cff), to(#002793));
    background: -moz-linear-gradient(top, #006cff, #002793);
    background: linear-gradient(to bottom, #006cff, #002793);
    text-shadow: #001652 1px 1px 1px;
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.button_save:hover,
.button_save:focus {
    border: 1px solid #002ba3;
    background: #0082ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0082ff), to(#002fb0));
    background: -moz-linear-gradient(top, #0082ff, #002fb0);
    background: linear-gradient(to bottom, #0082ff, #002fb0);
    color: #ffffff;
    text-decoration: none;
}
.button_save:active {
    background: #002793;
    background: -webkit-gradient(linear, left top, left bottom, from(#002793), to(#002793));
    background: -moz-linear-gradient(top, #002793, #002793);
    background: linear-gradient(to bottom, #002793, #002793);
}

p.upgrade_title {
    color       : black;
    font-size   : 14px;
    font-family : arial;
    font-weight : bold;
}

a.rss_index_title {
    color       : white;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

a.photobucket {
    color       : red;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.gym_section_title {
    color       : black;
    font-size   : 18px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.rss_post_info {
    color       : black;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.terms {
    color       : black;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.rss_index_title {
    color       : white;
    font-size   : 13px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.website_address_url {
    color       : blue;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.website_address_title {
    color       : white;
    font-size   : 14px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.website_address_info {
    color       : black;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.update_confirm {
    color       : black;
    font-size   : 11px;
    font-style  : normal;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.re_edit {
    color       : black;
    font-size   : 13px;
    font-style  : normal;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.bump_title {
    color       : black;
    font-size   : 15px;
    font-style  : normal;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.bump_info {
    color       : black;
    font-size   : 15px;
    font-style  : normal;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.mobile_format_title {
    color         : white;
    font-size     : 14px;
    font-family   : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight   : bold;
}

p.mobile_format_info {
    color         : black;
    font-size     : 12px;
    font-family   : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight   : bold;
}

p.service_advertise {
    color       : black;
    font-size   : 11px;
    font-style  : normal;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.main_title {
    color       : black;
    font-size   : 35px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.main_title_plus {
    color       : black;
    font-size   : 15px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.rss_title_plus {
    color       : white;
    font-size   : 13px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.main_title_less {
    color       : blue;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.field_title {
    color       : black;
    font-size   : 13px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.rss_info {
    color       : black;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
}

p.rss_url {
    color       : black;
    font-size   : 14px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.rss_date {
    color       : black;
    font-size   : 9px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    font-stylet: italic;
}

p.rss_advert_type {
    color       : black;
    font-size   : 13px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

p.rss_title_more {
    color       : blue;
    font-size   : 15px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

p.rss_subtitle {
    color       : blue;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

p.authorise {
    color       : black;
    font-size   : 14px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.java_powered {
    color       : blue;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

p.no_listings {
    color       : blue;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.rss_signin_main_title {
    color       : black;
    font-size   : 14px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

p.rss_signin_field_title {
    color       : black;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
}

a.rss_title_more {
    color       : blue;
    font-size   : 13px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

a.rss_more {
    color       : black;
    font-size   : 10px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

a.rss_more_info {
    color       : black;
    font-size   : 10px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

a.rss_location {
    color       : black;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

a.java_powered {
    color       : blue;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    text-decoration: none;
}

form.nomargin {
    margin        : 0;
    padding       : 0px;
    border-bottom : 0px;
}

input.premium {
    border           : 1px solid;
    color            : black;
    font-size        : 12px;
    font-family      : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight      : bold;
    width            : 120px;
    padding-top      : 4px;
    padding-bottom   : 4px;
    background-color : cyan;
    border           : 1px solid black;
}

input.edit {
    border           : 1px solid;
    color            : black;
    font-size        : 12px;
    font-family      : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight      : bold;
    width            : 80px;
    padding-top      : 4px;
    padding-bottom   : 4px;
    background-color : cyan;
    border           : 1px solid black;
}

input.rss_signin_field {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 335px;
}

input.rss_email {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 400px;
}

input.rss_subtitle {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 550px;
}

input.rss_field {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 400px;
}

input.rss_price {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 80px;
}

input.rss_other {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 245px;
}

input.rss_phone {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 260px;
}

input.rss_location {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 260px;
}

input.rss_type {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 300px;
    font-weight : bold;
}

input.rss_date {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 350px;
}

input.authorise {
    color       : white;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    width       : 80px;
    background-color: blue;
}

input.save {
    color       : black;
    font-size   : 12px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    width       : 80px;
    background-color: #00FF66;
}

input.btn_page_selected {
    color       : white;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    width       : 22px;
    height      : 20px;
    background-color:black;
}

input.btn_page_unselected {
    color       : white;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    width       : 22px;
    height      : 20px;
    background-color : red;
}

input.btn_navigate {
    color       : white;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-weight : bold;
    width       : 65px;
    height      : 20px;
    background-color : red;
}

textarea.rss_info {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 550px;
}

textarea.rss_title {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    padding     : 5px;
    width       : 550px;
}

img.rss_pic {
    width  : 130px;
    border : 0px  solid black;
}

img.rss_pic_large {
    width  : 170px;
    border : 0px  solid black;
}

img.rss_pic_small {
    width  : 100px;
    border : 0px  solid black;
}

img.rss_pic_index {
    width  : 60px;
    border : 0px  solid black;
}

select.rss_currency {
    font-family         : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-size           : 11px;
    color               : black;
    font-weight         : bold;
    border              : 1px solid;
    border-top-color    : black;
    border-left-color   : black;
    border-right-color  : black;
    border-bottom-color : black;
    width               : 60px;
    padding-top         : 3px;
    padding-bottom      : 3px;
    padding-left        : 2px;
    background-color    : #66FFFF;
}

select.rss_price {
    font-family         : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-size           : 11px;
    color               : black;
    font-weight         : bold;
    border              : 1px solid;
    border-top-color    : black;
    border-left-color   : black;
    border-right-color  : black;
    border-bottom-color : black;
    width               : 150px;
    padding-top         : 3px;
    padding-bottom      : 3px;
    padding-left        : 2px;
    background-color    : #66FFFF;
}

select.rss_type {
    font-family         : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-size           : 11px;
    color               : black;
    font-weight         : bold;
    border              : 1px solid;
    border-top-color    : black;
    border-left-color   : black;
    border-right-color  : black;
    border-bottom-color : black;
    width               : 200px;
    padding-top         : 3px;
    padding-bottom      : 3px;
    padding-left        : 2px;
    background-color    : #66FFFF;
}

select.rss_narrow_type {
    font-family         : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
    font-size           : 11px;
    color               : black;
    font-weight         : bold;
    border              : 1px solid;
    border-top-color    : black;
    border-left-color   : black;
    border-right-color  : black;
    border-bottom-color : black;
    width               : 150px;
    padding-top         : 3px;
    padding-bottom      : 3px;
    padding-left        : 2px;
    background-color    : #66FFFF;
}

li.rss_info {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
}

li {
    color       : black;
    font-size   : 11px;
    font-family : “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
}
