
/*  CONTENT
    =======

    1)  General HTML styling
    2)  General portlet settings
    3)  Portlet-specific settings
    4)  ...
*/










/*  GENERAL HTML STYLING
    ====================
    For styling of collections of elements, and the likes.
*/

.float-after{float: right;}

*,
.text-type-normal
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #444444;
}

.text-type-large
{
    font-size: 12px;
}

.text-type-huge
{
    font-size: 24px;
}

.text-type-small
{
    font-size: 9px;
}

.text-type-bold
{
    font-weight: bold; 
    strong;
}

.text-type-error
{
    /* Dark red */
    color: #ba0909;
}

.element-hidden
{
    display: none;
}

.message-type-error
{
    padding: 10px;
    background-color: #ffd0c3;
    border: 1px solid #d54e40;
    color: #a42727;
}

.element-hidden
{
    display: none;
}

.message-type-error
{
    padding: 10px;
    background-color: #ffd0c3;
    border: 1px solid #d54e40;
    color: #a42727;
}


body
{
    margin: 14px 0px 0px 0px;
    background-repeat: repeat-x;
    background-position:top left;
}

a
{
    color: #0000ff;
}

hr
{
  background-color: #dddddd;
  height: 1px;
  border: 0px;
  color: #dddddd;
}



div.decorated-button
{
    display: inline;
}

    div.decorated-button span.button-left-plain
    {
    }

    div.decorated-button span.button-center-plain
    {
    }

    div.decorated-button span.button-right-plain
    {
    }


.disabled *
{
    color: lightgrey;
}

.post-it
{
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 7px;
    background-color: #ffffcc;
    border: 1px solid #dddddd;
    text-align: center;
}

.button-big
{
    padding-top: 4px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 15px;
    font-size: 18px;
    background: linear-gradient(#f6f6f6, #dedede);
    border-radius: 5px;
    border: 1px solid #9b9a9a;
}
.button-big:hover {
    background: linear-gradient(#eaeaea, #cecece);
    cursor: pointer;
}

div#contentServiceManagement
{
    width: 950px;
    margin: 0px auto 0px auto;
}


div#contentDeviceManagement
{
    width: 950px;
    margin: 0px auto 0px auto;
}

    div#contentDeviceManagement td#contentTableLeft
    {
        width: 40%;
        vertical-align: top;
    }

    div#contentDeviceManagement td#contentTableRight
    {
        width: 60%;
        vertical-align: top;
    }


div#contentApplicationManagement
{
    width: 950px;
    margin: 0px auto 0px auto;
}

    div#contentApplicationManagement td#contentTableLeft
    {
        width: 65%;
        vertical-align: top;
    }

    div#contentApplicationManagement td#contentTableRight
    {
        width: 35%;
        vertical-align: top;
    }


div#contentHistoryManagement
{
    width: 950px;
    margin: 0px auto 0px auto;
}











/*  GENERAL PORTLET SETTINGS
    ========================
    Below are classes which are shared between all portlet containers.

    There are basically 9 parts that make up a portlet:
        * top-left
        * top-center
        * top-right
        * middle-left
        * middle-center
        * middle-right
        * bottom-left
        * bottom-center
        * bottom-right
    Some of these do in turn have sub-containers.
      Here this is represented with indentation.
    An area's subcontainer(s) follow directly below it's parent.
*/



/*  Main portlet container.
    Contains a <table> with the three levels (top, middle, bottom)
    represented as <tr>'s.
*/
div.portlet-container
{
    margin: 0px;
    padding: 7px;
}

    /*
    */
    td.portlet-titlebar-left
    {
        background: linear-gradient(#136457, #00a887);
        width: 5px;
        min-width: 5px;
        max-width: 5px;
        height: 31px;
        min-height: 31px;
        max-height: 31px;
        border-top-left-radius: 5px;
    }

    /*
    */
    td.portlet-titlebar-center
    {
        background: linear-gradient(#136457, #00a887);
        height: 31px;
        min-height: 31px;
        max-height: 31px;
        clear: both;
    }

        /*
        */
        div.portlet-titlebar-decoration
        {
          float: left;
        }

            /*  Contains portlet title text
            */
            span.portlet-titlebar-title
            {
                margin-top: 0px;
                margin-right: 7px;
                margin-bottom: 0px;
                margin-left: 7px;
                font-weight: bold;
                strong; 
                font-size: 12px;
                color: #ffffff;
            }


        /*
        */
        div.portlet-custom-decoration
        {
          float: right;
            margin-top: 0px;
            margin-right: 7px;
            margin-bottom: 0px;
            margin-left: 7px;
        }

        /*  Contains portlet mode buttons
        */
        div.portlet-mode-container
        {
            display: none;
        }

    /*
    */
    td.portlet-titlebar-right
    {
        background: linear-gradient(#136457, #00a887);
        width: 5px;
        min-width: 5px;
        max-width: 5px;
        height: 31px;
        min-height: 31px;
        max-height: 31px;
        border-top-right-radius: 5px;
    }





    /*
    */
    td.portlet-content-left
    {
        background: url('images/boxContentLeft.gif') repeat-y top right;
        background-color: #ffffff;
        width: 5px;
        min-width: 5px;
        max-width: 5px;

    }

    /*
    */
    td.portlet-body
    {
        background-color: #fff;
    }

        /*  Portlet main content container
        */
        div.portlet-content-center
        {
            padding: 15px;
        }

    /*
    */
    td.portlet-content-right
    {
        background: url('images/boxContentRight.gif') repeat-y top left;
        background-color: #ffffff;
        width: 5px;
        min-width: 5px;
        max-width: 5px;
    }





  /*
    */
    div.portlet-tabbar-content
    {
        padding: 7px;
        background-color: #f2f2f2;
        border-bottom: 1px solid #dddddd;
    }

       /*


        */
        span.portlet-tabbar-tab
        {
            padding-top: 3px;
            padding-right: 10px;
            padding-bottom: 3px;
            padding-left: 10px;
            background-color: #f2f2f2;
            display: inline-block;
            
            cursor: pointer;
        }

        span.portlet-tabbar-tab a {
            text-decoration:none;
            color:#444444;
        }

        /* extension of the above, for active tab
        */
        span.portlet-tabbar-tab-current
        {
            font-weight: bold; 
            strong;
            background-image: url('images/tabbarTabCurrentBackground.png');
            background-repeat: repeat-x;
            border: 1px solid #cccccc;
        }





    /*
    */
    td.portlet-footer-left
    {
        background: url('images/boxFooterLeft.gif') no-repeat bottom left;
        background-color: #ffffff;
        width: 5px;
        min-width: 5px;
        max-width: 5px;
        height: 7px;
        min-height: 7px;
        max-height: 7px;
    }

    /*
    */
    td.portlet-footer-center
    {
        background: url('images/boxFooterMiddle.gif') repeat-x bottom left;
        background-color: #ffffff;
        height: 7px;
        min-height: 7px;
        max-height: 7px;
    }

    /*
    */
    td.portlet-footer-right
    {
        background: url('images/boxFooterRight.gif') no-repeat bottom right;
        background-color: #ffffff;
        width: 5px;
        min-width: 5px;
        max-width: 5px;
        height: 7px;
        min-height: 7px;
        max-height: 7px;
    }










/*  PORTLET-SPECIFIC SETTINGS
    =========================
    These are the specific portlets available.
*/


/*  Init roles
*/
div#portletInitRoles
{
    display: none;
}


/*  Logo
*/
td#headerLogo
{
    margin: 0px;
    padding-top: 22px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
}


td#headerHelp
{
    width: 880px;
    height: 34px;
    padding: 0px;
    margin: 0px;
}

    td#headerHelp table#headerHelpTable
    {
        margin: 0px;
    }

        td#headerHelp table#headerHelpTable td#headerHelpLeft
        {
            width: 700px;
            text-align: right;
        }

        td#headerHelp table#headerHelpTable td#headerHelpRight
        {
            width: 135px;
            text-align: right;
        }


td#headerNavigation
{
    width: 880px;
    height: 78px;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 0px;
}

    td#headerNavigation table#headerNavigationTable
    {
    }

        td#headerNavigation table#headerNavigationTable td#headerNavigationLeft
        {
            background: linear-gradient(#136457, #00a887);
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            background-repeat: repeat-x;
            background-position: top right;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            height: 41px;
            width: 23px;
        }

        td#headerNavigation table#headerNavigationTable td#headerNavigationMenu
        {
        }

        td#headerNavigation table#headerNavigationTable td#headerNavigationLogout
        {
            background: linear-gradient(#136457, #00a887);
            background-repeat: repeat-x;
            background-position: top left;
            padding-top: 0px;
            padding-right: 10px;
            padding-bottom: 0px;
            padding-left: 0px;
            text-align: right;
            vertical-align: middle;
            height: 41px;
            width: 1px;                 /* the logout button will stretch it; but we still want this table cell as thin as possible */
        }

        td#headerNavigation table#headerNavigationTable td#headerNavigationRight
        {
            background: linear-gradient(#136457, #00a887);
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            background-repeat: repeat-x;
            background-position: top left;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            height: 41px;
            width: 6px;
        }


/*  Language toggling... (implemented?)
*/
div#portletLanguageToggling
{
}

    div#portletLanguageToggling div.portlet-container
    {
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 0px;
    }



/*  Help link and clock
*/
div#portletHelpAndClock
{
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
}

    div#portletHelpAndClock div.portlet-content-center,
    div#portletHelpAndClock form#logoutAndClockForm,
    div#portletHelpAndClock div#clockId
    {
        margin: 0px;
        padding: 0px;
    }
    
    div#portletHelpAndClock a.helpLink
    {
        display: none;
    }


/*  Logout button
*/
div#portletLogout
{
    padding: 0px;
    margin: 0px;
}


    div#portletLogout div.portlet-container,
    div#portletLogout td.portlet-body,
    div#portletLogout div.portlet-content-center,
    div#portletLogout div.portlet-content-center form
    {
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
    }


/*  Menu (tabs)
*/
div#portletMenu
{
    text-align: left;
    margin: 0px;
    padding: 0px;
}


    div#portletMenu div.portlet-container
    {
        padding: 0px;
        margin: 0px;
    }


    div#portletMenu td.portlet-body
    {
        display: block;
        background: linear-gradient(#136457, #00a887);
        background-repeat: repeat-x;
        background-position: top left;
        margin: 0px;
        padding: 0px;
        height: 41px;
        vertical-align: top;
    }


        div#portletMenu div.portlet-content-center
        {
            margin: 0px;
            padding: 0px;
            background-color: transparent;
        }


    /*  List of menu items
    */
    div#portletMenu ul#tabsHeader,
    div#portletMenu ul#tabsHeader_rtl
    {
        height: 41px;
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
    }


        div#portletMenu ul#tabsHeader li,
        div#portletMenu ul#tabsHeader_rtl li
        {
            list-style-type: none;
            display: inline;
            height: 41px;
            text-align: center;
            vertical-align: middle;
            overflow: hidden;
            margin: 0px;
        }
        
        
            /*  Menu items' default state
            */
            div#portletMenu ul#tabsHeader li a,
            div#portletMenu ul#tabsHeader li.hoverOff a,
            div#portletMenu ul#tabsHeader_rtl li a,
            div#portletMenu ul#tabsHeader_rtl li.hoverOff a
            {
                background: transparent;
                display: inline-block;
                height: 29px;
                max-height: 41px;
                padding: 12px 20px 0px 20px;
                text-decoration: none;
                background-position: top right;
                background-repeat: repeat-x;
                color: #fff;
                font-size: 12px;
            }


            /*  Menu items' state when mouse hovers over them
            */
            div#portletMenu ul#tabsHeader li.hoverOn a,
            div#portletMenu ul#tabsHeader li a:hover,
            div#portletMenu ul#tabsHeader_rtl li.hoverOn a,
            div#portletMenu ul#tabsHeader_rtl li a:hover
            {
                background: #00cea6;
                color: #fff;
            }


            /*  Menu items' state when mouse clicks on them
            */
            div#portletMenu ul#tabsHeader li a:active,
            div#portletMenu ul#tabsHeader_rtl li a:active
            {
                background: #00cea6;
                color: #ff;
            }


            /*  The current menu choice
            */
            div#portletMenu ul#tabsHeader li#current a,
            div#portletMenu ul#tabsHeader_rtl li#current a
            {
                background: #00a887;
                color: #fff;
            }


/*  MSISDN search area
*/
div#portletSearchSubscriber
{
}


    div#portletSearchSubscriber div.portlet-container
    {
        padding: 0px 7px 7px 7px;
    }
    
    
    div#portletSearchSubscriber td.portlet-titlebar-left,
    div#portletSearchSubscriber td.portlet-titlebar-center,
    div#portletSearchSubscriber td.portlet-titlebar-right,
    div#portletSearchSubscriber td.portlet-footer-left,
    div#portletSearchSubscriber td.portlet-footer-center,
    div#portletSearchSubscriber td.portlet-footer-right
    {
        display: none;
    }

    div#portletSearchSubscriber td.portlet-content-left
    {
        margin: 0px;
        padding: 0px;
        background-image: url('images/searchBackgroundLeft.gif');
        background-repeat: no-repeat;
        background-position: top right;
        background-color: transparent;
        height: 58px;
    }

    div#portletSearchSubscriber td.portlet-body
    {
        margin: 0px;
        padding: 0px;
        background-color: transparent;
        height: 58px;
    }

        div#portletSearchSubscriber div.portlet-content-center
        {
            margin: 0px;
            padding: 0px;
            background-image: url('images/searchBackgroundMiddle.gif');
            background-repeat: repeat-x;
            background-position: top left;
            background-color: transparent;
            height: 58px;
        }

    div#portletSearchSubscriber td.portlet-content-right
    {
        margin: 0px;
        padding: 0px;
        background-image: url('images/searchBackgroundRight.gif');
        background-repeat: no-repeat;
        background-position: top left;
        background-color: transparent;
        height: 58px;
    }

    div#portletSearchSubscriber form#identifySubscriberForm
    {
        margin: 0px;
        padding: 0px;
    }

        div#portletSearchSubscriber div#identifySubscriberDiv
        {
            margin: 0px;
            padding-top: 16px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }

            div#portletSearchSubscriber td#identifySubscriberLeft
            {
                padding-top: 0px;
                padding-right: 15px;
                padding-bottom: 0px;
                padding-left: 15px;
                width: 373px;
                font-size: 14px;
                font-weight: bold; 
                strong;
                text-align: right;
                vertical-align: middle;
            }
                
                /*div#portletSearchSubscriber td#identifySubscriberLeft span.subscriber-blacklisted
                {
                    font-weight: normal;
                    color: #bb3322;
                }*/

            div#portletSearchSubscriber td#identifySubscriberMiddle
            {
                padding: 0px;
                width: 180px;
                text-align: center;
                vertical-align: middle;
            }

                div#portletSearchSubscriber td#identifySubscriberMiddle input#identifySubscriberSearchField
                {
                    padding-left: 25px;
                    background-color: #ffffff;
                    background-image: url('images/iconSearch.gif');
                    background-position: 3px 2px;
                    background-repeat: no-repeat;
                    font-size: 14px;
                    font-weight: bold;
                    strong; 
                }
                
                /*div#portletSearchSubscriber td#identifySubscriberMiddle input.subscriber-blacklisted
                {
                    background-color: #bb3322;
                    color: #ffffff;
                }*/

            div#portletSearchSubscriber td#identifySubscriberRight
            {
                padding-top: 0px;
                padding-right: 15px;
                padding-bottom: 0px;
                padding-left: 15px;
                width: 373px;
                text-align: left;
                vertical-align: middle;
                font-size: 9px;
            }

                div#portletSearchSubscriber td#identifySubscriberRight input#identifySubscriberSearchButton
                {
                    font-size: 12px;
                    margin-right: 15px;
                    border-radius: 5px;
                    padding: 0px 15px 0px 15px;
                    border: 1px solid #9b9a9a;
                    height: 25px;
                    background: linear-gradient(#f6f6f6, #dedede);
                }
                div#portletSearchSubscriber td#identifySubscriberRight input#identifySubscriberSearchButton:hover {
                    background: linear-gradient(#eaeaea, #cecece);
                    cursor: pointer;
                }
    


/*  DEVICE MANAGEMENT PORTLETS
    ==========================
*/

/*  Current phone model and information
*/
div#portletCurrentPhoneModel
{
}

    div#portletCurrentPhoneModel div.portlet-content-center
    {
    }

    div#portletCurrentPhoneModel form
    {
        margin: 0px;
        padding: 0px;
    }
    
    div#portletCurrentPhoneModel table#subscriberPhoneTable
    {
        margin: 0px;
        padding: 0px;
    }
    
        div#portletCurrentPhoneModel td#subscriberPhoneModelName
        {
            text-align: center;
            font-size: 14px;
            font-weight: bold; 
            strong;
        }
        
        div#portletCurrentPhoneModel td#subscriberPhoneModelImage
        {
            padding-top: 10px;
            padding-bottom: 20px;
            text-align: center;
        }
        
            /* shown only when no image could be displayed */
            div#portletCurrentPhoneModel div#subscriberPhoneModelNoImage
            {
                margin-top: 0px;
                margin-right: auto;
                margin-bottom: 0px;
                margin-left: auto;
                padding-top: 10px;
                background-image: url('/cca/images/phone_noimage.gif');
                background-repeat: no-repeat;
                background-position: top left;
                height: 184px;
                width: 139px;
            }
        
            div#portletCurrentPhoneModel img#subscriberPhoneModelImageTag
            {
            }
        
        div#portletCurrentPhoneModel td#subscriberPhoneDivider
        {
        }
    
        div#portletCurrentPhoneModel td#subscriberPhoneInfoToggler
        {
            text-align: right;
        }
        
        div#portletCurrentPhoneModel div#subscriberPhoneInfoDetails
        {
            padding-top: 10px;
        }
        
        div#portletCurrentPhoneModel td#subscriberPhoneInfo
        {
        }
        
            div#portletCurrentPhoneModel table#subscriberPhoneInfoTable
            {
                vertical-align: top;
            }
            
                div#portletCurrentPhoneModel table#subscriberPhoneInfoTable td
                {
                    margin-top: 0px;
                    margin-right: 5px;
                    margin-bottom: 0px;
                    margin-left: 5px;
                    padding: 5px;
                    vertical-align: top;
                    border-top-style: solid;
                    border-top-width: 1px;
                    border-top-color: #dddddd;
                }
            
                div#portletCurrentPhoneModel table#subscriberPhoneInfoTable td.subscriber-phone-info-property
                {
                    text-align: left;
                    font-weight: bold; 
                    strong;
                }
                
                div#portletCurrentPhoneModel table#subscriberPhoneInfoTable td.subscriber-phone-info-value
                {
                    text-align: right;
                }


/*  select phone model
*/
div#portletSelectPhoneModel
{
}

    div#portletSelectPhoneModel span.manual_identification_text_manual_identification_title
    {
        display: none;
    }

    div#portletSelectPhoneModel span.manual_identification_text_IMEI_title
    {
        display: block;
        padding-top: 30px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        font-weight: bold; 
        strong;
    }
    
    div#portletSelectPhoneModel td.paddingOfComponents
    {
        padding: 3px;
    }
    
    div#portletSelectPhoneModel span.manual_identification_text_select
    {
        font-weight: bold; 
        strong;
    }
    
    div#portletSelectPhoneModel select
    {
        width: 315px;
    }

    div#portletSelectPhoneModel input.input_button_all
    {
        border-radius: 5px;
        padding: 0px 15px 0px 15px;
        border: 1px solid #9b9a9a;
        height: 25px;
        background: linear-gradient(#f6f6f6, #dedede);
    }

    div#portletSelectPhoneModel input.input_button_all:hover {
        background: linear-gradient(#eaeaea, #cecece);
        cursor: pointer;
    }

    .sendSm_sendButton {
        border-radius: 5px;
        padding: 0px 15px 0px 15px;
        border: 1px solid #9b9a9a;
        height: 25px;
        background: linear-gradient(#f6f6f6, #dedede);
    }

    .sendSm_sendButton:hover {
        background: linear-gradient(#eaeaea, #cecece);
        cursor: pointer;
    }

    .input_button_logout {
        border-radius: 5px;
        padding: 0px 15px 0px 15px;
        border: 1px solid #9b9a9a;
        height: 25px;
        background: linear-gradient(#f6f6f6, #dedede);
    }

    .input_button_logout:hover {
        background: linear-gradient(#eaeaea, #cecece);
        cursor: pointer;
    }
    
    #loginButton {
        border-radius: 5px;
        padding: 0px 15px 0px 15px;
        border: 1px solid #9b9a9a;
        height: 25px;
        background: linear-gradient(#f6f6f6, #dedede);
    }

    #loginButton:hover {
        background: linear-gradient(#eaeaea, #cecece);
        cursor: pointer;
    }


    div#portletSelectPhoneModel .manual_identification_additional_models_title
    {
        font-weight: bold; 
        strong;
    }


/*  Displays service settings available (WAP, MMS, etc)
*/
div#portletDownloadSettings
{
}

    div#portletDownloadSettings div.portlet-content-center
    {
        /*min-height: 250px;*/
    }

    div#portletDownloadSettings div#downloadSettingsTop,
    div#portletDownloadSettings div#firmwareUpdateTop,
    div#portletDownloadSettings div#exploreDeviceTop
    {
        min-height: 135px;
        background-image: url('images/downloadBackground.png');
        background-position:bottom right;
        background-repeat:no-repeat;
        padding: 10px;
    }
    
    div#portletDownloadSettings div#downloadSettingsInstallDMAccount
    {
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        padding: 7px;
        background-color: #ffffcc;
        border-bottom: 1px solid #dddddd;
        text-align: center;
    }

        div#portletDownloadSettings img#downloadSettingsExclamationImage
        {
            position: relative;
            top: 13px;
        }
        
        div#portletDownloadSettings input#download_bootstrap
        {
            margin-top: 5px;
            margin-right: 0px;
            margin-bottom: 10px;
            margin-left: 0px;
            padding-top: 1px;
            padding-right: 8px;
            padding-bottom: 1px;
            padding-left: 8px;
        }
    
    div#portletDownloadSettings div.download_settings_text_title
    {
        font-size: 12px;
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    
    div#portletDownloadSettings div#dms_profiles
    {
    }
    
        div#portletDownloadSettings div#dms_profiles div#downloadSettingsDMSList
        {
            margin-top: 20px;
            margin-right: 0px;
            margin-bottom: 5px;
            margin-left: 0px;
            font-size: 12px;
        }
    
    div#portletDownloadSettings div#tpm_profiles
    {
    }
    
        div#portletDownloadSettings div#tpm_profiles span.download_settings_channel_heading,
        div#portletDownloadSettings div#dms_profiles span.download_settings_channel_heading
        {
            margin-top: 20px;
            margin-right: 0px;
            margin-bottom: 5px;
            margin-left: 5px;
            font-size: 12px;
        }

    div#portletDownloadSettings div.download_settings_profile_wrapper
    {
        margin: 0px;
        padding: 5px;
        background-color: #ffffff;
        border-top: 1px solid #dddddd;
        overflow: auto;
        
        /*
        background-image: url('images/profileBackground.png');
        background-repeat: repeat-x;
        */
        
    }

    div#portletDownloadSettings div.download_settings_profile_wrapper_selected
    {
        margin: 0px;
        padding: 5px;
        background-color: #ffffcc;
        border-top: 1px solid #dddddd;
        font-weight: bold; 
        strong;
    }

        div#portletDownloadSettings div.download_settings_templateparameters_wrapper
        {
            margin-top: 5px;
            margin-right: 22px;
            margin-bottom: 10px;
            margin-left: 22px;
            font-weight: normal;
            strong;
        }

            div#portletDownloadSettings input.download_settings_input
            {
                margin-left: 20px;
            }

    div#portletDownloadSettings input#download_settings_send
    {
        margin-top: 25px;
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 1px;
        padding-left: 10px;
        font-size: 14px;
    }
    
    div#portletDownloadSettings div#downloadSettingsInfoMessages
    {
        margin-top: 70px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
        padding: 15px;
        border: 1px solid #dddddd;
        background-color: #ffffcc;
        font-size: 14px;
    }

    /*Override to make content go all the way to the edges*/
    div#portletDownloadSettings .portlet-content-center
    {
        padding:0px;
        margin-left:-3px;
        margin-right:-3px;
        position: relative;
        z-index: 10;
    } 
    
    div#portletDownloadSettings div#downloadSettingsAction,
    div#portletDownloadSettings div#diagnoseSettingsAction,
    div#portletDownloadSettings div#firmwareUpdateAction,
    div#portletDownloadSettings div#exploreDeviceAction
    {
      margin-top: 35px;
      margin-bottom: 5px;
      margin-right: 10px;
      margin-left: 10px;
    }
    
    div.wait-animation
    {
        background-image: url('images/throbber.gif');
        background-position:center center;
        background-repeat:no-repeat;
        min-height: 40px;
        min-width: 40px;
    }

    div#diagnoseSettingsTop
    {
        min-height: 135px;
        background-image: url('images/diagnosticsarrow.png');
        background-position:bottom right;
        background-repeat:no-repeat;
        padding: 10px;
    }

    table.settingsList td.select-and-status
    {
        width: 25px;
        min-width: 25px;
        max-width: 25px;
    }
    
    table.settingsList td.settings-icon
    {   
        /*background-image: url('images/exclamation.png');*/
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-position:center center;
        background-repeat:no-repeat;
    }
    
    table.settingsList td.vertical-divider
    {
        border-left: 1px solid #dddddd;
        
        width: 3px;
        min-width: 3px;
        max-width: 3px;
    }
    
    table.settingsList td.name-and-description
    {
        width: 25em;
        min-width: 25em;
        max-width: 25em;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    table.settingsList td.expand-details
    {
        text-align:right;
    }
    
    table.settingsList td.icon-MMS-GPRS
    {
        background-image: url('images/MMS-GPRS.png');
    }
    
    table.settingsList td.icon-WAP-GPRS
    {
        background-image: url('images/WAP-GPRS.png');
    }
    
    table.settingsList td.icon-EMAIL-GPRS
    {
        background-image: url('images/EMAIL-GPRS.png');
    }

    table.settingsList td.icon-STREAMING-GPRS
    {
        background-image: url('images/STREAMING-GPRS.png');
    }

    table.settingsList td.icon-POC-GPRS
    {
        background-image: url('images/POC-GPRS.png');
    }

    table.settingsList td.icon-WV-GPRS
    {
        background-image: url('images/WV-GPRS.png');
    }

    table.settingsList td.icon-MMS-CSD
    {
        background-image: url('images/MMS-GPRS.png');
    }
    
    table.settingsList td.icon-WAP-CSD
    {
        background-image: url('images/WAP-GPRS.png');
    }
    
    table.settingsList td.icon-EMAIL-CSD
    {
        background-image: url('images/EMAIL-GPRS.png');
    }

    table.settingsList td.icon-WI-FI
    {
        background-image: url('images/WI-FI.png');
    }

    table.settingsList td.icon-INFO
    {
        background-image: url('images/info.png');
    }
    
    td.icon-phone
    {
        background-image: url('images/phone.png');
        background-repeat: no-repeat;
        height: 50px;
    }
    
    td.icon-database
    {
        background-image: url('images/database.png');
        background-repeat: no-repeat;
        height: 50px;
    }

    div.icon
    {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        height: 30px;
        min-height: 30px;
        max-height: 30px;
        background-position:center center;
        background-repeat:no-repeat;
        display:inline-block;
    }

    .icon-locked
    {
        background-image: url('images/lawlocked.png');
    }
    
    .icon-unlocked
    {
        background-image: url('images/lawunlocked.png');
    }
    
    .icon-wipe
    {
        background-image: url('images/lawwipe.png');
    }

    .icon-factory
    {
        background-image: url('images/lawfactory.png');
    }

    .icon-trusted
    {
        background-image: url('images/lawtrusted.png');
    }
    
    div#lawCommandPane div.listItem
    {
        margin: 0px;
        padding: 5px;
        background-color: #ffffff;
        overflow: auto;
    }

    div#lawCommandPane div.topBordered
    {
        border-top: 1px solid #dddddd;
    }

    div#lawCommandPane a#lawManageTrustedLink
    {
        padding: 5px;
        float: right;
        text-decoration: underline;
        cursor: pointer;
    }
    
    div#lawCommandPane div#lawStatusMessage
    {
        margin-top:30px;
        margin-bottom:30px;
    }

    div#lawCommandPane div.lawCol1
    {
        float: left;
        width: 5%;
        padding-top: 6px;
    }

    div#lawCommandPane div.lawCol2
    {
       float: left;
       width: 10%;
    }

    div#lawCommandPane div.lawCol3
    {
       float: left;
       width: 85%;
    }

tr.diag-settings-wrong
{
    background-color: #ffffcc;
}

/*------------------------------------------------*/
/* SP Explore device                              */
/*------------------------------------------------*/
 
div#nodeInfoPopup {
    position: absolute;
    z-index: 102;
    border: 1px solid #AAAAAA;
    background-color: #ffffcc;
    padding: 1em;
}
 
.overlay {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0.5;
    filter:alpha(opacity: 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;        
}
.dialog {
    width: 80%;
    min-height: 80%;
    background: white;
    position: fixed;
    top: 10%;
    left: 10%;
    z-index: 98;
    border: 1px solid #AAAAAA;
}

#treePane .dialog {
    width: 40%;
    min-height: 40%;
    background: white;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 99;
    border: 1px solid #AAAAAA;
}

#treePane {
    overflow: auto;
    clear: both;
    min-height: 100%;
    height: 100%;
}

#treeActionPane {
    padding: 10px;
    background-color: #CCCCCC;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    clear: both;
}

#treeActionPane input{
    margin-right: 1em;
}

#treeHeader {
    border-bottom: 1px solid #AAAAAA;
    position: absolute;
    top: 0;
    height: 50px;
    width:100%;
}

#treeContent {
    position: absolute;
    overflow:auto;
    top: 52px;
    bottom: 80px;
    width:100%;
}

#treeFooter {
    position: absolute;
    height: 78px;
    bottom: 0;
    width:100%;
}

#treeLegal {
    padding: 10px;
    color: #FFFFFF;
    background-color: #333333;
    clear: both;
}

.tree img.icon {
    background-repeat:no-repeat;
    background-position:center left;
    padding-right: 3px;
    height: 16px;
    width: 16px;
}

.tree .icon_internal {
    background-image:url('images/explore/internal_closed.png');
}

.tree .icon_internal_expanded {
    background-image:url('images/explore/internal_open.png');
}

.tree .icon_grayed {
    opacity : 0.4;
    filter: alpha(opacity=40); // msie
}

.tree span.label {
    padding-left: 3px;
    padding-top: 4px;
    padding-bottom: 3px;
    background-repeat:no-repeat;
    background-position:center left;
}

.tree span.label_selected {
    font-weight: bold; 
    strong;
}

.tree span.preview {
    color:grey;
    margin-left: 1em;
}

.tree div.wrapper {
}

.tree div.row_dirty {
    background-repeat:no-repeat;
    background-position:center left;
    background-image:url('dirty.png');
}

.tree div.row {
    padding: 3px;
    background-color: white;
    cursor: pointer;
}

.tree div.row_hover {
    background-color: #D2D2D2;
}

.tree div.row_selected {
    background-color: lightgreen;
}

.tree div.children {
    padding-left: 16px;
}

div.contextMenu {
    position: absolute;
    padding: 10px;
    border: 1px solid #DDDDDD;
}

.tree .dirty > .row {
    background-color: lightblue;
}

.tree .leaf > .row > .nodeicon {
    background-image:url('images/explore/format-chr.gif');
}

.tree .internal > .row > .nodeicon {
    background-image:url('images/explore/format-node.gif');
}

.tree .bool > .row > .nodeicon {
    background-image:url('images/explore/format-bool.gif');
}

.tree .mo > .row > .nodeicon {
    background-image:url('images/explore/mo.gif');
}

.tree .exec > .row > .nodeicon {
    background-image:url('images/explore/exec.gif');
}

/*-------------------------*/

.exploreForm label {
  float: left;
  text-align: right;
  margin-right: 15px;
  width: 100px;
  
}

.exploreForm div {
  margin-top: 6px;
}

.exploreForm [disabled] {
  color: lightgrey;
}

.exploreForm .disabled {
  color: lightgrey;
}


.exploreActionDialog {
  background-color: white;
  border: 1px solid #000000;
  left: 30%;
  padding: 15px;
  position: absolute;
  top: 25%;
  width: 40%;
  z-index: 98;
}

/*-------------------------*/

.exploreCommandList td {
    padding-left: 20px;
}

.exploreCommandList td.Replace {
    background: url(images/explore/icon_wand.gif) no-repeat scroll 2px;
}
.exploreCommandList td.Add {
    background: url(images/explore/note_new.gif) no-repeat scroll 2px;
}
.exploreCommandList td.Delete {
    background: url(images/explore/note_delete.gif) no-repeat scroll 2px;
}
.exploreCommandList td.Exec {
    background: url(images/explore/icon_settings.gif) no-repeat scroll 2px;
}


/*-------------------------*/

div.menu {
    /*font-family: verdana;*/
    left: 0;
    position: absolute;
    top: 0;
}
div.menu a {
    cursor: default;
    display: block;
    font-size: 11px;
    outline: medium none;
    text-decoration: none;
}
.menu .separator {
    display: block;
    font-size: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
}
.menu ul, .menu li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.menu li {
    list-style-position: outside;
}
.menu.explore {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #999999;
    padding: 0;
    width: 14em;
}
.menu.explore ul, .menu.explore li {
    margin: 0;
    padding: 0;
}
.menu.explore li.separator {
    height: 1px;
}
.menu.explore a {
    border: 1px solid #f0f0f0;
    color: #555555;
    margin: 0;
    padding: 3px 0 3px 25px;
}
.menu.explore a.disabled {
    opacity: 0.25;
}
.menu.explore li.separator {
    background: none repeat scroll 0 0 #AAAAAA;
    border-bottom: 1px solid #FFFFFF;
    line-height: 1px !important;
    margin: 1px 1px 0;
}
.menu.explore a.replace {
    background: url(images/explore/icon_wand.gif) no-repeat scroll 2px 50% #f0f0f0;
}
.menu.explore a.add {
    background: url(images/explore/note_new.gif) no-repeat scroll 2px 50% #f0f0f0;
}
.menu.explore a.delete {
    background: url(images/explore/note_delete.gif) no-repeat scroll 2px 50% #f0f0f0;
}
.menu.explore a.exec {
    background: url(images/explore/icon_settings.gif) no-repeat scroll 2px 50% #f0f0f0;
}

.menu.explore a.enabled:hover {
    background-color: lightblue;
    color: #FFFFFF;
}

/* -------------------------- */

span.app-show-link
{
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 20px;
    background-image: url('images/am_arrowRight.png');
    background-position: 0px 3px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: underline;
}

span.app-show-on
{
    background-image: url('images/am_arrowDown.png');
}
    


/*  Status messages...
*/
div#portletStatusMessages
{
}

    /*div#portletStatusMessages div.portlet-content-center
    {
        min-height: 26px;
    }*/

    div#portletStatusMessages table#statusMessaTitleTable,
    div#portletStatusMessages table#statusMessaTitleTable tr,
    div#portletStatusMessages table#statusMessaTitleTable td
    {
        margin: 0px;
        padding: 0px;
    }

    div#portletStatusMessages td.statusMessagesTitle
    {
        display: none;
    }


/*  Send message to subscriber
*/
div#portletSendMessage
{
}

    div#portletSendMessage span.sendSm_Title
    {
        display: none;
    }
    
    div#portletSendMessage textarea.sendSm_textArea
    {
        width: 318px;
        height: 95px;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
    }


/*  Phone history list
*/
div#portletPhoneHistory
{
}

    div#portletPhoneHistory table#phoneHistoryTitleTable
    {
        display: none;
    }


/*
    Service download history
*/
div#portletDownloadHistory
{
}

    div#portletDownloadHistory table#downloadhistoryTitleTable
    {
        display: none;
    }

    div#portletDownloadHistory div#downloadhistorySucc
    {
        margin-top: 15px;
        margin-bottom: 20px;
        max-height: 250px;
        overflow: auto;
    }

    div#portletDownloadHistory div#downloadhistoryFail
    {
        margin-top: 15px;
        max-height: 250px;
        overflow: auto;
    }
    
    div#portletDownloadHistory td.form_text_title_list_history
    {
        font-size: 12px;
    }

    div#portletDownloadHistory div.infoboxstyle
    {
        position: absolute;
        visibility: hidden;
        z-index: 10;
        background-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        border-color: #aaaaaa;
        padding: 8px;
    }


/*  Hide "boxing" for various portlets
*/
div#portletLanguageToggling td.portlet-titlebar-left,
div#portletLanguageToggling td.portlet-titlebar-center,
div#portletLanguageToggling td.portlet-titlebar-right,
div#portletLanguageToggling td.portlet-content-left,
div#portletLanguageToggling td.portlet-content-right,
div#portletLanguageToggling td.portlet-footer-left,
div#portletLanguageToggling td.portlet-footer-center,
div#portletLanguageToggling td.portlet-footer-right,
div#portletLogout td.portlet-titlebar-left,
div#portletLogout td.portlet-titlebar-center,
div#portletLogout td.portlet-titlebar-right,
div#portletLogout td.portlet-content-left,
div#portletLogout td.portlet-content-right,
div#portletLogout td.portlet-footer-left,
div#portletLogout td.portlet-footer-center,
div#portletLogout td.portlet-footer-right,
div#portletHelpAndClock td.portlet-titlebar-left,
div#portletHelpAndClock td.portlet-titlebar-center,
div#portletHelpAndClock td.portlet-titlebar-right,
div#portletHelpAndClock td.portlet-content-left,
div#portletHelpAndClock td.portlet-content-right,
div#portletHelpAndClock td.portlet-footer-left,
div#portletHelpAndClock td.portlet-footer-center,
div#portletHelpAndClock td.portlet-footer-right,
div#portletMenu td.portlet-titlebar-left,
div#portletMenu td.portlet-titlebar-center,
div#portletMenu td.portlet-titlebar-right,
div#portletMenu td.portlet-content-left,
div#portletMenu td.portlet-content-right,
div#portletMenu td.portlet-footer-left,
div#portletMenu td.portlet-footer-center,
div#portletMenu td.portlet-footer-right
{
    display: none;
}

div#portletLanguageToggling td.portlet-body,
div#portletLanguageToggling div.portlet-content-center,
div#portletLogout td.portlet-body,
div#portletLogout div.portlet-content-center,
div#portletHelpAndClock td.portlet-body,
div#portletHelpAndClock div.portlet-content-center,
div#portletMenu td.portlet-body,
div#portletMenu div.portlet-content-center
{
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

div#portletIncludeSharedContent
{
    display: none;
}




div#copyright-text
{
    padding: 14px 20px 14px 20px;
    margin: 20px auto 0px auto;
    text-align: center;
  color: #666666;
}












/*  SERVICE MANAGEMENT PORTLETS
    ===========================
*/

/*  The only portlet for service management
*/
div#portletServiceManagement
{
}












/*  APPLICATION MANAGEMENT PORTLETS
    ===============================
*/

/*
*/
div#portletAvailableApplications
{
}

    div#portletAvailableApplications div.app-row
    {
        padding-top: 20px;
        border-top: 1px solid #cccccc;
    }

    div#portletAvailableApplications div.app-first
    {
        padding-top: 10px;
        border-top-width: 0px;
    }

        div#portletAvailableApplications div.app-row div.app-container
        {
            clear: both;
        }

            div#portletAvailableApplications div.app-row div.app-container div.app-image
            {
                float: left;
            }

                div#portletAvailableApplications div.app-row div.app-container div.app-image img
                {
                    width: 50px;
                    height: 50px;
                }

            div#portletAvailableApplications div.app-row div.app-container div.app-info
            {
                float: right;
                width: 87%;
                padding-top: 0px;
                padding-right: 0px;
                padding-bottom: 10px;
                padding-left: 10px;
            }

                div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header
                {
                    clear: both;
                }

                    div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-content
                    {
                        float: left;
                    }

                        div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-content div.app-name
                        {
                            font-size: 22px;
                            color: #4466cc;
                        }

                        div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-content div.app-short-info
                        {
                            padding-top: 3px;
                        }

                            div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-content div.app-short-info span.app-version
                            {
                                font-weight: bold; 
                                strong;
                            }

                            div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-content div.app-short-info span.app-size
                            {
                                font-weight: bold; 
                                strong;
                            }

                    div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-install
                    {
                        float: right;
                        padding: 10px;
                    }

                        div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-install form
                        {
                            margin: 0px;
                            padding: 0px;
                        }

                            div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-install input
                            {
                                border-radius: 5px;
                                padding: 0px 15px 0px 15px;
                                border: 1px solid #9b9a9a;
                                height: 25px;
                                background: linear-gradient(#f6f6f6, #dedede);
                            }
                            div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-header div.app-install input:hover {
                                background: linear-gradient(#eaeaea, #cecece);
                                cursor: pointer;
                            }

                div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-description
                {
                    padding-top: 10px;
                    clear: both;
                }

                div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-show-details
                {
                    padding-top: 10px;
                    clear: both;
                }

                    div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-show-details span.app-show-link
                    {
                        display: block;
                        width: 100px;
                        padding-top: 1px;
                        padding-right: 1px;
                        padding-bottom: 1px;
                        padding-left: 20px;
                        background-image: url('images/am_arrowRight.png');
                        background-position: 0px 3px;
                        background-repeat: no-repeat;
                        cursor: pointer;
                        text-decoration: underline;
                    }

                    div#portletAvailableApplications div.app-row div.app-container div.app-info div.app-show-details span.app-show-on
                    {
                        background-image: url('images/am_arrowDown.png');
                    }

        div#portletAvailableApplications div.app-row div.app-details
        {
            clear: both;
        }

            div#portletAvailableApplications div.app-row div.app-details div.app-details-container
            {
                margin-bottom: -1px;
                padding: 20px;
                border: 1px solid #cccccc;
                background-color: #ffffff;
                background-image: url('images/am_backgroundAvailableApps.png');
                background-position: top left;
                background-repeat: repeat-x;
            }

                div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-header
                {
                    font-size: 14px;
                    font-weight: bold; 
                    strong;
                    color: #003366;
                }

                div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-description
                {
                    padding-top: 10px;
                }

                div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info
                {
                    padding-top: 10px;
                }

                    div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info table.app-info-table
                    {
                        width: 100%;
                    }

                        div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info table.app-info-table tr.app-info-row
                        {
                            vertical-align: top;
                        }

                            div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info table.app-info-table td.app-info-name
                            {
                                padding-top: 3px;
                                padding-right: 20px;
                                padding-bottom: 3px;
                                padding-left: 5px;
                                font-weight: bold; 
                                strong;
                                color: #4466cc;
                                border-bottom: 1px solid #cccccc;
                            }

                            div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info table.app-info-table td.app-info-content
                            {
                                padding-top: 3px;
                                padding-right: 5px;
                                padding-bottom: 3px;
                                padding-left: 0px;
                                border-bottom: 1px solid #cccccc;
                            }

                            div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info table.app-info-table td.app-first
                            {
                                border-top: 1px solid #cccccc;
                            }

                                div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info table.app-info-table td.app-info-content span.app-type-text
                                {
                                    float: left;
                                }

                                div#portletAvailableApplications div.app-row div.app-details div.app-details-container div.app-info table.app-info-table td.app-info-content span.app-type-image
                                {
                                    float: right;
                                }



/*
*/
div#portletDownloadProgress
{
}

    div#portletDownloadProgress div#downloadProgress
    {
    }

        div#portletDownloadProgress div#downloadProgress div#downloadProgressAppName
        {
            padding-left: 3px;
            font-size: 15px;
            font-weight: bold; 
            strong;
        }

        div#portletDownloadProgress div#downloadProgress div#downloadProgressCaption
        {
            padding-top: 15px;
            padding-left: 3px;
            font-size: 12px;
            font-weight: bold; 
            strong;
        }

        div#portletDownloadProgress div#downloadProgress div#downloadProgressStages
        {
            padding-top: 10px;
        }

            div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage
            {
                padding-left: 30px;
                padding-top: 5px;
                padding-right: 10px;
                padding-bottom: 5px;
                border-top: 1px solid #bbbbbb;
            }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage div.app-stage-caption
                {
                    font-size: 12px;
                }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage div.app-stage-description
                {
                    font-style: italic;
                    color: #444444;
                }
                
                

            div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-future
            {
            }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-future div.app-stage-caption
                {
                }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-future div.app-stage-description
                {
                }

            div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-ongoing
            {
                background-color: #ffffcc;
                background-image: url('images/am_arrowRight.png');
                background-position: 10px 8px;
                background-repeat: no-repeat;
            }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-ongoing div.app-stage-caption
                {
                    font-weight: bold; 
                    strong;
                }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-ongoing div.app-stage-description
                {
                }

           div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-error
            {
                background-color: #ffd0c3;
                background-image: url('images/am_errorSymbol.png');
                background-position: 10px 8px;
                background-repeat: no-repeat;
            }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-error div.app-stage-caption
                {
                    font-weight: bold; 
                    strong;
                    text-decoration: line-through;
                }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-error div.app-stage-description
                {
                    text-decoration: line-through;
                }     

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-error div.app-stage-error-message
                {
                    color: #a42727;
                    padding-top: 5px;
                }
                
            div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-done
            {
                background-color: #eeeeee;
            }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-done div.app-stage-caption
                {
                    color: #bbbbbb;
                }

                div#portletDownloadProgress div#downloadProgress div#downloadProgressStages div.app-stage-done div.app-stage-description
                {
                    color: #bbbbbb;
                }

    div#portletDownloadProgress div#downloadProgressClose
    {
        padding-top: 15px;
        border-top: 1px solid #bbbbbb;
        text-align: right;
    }



/*
*/
div#portletPhoneApplications
{
}

    div#portletPhoneApplications div.portlet-custom-decoration span.app-show-phone
    {
        color: #ffffff;
        cursor: pointer;
        text-decoration: underline;
    }

    div#portletPhoneApplications div.portlet-content-center
    {
        position: relative;
        z-index: 10;
        padding: 0px;
        margin-left: -3px;
        margin-right: -3px;
    }

  div#portletPhoneApplications div#phoneInfoAppMgmt
  {
            padding-top: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #bbbbbb;
            text-align: center;
        }

            div#portletPhoneApplications div#phoneInfoAppMgmt div#phoneInfoAppMgmtImage
            {
                padding-bottom: 10px;
            }

            div#portletPhoneApplications div#phoneInfoAppMgmt div#phoneInfoAppMgmtInfo
            {
            }

                div#portletPhoneApplications div#phoneInfoAppMgmt div#phoneInfoAppMgmtInfo span.phone-info-name
                {
                    font-weight: bold; 
                    strong;
                }

                div#portletPhoneApplications div#phoneInfoAppMgmt div#phoneInfoAppMgmtInfo span.phone-info-content
                {
                }

        div#portletPhoneApplications div#appsOnPhoneDescription
        {
            padding-bottom: 15px;
            background-color: #ffff9b;
            background-image: url('images/am_backgroundAppsOnPhoneDescription.png');
            background-position: top left;
            background-repeat: repeat-x;
            border-bottom: 1px solid #bbbbbb;
            text-align: center;
        }

            div#portletPhoneApplications div#appsOnPhoneDescription div#appsOnPhoneDescriptionHeader1
            {
                padding-top: 20px;
                background-color: transparent;
                background-image: url('images/am_middleArrowDown.png');
                background-position: top center;
                background-repeat: no-repeat;
            }

            div#portletPhoneApplications div#appsOnPhoneDescription div#appsOnPhoneDescriptionHeader2
            {
            }

                div#portletPhoneApplications div#appsOnPhoneDescription div#appsOnPhoneDescriptionHeader2 span.phone-info-name
                {
                    font-size: 14px;
                }

                div#portletPhoneApplications div#appsOnPhoneDescription div#appsOnPhoneDescriptionHeader2 span.phone-info-content
                {
                    font-size: 14px;
  }

  div#portletPhoneApplications div#workInProgress
  {
            padding-top: 8px;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            background-color: #b7e078;
            background-image: url('images/am_backgroundOngoingWork.png');
            background-position: top left;
            background-repeat: repeat-x;
            border-bottom: 1px solid #bbbbbb;
        }

            div#portletPhoneApplications div#workInProgress div#workInProgressHeader
            {
                padding-top: 0px;
                padding-right: 5px;
                padding-bottom: 5px;
                padding-left: 0px;
                clear: both;
            }

                div#portletPhoneApplications div#workInProgress div#workInProgressHeader div#workInProgressCaption
                {
                    padding-top: 15px;
                    padding-right: 5px;
                    padding-bottom: 10px;
                    padding-left: 5px;
                    float: left;
                    font-size: 15px;
                    font-weight: bold; 
                    strong;
                }

                div#portletPhoneApplications div#workInProgress div#workInProgressHeader div#workInProgressLoader
                {
                    padding-top: 0px;
                    padding-right: 5px;
                    padding-bottom: 5px;
                    padding-left: 0px;
                    float: right;
                }

            div#portletPhoneApplications div#workInProgress div.task-row
            {
                padding-top: 0px;
                padding-right: 5px;
                padding-bottom: 5px;
                padding-left: 0px;
                clear: both;
            }

                div#portletPhoneApplications div#workInProgress div.task-row table.task-table
                {
                    width: 100%;
                }

                    div#portletPhoneApplications div#workInProgress  div.task-row table.task-table td.task-arrow
                    {
                        width: 20px;
                        padding-top: 8px;
                        padding-right: 2px;
                        padding-bottom: 8px;
                        padding-left: 2px;
                        background-image: url('images/am_arrowOngoingWork.png');
                        background-position: 5px 10px;
                        background-repeat: no-repeat;
                        cursor: pointer;
                    }

                    div#portletPhoneApplications div#workInProgress  div.task-row table.task-table td.task-app
                    {
                        padding-top: 8px;
                        padding-right: 5px;
                        padding-bottom: 8px;
                        padding-left: 5px;
                        cursor: pointer;
                    }

                        div#portletPhoneApplications div#workInProgress  div.task-row table.task-table div.task-name
                        {
                            padding-top: 0px;
                            padding-right: 0px;
                            padding-bottom: 3px;
                            padding-left: 0px;
                            font-size: 12px;
                            font-weight: bold; 
                            strong;
                        }

                        div#portletPhoneApplications div#workInProgress  div.task-row table.task-table div.task-status
                        {
                        }

                    div#portletPhoneApplications div#workInProgress  div.task-row table.task-table td.task-remove
                    {
                        width: 20px;
                        padding-top: 8px;
                        padding-right: 5px;
                        padding-bottom: 8px;
                        padding-left: 10px;
                        vertical-align: top;
                    }

                        div#portletPhoneApplications div#workInProgress  div.task-row table.task-table td.task-remove img
                        {
                            width: 15px;
                            height: 15px;
                            cursor: pointer;
                        }

                    div#portletPhoneApplications div#workInProgress  div.task-row table.task-table div.task-description
                    {
                        padding-top: 0px;
                        padding-right: 15px;
                        padding-bottom: 8px;
                        padding-left: 30px;
                        font-style: italic;
                        cursor: pointer;
                    }

            div#portletPhoneApplications div#workInProgress div.task-ongoing
            {
                border-top: 1px solid #99cc00;
            }

            /*div#portletPhoneApplications div#workInProgress div.task-row-error
            {
            }

                    div#portletPhoneApplications div#workInProgress  div.task-row-error table.task-table td.task-app
                    {
                        background-color: #ffd0c3;
                    }

                    div#portletPhoneApplications div#workInProgress  div.task-row-error table.task-table div.task-description
                    {
                        background-color: #ffd0c3;
                    }*/

  div#portletPhoneApplications div#appsOnPhone
  {
            padding-top: 20px;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
        }

            div#portletPhoneApplications div#appsOnPhone div#appsOnPhoneHeader
            {
                padding-top: 0px;
                padding-right: 5px;
                padding-bottom: 10px;
                padding-left: 5px;
                font-size: 15px;
                font-weight: bold; 
                strong;
                border-bottom: 1px solid #cccccc;
            }

            div#portletPhoneApplications div#appsOnPhone div#appsOnPhoneEmptyMsg
            {
                padding-top: 8px;
                padding-right: 5px;
                padding-bottom: 8px;
                padding-left: 5px;
                border-bottom: 1px solid #cccccc;
            }

            div#portletPhoneApplications div#appsOnPhone div.app-row
            {
                padding-top: 8px;
                padding-right: 5px;
                padding-bottom: 8px;
                padding-left: 5px;
                border-bottom: 1px solid #cccccc;
            }

            div#portletPhoneApplications div#appsOnPhone div.app-selected
            {
                padding-right: 4px;
                padding-left: 4px;
                border-left: 1px solid #cccccc;
                border-right: 1px solid #cccccc;
                background-color: #eeeeee;
            }

                div#portletPhoneApplications div#appsOnPhone table.app-table
                {
                    width: 100%;
                }

                    div#portletPhoneApplications div#appsOnPhone table.app-table td.app-name
                    {
                        padding-top: 0px;
                        padding-right: 5px;
                        padding-bottom: 0px;
                        padding-left: 25px;
                        background-image: url('images/am_arrowRight.png');
                        background-position: 1px 3px;
                        background-repeat: no-repeat;
                        font-size: 12px;
                        vertical-align: top;
                        cursor: pointer;
                    }

                    div#portletPhoneApplications div#appsOnPhone table.app-table td.app-selected
                    {
                        background-image: url('images/am_arrowDown.png');
                        font-weight: bold; 
                        strong;
                    }

                    div#portletPhoneApplications div#appsOnPhone table.app-table td.app-remove
                    {
                        width: 20px;
                        height: 15px;
                        padding-left: 10px;
                        vertical-align: top;
                    }

                        div#portletPhoneApplications div#appsOnPhone table.app-table td.app-remove span.app-cross img
                        {
                            width: 15px;
                            height: 15px;
                            margin: 0px;
                        }
                
                div#portletPhoneApplications div#appsOnPhone div.app-row div.app-info
                {
                    padding-top: 10px;
                    padding-right: 10px;
                    padding-bottom: 5px;
                    padding-left: 25px;
                }

        div#portletPhoneApplications div#synchAppsContent
        {
            display: none;
            padding-top: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            text-align: center;
        }


 /*------------------------------------------------*/
 /* SFM DLG STYLE TAGS                             */
 /*------------------------------------------------*/
 
 
 .settingSizeOfsfmPortlet{

 }
 
 .panelGridsStyle{
 vertical-align: top;
 }
 
 
 .download_dlg_style{

 }
 
 .download_dlg_style_columns{
  /*width: 150px;*/
 
 vertical-align: top;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 5px;
 border-top: 1px solid #E3EAF2;
 border-left: 1px solid #E3EAF2;
 border-right: 1px solid #E3EAF2;
 border-bottom: 1px solid #E3EAF2;
 }
 
 .download_dlg_style_rows{
 
 }
 
  .upload_dlg_style{
  }
  
  .upload_dlg_style_columns{
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-top: 1px solid #E3EAF2;
   border-left: 1px solid #E3EAF2;
   border-right: 1px solid #E3EAF2;
 border-bottom: 1px solid #E3EAF2;
  }
  
  .upload_dlg_style_columns_noBorders{
  
  }
  
  .upload_dlg_style_rows{
 }
 
 
 
.sfm_modeselect_table_columns{
font-size: 67%;
 font-weight: bold; 
 strong;
 color: black; background:white; 
}

.sfm_modeselect_table_rows{

}
 
 
 
 .sfm_fileselect_table{
  vertical-align: top;
  
 }
 
 .sfm_fileselect_table_columns{
 padding-bottom: 5px;
 margin-top: 30px;
 }
 
.sfm_fileselect_table_rows {
  padding-bottom: 5px;
 }
 
 .sfm_fileediting_table{
 vertical-align: top;
 }

.sfm_fileediting_table_columns{
padding-bottom: 5px;
}

.sfm_fileediting_table_rows{
}

.sfm_transparentfileediting_table{
margin-top: 20px;

}

.sfm_transparentfileediting_table_columns{
padding-bottom: 3px;
}

.sfm_transparentfileediting_table_rows{

}


 
 .sfm_offsetandpadding_table{
 }
 
 .sfm_offsetandpadding_table_columns{
 padding: 3px;
 }
 
 sfm_offsetandpadding_table_rows{
 
 }
 
 .sfm_downloadList_table{
 vertical-align: top;
 }
 
 .sfm_downloadList_table_columns{
 padding-top: 3px;
 padding-bottom: 3px;
 }
 
.sfm_downloadList_table_rows{

}
 
 
 .sfm_editfilebuttons_table{
 vertical-align: top;
}


.offsetPaddingLabel{

}

.sfm_downloadDeleteAndClear_table{
vertical-align: top;
}

.sfm_inputFileDataErrorMessage_text{
 font-size: 67%;
 color: red; background:white; 
}


.fileInfo{
 font-size: 67%;
 color: black; background:white; 
}

.offsetPaddingLabel{
 font-size: 67%;
 font-weight: bold; 
 strong;
 color: black; background:white; 
}
 
.sfm_button{
 font-family: Verdana; 
 font-size:67%;
}

.sfm_input_file_data_textArea{
    font-size: 83%;
    color: black; background:white; 
}

.fileListBox{
    font-size: 67%;
    color: black; background:white; 

}

.selectedFilesToDownload{
    font-size: 67%;
    color: black; background:white; 

}

.downloadListTitle{
 font-size: 67%;
 font-weight: bold; 
 strong;
 color: black; background:white; 
}
  
 .editFileDataTitle{
 font-size: 67%;
 font-weight: bold; 
 strong;
 color: black; background:white; 
 
 }
 
 .availableFilesTitle{
 font-size: 67%;
 font-weight: bold; 
 strong;
 color: black; background:white; 
 
 }
 
 .sfmText{
 font-size: 67%;
 color: black; background:white; 
 }
  
  .sfm_Title{
  text-align: left;
 text-align: -moz-right; 
  }
  
  
  .sfm_editAndUpdatedRecords_table{
  border-top: 1px solid #E3EAF2;
  }

.sfm_editAndUpdatedRecords_table_left{
  padding-top: 5px;
  padding-right: 5px;
 border-right: 1px solid #E3EAF2;
  }

.sfm_editAndUpdatedRecords_table_right{
  height: 100%;
  padding-top: 5px;
  padding-left: 5px;
  }

.sfmTextTitle{
font-size: 67%;
 font-weight: bold; 
 strong;
 color: black; background:white; 
}

.sfm_filedownload_table{

}
      
.sfm_filedownload_table_columns{
padding-top: 3px;
 padding-bottom: 3px;
      
}

.sfm_filedownload_table_rows{

}
      
.sfmtext{
  font-size: 67%;
 color: black; background:white; 
}

.sfmTextDownloadInstr{
  font-size: 67%;
 color: black; background:white; 
}


/*************************************************/
/**      SFM Command dlg                **********/
/*************************************************/
      
.sfm_command_table{
margin-top: 10px;
}

.sfm_command_table_col{

padding-top: 1px;
padding-right: 3px;
padding-left: 3px;
padding-bottom: 1px;

border-top: 1px solid #E3EAF2;
border-right: 1px solid #E3EAF2;
border-bottom: 1px solid #E3EAF2;
border-left: 1px solid #E3EAF2;

}

.sfm_command_table_rows{
font-size: 67%;
 color: black; background:white; 
}

.sfm_command_title{
font-size: 100%;
 font-weight: bold; 
 strong;
 color: black; background:white; 
}

.sfm_command_button_and_text_cols{
padding: 4px;
}

.sfm_command_button_and_text_rows{
padding: 4px;
}

/********sfm upload*****/

.sfm_upload_dlg_col{
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #E3EAF2;
}
.sfm_upload_dlg_row{

}

.sfm_upload_dlg_fileinfo_col{
padding-top: 2px;
padding-bottom: 2px;
}

.sfm_upload_dlg_fileinfo_row{

}

.sfm_upload_dlg_offsetandbutton_col{
padding-top: 2px;
padding-bottom: 7px;

}

.sfm_upload_dlg_offsetandbutton_row{

}

.sfm_upload_datapres_and_headline_col{
  padding-top: 2px;
  padding-bottom: 7px;
}

.sfm_upload_datapres_and_headline_row{

}

/*************************************************/
/**      History dlg                **********/
/*************************************************/
div#historyManagement
{
    width: 950px;
    margin: 0px auto 0px auto;
}

div#portletHistory
{
}

div#portletHistory td.form_text_title_list_history
  {
    font-size: 12px;
 }
 
 div#portletHistory div.infoboxstyle
  {
    position: absolute;
    visibility: hidden;
    z-index: 10;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa;
    padding: 8px;
}	

/* REQ SP-CFB.1 copy from historyRoot.jsp */

/*Override to make content go all the way to the edges*/
div#portletHistory .portlet-content-center
{
    padding:0px;
    margin-left:-3px;
    margin-right:-3px;
    position: relative;
    z-index: 10;
}

a.accessible { display:none; };
a.accessible:focus { display:block; };