/*
** Plone style sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi - http://www.plonesolutions.com
**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir Bækholt - http://www.plonesolutions.com
**
** All you guys rock :)
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 0 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */

h1 {
    background: transparent url('/static/sell_ads/headline-gfx.gif') top left no-repeat !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 24px !important;
    color: #776653 !important;
    padding: 6px 0 10px 10px !important;
}

h1 span{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px !important;
    color: #776653;
}

table.dirview tr td {
    border-bottom:1px solid #C9C9C9 !important;
}

table.dirview * th {
    border-bottom:1px solid #C9C9C9 !important;
}

div.pre_notes {
    font-size:11px;
}

span.pre_notes_bold {
    font-size:11px;
    font-weight:bold;
}

span.pre_notes_italic {
    font-size:11px;
    font-style:italic;
}

#content h3{
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: normal;
    color: #F3992E;
    font-family: 'Open Sans',sans serif;
}

table.listview * th {
    border-bottom: 1px solid #C9C9C9 !important;
    border-right: 1px solid #C9C9C9 !important;
    padding: 5px;
}

table.listview * td {
    border-bottom: 1px solid #C9C9C9 !important;
    padding: 5px;
}

td.warning {
    color: #a00000;
}

table.dirview {
    width: 790px !important;
}

#content fieldset {
    width:790px !important;
}

.formHelp {
    font-size: 11px;
    color: #666666;
    margin:5px 0 10px 0;
}

.buttons_place input, #content button, .formControls .context, .ab_buttons_container .context, .ab_buttonpanel .context, .grabcode_send, #content .context {
    background: url("/static/frontpage/new_design/button_bg.jpg") repeat-x scroll left top #71DC22;
    border: 2px solid white;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    min-height: 30px;
    text-shadow: 0 -1px 0 #63D40F;
    width: auto;
    cursor: pointer;
    box-shadow: 0 0 1px #d1d1d1;
}

#jquery-lightbox {
    position: fixed !important;
}

.adspot_contents_header {
    padding-top:20px !important;
}

.past_ads_header {
    padding-top:20px !important;
}

#padding_for_multi_columns {
    left: 150px !important;
    top: -46px !important;
}

#adformat_group_Blogads table td {
    width:90px !important;
}

/*  */
