/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-style: solid;
    color: #666666;
}
html {
    overflow-y: scroll;
}

object, embed {
     display: block;
}
body {
    line-height: 1.175;
    position: relative;  /* To ensure that centre_popup works in IE */
    min-height: 95%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

sup {
    font-size: .5em;
    vertical-align: super;
}

/* remember to define focus styles! */
    :focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

/* Main CSS */
html {
    font-family         : Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
    font-size           : 80%;
    font-style          : normal;
    font-weight         : normal;
    margin              : 0px;
    padding             : 0px;
    width               : 100%;
    color               : #666666;
    background          : white;
    height              : 100%;
}

body {
    width               : 100%;
    height              : 98.5%;
}

p {
    margin              : 0px 0px 0.8em 0px;
    line-height         : 1.4;
    color               : #494949;
}

h1,h2,h3,h4,h5,h6 {
    font-size           : 2.4em;
    font-weight         : normal;
    margin-bottom       : 0.5em;
    color               : #626262;
}

h2 {
    font-size           : 1.6em;
}

h3 {
    font-size           : 1.2em;
}

h4 {
    font-size           : 1.3em;
}

h5 {
    font-size           : 1.2em;
}

h6 {
    font-size           : 1.1em;
    font-weight         : bold;
}

div.help_content ol,
ol.numbered {
    list-style-type     : decimal;
}

ol.label {
    list-style-type     : none;
    margin-bottom       : 1em;
}

ol.lower_latin {
    list-style-type     : lower-latin;
}

ol.lower_roman {
    list-style-type     : lower-roman;
}

ol.upper_roman {
    list-style-type     : upper-roman;
}

ol.lower_alpha {
    list-style-type     : lower-alpha;
}

ol.upper_roman,
ol.lower_alpha,
ol.lower_roman,
ol.numbered,
ol.lower_latin {
    margin              : 1em 1em 1em 2em;
    line-height         : 1.4;
}

ol.label li {
    margin-left         : 2em;
}

ol.label li .label {
    display             : block;
    float               : left;
    margin-left         : -2em;
}

div.help_content ul,
ul.bullets {
    list-style-type     : disc;
    margin              : 1em 1em 1em 2em;
    line-height         : 1.4;
}

ul.compact {
    margin-top          : 0;
}

a *,
a,
.pseudoLink {
    color               : #3B6994;
    text-decoration     : none;
}

a:hover,
.pseudoLink:hover
 {
    text-decoration     : underline;
    color               : #0A73D6;
    cursor              : pointer;
}

h1 a, h2 a, h3 a {
    color               : inherit;
}

img.default_img {
    margin              : 0;
    display             : block;
}

button,
select,
input.text,
input.button,
input.password,
input.file,
textarea {
    border              : 1px solid #CCC;
    padding             : 1px 3px;
    font-size           : 1em;
    vertical-align      : middle;
    color               : #666666;
}

input:disabled +label,
input:disabled {
    color               : #bbb;
}

select {
    padding             : 0;
}

a.button,
span.button,
input.button,
button {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/buttonbg.gif') top left no-repeat #d9d9d9;
    border              : 1px solid #AAA;
    border-radius       : 3px;
    text-align          : center;
    padding             : 2px 3px;
    font-size           : 1em;
    cursor              : default;
    margin              : 0 5px 1px 0;
    position            : relative;
    overflow            : visible;
    vertical-align      : middle;
    white-space         : nowrap;
    line-height         : 1.175;
}

a.blue,
input.blue,
button.blue {
    background          : #01679a url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/blue_buttonbg.gif') top left no-repeat;
    color               : white;
}

button.delete {
    background          : #DEDEDE url('//iannounce-cdn.co.uk/static/1743154356/img/gradient/button_delete.gif') repeat-x;
}

a.button {
    display             : inline-block;
}

a.button:hover,
input.button:hover,
button:hover,
.remote_options li:hover {
    color               : #0A73D6;
    text-decoration     : none;
    cursor              : pointer;
}

a.blue:hover,
input.blue:hover,
button.blue:hover {
    color               : black;
}

a.button img,
input.button img,
button img {
    vertical-align      : middle;
    padding             : 0px 2px 0px 6px;
}

button.link {
    display             : inline;
    background          : none;
    border              : none;
    padding             : 0;
    margin              : -1px 0 0 0;
    line-height         : 1;
    vertical-align      : text-top;
}

button.link:hover {
    text-decoration     : underline;
}

optgroup {
    font-style          : normal;
}

textarea {
    width               : 26.7em;
}

input.password,
input.text,
input.file {
    width               : 25em;
}

textarea.richtext {
    padding: 3px;
    width: 24em;
}

input.text.hint {
    color               : gray;
    font-style          : italic;
}

::-webkit-input-placeholder {
    color               : gray;
    font-style          : italic;
}
:-moz-placeholder {
    color               : gray;
    font-style          : italic;
}

textarea.richtext {
    font-family         : Tahoma;
    font-size           : 1em;
}

.autocomplete {
    position            : absolute;
}

.autocomplete .ui-corner-all {
    border-radius       : 0;
}

.autocomplete .ui-autocomplete {
    border-color        : #CCC;
}

.autocomplete  .ui-menu-item {
    font-family         : Arial,Helvetica,sans-serif;
    font-size           : 0.91em;
    color               : #666;
}

.autocomplete  .ui-menu-item a {
    color               : #666;
    display             : block;
    padding             : 1px 3px;
    border-width        : 0;
    text-decoration     : none;
}

form#langs {
    float               : right;
    margin              : 15px 0px 0px;
    white-space         : nowrap;
    width               : auto !important;
    width               : 200px;
    text-align          : right;
}


form#langs button {
    margin : 0px 0 0 5px;
}

.strike {
    text-decoration     : line-through;
}

.rounded {
    border-radius:          6px;
    -moz-border-radius:     6px;
    -webkit-border-radius:  6px;
    -khtml-border-radius:   6px;
}

.clear {
    clear               : both;
}

.clearfix:after {
    content             : ".";
    display             : block;
    height              : 0;
    clear               : both;
    visibility          : hidden;
}

.clearfix {
    display             : inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* BASE PAGE */

#outer {
    margin              : 5px auto;
    width               : 884px;
    border-width        : 0px;
    background          : white;
    position            : relative;
}

div#outer.iframe {
    width               : 100%;
}

#inner {
    width               : 100%;
    position            : relative;
}

.iframe #inner {
    margin              : 10px;
    width               : 98%;
}

#body {
    padding             : 18px 9px 15px 10px;
    width               : auto;
    border              : 1px solid #D5D5D5;
    border-width        : 0 1px;
    min-height          : 400px;
}

#outer div.notice_page {
    padding             : 0 0 15px 0 !important;
}

span.offensive {
  color       : #ff0000;
  font-weight : bold;
}

/* FORMS */

div.form_body {
    padding         : 10px;
    width           : 40em;
    margin-bottom   : 15px;
    clear           : left;
}

div.form_body p.form_error {
    margin          : 0 0 10px 0;
    color           : #FD0053;
    font-size       : 1.1em;
}

fieldset label span,
fieldset span.label span,
.required {
    margin-bottom   : 10px;
    color           : #FD0053;
}

fieldset.fields {
    position        : relative;
    margin-bottom   : 10px;
}

fieldset.fields div.field {
    padding-left    : 12em;
    width           : 26em;
    position        : relative;
    clear           : both;
    margin-bottom   : 6px;
    display             : inline-block;
}

fieldset.fields div.field:after {
    content             : ".";
    display             : block;
    height              : 0;
    clear               : both;
    visibility          : hidden;
}

/* Hides from IE-mac \*/
* html fieldset.fields div.field {height: 1px;}
fieldset.fields div.field {display: block;}
/* End hide from IE-mac */

fieldset.radio input,
fieldset.checkbox input {
    vertical-align      : middle;
    margin              : 1px 3px 3px;
}

fieldset.fields div.field span.label,
fieldset.fields div.field label {
    margin-left         : -12em;
    width               : 11.5em;
    float               : left;
    line-height         : 1.4em;
}

div.field span.colon {
    float               : left;
    margin-left         : -1em;
}

div.field div.value {
    float               : left;
    width               : 25em;
}

fieldset.horizontal div {
    display             : inline;
    white-space         : nowrap;
}

fieldset.fields fieldset.horizontal div label {
    float               : none;
    margin-left         : 0;
    width:auto;
}

fieldset.fields fieldset.vertical div {
    clear               : both;
}

fieldset.fields fieldset.vertical label {
    float               : left;
    margin-left         : 2em;
    width               : auto;
}

fieldset.fields fieldset.vertical input {
    float               : left;
    margin-right        : -2em;
}

div.form_buttons {
    margin-top          : 10px;
}

fieldset .error span.label,
fieldset .error label {
    color           : #FD0053;
    font-weight     : bold;
    font-size       : 1em;
}

fieldset div.required {
    color           : black;
}

fieldset.checkbox_group,
fieldset.subset {
    border          : 1px solid #D5D5D5;
    padding         : 0em 8px 0px 8px;
    margin          : 10px 0 20px;
    width           : auto;
    position        : relative;
}

fieldset.checkbox_group legend,
fieldset.subset legend {
    line-height     : 1em;
    padding         : 0 3px 0 1px;
    font-weight     : bold;
    font-size       : 1.1em;
    background      : white;
    margin-bottom   : 5px;
}

div.valueBlock {
    margin          : 5px 0px;
}

div.valueBlock div.label  {
    margin          : 0px;
    float           : left;
    width           : 12em;
}

div.valueBlock div.label {
    font-weight     : bold;
    width           : 10em;
    clear           : left;
}

div.valueBlock div.value {
    margin          : 0px;
    float           : left;
    width           : 25em;
}

/* field description popups */

fieldset p.description {
    display:none;
    position: absolute;
    border: 1px solid #FFF;
    width: 200px;
    color: #FFF;
    top: 0;
    right: -226px;
    padding: 5px 5px 5px 15px;
    background: url(//static.iannounce.net/static/1743154356/img/v2/icons/form_description.gif) no-repeat top left #186FD6;
}

input:focus + p.description,
textarea:focus + p.description,
div.focussed p.description {
    display: block;
    z-index: 1000;
}

fieldset p.error {
    display         : inline;
    background      : #FD0053 url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/form_error.gif') top left no-repeat;
    padding         : 15px 5px 5px 5px;
    width           : auto !important;
    max-width       : 25em;
    width           : 25em;
    color           : white;
    float           : left;
    clear           : left;
    margin          : 5px 0px;
    overflow        : auto;
}

fieldset div.focussed input,
fieldset input:focus {
    border-color    : #186FD6;
}

fieldset span.filename {
    font-weight     : bold;
}

fieldset span.upload_ok button {
    display         : block;
    margin-top      : 5px;
    margin-bottom   : 5px;
    float           : left;
}

fieldset span.upload_ok img.preview {
    float           : left;
    margin          : 5px 10px 5px 0;
}

.admin {
    background      : #ffffcd;
    border          : 1px solid #cbc9ca;
    padding         : 10px;
    display         : inline-block;
}

fieldset.tscs div.field {
    padding-left    : 18em;
}

fieldset.tscs div.field label {
    width           : 17em;
    margin-left     : -18em;
}



/* STATUS */

img.inactive {
    border          : 1px solid #808080;
    opacity         : 0.4;
    filter          : alpha(opacity=40);
}

.pending div.status {
    color               : #b0b0b0;
}

.approval div.status {
    color               : red;
}

.active div.status {
    color               : green;
}

div.status {
    line-height         : 1.6em;
}

div.status span.title {
    font-weight         : bold;
    color               : black;
}

/* PUBLICATION CHOOSER BAR */
h2#publication {
    color               : #333;
    font-size           : 1.15em;
    margin-left         : 20px;
    padding-top         : 3px;
}

a#choose_pub {
    float               : right;
    margin              : -1.68em 20px 0 0;
}

/* PUBLICATION LIST PAGE / NON-JS CHOOSER */

div#publications li {
    margin              : 2px;
}

div#publications li.source {
    margin-left         : 30px;
}

/* NAV BARS */
ul.navbar {
    display             : block;
}

ul.navbar li {
    float               : left;
    white-space         : nowrap;
}

/* TOP NAV BAR */
#topnav {
    width               : auto;
    background          : #EFEFEF;
    border              : solid #B8B7BC 1px;
    padding             : 0;
    margin              : 0;
}

ul#main_nav.cc_main {
    margin-right        : 0;
}

ul#user_nav {
    border              : 1px solid #B8B7BC;
    margin              : 0;
}

ul#main_nav li, ul#user_nav li {
    border-right        : 1px solid #B8B7BC;
    position            : relative;
}

ul#main_nav li.first {
    padding-left        : 6px;
}

#user_nav li.first {
    margin-left         : 5px;
    border-left-width   : 1px;
}

ul#main_nav li.last {
    border-right-width  : 0px;
}

ul#main_nav li.active_page, ul#user_nav li.active_page {
    background          : white;
    border-right-width  : 1px;
    border-bottom       : 1px solid white;
    font-weight         : bold;
}

ul#main_nav li a, ul#user_nav li a {
    text-decoration     : none;
    display             : block;
    width               : auto;
    padding             : 7px 9px;
    color               : black;
}

ul#main_nav li.active_page a, ul#user_nav li.active_page a,
ul#main_nav li a:hover, ul#user_nav li a:hover {
    color               : #0A73D6;
}

/* NAVBAR SEARCH */
div#navbarSearch {
    width               : 245px;
    float               : right;
    margin-top          : 5px;
}

div#navbarSearch button {
    padding             : 0 3px;
    vertical-align      : middle;
    line-height         : 1.4;
}

div#navbarSearch input#nv_keywords {
    width               : 13em;
}

/* MESSAGES */
div.related_message {
    margin-top          : 25px;
    border              : 1px solid silver;
    padding             : 10px;
}

/* FOOTER */
div#footer {
    padding             : 10px 15px 10px 15px;
    border              : #d5d5d5 1px solid;
    border-width        : 2px 1px 1px 1px;
    margin-bottom       : 25px;
    background          : #EFEFEF;
}

ul#footerNav li {
    padding             : 0 7px;
    border-left         : 1px solid #E2E2E2;
}

ul#footerNav li.first {
    padding-left        : 0;
    border-width        : 0;
}

ul#footerNav li#copyright {
    float               : right;
    border-width        : 0;
}

div#flags {
    float               : right;
    margin              : 15px 15px 0 0;
}

div#flags a {
    margin-left         : 5px;
}

h2#poweredBy {
    margin-top          : 15px;
    font-size           : 1em;
}

h2#poweredBy a {
    color               : black;
}

#iannounce-logo {
    height              : 15px;
}

/* HOME PAGE SEARCH */
#search {
    float               : left;
    width               : 598px;
    margin-right        : 20px;
}

#search h1 {
    font-size           : 2.2em;
    color               : #3b6994;
    margin-bottom       : 0.3em;
}

#search_results h1,
#calendar h1 {
    margin              : 0.3em auto;
    text-align          : center;
}

#search_form h2 {
    color               : white;
    font-size           : 1.8em;
}

#search_form .form_body {
    width               : 578px;
    background          : #5e85ae url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/search_bg_top.jpg') top left no-repeat;
    padding             : 10px 10px 5px;
    float               : left;
    margin-bottom       : 5px;
    -moz-border-radius  : 10px;
    border-radius       : 10px;
}

#filter_fields,
#field-search_form-location,
#field-search_form-keywords {
    margin              : 5px 0px 8px 0px;
}

#field-search_form-location {
    display             : inline-block;
    width               : 100%;
    margin-bottom       : 0;
}

#field-search_form-location .error {
    width               : 85%;
    float               : right;
    clear               : both;
    color               : red;
    padding             : 1px 3px;
    margin              : 5px 1% 8px 0;
}

#search_form-keywords, #search_form-publication {
    padding             : 2px 0px 2px 2px;
    width               : 98.5%;
}

#filter_fields div {
    float               : left;
    padding             : 3px 0;
}

#field-search_form-type {
    width               : 43%;
}

#filter_fields select {
        width               : 95.5%;
}

#field-search_form-date_limit {
    width               : 43%;
}

#filter_fields select.custom {
    width               : 7em;
}

#filter_fields input {
    width               : 10em;
}

.date_links {
    display             : inline-block;
    margin-bottom       : 15px;
    width               : 100%;
}

.date_links span {
    display             : block;
    float               : left;
    padding             : 0 10px;
    border-left         : 1px solid #999;
    font-size           : 1.06em;
}

.date_links span:first-of-type {
    padding-left        : 2px;
    border-left-width   : 0;
}

.date_links img {
    vertical-align      : bottom;
}

#date_links_sep {
    clear               : both;
    padding-top         : 15px;
    border-top          : 1px solid #dfdfdf;
}

form#search_form div.form_buttons {
    margin              : 0px 0px 0.8em 0px;
}

form#search_form button {
    margin              : 20px 0 0 0;
    width               : 6em;
}

form#search_form label {
    display             : block;
    margin-bottom       : 4px;
    font-weight         : bold;
    color               : white;
}

#field-search_form-location label {
    float               : left;
    width               : 7%;
    margin              : 1px 1% 4px 1%;
}

#field-search_form-location input {
    width               : 85%;
    margin-right        : 1%;
    float               : right;
}

div#sourceFields {
    margin-top          : 6px;
}

div#noResults {
    font-size           : 1.2em;
    padding             : 0 10px;
}

ul#quick_links {
    margin-top          : 2em;
    border-top          : 1px solid #e8e8e8;
    padding-top         : 1em;
    padding-left        : 1em;
    clear               : both;
    display             : inline-block;
    width               : 100%;
    list-style-position : outside;
    margin              : 1em 0;
}

ul#quick_links li {
    float               : left;
    width               : 46.5%;
    margin-right        : 3%
}

/* HEROES */
#heroes .form_body {
    width               : 60em;
}

#heroes .field {
    display             : inline;
}


/* FEATURED HELP */
#next {
    font-weight         : bold;
    font-size           : 2em;
    float               : right;
}

#prev {
    font-weight         : bold;
    font-size           : 2em;
    float               : left;
}

#featured_help {
    height              : 135px;
    overflow            : hidden;
}

#featured_help li {
    width               : 180px;
    height              : 135px;
    float               : left;
}

#featured_help li div {
    font-size           : 1.03em;
    font-weight         : bold;
    width               : 173px;
    height              : 130px;
    border-radius       : 5px;
    border              : 1px solid silver;
}

#featured_help li div:hover {
    border-color        : #333;
}

#featured_help a {
    display             : block;
    height              : 64px;
    color               : white;
    padding             : 72px 5px 0 5px;
    line-height         : 1em;
}

#featured_help span {
    display             : block;
    color               : white;
    margin-top          : 5px;
    font-weight         : normal;
}

#featured_help_wrapper {
    max-width           : 540px;
}

#featured_help_wrapper a:hover {
    text-decoration     : none;
}

#featured_help #research_history {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/memorial/help/research/small.jpg') no-repeat;
}

#featured_help #send_flowers {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/memorial/help/flowers/small.jpg') no-repeat;
}

#featured_help #planning_funeral {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/memorial/help/funeral/small.jpg') no-repeat;
}

#featured_help #when_death {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/memorial/help/when/small.jpg') no-repeat;
}

#featured_help #financial {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/memorial/help/finances/small.jpg') no-repeat;
}

#featured_help #bereavement {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/memorial/help/coping/small.jpg') no-repeat;
}

div.browse_space {
    height: 20px;
    display: inline;
    border: 1px solid;
}


/* END FEATURED HELP */

/* CALENDAR */

table.calendar {
    width               : 100%
}


table.calendar th,
table.calendar td {
    border              : 1px solid silver;
    vertical-align      : top;
    text-align          : center;
    height              : 3.5em;
    padding             : 5px;
}

table.calendar th {
    background          : gray;
    color               : white;
    vertical-align      : middle;
    height              : 2em;
}


table.calendar td.blank {
    background          : #efefef;
}

table.calendar span.date {
    font-size           : 1.2em;
    font-weight         : bold;
    display             : block;
}

table#calendar_month td {
    width               : 14.3%;
}

/* HOME PAGE BROWSE BY TYPE */
div#promo_slot {
    position            : relative;
    margin-bottom       : 20px;
}

div#promo_slot img {
    display             : block;
    margin              : auto;
}

div#promo_slot a span {
    font-family         : Georgia, Serif;
    font-size           : 1.4em;
    position            : absolute;
    top                 : 2px;
    left                : 300px;
    display             : block;
    width               : 147px;
}

/* HOMEPAGE BROWSE BY TYPES */
#sad_notices,
#happy_notices {
    display             : inline-block;
    width               : 595px;
    margin-top          : 20px;
}

.type_tabs {
    display             : block;
    width               : 100%;
    border-bottom       : 1px solid silver;
    height              : 44px;
}

.type_tabs li {
    float               : left;
    text-align          : center;
    vertical-align      : top;
}

.type_tabs li a {
    display             : block;
    height              : 31px;
    padding             : 8px 2px 5px;
    width               : 95px;
    color               : #3B6994;
    overflow            : hidden;
}

.type_tabs li a:hover {
    text-decoration     : none;
    color               : #0A73D6;
}

.type_tabs li.selected a {
    height              : 32px;
    color               : #494949;
}

.browser {
    border              : 1px solid silver;
    border-width        : 0 1px 1px 1px;
    padding             : 10px 0;
    margin-bottom       : 20px;
    min-height          : 160px;
}

.browse_desc {
    width               : 200px;
    min-height          : 160px;
    height              : auto !important;
    display             : inline;
    float               : left;
    margin              : 0 0 0 10px;
}

.browse_desc h2 {
    color               : #346898;
}

.browse_desc a {
    max-width: 192px;
    display: block;
    white-space: normal;
}

/* FEATURED CAROUSEL */

.thumbnails  {
    display             : inline;
    float               : right;
}

.featured {
    float               : right;
    width               : 325px;
    overflow            : hidden;
    height              : 150px;
}

.thumbnails .featured {
    overflow            : visible;
    float               : left;
}

.featured a {
    color               : #3B6994;
}

.featured li {
    float               : left;
    width               : 104px;
    padding-right       : 3px;
}

.featured div.image_wrapper {
    padding             : 0px;
    border              : 1px solid #dfdfdf;
    margin-bottom       : 4px;
}

a.pager {
    display             : block;
    position            : absolute;
    width               : 30px;
    height              : 30px;
    top                 : 45px;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/page_prev_next.gif') no-repeat -100px -100px;
}

a.prev {
    left                : 0px;
}

a.next {
    right               : 0px;
}


.thumbnails.prev a.prev {
    background-position : 0 0;
}

.thumbnails.next a.next {
    background-position : -50px 0;
}

.thumbnails.next a.next:hover {
    background-position : -50px -50px;
}

.thumbnails.prev a.prev:hover {
    background-position : 0px -50px;
}

h2#ia_link {
    clear               : both;
    padding-top         : 30px;
    color               : #0A73D6;
    font-size           : 1.1em;
}

/* FEATURED RIGHT COLUMN */
#right_column ul {
    background          : #f8f8f8;
    width               : auto;
    height              : auto;
    float               : none;
    margin-bottom       : 20px;
}

#right_column li {
    width               : auto;
    height              : auto;
    text-align          : left;
    padding             : 10px;
    line-height         : 1.6em;
    border-bottom       : 1px dashed #cfcfcf;
}

#right_column .image_wrapper {
    float               : right;
    margin              : 0 0 10px 10px;
}

/* LATEST NOTICES LIST */
#right_column
#latest_notices_list_bucket {
    margin-bottom: 20px;
}

#right_column
#latest_notices_list li {
    margin-right: 20px;
    min-width: 100px;
}

/* LATEST ACTIVITY */

#latest_activity ul,
#active_notices ul {
    overflow            : hidden;
    height              : 550px;
    margin-bottom       : 20px;
    width               : 100%;
}

#latest_activity li,
#active_notices li {
    padding             : 10px;
    line-height         : 1.4em;
    border-bottom       : 1px dashed #cfcfcf;
}

#active_notices li,
#active_notices h2
{
    text-align          : center;
}

#latest_activity img {
    float               : right;
}

#latest_activity .date {
    text-align          : right;
    color               : #999;
}

/* HOME PAGE RIGHT COLUMN */
div#right_column {
    float               : left;
    width               : 244px;
}

a#survey_link {
    border              : 1px solid orange;
    display             : block;
    height              : 60px;
    line-height         : 20px;
    vertical-align      : middle;
    padding             : 10px;
    padding-right       : 60px;
    margin-bottom       : 20px;
    font-size           : 1.3em;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/survey.gif') white no-repeat center right;
    position            : relative;
}

#your_notices_link {
    display             : block;
    background          : #FFFFCD;
    padding             : 15px 15px;
    margin-bottom       : 20px;
    font-size           : 1.2em;
    font-weight         : bold;
}

#your_notices_link a {
    font-size           : 0.8em;
    font-weight         : normal;
    float               : right;
    margin-top          : -2px;
    padding             : 2px 10px 4px 10px;
}

/* SEARCH PAGER */

.result_numbers,
.searchPager li {
    font-size           : 1.1em;
    margin              : 0 10px 10px 0;
}

.result_numbers {
    clear               : both;
    float               : left;
    margin              : 5px 5px 10px 0;
}

.searchPager {
    float               : right;
    margin              : 5px 0 0 0;
}

ul.searchPager li.currentPage {
    font-weight         : bold;
}

div#browse_today {
    margin              : 10px 0;
}

/* SEARCH RESULTS */
.results h2 {
    margin-bottom       : 5px;
}


div#search_results ul.results {
    clear               : both;
}

.results li {
    margin              : 0 0 10px 0;
    width               : 100%;
    display             : inline-block;
}

.results .notice {
    padding             : 20px 10px 0 130px;
    border-top          : 1px dashed #ccc;
}

.notice .image_wrapper {
    margin              : 0 0 10px -130px;
    display             : inline;
}


.results a.viewNotice {
    display             : block;
    margin              : 10px 0;
}

a.button.serp_readmore {
    float: right;
    margin: 0;
}

/* LOGIN PAGE */

.login_form div.form_body {
    margin              : 10px 0 10px 0;
    padding             : 0;
}

.login_form h1 {
    margin-bottom       : 5px;
}

div.login_footer {
    margin              : 10px 0;
    width               : 100%;
}

.login_form .highlight {
    border              : 1px solid #ccc;
    padding             : 10px;
    width               : 60%;
    border-radius       : 10px;
}

div#ts_cs_text {
    overflow            : auto;
    height              : 350px;
    margin              : 20px 0;
    padding             : 15px;
    border              : 1px solid gray;
}

div#ts_cs div.label {
    width               : 20em;
}

div#ts_cs div.fieldBlock div.error {
    margin-left         : 20em;
}

div#field-accept_tscs-tscs label {
    width               : auto;
    margin-right        : 1em;
}

div.bubble {
    border-radius       : 8px;
    border              : solid silver 1px;
    padding             : 10px;
    overflow            : auto;
    box-shadow          : 5px 5px 5px #eee;
}

div.hidden {
    display:            none;
}

/* REMOTE LOGIN */
div.remote {
    display             : inline-block;
    margin              : 15px 0 35px 15px;
}

div.remote div.user {
    border              : 1px solid #eee;
    border-radius       : 10px;
    box-shadow          : 5px 5px 5px #eee;
    padding             : 15px;
    font-size           : 1.5em;
    margin              : 0;
    letter-spacing      : 0.05em;
    background          : white;
}

div.remote img {
    vertical-align      : middle;
}

div.remote img.gravatar {
    margin-right        : 10px;
}

.facepile {
    margin-top          : 10px;
    overflow            : hidden;
    max-height          : 60px;
    max-width           : 265px;
}

.remote_logins {
    margin-top          : 30px;
}

.remote_logins ul {
    margin-top          : 10px;
    border              : 1px solid #ccc;
    border-radius       : 10px;
    padding             : 8px;
    width               : 270px;
    overflow            : hidden;
}

.remote_logins li {
    float               : left;
    font-size           : 18px;
}

.remote_logins input {
    padding             : 0px;
    margin-left         : 10px;
}

.remote_desc {
    font-size           : 0.8em;
    padding-top         : 10px;
}

#remote_login {
    width               : 100%;
    display             : block;
}

#remote_login h2.warning {
    color               : red;
}

#remote_actions {
    margin              : 20px 0;
    display             : inline-block;
    width               : 100%;
}

#remote_actions .primary {
    width               : 60%;
    float               : left;
    font-size           : 1.2em;
}

#remote_actions .secondary {
    width               : 40%;
    float               : left;
}

#remote_actions p {
    clear               : left;
}

#remote_not_ok button,
#remote_ok button {
    margin              : 2px 0 0 0;
    padding             : 5px 0 0 30px;
    display             : inline-block;
    min-height          : 20px;
    line-height         : 20px;
    border              : none;
    color               : inherit;
}

#remote_ok button {
    background          : url("//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/studs/blue.png") no-repeat 5px 5px transparent;
}

#remote_ok button:hover {
    background-image    : url("//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/studs/green.png");
}


#remote_not_ok button {
    background          : url("//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/studs/red.png") no-repeat 5px 5px transparent;
}

#remote_not_ok button:hover {
    background-image    : url("//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/studs/orange.png");
}

.remote_options li {
    background          : url("//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/studs/blue.png") no-repeat 5px 5px transparent;
    margin              : 2px 0 0 0;
    padding             : 5px 0 0 30px;
    min-height          : 20px;
    line-height         : 20px;
    border              : none;
}

.remote_options li:hover {
    background-image    : url("//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/studs/green.png");
}

#remote_login_buttons {
    padding-left        : 15px;
    width               : 100%;
    overflow            : hidden;
}

/********** FLOWER GARDEN ************/

#garden {
    width:                  100%;
    height:                 385px;
    overflow-y:             hidden;
    overflow-x:             scroll;
    position:               relative;
}

#garden_intro p {
    width:                  45em;
    font-size:              1.2em;
}

#garden_intro img {
    float:                  right;
}

#garden_intro a {
    font-size:              1.2em;
}


#garden ul {
    display:                block;
    height:                 376px;
    width:                  100%;
    min-width:              100%;
    position:               relative;
    border-radius:          10px 10px 0 0;
    -moz-border-radius:     10px 10px 0 0;
    -webkit-border-radius:  10px 10px 0 0;
    -khtml-border-radius:   10px 10px 0 0;
}

#garden li {
    position:           absolute;
    width:              30px;
    height:             30px;
    display:            block;
    z-index:            1;
}

#garden li  div {
    display:            none;
    width:              170px;
    height:             150px;
    padding:            50px 15px 0px;
    text-align:         center;
    color:              white;
    position:           absolute;
    top:                -120px;
    left:               -10000px;
    line-height:        1.3;
}

#garden li.row_1  div  { top: -40px    }
#garden li.row_2  div  { top: -100px  }
#garden li.row_3  div  { top: -120px  }
#garden li.row_4  div  { top: -160px }


#garden li.active  div,
#garden li:hover  div {
    display:            block;
    left:               -10px;
}

#garden h2 {
    font-weight:            bold;
    font-size:              1.1em;
}

#garden h3 {
    font-size:              1em;
    font-weight:            bold;
}

#garden .prev a {
    background-position:    -30px 0;
}

#garden .prev a:hover {
    background-position:    -30px -30px;
}

#garden .next a {
    background-position:    0 0;
}

#garden .next a:hover {
    background-position:    0 -30px;
}

#garden .prev a,
#garden .next a {
    display:                block;
    width:                  100%;
    height:                 100%;
}

#garden li.no_results {
    width:                  auto;
    top:                    180px;
    left:                   120px;
    background:             white !important;
    color:                  red;
    font-size:              1.5em;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    -khtml-border-radius:   10px;
}

#garden li.fixed_bg {
    width:              500px;
    height:             100%;
}

/* RIGHT COL FLOWERS AND SEARCH PAGE FLOWERS */
#flowers_rightcol {
    margin-bottom:          20px;
}

#flowers_search a.banner,
#flowers_rightcol a.banner {
    width:                  165px;
    float:                  left;
    margin-right:           4px;
    display:                block;
    height:                 35px;
    line-height:            19px;
    color:                  white;
    font-weight:            bold;
    text-align:             center;
    font-size:              1.2em;
    margin-bottom:          5px;
    padding:                5px 15px 10px 15px;
}

#flowers_rightcol a.banner {
    width:                  100%;
    height:                 35px;
    line-height:            35px;
    font-size:              1.1em;
    padding:                0;
}

#flowers_rightcol a.banner br {
    display:                none;
}

/* POPPIES */
.poppies ul {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/poppies/background.jpg') top left repeat-x;
}

.poppies li {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/poppies/flower.png') top left no-repeat;
}

.poppies li  div {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/poppies/popup.png') top left no-repeat transparent;
    color:              white;
}

.poppies li div * {
    color:              white;
}

.poppies li.prev a,
.poppies li.next a {
    background-image:   url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/poppies/prev_next.png');
}

#garden.poppies li.fixed_bg {
    display:            none;
}

#flowers_search a.poppies,
#flowers_rightcol a.poppies {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/poppies/right_col.jpg');
}


/* STARS */
.stars ul {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/stars/background.jpg') top left repeat-x;
}

.stars li {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/stars/flower.png') top left no-repeat;
}

.stars li  div {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/stars/popup.png') top left no-repeat transparent;
    color:              #001333;
    top:                0;
}

.stars li div * {
    color:              #001333;
}

.stars li.prev a,
.stars li.next a {
    background-image:   url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/stars/prev_next.png');
}

#garden.stars li.row_1  div  { top: 0px    }
#garden.stars li.row_2  div  { top: -30px  }
#garden.stars li.row_3  div  { top: -60px  }
#garden.stars li.row_4  div  { top: -120px }

#garden.stars li.fixed_bg {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/stars/moon.jpg') no-repeat transparent;
}

#flowers_search a.stars,
#flowers_rightcol a.stars {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/stars/right_col.jpg');
}

/* DAFFODILS */
.daffodils ul {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/background.jpg') top left repeat-x;
}

.daffodils li {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/flower.png') top left no-repeat;
}

.daffodils li  div {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/popup.png') top left no-repeat transparent;
    color:              #265517;
    top:                0;
}

.daffodils li div * {
    color:              #265517;
}

.daffodils li.prev a,
.daffodils li.next a {
    background-image:   url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/prev_next.png');
}

/* FLAGS */
.flags ul {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/background.jpg') top left repeat-x;
}

.flags li  div {
    color:              #265517;
    top:                0;
}

.flags li div * {
    color:              white;
}

.flags li.prev a,
.flags li.next a {
    background-image:   url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/prev_next.png');
}

#garden.flags li.fixed_bg {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/sun.jpg') no-repeat transparent;
}

#flowers_search a.flags,
#flowers_rightcol a.flags {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/right_col.jpg');
}

#garden .next, #garden .prev {
    background:             transparent !important;
}

#garden a.waiting {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/waiting.gif') no-repeat 50% 50% transparent;
    border:             none;
    position:           relative;
    height:             50px;
    width:              50px;
    left:               -12px;
    top:                -12px;
}

#garden.daffodils li.fixed_bg {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/sun.jpg') no-repeat transparent;
}

#flowers_search a.daffodils,
#flowers_rightcol a.daffodils {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/daffodils/right_col.jpg');
}

/* PREMIUM STARS */
.premium_star ul {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/premium_star/background.jpg') top left repeat-x;
}

.premium_star li {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/premium_star/flower.png') top left no-repeat;
}

.premium_star li  div {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/premium_star/popup.png') top left no-repeat transparent;
    color:              #001333;
    top:                0;
}

.premium_star li div * {
    color:              #001333;
}

.premium_star li.prev a,
.premium_star li.next a {
    background-image:   url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/premium_star/prev_next.png');
}

#garden.premium_star li.row_1  div  { top: 0px    }
#garden.premium_star li.row_2  div  { top: -30px  }
#garden.premium_star li.row_3  div  { top: -60px  }
#garden.premium_star li.row_4  div  { top: -120px }

#garden.premium_star li.fixed_bg {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/premium_star/moon.jpg') no-repeat transparent;
}

/* PAID STARS */
.paid_star ul {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/paid_star/background.jpg') top left repeat-x;
}

.paid_star li {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/paid_star/flower.png') top left no-repeat;
}

.paid_star li  div {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/paid_star/popup.png') top left no-repeat transparent;
    color:              #001333;
    top:                0;
}

.paid_star li div * {
    color:              #001333;
}

.paid_star li.prev a,
.paid_star li.next a {
    background-image:   url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/paid_star/prev_next.png');
}

#garden.paid_star li.row_1  div  { top: 0px    }
#garden.paid_star li.row_2  div  { top: -30px  }
#garden.paid_star li.row_3  div  { top: -60px  }
#garden.paid_star li.row_4  div  { top: -120px }

#garden.paid_star li.fixed_bg {
    background:         url('//iannounce-cdn.co.uk/static/1743154356/img/flowers/paid_star/moon.jpg') no-repeat transparent;
}

/********* NOTICES **************/
/* NOTICE WRAPPER */
div#notice_wrapper {
    padding             : 10px 15px 15px;
}

div#notice_header {
    margin              : 0 0 20px 0px;
    padding-left        : 120px;
}

div#notice_header .image_wrapper {
    margin-left         : -120px;
    display             : inline;
}

#notice_header_content {
    margin-right        : 100px;
}

div#notice_header h1 {
    font-size           : 2.4em;
    font-weight         : normal;
    margin-bottom       : 7px;
}

div#notice h2 {
    font-size           : 1.4em;
    font-weight         : normal;
    margin              : 0;
}

div#notice_stats {
    font-size           : 1.1em;
    line-height         : 1.3;
}

div#notice_stats a {
   white-space          : nowrap;
}

div#notice_tags {
    border : 1px solid #cdcdcd;
    margin-bottom : 5px;
    padding: 10px;
    background-color : #F5F5F5;
    font-size: 1.1em;
    line-height: 1.5;
    clear: both;
}

cite.notice_source {
    display             : block;
    margin-bottom       : 5px;
    font-size           : 1em;
}

div#edit_bar {
    clear               : both;
    margin              : 10px 0;
}

/* SHARE NOTICE BAR */

#share_bar {
    clear           : both;
    position        : relative;
    display         : block;
    margin          : 20px auto;
    min-width       : 100px;
    min-height      : 25px;
}

#share_bar li {
    margin-right: 10px;
    float: left;
    padding: 0;
}

#share_bar li a.facebook-share img {
    height: 36px;
    width: 36px;
    margin-top: -2px;
}

/* END SHARE NOTICE BAR */

/* GENERIC NOTICE PAGES */
div.content {
    padding             : 0 15px;
}

h2#notice_headline span.memorialDates {
    font-size           : 0.8em;
}

div.none {
    font-size           : 1.1em;
    padding             : 10px;
}

/* Admin bar */
#admin_bar {
    padding             : 10px 15px;
    line-height         : 1.5;
    float               : none;
}

#admin_bar span {
    margin-right        : 15px;
    white-space         : nowrap;
}

#admin_bar form,
#admin_bar fieldset {
    display             : inline;
    vertical-align      : top;
    line-height         : 1.6;
}

/* Notes */

#notes {
    border-width        : 0;
    max-height          : 150px;
    overflow-y          : auto;
    background          : #FFE1E1;
    border              : 1px solid red;
}

#notes p {
    color               : red;
    margin-bottom       : 0;
    font-size           : 1.1em;
}

#notes li {
    padding             : 0 5px 5px;
    margin-bottom       : 5px;
    border-bottom       : 1px dashed red;
}

#notes li:last-child {
    border-width        : 0;
}

#notes li div {
    text-align          : right;
}

#notes li form,
#notes li form div {
    display             : inline;
}

/* Notice text */
div.notice_text {
    font-size           : 1.1em;
}

#original_image .show_original,
#original_image p {
    text-align          : center;
}

.show_original {
    display             : block;
    clear               : both;
    margin              : 10px auto;
    text-align          : center;
}

/*** SHARE NOTICE ***/

div#share_notice {
    position            : absolute;
    left                : 20px;
    top                 : 25px;
    width               : 500px;
    background          : white;
    border              : 10px solid white;
    z-index             : 100;
}

div#share_notice div.wrapper {
    width               : auto;
    border              : 8px solid #d9d9d9;
    display             : block;
}

div#share_notice h3 {
    color               : black;
    font-size           : 1.2em;
    font-weight         : normal;
    margin-bottom       : 5px;
    background          : #E5E5E5;
    padding             : 10px;
}

div#share_notice a.close_share {
    float               : right;
    margin              : 0.8em 1em 0 0;
}

div#share_notice ul {
    margin              : 10px;
}
div#share_notice ul li {
    width               : 220px;
    float               : left;
    border-top          : 1px dotted #d9d9d9;
    padding             : 4px 0;
    margin-right        : 10px;
}

div#share_notice img {
    margin-right        : 5px;
    vertical-align      : bottom;
}


div#share_notice.hidden {
    display             : none;
}

div#share_notice.visible {
    display             : block;
}

/* PREMIUM */

div#premium_bar {
  width                 : 610px;
  margin-left           : -120px;
  margin-top            : 50px;
  margin-bottom         : -10px;
  border-bottom         : 1px solid #eee;
}

div.premium {
  background            : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/premium_big.png') no-repeat right top ;
  padding               : 10px 120px 10px 10px;
  min-height            : 70px;
}

#premium_exp {
    margin-right        : 200px;
}

.color_widget {
    position            : relative;
}

.color_preview {
    height              : 20px;
    width               : 100px;
    position            : absolute;
    border              : 1px solid silver;
}

.color_picker {
    position            : relative;
    top                 : 0;
    left                : 205px;
}

#field-customise_bg-image fieldset {
    background          : #f5f5f5;
    border              : 1px solid silver;
    width               : 350px;
    padding             : 5px;
}

#customise_bg .form_body,
#customise_bg fieldset,
#customise_bg .form_buttons {
    margin             : 0;
}

#field-customise_theme-theme {
    padding-left        : 0;
}

#premium_settings {
    display             : inline-block;
    width               : 100%;
}

#premium_settings .col {
    width               : 40%;
    float               : left;
    margin              : 0 10px;
    padding             : 10px;
}

#premium_settings .settings {
    margin-bottom       : 25px;
    width               : 100%;
    clear               : both;
    display             : inline-block;
}

#premium_settings .preview {
    padding             : 10px 10px 10px 20px;
    border              : 1px solid #eee;
    margin-bottom       : 10px;
    background          : white;
}

#premium_settings .preview span {
    color               : inherit;
}

#premium_settings .buttons button {
    float               : left;
}

/* ADD CONTRIBUTIONS */
/* Short form */
div#add_contrib_short {
    clear               : both;
    background          : #f5f5f5;
    padding             : 10px 15px;
    margin-bottom       : 0;
}

div#add_contrib_short fieldset.fields {
    margin-bottom       : 0;
}

div#add_contrib_short div.form_body {
    margin              : 0;
    padding             : 5px 0;
    width               : 100%;
}

div#add_contrib_short div.field {
    float               : left;
    width               : 23em;
    padding-left        : 14em;
}

div#add_contrib_short label {
    margin-left         : -14em;
    width               : 13em;
}

div#add_contrib_short input {
    width               : 21em;
}

div#add_contrib_short a {
    padding             : 2px 7px 4px;
}

/* FULL FORM */
#contrib_form_wrapper {
    position            : absolute;
    background          : white;
    width               : 620px;
}

#add_contrib_full {
    width               : 100%;
    background          : white;
    position            : relative;
    padding             : 10px 0 15px;
    margin-bottom       : 30px;
}

#add_contrib_full .contrib_form {
    background          : #F5F5F5;
    border              : 1px solid silver;
    border-top          : 0;
    padding             : 8px;
}

#add_contrib_full > h2{
    font-size           : 2em;
}

#contrib_form_wrapper #add_contrib_full  {
    margin              : 28px 10px 0 10px;
    border-top-width    : 0;
}

#contrib_form_wrapper #close_link {
    width               : 100%;
}

fieldset.admin {
    margin-bottom       : 20px;
    padding             : 10px;
}

div#add_contrib_full div.form_body {
    padding             : 0;
    width               : 100%;
}

fieldset#contrib_intro {
    background          : #f5f5f5;
}

#add_contrib_full .fields {
    padding             : 10px;
}

#add_contrib_full div.form_buttons {
    padding             : 0 0 0 10px;
}

/* Contrib form tabs */
ul#contrib_tabs {
    display             : inline-block;
    border-bottom       : 1px solid #c5c5c5;
    width               : 100%;
    height              : 123px;
    font-size           : 0.9em;
    margin-bottom       : -4px;
}

ul#contrib_tabs li {
    float               : left;
    width               : 105px;
    height              : 116px;
    border              : 1px solid #c5c5c5;
    border-bottom       : 0;
    text-align          : center;
    margin              : 0 2px 0 0;
    padding             : 3px;
}

ul#contrib_tabs li:hover {
    border-color        : gray;
}

ul#contrib_tabs li.selected {
    background          : white;
    height              : 117px;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f5f5f5', GradientType=0 );
}

ul#contrib_tabs li a {
    color               : #626262;
    display             : block;
    width               : 100%;
    height              : 100%;
}

ul#contrib_tabs li a:hover {
    text-decoration     : none;
    color               : #0A73D6;
    border              : 1px solid transparent !important;
}

ul#contrib_tabs li.selected:hover {
    border-color        : #c5c5c5;
}

ul#contrib_tabs li.selected a:hover {
    color               : #626262;
    border-width        : 0;
}

ul#contrib_tabs li a img {
    display             : block;
    margin              : 0px auto;
}

#add_contrib_full form .form_buttons button {
    background          : #01679a url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/blue_buttonbg.gif') top left no-repeat;
    color               : white;
}

/* Gift Form */
#gift_edit fieldset.fields {
    padding-bottom      : 0;
    margin-left         : 120px;
}


#gift_edit fieldset.admin {
    margin-left: 0;
}

#field-gift_edit-image {
    padding-left        : 0;
    position            : static;
}

#field-gift_edit-image fieldset {
    background          : #f5f5f5;
    border              : 1px solid silver;
    width               : 350px;
    padding             : 5px;
}

#field-gift_edit-image.clipart_selector fieldset {
    position            : absolute;
    bottom              : 2em;
    z-index             : 10000;
}

div.selected img {
    border: #67afdd 2px solid;
}

#gift_edit #gift_preview img {
    position            : absolute;
    left                : -120px;
    top                 : 4px;
}

#gift_edit .form_buttons {
    margin              : 0 0 0 120px;
}

#field-gift_edit-name,
#field-gift_edit-message {
    padding             : 0;
    background          : transparent;
    border              : none;
    margin              : 0 0 10px 0;
    display             : inline-block;
    width               : 100%;
}

#field-gift_edit-message name,
#field-gift_edit-message label {
    display             : block;
    margin              : 0 0 5px 0;
    width               : 20em;
}

#field-gift_edit-name input:focus + p.description,
#field-gift_edit-message input:focus + p.description,
#gift_edit-name div.focussed p.description {
  left: 27em;
  top: 1.6em;
}

/* Comment Form */
#field-comment_edit-clip_art fieldset {
    background          : #f5f5f5;
    border              : 1px solid silver;
    width               : 350px;
    padding             : 5px;
}

#field-comment_edit-clip_art.clipart_selector fieldset {
    position            : absolute;
    bottom              : 2em;
}

#comment_edit #clipart_preview {
    position            : absolute;
    left                : 0;
    bottom              : 10px;
    width               : 11em;
    text-align          : center;
}

#comment_edit #clipart_preview img {
    display             : block;
    margin              : 0 auto 15px;
}

#image_fields h2 {
    float               : left;
}

#image_fields a#show_extra_images {
    float               : left;
    line-height         : 2.4em;
    margin-left         : 20px;
}

/* Greetings Form */
#greeting_preview {
    float               : left;
    margin              : 0 0 10px -160px;
    width               : 150px;
    height              : 150px;
}

#field-add_greeting-image {
    background          : transparent;
    border-width        : 0;
    margin              : 0 0 10px 12em;
    padding             : 0;
}

#field-add_greeting-image fieldset {
    float               : left;
    width: 320px !important;
	margin-left: 25px;
}

/* Video form */

#video_prices,
#video_price {
    margin-bottom       : 20px;
    border              : 1px dashed #dfdfdf;
    padding             : 10px 10px 5px;
    width               : 39em;
}

#video_prices ul {
    margin-bottom       : 1em;
}

#video_prices li {
    margin              : 0 15px 3px 20px;
}

#video_prices span.duration {
    float               : left;
    width               : 8em;
}

#field-video_upload-title label,
#video_upload h3 {
    font-weight         : bold;
    margin              : 15px 0 5px;
}

#video_upload-title {
    display             : block;
    clear               : left;
}

#order_display #field-video_upload-title label {
    margin              : 0 0 0 -12em;
}

#upload_fields {
    border              : 1px solid #dfdfdf;
    padding             : 15px 10px;
}

#upload_fields div.focussed p.description {
    left                : 28em;
    top                 : 2em;
    width               : 22em;
}

#upload_fields button {
    margin-top          : 15px;
}

#upload_fields .upload_ok {
    display             : block;
    clear               : both;
}

#video_upload .upload  label {
    font-size           : 1.2em;
    margin              : 0 5px 5px 0;
    width               : auto;
}

#video_upload .upload div.field {
    padding-left        : 0px;
    width               : auto;
}

#recorder,
#video_preview {
    margin-top          : 20px;
}

#recorder h3 {
    margin-bottom       : 10px;
}

#video_preview p {
    margin              : 0 0 20px 10px;
}

#video_preview button {
    margin-top          : 5px;
}

#video_preview div.video {
    margin              : 20px;
}

/* CONTRIBUTIONS */
cite.author {
    display             : block;
    margin-bottom       : 0.5em;
    font-size           : 12px;
}

div.contribs ul h3 {
    color               : #346898;
}

div.contribs {
    clear               : both;
    margin              : 0 0 40px 0;
    display             : inline-block;
    width               : 100%;
}

div.contribs ul {
    clear               : both;
    display             : inline-block;
    width               : 100%;
}

div.contribs li.row {
    width               : 98%;
    padding             : 5px 1% 10px;
    display             : inline-block;
    margin              : 0 0 5px;
    font-size           : 14px;
}

li.no_results {
    font-size           : 1.1em;
    padding             : 10px;
    margin-top          : 10px;
}

div.contribs li.no_results {
    margin-top          : 10px;
}

li.links_row {
    background          : #efefef;
    padding             : 10px 20px;
    font-size           : 1.1em;
    height              : auto !important;
    height              : 1px;
}

li.links_row .top_link {
    float               : right;
}

div.contribs ul li {
    position            : relative;
}

div.contribs li div.image_wrapper {
    margin              : 0 10px 10px 0;
}

div.contribs li cite.author img {
    float               : left;
    margin              : 0 10px 10px 0;
    padding             : 5px;
    border              : 1px solid #d9d9d9;
}

div.contribs a.offensive {
    float               : right;
    font-size           : 0.8em;
    clear               : right;
}

ul li.hover div.moderation,
ul li.comment_row:hover div.moderation,
ul li.donation_row:hover div.moderation,
ul li.event_row:hover div.moderation,
ul li.diary_row:hover div.moderation,
ul li.greeting_row:hover div.moderation,
ul li.video_row li:hover div.moderation,
ul li.gift_row li:hover div.moderation,
ul li.flower_row li:hover div.moderation,
ul li.image_row li:hover  div.moderation,
ul li.star_row:hover div.moderation,
ul li.slideshow_row:hover div.moderation {
    left                : -1px;
}



ul.moderate li.row {
    margin-bottom       : 1em;
}

ul.moderate li.slideshow_row.hover,
ul.moderate li.slideshow_row:hover {
    padding-bottom      : 45px;
}

ul.moderate li.slideshow_row:hover div.moderation {
    bottom              : 5px;
}


/* GIFT ROWS */
div.contribs li.gift_row li,
div.contribs li.donation_row li  {
    text-align          : center;
    float               : left;
    display             : inline-block;
    width               : 111px;
}

div.contribs li.gift_row img,
div.contribs li.donation_row img {
    padding             : 2px;
}

div.contribs li.gift_row cite,
div.contribs li.donation_row cite {
    display             : block;
    margin-top          : 5px;
}

div.contribs li.gift_row li.longer cite {
    clear               : both;
    margin-top          : 10px;
    color               : #666;
}

/* COMMENT ROWS */
div.contribs img.comment_image {
    float               : right;
    margin              : 0 0 10px 10px;
    padding             : 5px;
}

.comment blockquote {
    width               : 36em;
}

/* FLOWER ROWS */
div.contribs li.flower_row li {
    width               : 48%;
    float               : left;
    border-width        : 0px;
    margin              : 0 2% 0 0;
    padding             : 0;
}


/* IMAGE ROWS */
div.contribs li.image_row li {
    width               : 48%;
    float               : left;
    border-width        : 0px;
    margin              : 0 2% 0 0;
    padding             : 0;
}

/* GREETING ROWS */
div.contribs li.greeting_row {
    border-bottom       : 1px solid #c2c2c2;
}

.greeting_html5, .greeting_video,
div.contribs li.greeting_row iframe {
    width: 100px;
    height: 100px;
    border: 0;
    margin: 0;
}

/* VIDEO ROWS */
div.contribs li.video_row li {
    width               : 31%;
    float               : left;
    border-width        : 0px;
    margin              : 0 2.2% 0 0;
    padding             : 0;
    text-align          : center;
}

div.video_thumb {
    display             : block;
    position            : relative;
    padding             : 0 10px;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/video_bg.gif') black;
    width               : 160px;
    margin-bottom       : 10px;
}

div.video_thumb img {
    display             : block;
}

div.video_thumb img.video_play {
    position            : absolute;
    top                 : 0;
    left                : -10000px;
}

div.video_thumb:hover img.video_play {
    left                : 10px;
    border              : 1px transparent solid;
}

/* DIARY ROWS */
div.contribs li.diary_row  {
    width               : 100%;
    margin              : 5px 0;
    padding             : 0;
    border              : 0;
}

div.diary {
    border              : 5px solid #ccc;
    padding             : 5px 10px 5px 12px;
    margin              : 0 -1px;
}

div.diary div.header {
    padding-left        : 55px;
    min-height          : 50px;
    margin              : 0 0 15px 15px;
    height              : auto !important;
    width               : auto !important;
    width               : 150px;
    max-width           : 150px;
    height              : 50px;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/diary.gif') no-repeat -20px -4px;
    float               : right;
}

div.diary h3.title,
div.diary div.about {
    color               : #888;
    margin-top          : 2px;
    margin-bottom       : 2px;
}

div.diary div.header h3.title {
    font-size           : 18px;
}

div.diary h4.entry {
    color               : #777;
    font-size           : 14px;
    font-weight         : bold;
}

div.diary div.header div.about {
    font-size           : 12px;
}

div.diary blockquote,
div.diary blockquote * {
    color               : #888;
    font-size           : 12px;
}

div.diary_sample {
    margin              : 10px 50px;
}

#sample_diary {
    width               : 500px;
    margin-bottom       : 20px;
}

.diary cite {
    clear               : both;
}


/* SLIDESHOW ROWS */
div.contribs li.slideshow_row li {
    border-width        : 0px;
    margin              : 0 2% 0 0;
    padding             : 0;
}

/* PAID STAR ROWS */
div.contribs li.star_row .image_wrapper {
    float               : right;
}

div.contribs li.star_row p a {
    white-space         : nowrap;
}


/* ADDED */
div#contribs_added {
    float               : left;
    margin-right        : 20px;
    width               : 600px;
}

div#contribs_added_related {
    width               : 400px;
    float               : left;
    margin-right        : 20px;
}

div#add_related {
    width               : 400px;
    float               : left;
    margin-top          : 13px;
}

#add_related ul {
    height              : 400px;
    overflow-y          : auto;
}

#add_related .add_checkbox {
    margin              : 20px 0 5px 5px;
}

/* FOR APPROVAL */
div#for_approval li.gift_row img {
    display             : block;
    float               : left;
    margin-right        : 15px;
}

div#for_approval li.gift_row cite {
    font-weight: bold;
    color: #000000;
}

div#for_approval div.moderation {
    left                : -1px;
    bottom              : -2em;
}

div#for_approval ul.moderate li.row {
    margin-bottom       : 3em;
}

div#contribs li.gift_row li.longer {
    width: 100%;
    margin: 10px 20px 0 0;
    padding: 0 0 10px 0;
}

div#contribs li.gift_row li {
    width               : 111px;
    margin-right        : 0px;
    padding: 0 0 10px 0;
}


div#for_approval li.gift_row div.gift-image {
    float:left;
    width:80px;
    height:70px;
    text-align:left;
    margin-right:20px;
}

div#for_approval li.gift_row div.gift-image  img {
    max-width:74px;
    max-height:74px;
}

div#for_approval li.gift_row div.gift-message {
    text-align:left;
    float:left;
    width:448px;
}

/* STANDARD CONTRIBS */
#related_notices > h2,
#contribs_header h2,
div.contribs h2 {
    font-size           : 2em;
    border-bottom       : 2px solid #c2c2c2;
    padding-bottom      : 0.3em;
    margin-bottom       : 0;
}

form#contribs_filter{
    float               : right;
    margin-top          : -2.6em;
    vertical-align      : middle;
}

form#contribs_filter div {
    display             : inline;
    font-size           : 1.1em;
}

form#contribs_filter label {
    vertical-align      : middle;
    font-weight         : bold;
}

div#contrib_pager {
    padding             : 5px 0;
    font-size           : 1.1em;
}

#filter_tabs {
    width               : 100%;
    float               : left;
}

#filter_tabs li {
    padding             : 5px;
    border              : 1px solid #d8d8d8;
    border-width        : 1px;
    background          : #f5f5f5;
    margin              : -1px -1px 0 0;
}

#filter_tabs li.first {
    border-left-width   : 1px;
}

#filter_tabs li.active {
    background          : white;
}

#filter_tabs a {
    color               : black;
    padding             : 5px;
    display             : block;
    float               : left;
}

/* GIFT ROWS */
div#contribs li.gift_row li.longer {
    width: 100%;
    margin: 10px 20px 0 0;
    padding: 0 0 10px 0;
}

div#contribs li.gift_row li {
    width               : 111px;
    margin-right        : 0px;
    padding: 0 0 10px 0;
}

div#contribs li.gift_row li div.gift-image {
    float:left;
    width:80px;
    height:70px;
    text-align:left;
    margin-right:20px;
}

div#contribs li.gift_row li div.gift-image img{
    max-width:74px;
    max-height:74px;
}

div#contribs li.gift_row li div.gift-message {
    text-align:left;
    float:left;
    width:448px;
}

div#contribs li.gift_row div.moderation {
    float               : none;
    width               : 120px;
    margin-left         : -10px;
}

div#contribs li.gift_row div.moderation div {
    padding             : 2px;
}

/* IMAGE ROWS */
div#contribs li.image_row {
    padding             : 10px 1.5% 0;
}

div#contribs li.image_row li {
    width               : 47%;
    float               : left;
    margin              : 0 3% 0 0;
    padding             : 0 0 10px 0;
}

li.image_row li .image {
    width               : 100%;
    display             : inline-block;
    height              : auto !important;
    min-height          : 102px;
    height              : 102px;
}

li.image_row a.offensive {
    float               : none;
}

html body div#outer div#inner div.contribs ul li cite img {
    border              : none;
    float               : none;
    display             : inline;
    margin              : 0;
    padding             : 2px 2px 2px 0;
}


/* RIGHT COL */

button.action_button,
a.action_button {
    display             : block;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/action.gif') no-repeat white;
    height              : 44px;
    line-height         : 44px;
    vertical-align      : middle;
    padding             : 0 15px;
    margin              : 15px 0;
    font-size           : 1.3em;
    width               : 220px;
    border              : none;
    text-align          : left;
    border              : 1px solid #d9d9d9;
}

button.action_button {
    width               : 250px;
    color               : #0A73D6;
    text-decoration     : none;
}

button.action_button:hover {
    text-decoration     : underline;
    color               : #0A73D6;
}

/* NOTICE HOME PAGE */
div.notice_left_col {
    float               : left;
    width               : 580px;
    margin-right        : 30px;
}

div.notice_attribs {
    margin-bottom       : 15px;
}

div.notice_attribs div.label {
    width               : 8em;
}

div.notice_attribs div.value {
    width               : 20em;
}

div#notice_locked {
    font-style          : italic;
    margin              : 15px 0;
}

.actions a {
    margin              : 0;
    text-align          : center;
    padding             : 2px 4px;
    white-space         : nowrap;
}

div#name_searches {
    clear               : both;
    padding             : 10px 0;
}

div#name_searches h4 {
    padding             : 5px 0;
    border-bottom       : 1px #D5D5D5 solid;
}

div#name_searches p {
    margin               : 10px 0 0;
}

div#name_searches li {
    line-height         : 1.5em;
}


/* NOTICE CONTROL PANEL */
div#control_panel {
    border              : 1px solid #B6D6B1;
    margin-bottom       : 30px;
    padding             : 0 10px;
}

div#control_panel a.editor_mode {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/gradient/manage.gif') repeat-x top left #CFF1C9;
    display             : block;
    font-size           : 1.3em;
    padding             : 5px 5px 5px 20px;
    margin              : 0 -10px;
}

div#control_panel a:hover {
    text-decoration     : none;
}

div#control_panel a.editor_mode img {
    vertical-align      : middle;
    margin-right        : 5px;
}

div#notice_status {
    margin              : 10px 0;
}

div#notice_status div.status {
    margin-right        : 20px;
    display             : inline;
}

div#notice_status span.title {
    font-weight         : bold;
}

div#notice_status input.button {
    margin-right        : 10px;
    margin-left         : 5px;
}

div#notice_status div#extra_admin_info {
    margin              : 10px 0;
}

div#notice_status div#extra_admin_info div {
    display             : inline;
    margin              : 0 15px 0 0;
}


div#approval_requests {
    border-top          : 1px solid #D5D5D5;
    padding-top         : 10px;
    margin              : 10px 0 15px 0;
}

div#approval_requests h3 {
    margin-bottom       : 10px;
}

div#approval_requests ul {
    margin              : 0 10px;
}

div#approval_requests li {
    float               : left;
    width               : 30%;
    margin-right        : 10px;
}

div#approval_requests li h3 {
    background          : #D5D5D5;
    color               : black;
    margin              : 0 0 5px 0;
    padding             : 3px 5px;
    font-weight         : normal;
}

div#approval_requests li p {
    padding             : 5px;
}

div#approval_requests a {
    clear               : left;
}

/* NOTICE RIGHT COL */
.notice_right_col {
    float               : right;
    width               : 240px;
}

.notice_right_col .block {
    background          : #f5f5f5;
    padding             : 10px;
    margin-bottom       : 20px;
    display             : inline-block;
    width               : 100%;
    box-sizing          : border-box;
    border              : 1px solid silver;
}

#florist_rightcol.block {
    border              : 0;
    margin-bottom       : 0;
}

#send_flowers_tracker {
    position:   absolute;
    top:        -1000px;
    left:       -1000px
}

#certainty_ad_sidebar {
   margin-bottom: 30px;
}

#certainty_ad_bottombar {
   width:600px;
   margin:-30px auto 10px auto;
}

#certainty_ad_bottombar_large {
   width:728px;
   margin:-30px auto 10px auto;
}

#make_donation h3,
.notice_right_col .block h3,
#florist_rightcol_header {
    text-align          : center;
    font-weight         : bold;
    width               : 100%;
    font-size           : 12pt;
    color               : #626262;
}

.notice_right_col a.button {
    padding             : 5px;
    display             : inline-block;
}


#make_a_donation button {
    height              : 42px;
    width               : 178px;
    background-image    : url('/img/donate_purple.png') !important;
    background-repeat   : no-repeat !important;
    border              : 0;
    color               : transparent !important;
}

#right_contact img,
#right_gift img,
#flowers_rightcol li img,
#right_video img,
#right_greeting img,
#right_diary img,
#right_slideshow img,
#right_star img,
#right_premium img {
    float               : left;
}

#flowers_rightcol ul {
    max-height          : 150px;
    overflow-y          : auto;
    padding-right       : 5px;
    margin              : 0 -8px;
}

#flowers_rightcol h3 {
    clear               : both;
}

#flowers_rightcol li p {
    margin-left         : 50px;
}

#flowers_rightcol cite {
    font-style          : normal;
    margin-bottom       : 0
}

.flower_ad {
    margin-bottom       : 10px;
    display             : inline-block;
}

/* EDITOR PASSWORD */
div#editor_pwd {
    text-align          : center;
}


/* RELATED NOTICES */
div#related_notices {
    margin              : 20px 0;
    clear               : both;
}

#add_related_button {
    float               : right;
    margin-top          : 0.3em;
}

#related_notices .admin {
    display             : none;
}

#related_notices ul {
    max-height          : 600px;
    overflow-y          : auto;
    clear               : both;
}

#related_notices li .admin fieldset,
#related_notices li .admin form {
    display             : inline;
}

#related_notices li:hover {
    background          : #fdfdfd;
}

#related_notices li:hover .admin {
    display             : block;
}

#more_related {
    border-top          : 1px dashed #CCCCCC;
    padding-top         : 10px;
    text-align          : right;
}

#more_related span {
    font-size           : 1.2em;
    font-style          : italic;
    margin-right        : 5px;
}

/* CHARITIES */
ul#charities {
    border              : 1px solid #D5D5D5;
    border-width        : 0 1px 1px 1px;
}

ul#charities li {
    text-align          : center;
    border-bottom       : 1px solid #D5D5D5;
    padding             : 10px 0;
    margin              : 0 10px;
}
ul#charities li.actions {
    border              : 0;
}

ul#charities h3 {
    font-size           : 1em;
    margin-bottom       : 5px;
}

ul#charities div.actions button {
    margin              : 5px;
}

ul#charities div.more_info {
    background          : #E8E8E8;
    color               : black;
    text-align          : left;
    padding-bottom      : 2px;
}

ul#charities div.more_info a {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/plus.gif') 5px 5px no-repeat;
    padding             : 2px 0 0 20px;
    display             : block;
    margin              : 2px;
}

ul#charities div.open a {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/minus.gif') 5px 5px no-repeat;
}

ul#charities div.more_info p {
    height              : 120px;
    overflow            : auto;
    padding             : 5px 5px 0;
    margin              : 5px 2px 0;
    background          : white;
}

ul#charities div.closed p {
    display             : none;
}


/* EDIT CHARITIES */
div#edit_charities h3 {
    color               : black;
    font-weight         : normal;
}

div#charity_finder_container {
    margin              : 10px;
}

div.charity_finder {
    margin              : 10px 10px 25px 15px;
}

div.charity_finder div {
    margin              : 5px 0;
}

div.charity_finder select {
    width               : 25.5em;
}

ul#charity_results h3 a {
    color               : black;
    font-size           : 1.2em;
}

ul#charity_results div.charity {
    padding             : 10px;
}

ul#charity_results div.actions {
    float               : right;
    margin              : 10px 0;
    clear               : both;
}

ul#charity_results li {
    border-top-width    : 1px;
}

ul#charity_results li a img {
    float               : right;
    margin              : 0 0 15px 15px;
}

/* COMMENTS */
ul#events,
ul#images,
ul#comments {
    width               : auto;
    border-top-width    : 1px;
    clear               : both;
    margin-bottom       : 30px;
}

ul#events li,
ul#images li,
ul#comments li {
    margin-bottom       : 20px;
    padding-top         : 5px;
    border-bottom       : 1px solid #E5E5E5;
}

ul#events li.last {
    border-bottom       : none;
}

ul#events li.actions {
    text-align          : left;
}

ul#events li div.event,
ul#comments li div.comment {
    padding             : 10px;
}

ul#gifts div.actions,
ul#admin_results div.actions,
div#help div.actions,
ul#events div.actions,
ul#images div.actions,
ul#comments div.actions {
    background          : #CFF1C9 url('//iannounce-cdn.co.uk/static/1743154356/img/gradient/manage.gif') repeat-x left top;
    border              : 1px solid #B6D6B1;
    padding             : 5px 15px;
    clear               : both;
}

ul#events div.actions a.button,
ul#images div.actions a.button,
ul#comments div.actions a.button {
    float               : right;
    line-height         : normal;
    margin              : 0;
}

ul#events li.pending,
ul#comments li.pending  {
    color               : #d9d9d9;
}

div.comment img.comment_img {
    float               : right;
    margin              : 0px 0px 15px 15px;
}

cite.author a img {
    vertical-align      : middle;
}

div#preview {
    margin-bottom       : 15px;
    width               : 572px;
    border              : 1px solid #d9d9d9;
    background          : #EFEFEF
}

div#preview ul {
    border-width        : 0;
}

div#attached_img {
    float               : right;
    width               : 190px;
    margin-right        : 60px;
}

div#attached_img h3 {
    margin              : 0 0 0 15px;
}

div#attached_img a:hover span.image_details {
    position            : absolute;
    left                : -200px;
    top                 : -30px;
}

div#attached_img a.button {
    margin-left         : 15px;
}


div.lightbox {
    background          : black;
    opacity             : 0.70;
    filter              : alpha(opacity=70);
    cursor              : pointer;
    display             : none;
}

div.iframe_wrapper {
    border              : 1px solid black;
    padding             : 2px;
    background          : #f0f0f0;
}

#redirecting {
    position            : absolute;
    background          : white;
    border-radius       : 10px;
}

#redirecting div {
    display             : inline-block;
    background          : url("//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/waiting.gif") no-repeat scroll 95% 50% transparent;
    padding             : 10px 100px 10px 20px;
    font-size           : 1.5em;
    line-height         : 50px;
    height              : 50px;
    font-style          : italic;
}

a#close_link {
    float               : right;
    height              : 26px;
    width               : 26px;
    background          : #f0f0f0 url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/close.gif') right top no-repeat;
}

a#close_link:hover {
    text-decoration     : none;
    cursor              : pointer;
}

#close_window {
    clear               : both;
    width               : 810px;
    float               : left;
    border-top          : 1px solid #cfcfcf;
    margin              : 10px 0 15px 10px;
    padding             : 15px 0;
}

#close_window a {
    padding             : 5px 10px;
    font-size           : 1.2em;
    clear               : both;
}

/* FLASH REQUIRED */
div.flash_required {
    padding             : 10px;
    text-align          : center;
    background          : #EFEFEF;
}

/*********** GREETINGS **************/

/* Display greetings */
div#greetings_wrapper {
    clear               : both;
}

div#videos_header,
div#greetings_header {
    padding             : 15px 15px 5px 20px;
    border              : 1px solid #D5D5D5;
    border-width        : 1px;
}

div.greeting {
    display             : inline-block;
    width               : 100%;
}

ul#greetings {
    margin-bottom       : 10px;
}

ul#greetings li {
    border              : 1px solid #D5D5D5;
    border-width        : 0 1px 1px;
    padding             : 5px;
}

ul#greetings li div.greeting{
    border-width        : 0;
    width               : 534px;
}

div.greeting_image {
    float               : left;
    width               : 100px;
    height              : 100px;
    margin-right        : 10px;
}

div.greeting div.message {
    background          : none;
    border              : none;
    box-shadow          : none;
    margin-left         : 120px;
}

div#greeting_advert {
    margin-bottom       : 30px;
}

/* SUGGESTED MESSAGES */
#suggestedMsgs h3 {
    margin              : 0 10px 30px 0;
    font-size           : 1.1em;
    float               : left;
}

div#suggestedMsgs a#clickToView {
    color               : #0A73D6;
    text-decoration     : none;
    font-size           : 0.9em;
    font-weight         : normal;
}

div#suggestedMsgs div#suggestedMsgTabs {
    clear               : both;
    margin-top          : 5px;
    border-top          : 1px solid #ccc;
    border-left         : 1px solid #ccc;
    border-right        : 1px solid #ccc;
    padding             : 3px;
    background          : #eaeaea;
}

div#suggestedMsgs div#suggestedMsgTabs a {
    border-right        : 1px solid #ccc;
    text-align          : center;
    padding-left        : 3px;
    padding-right       : 3px;
}

div#suggestedMsgs div#suggestedMsgTabs a.active {
    font-weight         : bold;
}

div#suggestedMsgs div#suggestedMsgTabs a.last {
    border-right       : 0px solid #ccc;
}


div#suggestedMsgs div#suggestedMsgTabs a:hover {
    background          : #ccc;
}

div#suggestedMsgs div#suggestedMsgTabs a {
    border-right:1px solid #ccc;
    text-align:center;
    padding-right:3px;
}

div#ListContainer {
    display             : none;
    height              : 210px;
}

div#suggestedMsgs ul.suggestedMsgList {
    display             : none;
    clear               : both;
    background          : #FFFFC8;
    padding             : 0px;
    height              : 150px;
    overflow            : auto;
    border              : 1px solid #d9d9d9;
    margin              : 0px 0 15px;
}

div#suggestedMsgs ul.suggestedMsgList li {
    list-style          : none;
    border-bottom       : 1px dotted #d9d9d9;
    margin              : 0px 0px 0px 0px;
    padding             : 0px;
    width               : 100%;
}

div#suggestedMsgs ul.suggestedMsgList li a {
    text-decoration     : none;
    display             : block;
    color               : black;
    padding             : 5px;
    margin              : 0px;
}

div#suggestedMsgs ul.suggestedMsgList li:hover {
    background          : white;
}

div#suggestedMsgs ul.suggestedMsgList li a:hover {
    background          : white;
}

/* GALLERY */
ul.gallery {
    border              : 1px solid #D5D5D5;
    width               : 100%;
    margin-bottom       : 10px;
}

ul.gallery li {
    float               : left;
    width               : 190px;
}

div.image_wrapper {
    background          : white;
    padding             : 2px;
    float               : left;
}

div.image_wrapper img {
    display             : block;
}

div.image_wrapper a {
    display             : block;
}


/* DISPLAY IMAGE */
div#gallery_image div.notice_left_col {
    width               : 612px;
    margin-right        : 20px;
}

div#gallery_image div.notice_right_col {
    width               : 220px;
}

a#back_to_gallery {
    float               : right;
    margin-right        : 15px;
    padding-right       : 30px;
    line-height         : 1.65em;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/icon_gallery.gif') right 2px no-repeat;
}

div#prevNext {
    height              : 1.65em;
    margin-bottom       : 15px;
    color               : gray;
    padding             : 0 15px;
}

div#prevNext img {
    vertical-align      : middle;
    border              : none;
}

div#previous_link,
div#next_link {
    line-height         : 1.65em;
    width               : 50%;
    float               : left;
}

div#next_link {
    text-align          : right;
}

div#gallery_image div#right_col {
    float               : right;
    width               : 220px;
}

div#image_details {
    padding-top         : 10px;
    border-top          : 1px solid #D5D5D5;
}

div#image_details h3 {
    color               : black;
    font-weight         : normal;
}

div#image_details cite {
    margin-top          : 15px;
    display             : block;
}

div#gallery_image div#image_container {
    border-top          : 1px solid #D5D5D5;
    padding             : 15px 0 20px;
    width               : 612px;
}

div#gallery_image img#main_image {
    border              : 1px solid #D5D5D5;
    padding             : 5px;
}

div#upload_photo {
    margin-top          : 40px;
    border              : 1px solid #D5D5D5;
    padding             : 10px;
    position            : relative;
    height              : 1%;
}

div#upload_photo p {
    margin-bottom       : 20px;
    color               : black;
}

div#upload_photo img {
    position            : absolute;
    right               : 10px;
    bottom              : -30px;
}

div#gallery_image div.actions {
    border              : 1px solid #B6D6B1;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/gradient/manage.gif') repeat-x top left #CFF1C9;
    padding             : 5px;
}

div#gallery_image div.actions a {
    float               : right;
    line-height         : 1em;
}

a#organise_gallery_link {
    padding-left        : 0;
}

/* ORGANISE GALLERY */
div#gallery_outer {
    width               : 575px;
    position            : relative;
}


div#please_wait {
    display             : none;
    position            : absolute;
    padding             : 50px 20px;
    width               : 600px;
    background          : gray;
    color               : white;
    text-align          : center;
    font-size           : 2em;
    font-weight         : bold;
    top                 : 70px;
    left                : 100px;
    opacity             : 0.95;
    filter              : alpha(opacity=95);
}

div#approval_outer {
    float               : right;
    width               : 190px;
    margin-right        : 25px;
}

div#gallery_outer {
    margin-right        : 200px;
}

ul#active,
ul#approval {
    height              : auto !important;
    min-height          : 400px;
    height              : 400px;
    padding-top         : 15px;
}

ul.gallery div.actions {
    text-align          : center;
    background          : #CFF1C9 url('//iannounce-cdn.co.uk/static/1743154356/img/gradient/manage.gif') repeat-x scroll left top;
    padding             : 5px 3px 3px;
    margin              : -10px 9px 5px;
}

ul.gallery a.button {
    display             : inline;
    padding             : 3px;
    margin              : 5px;
}

button.delete_img,
ul.gallery a.delete_img {
    background          : #DEDEDE url('//iannounce-cdn.co.uk/static/1743154356/img/gradient/button_delete.gif') repeat-x;
}

ul.gallery li.pending,
div.drag {
    margin              : 0;
    list-style          : none;
    opacity             : 0.67;
    filter              : alpha(opacity=67);
    z-index             : 10000;
}

ul.gallery li.pending {
    background          : #d9d9d9;
}

ul.gallery li.pending div.image_wrapper,
div.drag div.image_wrapper {
    border              : none;
}

div.drag div.actions,
div.drag a:hover img.zoom,
div.drag a:hover span.image_details {
    display             : none;
}


/* AJAX GALLERY */

.ajax_gallery {
    border              : 1px solid #ccc;
    width               : 680px;
    padding             : 10px;
    margin              : 0 auto;
}

.ajax_gallery h1 {
    font-size           : 2em;
    border-bottom       : 1px solid #ccc;
    padding-bottom      : 2px;
}

#view_gallery {
    float               : right;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/icon_gallery.gif') no-repeat right 2px;
    padding-right       : 35px;
    line-height         : 28px;
    margin              : 5px 15px 0 0;
}

.ajax_gallery #fullsize_container {
    position            : relative;
}

.ajax_gallery .image_wrapper {
    width               : 110px;
    height              : 110px;
    overflow            : hidden;
    margin              : 0 auto;
    float               : none;
    border              : none;
}

#fullsize_container .image_wrapper {
    width               : 600px;
    height              : 600px;
}

.ajax_gallery #image_info {
    position            : relative;
    width               : 500px;
    padding-right       : 100px;
    margin              : 5px auto;
}

.ajax_gallery #image_info h2.caption {
    font-size           : 16px;
    line-height         : 20px;
    width               : 400px;
}

.ajax_gallery #image_info cite.author {
    font-size           : 14px;
    line-height         : 18px;
}

.ajax_gallery #image_info a.upload {
    position            : absolute;
    top                 : 0;
    right               : 0;
    margin-right        : 0;
}

.ajax_gallery #thumbnail_container {
    position            : relative;
    width               : 600px !important;
    padding             : 10px 40px 0 40px;
    margin-top          : 10px;
    border-top          : 1px dashed #ccc;
}

.ajax_gallery #thumbnail_viewport {
    width               : 600px;
    overflow            : hidden;
}

.ajax_gallery ul.gallery {
    margin              : 0;
    padding             : 0;
    width               : 680px;
    border              : 0;
}

.ajax_gallery ul.gallery li {
    width               : 110px;
    height              : 110px;
    margin              : 0 11px 10px 0px !important;
    margin              : 0 5px 6px 0;
    padding             : 0;
}

.ajax_gallery ul.gallery li a {
    width               : 100px;
    height              : 100px;
    margin              : 0;
    padding             : 5px;
    background-color    : #f4f4f4;
    border              : 1px solid #ccc;
    display             : block;
}

.ajax_gallery ul.gallery li a:hover {
    border              : 1px solid #ec6;
    background-color    : #f8f8f8;
}

.ajax_gallery ul.gallery li a.warm {
    border              : 2px solid #ec6;
    padding             : 4px;
}

.ajax_gallery ul.gallery li a img {
    margin              : auto auto;
    display             : block;
}

.ajax_gallery a.page {
    display             : block;
    position            : absolute;
    top                 : 45px;
    width               : 30px;
    height              : 30px;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/page_prev_next.gif') no-repeat 0 0;
}

.ajax_gallery a.prev {
    left                : 0;
}

.ajax_gallery a.page:hover {
    background-position : 0 -50px;
}

.ajax_gallery a.next {
    background-position : -50px 0px;
    right               : 0;
}

.ajax_gallery .first a.prev,
.ajax_gallery .last a.next {
    display             : none;
}

.ajax_gallery a.next:hover {
    background-position : -50px -50px;
}

.ajax_gallery #thumbnail_container a.page,
.ajax_gallery #fullsize_container a.page {
    top                 : 290px;
}

.ajax_gallery.all_images #thumbnail_container {
    border-top          : none;
}


/* IMAGE EDIT */
div#rotate_image {
    margin-top          : 20px;
}

div#rotate_image button {
    background          : none;
    border              : 1px solid white;
    margin-bottom       : 5px;
}

div#rotate_image button:hover {
    cursor              : pointer;
    border              : 1px solid #d9d9d9;
}


/* VIDEO PLAYER */
div#video_player_wrapper {
    padding             : 0 15px 15px;
    border              : 1px solid black;
    background          : white;
    z-index             : 1000;
}

div#player_close {
    height              : 15px;
    line-height         : 15px;
    text-align          : right;
}

div#player_close img {
    vertical-align      : middle;
}

div#video_player {
    width               : 480px;
    height              : 380px;
}

/* MANAGE EDITORS */
#notice_admin_list {
    padding             : 0 0 20px 10px;
}

#notice_admin_list form span {
    display             : block;
    width               : 31em;
    float               : left;
    clear               : both;
    margin              : 0 1em 5px 0;
}

div#manage_editors form {
    margin-bottom       : 2px;
}

#contact_person {
    margin-bottom       : 20px;
}

#contact_person select {
    width               : 25em;
}

form#del_admins li {
    border-top          : 1px solid #D5D5D5;
    padding             : 10px 0;
}

/* GIFTS ADMIN */
table#manage_gifts {
    margin              : 15px 0;
    width               : 100%;
}

table#manage_gifts th {
    background          : #E8E8E8;
}

table#manage_gifts th,
table#manage_gifts td {
    padding             : 2px 5px;
    border              : 1px solid #E8E8E8;
    font-size           : 1.2em;
}

table#manage_gifts a.button {
    white-space         : nowrap;
    float               : left;
}

table#manage_gifts tr.flagged {
    background          : #FFE1E1;
}

div#no_gifts {
    margin              : 15px 0;
}

/* USER ACCOUNT */
#your_contribs .contribs,
#your_subscriptions .results,
#your_notices .results {
    width               : 800px;
}

#your_subscriptions .results h2,
#your_notices .results h2 {
    font-size           : 1.4em;
}

#your_contribs .contribs li,
#your_subscriptions .results li,
#your_notices .results  li {
    width               : 550px;
    padding-right       : 230px;
    border-top          : 1px dashed #CCCCCC;
    border-bottom       : none;
    padding-top         : 15px;
}

#your_subscriptions .notice,
#your_notices .notice {
    border              : none;
}

#your_contribs .notice_actions,
#your_subscriptions .notice_actions,
#your_notices .notice_actions {
    width               : 200px;
    float               : right;
    padding-top         : 15px;
    margin-right        : -210px;
    text-align          : right;
}

#your_contribs .contribs li {
    width               : 600px;
    padding-right       : 180px;
}

#your_contribs .notice_actions {
    padding-top         : 0;
    width               : 150px;
    margin-right        : -160px;
}

#your_contribs .video_thumb,
#your_contribs .gift,
#your_contribs .flower,
#your_contribs .image_wrapper {
    border              : 1px solid #f0f0f0;
    margin              : 0 0 10px 10px;
    float               : right;
}

#your_contribs .contrib_info {
    margin              : 10px 200px 0 0;
    border-top          : 1px dotted #e8e8e8;
    padding-top         : 10px;
    font-style          : italic;
}

.notice_actions form,
.notice_actions form div {
    display             : inline;
}

dl#account_info {
    display : inline
}

table.your_account_data {
    clear : both;
    width : 100%;
    margin-bottom : 15px;
}

table.your_account_data thead th {
    font-weight : bold;
    text-align : left;
    white-space : nowrap;
}

table.your_account_data td {
    border-top : 1px dashed #D2CDCD;
    border-collapse: collapse;
}

table.your_account_data td, table.your_account_data th {
    vertical-align : middle;
    padding : 5px;
}

table.order_data td {
    padding : 10px;
    vertical-align : top;
}

table.order_data dt {
    font-weight : bold;
    float : left;
    clear : left;
    width : 10em;
}

table.order_data dd {
    margin-left : 10.5em;
}

#your_networks {
    width                   : 90%;
    margin-top              : 10px;
}

#your_networks th {
    padding                 : 5px 0 10px 10px;
}

#your_networks td {
    border                  : 1px dashed #e8e8e8;
    border-width            : 1px 0;
    padding                 : 5px 0 5px 10px;
}

#your_networks td img,
#your_networks td {
    vertical-align          : middle;
    width                   : auto;
}

#your_networks td.account{
    font-weight             : bold;
    font-size               : 1.2em;
}

#your_networks .on button {
    color                   : red;
}

#your_networks .off button {
    color                   : green;
}

#your_networks td.gravatar,
#your_networks td.provider_img {
    width                   : 50px;
    height                  : 50px;
    text-align              : center;
}

#your_networks td.posts_label,
#your_networks td.gravatar {
    border-left-width       : 1px;
}


#your_networks td.provider,
#your_networks td.posts_label,
#your_networks td.posts,
#your_networks td.connect {
    width                   : 6em;
}

/* HELP PAGES */
a.helpPopupLink {
    margin              : 0 2px;
}

div.help_content ol,
ol.numbered {
    list-style-type     : decimal;
}

div.help_content ul,
ul.bullets {
    list-style-type     : disc;
    margin              : 1em 1em 1em 2em;
    line-height         : 1.4;
}

div#help {
    width               : 600px;
    margin-top          : 20px;
}

div#help div#breadcrumbs,
div#help div.actions {
    margin              : 15px 0;
}

div#help div.actions div.status {
    display             : inline;
}

div#help div#subsections h2 {
    margin-top          : 20px;
    margin-bottom       : 0;
    font-size           : 1.2em;
}

div#help p,
div#help h2,
div#help h3 {
    margin              : 10px 0;
}

/* USER CONFIRMATION / FORGOTTEN */
div#error div.actions a,
div#forgotten div.actions a,
div#confirm div.actions a {
    margin-right        : 10px;
}

/* ADMIN SEARCH */
h1#limit_by  {
    border-bottom       : 1px solid #D5D5D5;
    padding-bottom      : 5px;
}

h1#limit_by span {
    font-size           : 0.6em;
    font-weight         : normal;
}

h1#limit_by span a {
    margin-left         : 10px;
}

ul#admin_results div.actions {
    padding             : 5px 15px;
    margin-bottom       : 15px;
}

ul#admin_results div.actions div.status {
    float               : left;
    margin-right        : 10px;
}

ul#admin_results div.actions div.dates {
    float               : right;
    line-height         : 1.75;
}

ul#admin_results div.actions div.dates em {
    margin-left         : 15px;
}

ul#admin_results div.object {
    border              : 1px solid #D5D5D5;
    padding             : 10px 15px;
}

ul#admin_results h2.object_type {
    background          : #EFEFEF;
    padding             : 4px 15px;
    font-size           : 1.2em;
    border              : 1px solid #D5D5D5;
    border-width        : 1px 1px 0 1px;
    line-height         : 1.3em;
    margin              : 0;
}

ul#admin_results .flagged  h2.object_type {
    background          : #FFE1E1;
}
ul#admin_results h2.object_type span.within {
    float               : right;
    font-size           : 0.85em;
}

ul#admin_results h2.object_type span.within a {
    margin-left         : 10px;
}


ul#admin_results div.image_wrapper {
    float               : left;
    margin-right        : 20px;
    margin-top          : 0;
}

ul#admin_results img.flower_img,
ul#admin_results img.gift_img {
    display             : block;
    float               : left;
    margin-right        : 20px;
}

ul#admin_results div.in_notice,
ul#admin_results div.featured_to {
    margin-top          : 10px;
}

ul#admin_results div.featured_to span.active {
    font-weight: bold;
}


table.ipn_data {
    width               : 90%;
    margin              : 10px 0 10px 50px;
}

table.ipn_data td,
table.ipn_data th {
    border-bottom       : 1px solid #d9d9d9;
    padding             : 3px;
}

div.payment li {
    padding-left        : 10em;
    display             : block;
    margin              : 3px 0;
}

div.payment ul span.label {
    width               : 9em;
    margin-left         : -10em;
    float               : left;
    clear               : left;
    font-weight         : bold;
}

tr.ipn_raw ul {
    width               : 700px;
    overflow            : hidden;
    margin              : 5px 10px 15px 30px;
}

tr.ipn_raw li {
    border-bottom       : 1px solid #DEDEDE;
    padding-left        : 15em;
}

tr.ipn_raw ul span.label {
    width               : 15em;
    margin-left         : -15em;
}

/* CREATE NOTICE */

div#createNotice h1 {
    margin-bottom       : 15px;
}

div#createNotice h3 {
    padding-bottom      : 5px;
    margin-top          : 20px;
    border-bottom       : 1px solid #D5D5D5;
}

div#createNotice div.wrapper {
    margin-left         : 10px;
}

/* QUEUES */

/* Queue display */
table#queue {
  border                : 1px solid #b8b7bc;
  width                 : 98%;
  margin                : 10px auto;
}

table#queue th,
table#queue td {
  vertical-align        : top;
  padding               : 8px 5px;
}

table#queue tr.flagged {
    background          : #FFE1E1;
}


table#queue td {
  padding               : 8px;
}

table#queue th {
    white-space         : nowrap;
}

table#queue td img {
    float               : left;
    margin-left         : -120px;
}

table#queue div.order,
table#queue div.notice {
    padding             : 8px 8px 8px 140px;
    margin              : -8px;
}

table#queue h2 {
    margin-bottom           : 10px;
}

#queue tr+tr td {
  border-top            : 1px solid #b8b7bc;
}

#queue .comment {
    background-color    : #EFEFEF;
    border              : 1px solid #808080;
    margin              : 10px 0;
    padding             : 5px 10px;
}

/* Queue controls */
form#moderate {
    background: #DDD;
    padding: 3px;
}

form#moderate p.form_error {
    display             : none;
}

form#moderate div.form_body {
    width               : auto;
    padding             : 0;
    margin              : 0;
}

div#queue_actions {
    padding             : 10px;
    background          : #EFEFEF;
}

form#moderate div.form_buttons,
div#queue_controls {
    margin              : 0 10px;
}

form#moderate div.form_buttons button {
    margin              : 15px 5px 15px 0;
}

form#moderate div.field {
    margin-top          : 10px;
}

form#moderate div.comment {
    padding             : 10px;
    font-weight         : bold;
}

form#moderate_notice .image_wrapper {
    float               : right;
}

div#queue_moderate #for_approval {
    width               : 600px;
}

/* Queue menu */
.queueMenu {
    margin   : 5px 5px;
    overflow : hidden;
}

div.queueMenu a,
div.queueMenu button {
    margin      : 5px;
    float       : left;
}

div.queueMenu button.queue_next_link  {
    border              : 1px solid #FF0000;
    font-weight         : bold;
    color               : red;
    float               : right;
    background          : white;
}

* html div.queueMenu { height : 36px; } /* IE6 hack to set haslayout */

/* Notice moderation */

div#notice_info {
    padding             : 5px 10px;
    margin              : 10px 0;
    border-bottom       : 1px solid black;
}

div#notice_info span {
    float               : left;
    width               : 50%;
    padding             : 5px 0;
}


form#moderate_notice  div.form_body {
    width               : auto;
}

form#moderate_notice ul.moderate_items li {
    border              : 1px solid #E5E5E5;
}

ul#images.moderate_items h3 {
    margin              : 10px 0 0 180px;
}

ul#images.moderate_items img {
    float               : left;
    margin              : 0 10px 10px 10px;
}

form#moderate button.save_changes,
form#moderate_notice button.save_changes {
    font-weight         : bold;
}

div#queue_default_img {
    float               : right;
    height              : 1px;
    width               : 160px;
    padding-right       : 150px;
}


div.notice_body h2.moderate_section {
    margin              : 35px 0 0;
    padding-bottom      : 5px;
}

/* Order moderation */
div#order_display {
    width               : 100%;
}

#order_info {
    width               : 100%;
    display             : inline-block;
    margin-bottom       : 20px;
}

div#order_display h2 {
    margin              : 15px 0 15px;
    padding-bottom      : 5px;
    border-bottom       : 1px solid black;
}

#order_display form {
    clear               : both;
}

div#user_info {
    margin-bottom       : 15px;
    border-bottom       : 1px solid #d9d9d9;
    padding-bottom      : 10px;
}

div#user_info div.value {
    width               : 44em;
}

div#user_content_holder {
    padding: 10px
}

li.your_account {
    padding-left : 5px;
    border-bottom : 1px solid #d9d9d9;
    margin-bottom : 5px;
}

div#order_details,
div#price_details {
    width               : 65%;
    float               : left;
}

div#price_details {
     width              : 35%;
}

div#order_info div.valueBlock {
    width               : 37em;
    margin              : 0 20px 5px 0;
}

div#order_info div.value {
    width               : 25em;
}

div#price_details div.valueBlock {
    width               : 16em;
    margin              : 0 0 5px 0;
}

div#price_details div.value {
    width               : 6em;
    text-align          : right;
}

div#reason {
    padding             : 20px 0 0;
    width               : 600px;
    clear               : both;
}

div#reason div {
    font-family         : monospace;
    padding             : 10px;
    border              : 1px solid #d9d9d9;
    margin-top          : 10px;
    max-height          : 200px;
    overflow-y          : auto;
}

div#reason hr {
    border              : 1px #d9d9d9 solid;
    border-width        : 0 0 1px 0;
}

table#payments {
    width               : 90%;
    margin              : 0 0 15px;
}

table#payments th,
table#payments td {
    padding             : 2px 5px;
}

table#payments th.amount,
table#payments td.amount {
    text-align          : right;
}

table#payments td.amount.info {
    color               : #d9d9d9;
}

table#payments tr.txn_total td.amount {
    border-top          : 1px solid #d9d9d9;
}

table#payments th {
    border-bottom       : 1px solid #d9d9d9;
}

a#order_notice_button,
a#order_edit_button {
    float               : right;
    margin-top          : 5px;
}

div#order_notice {
    display             : inline-block;
    margin              : 0 10px;
    width               : 100%;
}

div#order_notice h3 {
    margin-bottom       : 15px;
    padding-bottom      : 5px;
    border-bottom       : 1px solid black;
}

div#order_notice img {
    float               : left;
    margin-left         : 10px;
}

div#order_notice p {
    margin-left        : 120px;
}

/* EVENTS */

div#history_filters {
  border        : 1px solid #c3c3c3;
  padding       : 10px;
  margin-bottom : 10px;
}

#object_snippet_wrapper {
    padding : 0px;
    background: white;
    position: absolute;
}

#object_snippet_wrapper #close_link {
    width       : 100%;
}

#object_snippet_wrapper #admin_results {
    margin      : 48px 10px 0px;
}

table.history {
     border          : 1px solid #000;
     border-collapse : collapse;
     margin          : 5px auto;
     width           : 100%;
}

table.history th {
    border-bottom   : 1px solid #000;
    border-right    : 1px solid #000;
    font-size       : 1.1em;
    font-weight     : bold;
    line-height     : 2.4em;
    min-width       : 5em;
    padding         : 0.2em;
    vertical-align  : middle;
    text-align      : center;
}

table.history td {
    border          : 1px solid #000;
    min-height      : 2em;
    padding         : 0.2em;
    text-align      : left;
    vertical-align  : middle;
}

/* EDIT GROUPS */

div#group_edit h2,
div#group_edit h3 {
    margin              : 10px 0;
}

div#group_edit div#left_col,
div#group_edit div#right_col {
    float               : left;
    width               : 48%;
    margin-right        : 2%;
}

div#group_edit form {
    padding             : 0;
}

div#group_edit form#group_invite fieldset {
    margin-bottom       : 25px;
}

div#group_edit form#group_invite div.field {
    width               : 20em;
}

div#group_edit form#group_invite ul {
    margin              : 10px 0;
}

div#group_edit div.wrapper {
    border              : 1px solid #D5D5D5;
    padding             : 5px;
}

div#group_edit div.value {
    width               : 20em;
}

div#group_edit li span.label {
    clear               : left;
    display             : block;
    float               : left;
    font-weight         : normal;
    width               : 14em;
}

div#group_edit li span.value {
    display             : block;
    float               : left;
    margin-left         : 1em;
}

div#group_edit input.checkbox {
    float               : left;
}

div#group_edit input.text {
    width               : 20em;
}

div#group_edit li div {
    margin-left         : 2em;
    line-height         : 1.6em;
}

/* SPONSORSHIP */
form#edit_sponsor select,
form#search_sponsor select {
        width               : 25em;
}

form#edit_sponsor input.text,
form#search_sponsor input.text {
        width               : 24.4em;
}

div.sponsor_results {
    margin              : 20px 0;
}

div.sponsor_results h2 {
    padding-bottom      : 3px;
    margin              : 20px 0;
    border-bottom       : 1px solid gray;
}

div.sponsor_results p.explain {
    width               : 70%;
}

div.sponsor_results h3 {
    color               : red;
}

table.sponsors {
    width               : 100%;
    margin              : 15px 0 30px 0;
}

table.sponsors td,
table.sponsors th {
    border              : 1px solid #E8E8E8;
    padding             : 3px 5px;
    vertical-align      : middle;
}

table.sponsors th {
    vertical-align      : bottom;
}

table.sponsors tr.exact_match  td {
    background          : #EFEFEF;
}

table.sponsors .button {
    line-height         : normal;
    display             : block;
    width               : 5em;
    padding             : 0;
    margin              : 5px auto;
}

table.sponsors p.sponsor_info {
    display             : none;
}

div#current_sponsor {
    margin-top          : 20px;
}

div#current_sponsor p,
div#current_sponsor div.sponsor {
    margin-left         : 20px;
}

iframe#preview_window {
    width               : 100%;
    height              : 500px;
    border              : 1px gray solid;
    margin-top          : 20px;
    padding             : 5px;
}

div.sponsor a img {
    display             : block;
    float               : left;
}

div#sponsor_wrapper {
    float               : right;
    border              : 1px solid #D8D8D8;
    padding             : 5px 10px;
    margin              : -5px 0 10px 5px;
}

div#sponsor_wrapper p {
    line-height         : 1.2em;
    margin-bottom       : 5px;
}


/* PRE ORDER INVOICE */
#order_invoice {
    margin              : 0 0 20px;
    border              : 1px dotted #999;
    background-color    : #f0f0f0;
    padding             : 10px;
    width               : 600px;
}

#order_invoice h2 {
    padding-bottom      : 5px;
    text-align          : center;
}

#order_invoice table {
    width               : 100%;
}

#order_invoice table td {
    padding             : 6px 2px;
}

#order_invoice table .price_col {
    width               : 6em;
    text-align          : right;
    padding-right       : 5px;
}

#order_invoice table tr.invoice_total {
    border-top          : 1px solid #000;
}

#order_tscs {
    width               : 600px;
    height              : 250px;
    overflow-y          : auto;
}

ul#order_dibs_credit_cards {
    overflow : hidden;
}

ul#order_dibs_credit_cards li {
    float   : left;
    margin  : 0px 20px;
    width   : 53px;
    text-align : center;
}

/* BOOK NOTICE ONLINE */
#booking_intro {
    width               : 550px;
    padding             : 10px 5px;
    background          : #f8f8f8;
    margin              : 10px 0;
}

#booking_intro li.active {
    font-weight         : bold;
}

#booking_help img {
    vertical-align      : middle;
}

#notice_preview {
    position            : relative;
    margin-right        : 50px;
    text-align          : center;
    background          : white;
    *width              : 270px;
    z-index             : 1000;
}

#notice_preview img {
    border              : 1px solid #d8d8d8;
}

#notice_preview .waiting {
    position            : absolute;
    background-color    : transparent;
    display             : none;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    border-width        : 0px;
}

#bg_preview {
    float               : left;
    margin              : 0 0 10px -12em;
    width               : 100px;
    height              : 100px;
    border              : 1px solid silver;
}

#field-notice_book-bg {
    background          : transparent;
    border-width        : 0;
    margin              : 10px 0 10px 12em;
    padding             : 0;
}

#field-notice_book-bg fieldset {
    float               : left;
}

/* FILE UPLOADER */
form.uploader,
iframe.uploader {
    position        : absolute;
    left            : -10000px;
}

html body div.uploading {
    height              : 2em;
    background-position : 7% 50%;
    color               : black;
    font-weight         : bold;
    height              : auto;
    padding             : 4px 0;
    margin              : 10px 0;
    border              : none;
}

html body div.uploading div {
    margin-left         : 12em;
}

#add_contrib_full button.cancel_upload,
html body form div.uploading button.cancel_upload {
    margin-left         : 10px;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/close.gif') 50% 50% no-repeat;
    width               : 24px;
    height              : 24px;
    border              : none;
}

/************* BUSINESSES ************************************/
/*------------------------------------------------------------------------
 * business display
 *------------------------------------------------------------------------*/

.business .logo {
    float               : right;
    margin              : 0 0 15px 15px;
    max-width: 200px;
}

#business_info td.label {
    white-space: nowrap;
    padding: 0.3em;
    padding-left: 0;
}

.business h3 {
    font-size           : 1.3em;
    color               : black;
}

.featured_business h3 {
    padding-left        : 20px;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/business/star.png') no-repeat left 1px;
}

.business .more_info {
    padding             : 0 14px;
    font-size           : 10px;
    color               : #999;
    white-space         : nowrap;
    background          : transparent url('//iannounce-cdn.co.uk/static/1743154356/img/v2/business/info_reveal_arrow.gif')
                          no-repeat right -3px;
}

.business .more_info:hover {
    color               : #0A73D6;
    text-decoration     : none;
    background-position : right -33px;
}

#business.editor .help_marker {
    height: 1em;
    margin: 0 3px;
}

#map_marker_explanation {
    margin-top: 5px;
}

div.verbose .more_info {
    display             : block;
    float               : right;
    padding             : 0 14px;
    font-size           : 10px;
    line-height         : 20px;
    color               : #999;
    cursor              : pointer;
    background          : transparent url('//iannounce-cdn.co.uk/static/1743154356/img/v2/business/info_reveal_arrow.gif')
                          no-repeat left -60px;
}

div.verbose .more_info:hover {
    background-position : left -90px;
}

.about .verbose,
.verbose .about .brief {
    display             : none;
}

.verbose .about .verbose {
    display             : block;
}


/* Business Search */
#business_search .form_body {
    width               : 45em;
    border              : 1px solid #efefef
}

#business_search div.field {
    width               : 20em;
    float               : left;
    padding-left        : 0;
    clear               : none;
}

#business_search label {
    display             : block;
    margin-left         : 0;
    font-weight         : bold;
    padding             : 0 0 5px 0;
}

#business_search select,
#business_search input.text {
    width               : 19em;
}

#business_search button {
    margin-top          : 1.4em;
}

#business ul.results {
    width               : 100%;
}


#business .results li {
    border              : 1px solid #efefef;
    padding             : 10px;
    box-sizing          : border-box;
    width               : 100%;
}

#business .results li div.valueBlock {
    display: flex;
}

#business .results li div.valueBlock div.label {
    font-weight     : bold;
    clear           : left;
    margin          : 0px;
}

#address_list h3 {
    margin              : 10px 0 5px;
}

#address_list ul {
    line-height         : 1.4;
    list-style-type     : disc;
    margin              : 0 1em 1em 2em;
}

#address_list li {
    display             : list-item;
    margin              : 0;
}



/*------------------------------------------------------------------------
 * editor
 *------------------------------------------------------------------------*/


#business.editor #map_column.invisible {
    visibility: hidden;
}

#business.editor #map_canvas {
    margin              : 10px 0 0 0px;
    width               : 300px;
    height              : 300px;
}

#business.editor #map_status {
    margin              : 22px 0 0 0px;
    height              : 32px;
    line-height         : 16px
}

#business.editor div.form {
    width               : 500px;
}

#business.editor div.map {
    width               : 300px;
}

#business fieldset fieldset div.sub_cat {
    margin-left         : 30px;
}

#business fieldset fieldset div.cat  {
    margin-left         : 0;
}

#business fieldset div input:focus + p.description {
    left                : 490px;
}

#business form input.dirty {
    color               : #9F6000;
    border-color        : #9F6000;
    background-color    : #FEEFB3;
}

#business #map_canvas {
    background-color    : #eee;
    border              : 1px solid #ddd;
}

#business div.column {
    float               : left;
    margin-right        : 10px;
}

#business .result_numbers {
    width               : 45%;
}

#business .searchPager {
    max-width           : 45%;
}

/*------------------------------------------------------------------------
 * finder
 *------------------------------------------------------------------------*/

#business.finder div.listings {
    width               : 460px;
}

#business.finder div.map {
    width               : 380px;
}

#business.finder #map_canvas {
    margin              : 5px;
    width               : 380px;
    height              : 380px;
}


/************* FEED WIZARD ***********************************/

div#feed_wizard textarea {
    width               : 844px;
    padding             : 10px;
}

div#feed_wizard h2 {
    margin-top          : 20px;
}

div#feed_preview {
    border              : 1px solid #d9d9d9;
    height              : 500px;
    width               : 100%;
    background          : #EFEFEF;
}

div#feed_preview p {
    line-height         : 3em;
    font-size           : 1.5em;
    text-align          : center;
}

form#feed div.form_body {
    width               : auto;
}

form#feed div#field-feed-o  {
    width               : auto;
}

form#feed div#field-feed-o fieldset div {
    width               : 17em;
    float               : left;
}


/*------------------------------------------------------------------------
 * tabset
 *------------------------------------------------------------------------*/

div.tabset {
/*    border: 1px dotted #eee; */
}

div.tabset ul.tabs {
/*    border: 1px dashed #ccc; */
}

div.tabset ul.tabs li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.tabset ul.tabs li a,
div.tabset ul.tabs li input {
    display: block;
    float: left;
    height: 20px;
    line-height: 18px;
    min-width: 100px;
    padding: 2px 5px;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: 0px;
    -moz-border-radius: 2px 2px 0 0;  /* FIXME */
    background: url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/buttonbg.gif') repeat-x left top;
}

div.tabset ul.tabs li.selected a,
div.tabset ul.tabs li.selected input {
    border-color: #666;
    color: white;
    background-image: url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/blue_buttonbg.gif');
}

div.tabset div.panels {
    clear: both;
    border-top: 1px solid #aaa;
    padding: 10px 0 0 0;
}

div.tabset div.panels div.panel {
    display: none;
}

div.tabset div.panels div.selected {
    display: block;
    border-color: #666;
}




/*------------------------------------------------------------------------*/
/* Memory Box - generic styles                                            */
/*------------------------------------------------------------------------*/

div.memory_box {
    position            : relative;
}

div.memory_box h3 {
    margin              : 2px 0 8px 0;
    font-weight         : normal;
    font-size           : 16px;
    line-height         : 20px;
}

div.memory_box ul.questions {
    margin              : 0;
    padding             : 0;
}

div.memory_box ul.questions li.question {
    position            : relative;
    margin              : 0;
    padding             : 0;
    border-bottom       : 1px solid #dadbdd;
}

div.memory_box ul.questions li h4 {
    padding             : 0;
    margin              : 0 24px 0 0;
    font-size           : 12px;
    line-height         : 23px;
    font-weight         : bold;
}

div.memory_box div.moderation a,
div.memory_box a.control {
    display             : block;
    text-align          : right;
    font-size           : 11px;
    padding-right       : 18px;
    min-height          : 16px;
    line-height         : 16px;
    margin-bottom       : 2px;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/memory_box/round_buttons.gif')
                          no-repeat right top;
}

div.memory_box a.control {
    position            : absolute;
    top                 : 2px;
    right               : 0px;
}

div.memory_box a.add:hover,
div.memory_box div.moderation a.add:hover {
    background-position : right -24px;
}

div.memory_box div.moderation a.mod_delete {
    background-position : right -48px;
}

div.memory_box div.moderation a.mod_delete:hover {
    background-position : right -72px;
}

div.memory_box a.edit,
div.memory_box div.moderation a.mod_edit {
    background-position : right -96px;
}

div.memory_box a.edit:hover,
div.memory_box div.moderation a.mod_edit:hover {
    background-position : right -120px;
}

div.memory_box ul.questions li ul.memories {
    margin              : 0;
    padding             : 0;
}

div.memory_box ul.questions li ul.memories {
    display             : block;
}

div.memory_box ul.memories li {
    position            : relative;
    margin              : -2px 0 2px;
}

div.memory_box ul.responses li {
    margin              : 0 10px 10px 10px;
    padding-left        : 25px;
    padding-right       : 30px;
}

div.memory_box ul.responses li.selected {
    background          : #f4f4f4 url('//iannounce-cdn.co.uk/static/1743154356/img/v2/memory_box/editing.gif')
                          no-repeat right top;
    border              : 1px solid #ddd;
}

div.memory_box ul.memories li h3 {
    display             : none;
}

div.memory_box ul.memories li p {
    margin              : 0;
}

div.memory_box ul.questions li ul.memories li span.date,
div.memory_box ul.questions li ul.memories li span.text {
    font-size           : 12px;
    line-height         : 16px;
    color               : #666;
}

div.memory_box cite.author {
    font-size           : 10px;
    font-style          : normal;
    line-height         : 14px;
    margin-bottom       : 2px;
    color               : #aaa;
}

div.memory_box br.clear {
    clear               : both;
}

div.memory_box p.alert {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/memory_box/alert.gif') left -4px no-repeat;
    padding-left        : 36px;
    min-height          : 24px;
    margin              : 16px 0 2px 0;
}


/*------------------------------------------------------------------------*/
/* layout/styles for memory box preview in right column                   */
/*------------------------------------------------------------------------*/

#right_memory_box a.control {
    position            : absolute;
    width               : 25px;
    top                 : 3px;
    right               : 5px;
}

#right_memory_box div.links {
    margin              : 10px 5px 0 0;
    overflow            : auto;
    font-size           : 12px;
    text-align          : center;
}

/*------------------------------------------------------------------------*/
/* layout/styles for detailed memory box display                          */
/*------------------------------------------------------------------------*/

#memory_box {
    width               : 845px;
    padding             : 0;
    min-height          : 500px;
    overflow            : auto;
    background-color    : white;
    -moz-border-radius  : 5px;
}

#memory_box h2 {
    margin              : 30px 10px 8px 30px;
    font-weight         : normal;
    font-size           : 22px;
    line-height         : 24px;
}

#memory_lightbox #memory_box div.headline {
    height              : 30px;
}

#memory_lightbox #memory_box h2 {
    margin-top          : 10px;
}

#memory_box div.controls {
    position            : absolute;
    display             : block;
    text-align          : right;
    top                 : 5px;
    right               : 45px;
    width               : 360px;
    line-height         : 20px;
    min-height          : 20px;
}

#memory_box div.manager {
    right               : 460px;
}

#memory_box div.controls a.preview,
#memory_box div.controls a.show_some {
    font-weight         : bold;
}

#memory_box.manage div.controls a.preview,
#memory_box.show_all div.controls a.show_some {
    font-weight         : normal;
}

#memory_box.manage div.controls a.manage,
#memory_box.show_all div.controls a.show_all {
    font-weight         : bold;
}

#memory_box ul.categories {
    display             : block;
    float               : left;
    width               : 355px;
    margin              : 0 30px 0 30px;
    padding             : 0;
}

#memory_box ul.categories li.category {
    margin              : 0 0 0 0;
    padding             : 0 0 20px 0;
}

#memory_box ul.categories li h3 {
    margin-top          : 16px;
    margin-bottom       : 2px;
    font-size           : 16px;
    font-weight         : bold;
}

#memory_box ul.questions li.question {
    padding-bottom      : 5px;
}

#memory_box li.empty {
    display             : none;
}

#memory_box.show_all li.empty {
    display             : block;
}

#memory_box.manage ul.questions li.question a.add,
#memory_box.manage ul.questions li.question a.edit {
    right               : 3px;
}

#memory_box.manage ul.questions li.question a.edit {
    display             : none;
}

#memory_box ul.memories li {
    margin-right        : 0px;
}

#memory_box.manage ul.memories li {
    background-color    : #f4f4f4;
    border              : 1px solid #ddd;
    padding             : 2px 125px 2px 4px;
    margin              : 5px 0;
}

#memory_box.manage ul.memories li cite.author {
    color               : #999;
}

#memory_box div.moderation {
    position            : absolute;
    display             : none;
    text-align          : right;
    top                 : 0px;
    right               : 0px;
    bottom              : 0px;
    width               : 150px;
    left                : auto;
    height              : auto;
    margin              : 0;
    padding             : 0;
    background          : transparent;
    border              : 0;
}

#memory_box.manage div.moderation {
    display             : block;
}

#memory_box.manage div.moderation span {
    display             : none;
}

#memory_box.manage div.moderation a {
    font-weight         : normal;
    position            : absolute;
    top                 : 2px;
    right               : 0px;
}

#memory_box.manage div.moderation a.mod_delete {
    position            : absolute;
    right               : 50px;
}

#memory_box ul.memories li cite.author {
    display             : none;
}

#memory_box ul.memories li div.edit {
    min-height          : 80px;
    margin              : 0 0 2px 0;
    width               : 343px;
    padding             : 0;
    border              : 1px solid #ccc;
    background-color    : white;
}

#memory_box.manage cite.author {
    display             : none;
}

#memory_box.manage ul.memories li cite.author {
    display             : block;
    margin-top          : 2px;
}

#memory_box div.date,
#memory_box div.text {
    margin-right        : 20px;
}

#memory_box div.links {
    margin              : 20px;
}

#memory_box.manage ul .waiting {
    background-image    : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/memory_box/waiting.gif');
    border              : 0;
}

#memory_box div.empty {
    display             : none;
}

#memory_box.empty div.empty {
    display             : block;
    margin              : 20px 40px 20px 30px;
    padding             : 20px;
    background-color    : #f0f0f0;
    border              : 1px solid #e1eddf;
}

#memory_box.show_all div.empty {
    display             : none;
}

#memory_lightbox {
    position            : absolute;
    width               : 860px;
    top                 : 20px;
    left                : 50%;
    margin-left         : -430px;
    padding             : 0;
    border              : 5px solid #e1eddf;
    overflow            : auto;
    background-color    : white;
    border-radius       : 5px;
    -moz-border-radius  : 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#memory_lightbox #memory_box {
    padding             : 0;
    border              : 0;
    overflow            : auto;
}

#memory_lightbox #memory_box div.headline {
    background-color    : #f0f0f0;
}

#memory_lightbox a#close_link {
    position            : absolute;
    top                 : 0px;
    right               : 0px;
    border              : 2px solid #f0f0f0;
}

#memory_lightbox .waiting {
    position            : relative;
    top                 : 50%;
    margin-top          : -40px;
    border              : 0;
}


/* SLIDESHOW */
div.slideshow_info {
    float               : left;
    margin-left         : 10px;
}

/*------------------------------------------------------------------------
 * image editing
 *------------------------------------------------------------------------*/

#image_editor_lightbox {
    position            : absolute;
    border              : 10px solid #333;
    background-color    : white;
    width               : 665px;
    height              : 470px;
    margin              : auto;
    -moz-border-radius      : 5px;
    -webkit-border-radius   : 5px;
    -khtml-border-radius    : 5px;
    border-radius           : 5px;

}

#image_editor_lightbox a#close_link {
    float               : none;
    position            : absolute;
    top                 : 0;
    right               : 0;
    z-index             : 10000;
}


#image_editor {
    position            : relative;
    overflow            : auto;
    height              : auto !important;
    height              : 470px;  /* IE6 */
}

#image_editor_lightbox #image_editor {
    width               : 665px;
    height              : 470px;
}

#image_editor h3.title {
    margin              : 0;
    padding             : 0 10px;
    height              : 26px;
    font-size           : 14px;
    line-height         : 26px;
    background-color    : #f0f0f0;
    color               : #999;
    border-bottom       : 1px solid #eee;
}

#image_editor div.waiting {
    border              : 0;
    margin-top          : 120px;
}

#image_editor div.original {
    position            : relative;
    float               : left;
    width               : 400px;
    height              : 400px;
    margin              : 20px !important;
    margin-left         : 10px;   /* IE6 */
    overflow            : hidden;
    border              : 1px solid #888;
}

#image_editor div.original div.waiting {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 100%;
    height              : 100%;
    background-color    : white;
    opacity             : 0.7;
    margin              : 0;
    z-index             : 1050;
}

#image_editor div.controls {
    float               : left;
    width               : 202px;
    height              : 400px;
    margin-top          : 20px;
}

#image_editor div.preview {
    width               : 200px;
    height              : 200px;
    overflow            : hidden;
    border              : 1px solid #888;
}

#image_editor div.checker {
    background          : #f0f0f0 url('//iannounce-cdn.co.uk/static/1743154356/img/v2/image_edit/check10.gif')
                          top left repeat;
}

#image_editor div.preview div.frame {
    overflow            : hidden;
}

#image_editor a.button {
    width               : 82px;
}

#image_editor div.rotate {
    position            : relative;
    width               : 140px;
    height              : 140px;
    margin              : 18px auto;
    overflow            : auto;
}

#image_editor div.rotate span.upright,
#image_editor div.rotate a {
    float               : left;
    display             : block;
    width               : 50px;
    height              : 95px;
    margin              : 0;
    padding             : 0;
    background          : white url('//iannounce-cdn.co.uk/static/1743154356/img/v2/image_edit/rotate_icons.gif')
                          no-repeat top left;
}

#image_editor div.rotate a.r90,
#image_editor div.rotate a.r270 {
    width               : 45px;
}

#image_editor div.rotate a.r90 {
    background-position : -95px 0;
}

#image_editor div.rotate span.upright {
    background-position : -45px 0;
}

#image_editor div.rotate a.r180 {
    width               : 140px;
    height              : 45px;
    clear               : left;
    background-position : 0 -95px;
}

#image_editor div.rotate a.r270:hover {
    background-position : -160px 0;
}
#image_editor div.rotate a.r90:hover {
    background-position : -255px 0;
}
#image_editor div.rotate a.r180:hover {
    background-position : -160px -95px;
}

#image_editor div.rotate span.help {
    display             : none;
}

#image_editor div.rotate span.upright span.help,
#image_editor div.rotate a:hover span.help {
    display             : block;
    position            : absolute;
    font-size           : 10px;
    text-align          : center;
    top                 : 50px;
    left                : 50px;
    width               : 40px;
    height              : 40px;
    background-color    : white;
    z-index             : 1050;
}

#image_editor div.rotate span.upright span.help {
    z-index             : 1049;
}

#image_editor div.r90 {
    -moz-transform      : rotate(90deg);
    -webkit-transform   : rotate(90deg);
    -o-transform        : rotate(90deg);
    rotation            : 90deg;
}

#image_editor div.r180 {
    -moz-transform      : rotate(180deg);
    -webkit-transform   : rotate(180deg);
    -o-transform        : rotate(180deg);
    rotation            : 180deg;
}

#image_editor div.r270 {
    -moz-transform      : rotate(270deg);
    -webkit-transform   : rotate(270deg);
    -o-transform        : rotate(270deg);
    rotation            : 270deg;
}

/* For IE, in separate rules because IE can be fussy like that */
#image_editor div.r90 {
    -ms-filter          : "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter              : progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#image_editor div.r180 {
    -ms-filter          : "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter              : progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#image_editor div.r270 {
    -ms-filter          : "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    filter              : progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#image_editor .jcrop-holder {
    text-align          : left;
    background          : #ccc;
}

#image_editor .jcrop-vline,
#image_editor .jcrop-hline {
    font-size           : 0;
    position            : absolute;
    background          : white url('//iannounce-cdn.co.uk/static/1743154356/img/v2/image_edit/Jcrop.gif')
                          top left repeat;
}
#image_editor .jcrop-vline {
    height              : 100%;
    width               : 1px !important;
}

#image_editor .jcrop-hline {
    width               : 100%;
    height              : 1px !important;
}

#image_editor .jcrop-handle {
    font-size           : 1px;
    width               : 7px !important;
    height              : 7px !important;
    border              : 1px #eee solid;
    background-color    : #333;
    width               : 9px;
    height              : 9px;
}

#image_editor .jcrop-tracker {
    width               : 100%;
    height              : 100%;
}

#image_editor div.debug {
    position            : absolute;
    bottom              : 7px;
    left                : 20px;
    height              : 10px;
    font-size           : 10px;
    line-height         : 10px;
}
#image_editor div.debug span.field {
    float               : left;
    padding-right       : 11px;
}

#image_editor div.debug span.field span {
    float               : left;
}

#image_editor div.debug span.key {
    padding             : 0 2px;
    width               : 10px;
    text-align          : right;
    border              : 1px solid #ddd;
    background-color    : #ddd;
    color               : white;
}

#image_editor div.debug span.value {
    width               : 26px;
    padding             : 0 2px;
    border              : 1px solid #ddd;
    color               : #bbb;
}

.studs a:hover,
.studs button:hover,
.studs a,
.studs button
{
    width               : 140px;
    height              : 20px;
    margin-bottom       : 5px;
    padding             : 0 0 0 26px;
    font-size           : 12px;
    line-height         : 20px;
    text-align          : left;
    border              : 0;
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/studs.gif') no-repeat left top;
    display             : inline-block;
    color               : inherit;
}


.studs .delete {
}

.studs .delete:hover {
    background-position : 0 -40px;
}

.studs .edit {
    background-position : 0 -80px;
}

.studs .edit:hover {
    background-position : 0 -120px;
}

/*** WAITING ****/
html body .waiting {
    background          : white url('//iannounce-cdn.co.uk/static/1743154356/img/v2/icons/waiting.gif') 50% 50% no-repeat;
    height              : 80px;
    border              : 1px solid #d9d9d9;
}


/** PREMIUM STYLES **/
/* FONT FAMILY */
#font_settings span.font_times,
#notice_header.font_times h1 a,
#notice_header.font_times cite,
#notice_header.font_times #notice_stats {
    font-family:    'Times New Roman','Serif';
}

#font_settings span.font_georgia,
#notice_header.font_georgia h1 a,
#notice_header.font_georgia cite {
    font-family:    'Georgia','Serif';
}

#font_settings span.font_tahoma,
#notice_header.font_tahoma h1 a,
#notice_header.font_tahoma cite {
    font-family:    'Tahoma','Sans-Serif';
}

#font_settings span.font_arial,
#notice_header.font_arial h1 a,
#notice_header.font_arial cite {
    font-family:    'Arial','Sans-Serif';
}

#font_settings span.font_verdana,
#notice_header.font_verdana h1 a,
#notice_header.font_verdana cite {
    font-family:    'Verdana','Sans-Serif';
}

#font_settings span.font_trebuchet,
#notice_header.font_trebuchet h1 a,
#notice_header.font_trebuchet cite {
    font-family:    'Trebuchet MS','Sans-Serif';
}

/* FONT SIZE */
#font_settings span.font_1,
#notice_header.font_1 h1 a {
    font-size:      15px;
}

#font_settings span.font_2,
#notice_header.font_2 h1 a {
    font-size:      20px;
}

#font_settings span.font_3,
#notice_header.font_3 h1 a {
    font-size:      25px;
}

#font_settings span.font_4,
#notice_header.font_4 h1 a {
    font-size:      30px;
}

#font_settings span.font_5,
#notice_header.font_5 h1 a {
    font-size:      35px;
}

/* FONT STYLE */

#font_settings span.font_normal,
#notice_header.font_normal h1 a {
    font-weight:    normal;
    font-style:     normal;
}

#font_settings span.font_bold,
#notice_header.font_bold h1 a {
    font-weight:    bold;
    font-style:     normal;
}

#font_settings span.font_italic,
#notice_header.font_italic h1 a {
    font-weight:    normal;
    font-style:     italic;
}

#font_settings span.font_bold_italic,
#notice_header.font_bold_italic h1 a {
    font-weight:    bold;
    font-style:     italic;
}


/* BROWSE TABS */

.type_tabs li a {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/default_tab.gif') no-repeat;
}

.selected #tab_all_anniversary {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/anniversary/tab.gif') no-repeat;
}

.selected #tab_all_bestwish {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/bestwish/tab.gif') no-repeat;
}

.selected #tab_all_happy,
.selected #tab_all_birthday {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/birthday/tab.gif') no-repeat;
}

.selected #tab_birth {
    background          : url('//iannounce-cdn.co.uk/static/1743154356/img/v2/theme/birthday/birth/tab.gif') no-repeat;
}

/*************************************************************/
/* FLORISTS */

#bouquet_filter {
    display             : inline-block;
    padding             : 15px 0;
}

.floral_arrangements {
    overflow            : auto;
}

.floral_arrangements li {
    float               : left;
    border              : 1px solid silver;
    margin              : 5px;
    width               : 22%;
    height              : 225px;
    padding             : 4px;
}

.floral_arrangements li li {
    float               : none;
    border              : none;
    margin              : 0;
    width               : 100%;
    padding             : 0px;
    height              : auto !important;
    vertical-align      : baseline;
}

/* Adverts */
.ad_mpu_var, .ad_mpu, .ad_mpu2 {
    margin-bottom       : 20px;
    width               : 300px;
    max-height          : 600px;
}

.ad_mpu2 {
    max-height          : 300px;
}

.ad_leaderboard, .ad_footer {
    width               : 728px;
    height              : 90px;
    margin-bottom       : 10px;
}

.ad_skyscraper {
    width               : 160px;
    height              : 600px;
}

#outer_banner_snug {
    position            : absolute;
    left                : 100%;
    top                 : 0;
    width               : auto;
}

.ad_search {
    min-width: 1px;
    margin:    0px auto;
}

.search_ad {
    border-top: 1px dashed #C2C2C2;
    padding-top         : 10px;
    text-align          : center;
}

.featured_li_ad {
    margin-left: -10px;
    background: none #FFF;
}

.advert {
    margin: 10px auto;
    min-width           : 1px;
}

.advert.ad_search540 {
    margin: 0 auto;
}

.streamamp {
    /*background-color: yellow;
    border: 2px solid green;*/
    text-align: center;
    margin: 5px 0;
}

/* reCaptcha field alignment */

.recaptchatable #recaptcha_response_field {
    left                : 0px;
}

/* Cookie policy */
#cookie_policy_bar {
    display     : none;
    bottom      : 3px;
    width       : 100%;
    background  : black;
    position    : fixed;
    padding     : 10px;
    color       : white;
    text-align  : center;
}

#cookie_policy_bar a {
    color       : #FFBB00;
}

/* DONATE TO CHARITY */

#make_a_donation {
    max-width   : 600px;
}

#donate_rhs img, #charity_icon {
    float       : right;
    margin      : 3px;
}


.cta {
    margin          : 0 auto;
    border          : 2px solid #CCC;
    padding         : 8px;
}

/* SKYSCRAPER ADS CONTAINER */

#outerbody {
    position            : absolute;
    left                : 900px;
    top                 : 10px;
}

/* ADFRAMES */

.adframe {
    margin-left         : auto;
    margin-right        : auto;
    border              : 0;
    display             : block;
}

/* LATEST NOTICES BUCKET */
#latest_notices_wrapper {
    overflow: auto;
    height: 180px;
    margin-bottom: 5px;
}

#latest_notices_wrapper li {
    background: white;
    border: 0;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px dotted #CCC;
}

/* Send Flowers ads */
#florist_rightcol img{
    display             : block;
    margin              : 10px auto 10px auto;
}

#florist_rightcol #florist_rightcol_text {
    text-align          : center;
    width               : 100%;
}

#florist_rightcol #florist_rightcol_text strong {
    display             : block;
    margin-top          : 5px;
}

#florist_rightcol a.button {
    display             : block;
    padding             : 5px;
    margin              : 15px auto 10px auto;
    float               : none;
}

.preview_tribute {
    font-size:8pt;
    color:#c00;
}

.mobile_url_container {
    text-align: center;
    margin: 0px;
    width: 884px;
    padding: 20px 0px 40px 0px;
    font-size: 12pt;
}

#right_column li.featured_notices_ad {
    padding: 0;
    background-color: white;
}

/* reveal modal windows - reveal.css */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #CCC;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	}

.reveal-modal {
	visibility: hidden;
	top: 200px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(//iannounce-cdn.co.uk/static/1743154356/img/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
.reveal-video               { width: 630px; margin-left: 0; top: 5px; }

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	}

/* print view print.css */
@media print{body{color:#000;background:#fff}a{text-decoration:underline;color:#00f}#header,#topnav,#publication,#choose_publication,#footernav,#headernav,#quick_links,#outer_banner_snug,#advertising,#right_column,#notice_right_col,#edit_bar,#admin_bar,#share_bar,#add_contrib_full,#contribs_filter,#add_contrib_short,#contrib_img_link,#contrib_video,#links_row,#report_offensive,#view_slideshow,#name_searches,#gifts_box,#langs{display:none}}

#devwrap {
    position: absolute;
    top: 0;
    right: 10px;
    width: 300px;
}

#devbar {
    position: relative;
    width: 100%;
    padding: 3px;
    background: #6db0f2;
}

#devtoggle {
    position: relative;
    width: 100%;
    text-align: right;
}

#full_width_header {
    width: 100%;
}

p.cc_message {
	color: #fff;
	font-weight: bold;
}

#funeral_director img {
    max-width: 100%;
}

div.ancestry_insearch {
    border-top: 1px dashed #CCC;
    padding-top: 5px;
    visibility:hidden;
    opacity:0;
    transition:opacity 0.5s linear;
    margin-bottom: -15px;
}

.ad_insearch {
  margin: 0;
}

div.ancestry_insearch #sponsored {
  font-weight: 600;
  font-size: 10px;
  color: #cfcfcf;
  float: right;
  text-transform: uppercase;
}

div.ancestry_insearch #button-cell {
  vertical-align: bottom;
}

div.ancestry_insearch #middle-cell {
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}

div.ancestry_insearch table {
  width: 100%;
}

div.ancestry_insearch td:first-of-type {
  padding-right: 25px;
  box-sizing: content-box;
}

@media only screen and (max-width: 500px) {
  div.ancestry_insearch #button-cell {
    display: none;
  }
  div.ancestry_insearch td:first-of-type {
  	padding-right: 10px;
  }
}

div.ancestry_insearch #logo {
  position: relative;
  border: 1px solid #999;
  overflow: hidden;
  height: 100px;
  width: 100px;
}

div.ancestry_insearch #logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

div.flowers {
    padding: 0em 2em 1em 2em;
}

div.flowers {
    background: #ffffff;
    border-radius: 0px;
    margin-bottom: 0.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #ccc solid;
    padding: 0em 1em 1em 1em;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#flower-carousel.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

div.slick-slide img {
	max-width: 160px !important;
}

a#flowers-img-link img.flower-img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 160px;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-next {
    right: -25px;
}

.flowers .slick-prev {
    left: 0px;
}

.flowers .slick-next {
    right: 0px;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "←";
}

.slick-next:before {
    content: "→";
}

.slick-prev:before {
    font-family: "Ionicons";
    content: '\f124';
}

.slick-next:before {
    font-family: "Ionicons";
    content: '\f125';
}

.slick-prev:before, .slick-next:before {
    color: #000!important;
    display: none;
}

.slick-prev:before, .slick-next:before {
    display: block;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	background: white !important;
}

.flowers span {
    display: block;
    font-size: 14px;
    color: black;
}

span.bb-f-bold {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #450465;
}

span.bb-f-del-est {
    color: #6B6B6B;
    font-style: italic;
    font-size: 12px;
}

.bb-flower-delivery-info {
    background: #EAEAEA;
    padding: 0.5em;
    margin: 0.5em 0 0 0;
}

span.bb-f-data {
    color: #8A8A8A;
    margin-bottom: 4px;
}

span.ef-text {
    font-weight: 600;
    line-height: 18px;
    margin-top: 8px;
    font-size: 12px;
}

span.ef-text {
    text-align: justify;
}

a#flowers-btn-link {
	text-align: center;
    border: 0 none;
    border-radius: 0px;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    background: none;
    cursor: pointer;
    padding: 0.9em 1.8em;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    position: relative;
    font-family: "Signika Negative","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 10px;
    background: #E7A022!important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

a#flowers-btn-link:hover {
    background: #ecb450!important;
}

div.bb-florist-logo {
	padding-top: 7px;
}

div.bb-florist-tagline {
	width: 58%;
    display: inline-block;
    line-height: 17px;
}

img.ef-logo {
    width: 40%;
    margin-bottom: -4px;
}

span.bb-eurof-tagline {
	color: #450465;
    font-weight: 600;
    font-size: 11px;
}

div.flowers-header h3 {
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

/*************************************************************/

#field-gift_edit-company {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

/*************************************************************/
