﻿/* The Message and Validator Controls */
.message div
{
    background-color: #b0e57c;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
    height: 20px;
}

.message span
{
    position: relative;
    top: 2px;
}

.message img
{
    padding-right: 5px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.message p
{
    margin-top: 0px;
    background-color: #f5f5f5;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 18px;
    font-family: Tahoma;
    font-size: 11px;
    border-top:none;
    text-align: left;
}

.message_red div
{
    background-color: #ebd9d9;
    color: #910709;
    border: solid 1px #910709;
    padding: 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
    height: 20px;
}

.message_red span
{
    position: relative;
    top: 2px;
}

.message_red img
{
    padding-right: 5px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.message_red p
{
    margin-top: 0px;
    background-color: #f5f5f5;
    color: #910709;
    border: solid 1px #910709;
    padding: 18px;
    font-family: Tahoma;
    font-size: 11px;
    border-top:none;
    text-align: left;
}

.validator_ext
{
    background-color: #f9f9f9;
    color: #910709;
    border: solid 1px #910709;
    padding: 20px;
    font-family: Arial;
    font-size: 11px;
    border-top: none;
    text-align: left;
}

.validator img
{
    padding-right: 5px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.validator
{
    background-color: #ebd9d9;
    border: solid 1px #910709;
    padding: 12px 10px 8px 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #910709;
    height: 20px;
    text-align: left;
}

.validator a
{
    color: #910709;
}

.officeButton
{
    border: solid 1px #d5d5d5;
    background-color: #f3f3f3;
    padding: 3px;
}

.officeButton:hover
{
    border: solid 1px #335ea8;
    background-color: #dee5f0;
}

.officeButtonDisabled
{
    border: solid 1px #daddde;
    background-color: #f9f9f9;
    padding: 3px;
}

.pad5
{
    padding: 5px;
}

table.radioWithProperWrap input 
{     
  float: left; 
} 

table.radioWithProperWrap label 
{     
  margin-left: 25px; 
  display: block; 
} 

