@charset "UTF-8";
/* Profile form styles */
form.profile {
  height: 100%;
}

form.profile input {
  width: 95%;
}

form.profile label input {
  width: auto;
}

form.profile select {
    /* 
     * for some reason, all selects are wider than should be .
     * They can't be trusted to determine their own width.
     */
    width: 95%;
}

form.profile fieldset {
}

form.profile table {
    padding-left: 1em;
    width: 50%;
    table-layout: fixed;
    border-collapse: collapse;
}

form.profile table th {
    width: 60%;

    vertical-align: top;
    text-align: left;
    padding-top: 0.3em;
}

form.profile table th label {
    display: block;
}

form.profile table td {
    width: 40%;

}

form.profile input.submit {
    width: auto;
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
}

form.profile table#options_form input.submit {
    margin-top: 3.6em;
}

form.profile ul.errorlist {
    margin-top: 0.1em;
    padding: 0.2em;

    list-style-type: none;
    
    background-color: #fdd;
    border: 1px solid #f44;
    color: #f44;
}

form.profile ul.errorlist li {
    list-style-image: none;
    list-style-type: none;
}

/* Table-specific styles */
table.profile_form {
}  
  
table.profile_form ul {
    padding: 0;
}

table.profile_form ul li {
    list-style-image: none !important;
    list-style-type: none !important;
}


/* Field Set Styles */
form.profile fieldset {
    position: relative;
    height: 100%;
    border-left: 0;
    border-right: 0;
    padding: 0 0 0.2em 0;

}

form.profile fieldset legend {
    font-size: 12pt;
    padding: 0.2em;
    color: #000;
}

form.profile fieldset div div.help-box {
    /* This div is the one that appears and disappears */
    width: 45%;
    
    min-height: 100%;
    max-height: 100%;
    
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #CCCCCC;
    overflow: hidden;
}

form.profile fieldset div div.help-box div {
    margin: 0.5em;

}

.email-alert input,
.email-alert select {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.email-alert th {
    text-align: left;
    font-weight: bold;
}

.email-alert td {
    overflow: hidden;
}

.email-alert button {
    float: right;
    width: 125px;
    margin: 0.2em;
}

.email-alert .delete {
    background-color: #CCCCCC;
}

.email-alert hr {
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-top: 1px solid #87C544;
    clear: both;
    height: 1px;
}

.email-alert .radio-btn {
    width: auto;
}

.email-alert .errorlist {
    font-weight: bold;
    color: #990000;
}

#category_options .category-option {
    width: 33%;
    float: left;
    padding: 0.2em 0;
    
}

.alerts-container .email-alert {
    width: 50%;
    float: left;

}

.email-alert .alert-container {
    border: 1px solid #87C544;
    margin: 0.2em;
  
}

