﻿/*
IMPORTANT:  This is the Owner specific css file, which is applicable only to this Owner.
            The styling here overrides the general styling,
            look for /App_Themes/Platform/MediaLibrary/DigitalAssetSelection/DigitalAssetSelection.css.

            NB The classes from the general stylesheet are all here, but they are left empty if nothing has to be changed.
            So if you find styling here, then THAT is different from the general styling.

            NB2 Underneath the reused classes you will find classes that are not used in the general stylesheet.
*/

.divLinkButtons
{
}

#addressbookcontact
{
}

#addressbookcontact .divField
{
}


#addressbookcontact .divLabel
{
}

#addressbookcontact .divTextBox
{
}

#addressbookcontact .divDropDownList
{
}

#addressbookcontact .ddlLanguage
{
}

/* PanelDigitalAssetSelection.aspx */

.pagetitle, .sfi_module-header
{
}

.headerContentLeftDiv
{
}

.sfi_linkbutton
{
}

.upperblock
{
}

.buttons
{
}

.buttons .editbutton
{
}

.buttons .editbutton input
{
}

.buttons .cancelbutton
{
}

.buttons .savebutton
{
}

.digitalassetsremark
{
}

.removeall
{
}

/* DigitalAssetSelection.ascx */

.digitalassetselection
{
}

.notes
{
}

.created
{
}

.availableuntil
{
}

.daVariantDownloadTextContainer
{
}


/* SendSelectionControl.ascx */

.divSendToText .sendtext, .divSendToText .addtext, .divSendToText .youtext, .divSendToText .everytext
{
}

.myaddressbooklink
{
}

.addcontactbutton
{
}

.newcontactbutton.addimage
{
}

.newcontactbutton.newcontactlink
{
}

.divContact
{
}

.removecontactbutton.removelink
{
}

.removecontactbutton.removeimage
{
}

.emailarea
{
}

.emailarea .subjectarea
{
}

.emailarea .subjectarea .subjectlabel
{
}

.emailarea .subjectarea .subject
{
}

.emailarea .emailbodyarea
{
}

.emailarea .emailbodyarea .emaillabel
{
}

.emailarea .emailbodyarea .email
{
}

.emailarea .emailbodyarea .email .emailvalue
{
}

.emailarea .emailbodyarea .email .emailmessage
{
}

.emailarea .emailbodyarea .email .notearea
{
}

.emailarea .emailbodyarea .email .notearea .notelabel
{
}

.emailarea .emailbodyarea .email .notearea .note
{
}

.sendcopy
{
}

.errormessages
{
}

/* PanelAddressBook.aspx */

#addressbook
{
}

#addressbook .newcontactbutton
{
}

#addressbook .newcontactbutton.addimage
{
}

#addressbook .newcontactbutton.addlink
{
}

#addressbook .contacts
{
}

#addressbook .contacts .contactsheader
{
}

#addressbook .contacts .contactsheader .SFHR
{
}

#addressbook .contacts .contactsheader .contactheader
{
}

#addressbook .contacts .contactsheader .emailheader
{
}

#addressbook .contacts .contact
{
}

#addressbook .contacts .contact .contactname
{
}

#addressbook .contacts .contact .contactemail
{
}

#addressbook .contacts .contact .contactbuttons
{
}

#addressbook .contacts .contact .contactbuttons .removecontactbutton
{
    background-color: #FFFFFF;
    border: 0;
}

#addressbook .contacts .contact .contactbuttons .editlink
{
}

/* PanelAddressBookContact.aspx */

.newcontact
{
}

.labelcontrolpair
{
}

.label
{
}

.control
{
}

.validation
{
}

.control .dropdownlist
{
    background-color: #F9F9F9;
    border: 1px solid #D2D2D2;
}

.control .textbox
{
}

.daDownloadContainer
{
    border: 1px solid #CCCCCC !important;
}

/* Public */

.publicselection
{
    position: relative;
    background-color: #fff;
}

.partofthisselection
{
}

.assetarea
{
}

.publicnolongeravailable
{
}

.publicselection .digitalassetselection
{
}


/* Below you will find classes that are not used in the general stylesheet */

body, .footnote
{
    color: #7D7D7D;
}

textarea, .sfi_textbox
{
    background-color: #F9F9F9;
    border: 1px solid #D2D2D2;
}

.editimage
{
}

.SFHRThick, .SFHR
{
    background-color: #CACACA;
    color: #CACACA;
    height: 1px;
}

a, .link
{
    color: #15428B;
}

.sfi_tabstrip a
{
    color: #7D7D7D;
}

a:hover, .link:hover
{
    text-decoration: underline;
}

.tolinkbutton a
{
    color: #7D7D7D;
    font-weight: bold;
}

.previouscancelbutton, .sendinvitationbutton
{
    background-color: #939393;
    border: 1px solid #CFCFCF;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    *padding-left: 0px !important;
    *padding-right: 0px !important;
}

.sfi_button
{
    background-image: none;
}

/* Public */

.container .header
{
    background-image: url("../../default/images/reg-bg.jpg");
    background-repeat: no-repeat;
    height: 112px;
    width: 915px;
}