/* 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;
}
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;
}

/* 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.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;
}

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

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

a:hover {
    text-decoration     : underline;
    color               : #0A73D6;
}

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

img.default_img {
    margin              : 0px auto;
    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;
}

select {
    padding             : 0;
}

a.button,
input.button,
button {
    background          : url('/img/v2/icons/buttonbg.gif?1282067291') top left no-repeat #d9d9d9;
    border              : 1px solid #AAA;
    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('/img/v2/icons/blue_buttonbg.gif?1282067291') top left no-repeat;
    color               : white;
}

button.delete {
    background          : #DEDEDE url('/img/gradient/button_delete.gif?1282067291') repeat-x;
}

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

a.button:hover,
input.button:hover,
button: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;
}

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

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

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

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;
}

.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 */

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

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

#inner {
    width               : 100%;
}

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

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

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


/* 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;
}

fieldset.fields fieldset.vertical label {
    float               : none;
    margin-left         : 1em;
}

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;
}

fieldset p.description {
    padding         : 5px 5px 5px 15px;
    position        : absolute;
    border          : 1px solid white;
    left            : -999em;
    width           : 200px;
    background      : #186FD6 url('/img/v2/icons/form_description.gif?1282067291') top left no-repeat;
    color           : white;
    top             : 0;
}

fieldset p.error {
    display         : inline;
    background      : #FD0053 url('/img/v2/icons/form_error.gif?1282067291') 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 div input:focus + p.description {
    left            : 40em;
    z-index         : 10000;
}

fieldset div.focussed p.description {
    left           : 40em;
}

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

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

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

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

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 */
h1#publication {
    color               : #333;
    font-size           : 1.15em;
    margin-left         : 20px;
}

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 */
div#topnav {
    width               : auto;
    background          : #EFEFEF;
    border              : solid #B8B7BC;
    border-width        : 1px 1px 1px 0;
}

ul#main_nav {
    border              : 1px solid #B8B7BC;
    border-width        : 1px 0 1px 1px;
    margin              : -1px 245px -1px 0;
}

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

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

ul#main_nav li, ul#user_nav li {
    border              : 1px solid #B8B7BC;
    border-width        : 0 1px 1px 0;
    margin-bottom       : -1px;
    position            : relative;
}

ul#user_nav li {
    border-width        : 1px 1px 1px 0;
}

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.message {
    padding             : 5px 10px;
    border              : 1px solid #FD0100;
    background          : #FFCACA;
    color               : black;
    margin-bottom       : 15px;
}

div.message h2 {
    color               : black;
}

/* 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 15px;
    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;
}

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

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

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

#search_container {
    background          : #5e85ae url('/img/v2/icons/search_bg_bottom.jpg?1282067291') bottom left no-repeat;
    margin-bottom       : 20px;
}

#search_form .form_body {
    width               : 578px;
    background          : #5e85ae url('/img/v2/icons/search_bg_top.jpg?1282067291') top left no-repeat;
    padding             : 10px 10px 5px;
    float               : left;
    margin-bottom       : 5px;
}

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

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

#filter_fields {
    clear               : left;
}

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

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

#filter_fields select {
        width               : 96%;
}

#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 {
    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;
}

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;
    clear               : both;
}

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

/* CALENDAR */

#calendar h2 {
    margin-bottom       : 0.5em;
}

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;
}

.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;
}

.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;
}

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

.browse_desc h2 {
    color               : #346898;
}

.browse_desc a {
    display             : inline;
    float               : right;
    margin-right        : -10px;
}

/* FEATURED CAROUSEL */

.thumbnails  {
    display             : inline;
    float               : left
}

.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;
    height              : 150px;
    padding-right       : 3px;
    text-align          : center;
}

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

.thumbnails a.pager {
    display             : block;
    position            : absolute;
    width               : 30px;
    height              : 30px;
    top                 : 45px;
    background          : url('/img/v2/icons/page_prev_next.gif?1282067291') no-repeat -100px -100px;
}

.thumbnails a.prev {
    left                : 0px;
}

.thumbnails 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;
}

#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 ACTIVITY */
#latest_activity ul {
    overflow            : hidden;
    height              : 550px;
}

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

#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('/img/survey.gif?1282067291') 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;
    width               : 45%;
    float               : left;
    margin              : 5px 5px 10px 0;
}

.searchPager {
    float               : right;
    max-width           : 50%;
    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 10px 130px;
     border-top          : 1px dashed #ccc;
}

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


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



/* LOGIN PAGE */
.loginForm h1 {
    margin-bottom       : 0.3em;
}

div.loginFooter {
    margin              : 10px 0;
    width               : 40em;
}

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;
}

/********* 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        : 170px;
}

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;
}

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;
}

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

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

div#share_bar {
    clear               : both;
    margin              : 20px 0 40px;
    position            : relative;
    z-index             : 2000;
}

div#share_bar form,
div#share_bar div {
    display             : inline;
}

div#share_bar a.button,
div#share_bar button {
    margin-right        : 10px;
}

div#share_bar button span {
    padding-right       : 25px;
    color               : inherit;
}

div#share_bar button.subscribe span {
    background          : url('/img/v2/icons/alert_me.gif?1282067291') 99% 0 no-repeat;
}

div#share_bar button.unsubscribe span {
    background          : url('/img/v2/icons/unalert_me.gif?1282067291') 99% 0 no-repeat;
}

/* 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;
    border-width        : 0 0 1px 0;
}

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

#admin_bar div {
    float               : right;
}

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

div.notice_text {
    font-size           : 1.1em;
}

a.show_original {
    display             : block;
    clear               : both;
    margin-top          : 10px;
    font-style          : italic;
}

/*** SHARE NOTICE ***/

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

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;
}

/* ADD CONTRIBUTIONS */
/* Short form */
div#add_contrib_short {
    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;
    border              : 1px solid #c5c5c5;
    border-width        : 2px 0 0;
    margin-bottom       : 30px;
}

#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               : 600px;
    height              : 120px;
    margin-bottom       : 15px;
}

ul#contrib_tabs li {
    float               : left;
    width               : 90px;
    height              : 113px;
    background          : url('/img/v2/icons/contrib_tab_bg.gif?1282067291') top left repeat-x #f5f5f5;
    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              : 114px;
}

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;
    border              : 0;  /* IE6 */
}

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

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

#add_contrib_full form .form_buttons button {
    background          : #01679a url('/img/v2/icons/blue_buttonbg.gif?1282067291') top left no-repeat;
    color               : white;
}

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

#gift_edit .form_buttons {
    margin              : 0 0 0 10em;
}

.js_enabled #field-gift_edit-image {
    position            : absolute;
    bottom              : 1em;
    left                : 0;
}

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

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

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

/* Comment Form */
#comment_edit .js_enabled {
    position            : absolute;
    bottom              : 0;
    width               : 150px;
}

#comment_edit .js_enabled div.field {
    position            : absolute;
    bottom              : 0;
    left                : -10px;
}

#comment_edit .js_enabled img.selected_image {
    float               : none;
}

#comment_edit .js_enabled div.clipart_text {
    margin              : 10px 0 0;
}

#image_fields h2 {
    float               : left;
}

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

/* Greetings Form */
#clipart-add_greeting-image .clipart_text {
    margin              : 0 15px 0 -10px;
    width               : 150px;
    float               : left;
}

#clipart-add_greeting-image.js_enabled .clipart_text {
    height              : 150px;
}

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

/* 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 {
    float               : left;
    width               : 8em;
}

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

#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 0 5px 0;
    width               : auto;
}

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

#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;
}

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 {
    border-bottom       : 1px dashed #c2c2c2;
    width               : 98%;
    padding             : 5px 1% 10px;
    display             : inline-block;
    margin              : 0 0 5px;
}

li.no_results {
    font-size           : 1.1em;
    padding             : 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 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;
}

div.moderation {
    padding             : 6px 0;
    bottom              : -2em;
    left                : -999em;
    width               : 100%;
    position            : absolute;
    height              : 1.8em;
    z-index             : 1000;
}

div.moderation div {
    padding             : 2px 10px;
}

div.moderation a {
    font-weight         : bold;
    font-size           : 1.1em;
    margin              : 0 2px;
}

ul li.hover div.moderation,
ul li.comment_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.image_row li: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 {
    text-align          : center;
    float               : left;
    display             : inline-block;
}

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

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

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

.comment blockquote {
    width               : 36em;
}


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

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

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

/* 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;
}

a.video_thumb {
    display             : block;
    position            : relative;
    padding             : 0 10px;
    background          : url('/img/v2/icons/video_bg.gif?1282067291') black;
    width               : 160px;
    margin-bottom       : 10px;
}

a.video_thumb img {
    display             : block;
}

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

a.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               : 40%;
    max-width           : 40%;
    height              : 50px;
    background          : url('/img/v2/icons/diary.gif?1282067291') 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;
}


/* 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 .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 {
    float               : left;
}

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

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

/* 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;
}


/* GIFT ROWS */
div#contribs li.gift_row li {
    width               : 111px;
    margin-right        : 5px !important;
    margin-right        : 0px;
}

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('/img/action.gif?1282067291') 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               : 600px !important;
    width               : 580px;
    margin-right        : 30px;
}

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

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 5px 0 5px;
    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('/img/gradient/manage.gif?1282067291') 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               : left;
    width               : 220px;
}

.notice_right_col .block {
    background          : #f5f5f5;
    padding             : 10px;
    margin-bottom       : 20px;
    width               : 200px;
    display             : inline-block;
}


.notice_right_col a.button {
    float               : right;
}

#right_gift p,
#right_video p,
#right_greeting p,
#right_diary p,
#right_slideshow p {
    margin-left        : 92px;
}

#right_gift img,
#right_video img,
#right_greeting img,
#right_diary img,
#right_slideshow img {
    float               : left;
}


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


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


/* 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('/img/plus.gif?1282067291') 5px 5px no-repeat;
    padding             : 2px 0 0 20px;
    display             : block;
    margin              : 2px;
}

ul#charities div.open a {
    background          : url('/img/minus.gif?1282067291') 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('/img/gradient/manage.gif?1282067291') 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;
}

/* CLIPART */

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

img.selected_image {
    display             : block;
    float               : left;
    margin-right        : 15px;
    padding             : 1px;
    border              : 1px solid #c5c5c5;
}

.js_enabled img.selected_image {
    cursor              : pointer;
}

div.clipart_text {
    margin-left         : 10em;
}

div.clipart_selector div.field {
    width               : 422px;
    padding             : 10px 0 0 10px;
    background          : #f5f5f5;
    border              : 2px solid #c2c2c2;
    margin              : 10px 0 0 10em;
    clear               : none;
    z-index             : 500;
}

.clipart_selector fieldset div {
    float               : left;
    height              : 60px;
    white-space         : nowrap;
    position            : relative;
    margin              : 0px 10px 10px 0;
}

.clipart_selector div.field input {
    vertical-align      : middle;
}

.clipart_selector div.field fieldset.radio label {
    margin-left         : 0;
}

.clipart_selector label img {
    border              : 1px solid #d9d9d9;
    vertical-align      : middle;
    height              : 60px;
    width               : 60px;
}

.clipart_selector  img.selected {
    border              : 2px solid #0A73D6;;
    margin-top          : -1px;
}


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;
}

a#close_link {
    float               : right;
    height              : 26px;
    width               : 26px;
    background          : #f0f0f0 url('/img/v2/icons/close.gif?1282067291') 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               : 150px;
    height              : 150px;
}

div.greeting div.message {
    margin-left         : 160px;
    background          : none;
    border              : none;
}

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

/* SUGGESTED MESSAGES */
#suggestedMsgs h3 {
    font-size           : 1.1em;
    font-weight         : bold;
    margin-bottom       : 1em;
}

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

div#suggestedMsgs ul {
    display             : none;
    background          : #FFFFC8;
    padding             : 0px;
    height              : 0px;
    overflow            : auto;
    border              : 1px solid #d9d9d9;
    margin              : 10px 10px 15px 10px;
    width               : 500px;
}

div#suggestedMsgs li {
    list-style          : none;
    border-bottom       : 1px dotted #d9d9d9;
    margin              : 0px 0px 0px 0px;
    padding             : 0px;
    width               : 480px;
}

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

div#suggestedMsgs li:hover {
    background          : white;
}

div#suggestedMsgs 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('/img/icon_gallery.gif?1282067291') 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('/img/gradient/manage.gif?1282067291') 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('/img/gradient/manage.gif?1282067291') 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('/img/gradient/button_delete.gif?1282067291') 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('/img/icon_gallery.gif?1282067291') 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;
}

.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('/img/page_prev_next.gif?1282067291') 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;
}

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

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 .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-justify;
    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;
}



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

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.message,
div#forgotten div.message,
div#confirm div.message {
    margin-top          : 20px;
}

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 h2.object_type span {
    float               : right;
    font-size           : 0.85em;
}

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


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

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

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


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 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 {
    width               : 700px;
    border              : 1px #d9d9d9 solid;
    margin              : 0 0 20px 0;
}

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;
}

* 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;
}


/* 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;
    display             : inline;
    float               : right;
    margin-right        : 50px;
    text-align          : center;
    background          : white;
    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;
}

/* 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('/img/v2/icons/close.gif?1282067291') 50% 50% no-repeat;
    width               : 24px;
    height              : 24px;
    border              : none;
}

/************* 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('/img/v2/icons/buttonbg.gif?1282067291') 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('/img/v2/icons/blue_buttonbg.gif?1282067291');
}

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('/img/v2/memory_box/round_buttons.gif?1282067291')
                          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('/img/v2/memory_box/editing.gif?1282067291')
                          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('/img/v2/memory_box/alert.gif?1282067291') 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 {
    display             : block;
    width               : 200px;
    padding             : 10px 5px 10px 15px;
    margin              : 5px -2px 20px;
    background-color    : #f5f6f8;
    border              : 2px solid #e1eddf;
}

#right_memory_box a.control {
    position            : absolute;
    width               : 25px;
    top                 : 3px;
    right               : 5px;
}

#right_memory_box div.links {
    clear               : both;
    margin              : 10px 5px 0 0;
    overflow            : auto;
    font-size           : 12px;
}

#right_memory_box a.button {
    float               : right;
    margin-right        : 0;
    margin-left         : 10px;
}


/*------------------------------------------------------------------------*/
/* 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('/img/v2/memory_box/waiting.gif?1282067291');
    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('/img/v2/image_edit/check10.gif?1282067291')
                          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('/img/v2/image_edit/rotate_icons.gif?1282067291')
                          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('/img/v2/image_edit/Jcrop.gif?1282067291')
                          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,
.studs button {
    width               : 140px;
    height              : 20px;
    margin-bottom       : 5px;
    padding             : 0 0 0 26px;
    font-size           : 12px;
    line-height         : 16px;
    text-align          : left;
    border              : 0;
    background          : url('/img/v2/icons/studs.gif?1282067291')
                          no-repeat left top;
}

.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('/img/v2/icons/waiting.gif?1282067291') 50% 50% no-repeat;
    height              : 80px;
    border              : 1px solid #d9d9d9;
}

.type_tabs li a {
    background          : url('/img/v2/theme/default_tab.gif?1282067291') no-repeat;
}

#browse_all_anniversary {
    background          : #efe9f3 url('/img/v2/theme/anniversary/browse_bg.jpg?1282067291') bottom left no-repeat;
}

.selected #tab_all_anniversary {
    background          : url('/img/v2/theme/anniversary/tab.gif?1282067291') no-repeat;
}

#browse_all_bestwish {
    background          : #deffff url('/img/v2/theme/bestwish/browse_bg.jpg?1282067291') bottom left no-repeat;
}

.selected #tab_all_bestwish {
    background          : url('/img/v2/theme/bestwish/tab.gif?1282067291') no-repeat;
}

#browse_all_happy,
#browse_all_birthday {
    background          : #f8f2e4 url('/img/v2/theme/birthday/browse_bg.jpg?1282067291') bottom left no-repeat;
}

.selected #tab_all_happy,
.selected #tab_all_birthday {
    background          : url('/img/v2/theme/birthday/tab.gif?1282067291') no-repeat;
}

#browse_birth {
    background          : #ffffe5 url('/img/v2/theme/birthday/birth/browse_bg.jpg?1282067291') bottom left no-repeat;
}

.selected #tab_birth {
    background          : url('/img/v2/theme/birthday/birth/tab.gif?1282067291') no-repeat;
}

#browse_all_memorial,
#browse_death,
#browse_memorial,
#browse_obit {
    background          : #edf3e9 url('/img/v2/theme/memorial/browse_bg.jpg?1282067291') bottom left no-repeat;
}

.selected #tab_death,
.selected #tab_memorial,
.selected #tab_obit,
.selected #tab_all_memorial {
    background          : url('/img/v2/theme/memorial/tab.gif?1282067291') no-repeat;
}

#browse_all_specialday {
    background          : #fefadd url('/img/v2/theme/specialday/browse_bg.jpg?1282067291') bottom left no-repeat;
}

.selected #tab_all_specialday {
    background          : url('/img/v2/theme/specialday/tab.gif?1282067291') no-repeat;
}

#browse_all_wedding {
    background          : #f6e8f5 url('/img/v2/theme/wedding/browse_bg.jpg?1282067291') bottom left no-repeat;
}

.selected #tab_all_wedding {
    background          : url('/img/v2/theme/wedding/tab.gif?1282067291') no-repeat;
}


/************* NOTICE TYPE THEMES ****************************/
.type_anniversary div#notice_wrapper {
    background          : url('/img/v2/theme/anniversary/notice_header.jpg?1282067291') top right no-repeat;
}


.type_bestwish div#notice_wrapper {
    background          : url('/img/v2/theme/bestwish/notice_header.jpg?1282067291') top right no-repeat;
}


.sub_type_adoption div#notice_wrapper {
    background          : url('/img/v2/theme/bestwish/adoption/notice_header.jpg?1282067291') top right no-repeat;
}


.sub_type_goodluck div#notice_wrapper {
    background          : url('/img/v2/theme/bestwish/goodluck/notice_header.jpg?1282067291') top right no-repeat;
}


.type_birthday div#notice_wrapper {
    background          : url('/img/v2/theme/birthday/notice_header.jpg?1282067291') top right no-repeat;
}


.sub_type_birth div#notice_wrapper {
    background          : url('/img/v2/theme/birthday/birth/notice_header.jpg?1282067291') top right no-repeat;
}


.type_memorial div#notice_wrapper {
    background          : url('/img/v2/theme/memorial/notice_header.jpg?1282067291') top right no-repeat;
}


.type_specialday div#notice_wrapper {
    background          : url('/img/v2/theme/specialday/notice_header.jpg?1282067291') top right no-repeat;
}


.sub_type_christmas div#notice_wrapper {
    background          : url('/img/v2/theme/specialday/christmas/notice_header.jpg?1282067291') top right no-repeat;
}

.sub_type_christmas div#notice_header * { color: white }

.sub_type_fathersday div#notice_wrapper {
    background          : url('/img/v2/theme/specialday/fathersday/notice_header.jpg?1282067291') top right no-repeat;
}


.sub_type_mothersday div#notice_wrapper {
    background          : url('/img/v2/theme/specialday/mothersday/notice_header.jpg?1282067291') top right no-repeat;
}

.sub_type_mothersday div#notice_header h1 { color : #f17232 }

.sub_type_newyear div#notice_wrapper {
    background          : url('/img/v2/theme/specialday/newyear/notice_header.jpg?1282067291') top right no-repeat;
}

.sub_type_newyear div#notice_header * { color : white }
.sub_type_valentine div#notice_wrapper {
    background          : url('/img/v2/theme/specialday/valentine/notice_header.jpg?1282067291') top right no-repeat;
}


.type_wedding div#notice_wrapper {
    background          : url('/img/v2/theme/wedding/notice_header.jpg?1282067291') top right no-repeat;
}


.sub_type_engagement div#notice_wrapper {
    background          : url('/img/v2/theme/wedding/engagement/notice_header.jpg?1282067291') top right no-repeat;
}



/*************************************************************/
