﻿/*----------------------------------------------------------
  MODAL POPUP
  ----------------------------------------------------------*/

.modal-popup-background
{
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modal-popup
{
    background-color: #fff;
    border: solid 1px #666;
    font-size: 100%;
    padding: 20px;
    max-width: 680px;
    width:95%;
}

    .modal-popup input[type=file] {
        display: inline-block;
    }

.modal-popup-header
{
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

.modal-popup-header-text
{
    font-size: 120%;
}

.modal-popup .content-area
{
    margin: 10px 0;
    height:330px;
    overflow: auto;
}

.modal-popup .content-area-taller {
    margin: 10px 0;
    height: auto;
    overflow: auto;
}

.modal-popup .scroll-area
{
    margin-bottom: 10px;
    max-height: 375px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px;
    position: relative; /* Fixes IE issue with relatively positioned elements within a scrolling element */
}

.ie6 .modal-popup .scroll-area
{
    height: 375px;
}


/*------------------------------------------------------------
COMPONENTS
------------------------------------------------------------*/
.page-actions
{
    background-color: #ddd;
    border: solid 1px #999;
    clear: both;
    margin: 5px 0;
    padding: 4px 6px;
    text-align: right;
    vertical-align: middle;
}

.page-actions input,
.page-actions img
{
    vertical-align: middle;
}

.page-actions-update {
    margin-top:16px;
}

.change-password .row {
    margin-bottom:0;
}