/* ImportExport.php */
div.success {
    padding-top: 6px;
    background-color: #87ee5a;
    border: 1px solid #00ff00;
}
/* Settings.php */
.column1 {
    width: 180px;
}
.column2 {
    width: 290px;
}
.form_text {
    width: 250px;
    padding: 10px 0 10px 0;
}
.ultimate_blogroll_info {
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border-style:solid;
    border-width:1px;
    margin:5px 15px 2px;
    padding:0 0.6em;
    background-color:#F5F5F5;
    border-color:#E3E3E3;
    margin:5px 0 15px;
}
.red {
    color: #ff0000;
}
.reload {
    cursor: pointer; cursor: hand;
}
ul.error {
    padding-top: 6px;
    background-color: #ee5a5a;
    border: 1px solid #ff0000;
    color: #333333 !important;
}
ul.succes {
    padding-top: 6px;
    background-color: #87ee5a;
    border: 1px solid #00ff00;
}
.ub_table {
    width: 100%;
    -moz-border-radius: 4px 4px 4px 4px;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #DFDFDF;
}
.ub_table th {
    line-height: 1.3em;
    padding: 7px 7px 8px;
    text-align: left;

}
.ub_table td {
    padding: 3px 7px;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.ub_table tr {
    border-collapse: collapse;
}

.first tr {
    width: 30%;
}
.first td {
    font-weight: bold;
}

.form_text {
    width: 250px;
    -moz-box-sizing:border-box;
    -moz-border-radius:4px 4px 4px 4px;
    border-style:solid;
    border-color:#DFDFDF;
    border-width: 1px;
    padding: 7px 5px 7px 5px !important;
    height: auto !important;
}
.form_button {
    min-width: 80px;
    padding: 7px 20px 7px 15px !important;
}

ul.error {
    padding-top: 6px;
    background-color: #ee5a5a;
    border: 1px solid #ff0000;
    -moz-border-radius:3px 3px 3px 3px;
    line-height:140%;
    padding-bottom:6px;
    list-style:none outside none;
}
ul.succes {
    padding-top: 6px;
    background-color: #87ee5a;
    border: 1px solid #00ff00;
    -moz-border-radius:3px 3px 3px 3px;
    line-height:140%;
    padding-bottom:6px;
    list-style:none outside none;
}
#ub_code {
    border: 1px solid #DFDFDF;
}
.ub-column-fat {
    width: 15%;
}
.inactive {
    background-color: #EEEEEE;
}
.reciprocal_error {
    width: 22px;
    height: 22px;
    background-image: url("../images/exclamation.png");
}
.placeholder {
    color: #aaa;
}
.selected {
    background-color: #e0e8f6;
}