div.mmf
{
    margin: 0;
    padding: 0;
}

div.mmf-response-output
{
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.mmf-mail-sent-ok
{
    border: 1px dashed #AFAFA4;
}

div.mmf-mail-sent-ng
{
    border: 1px dashed #FF7800;
}

div.mmf-spam-blocked
{
    border: 1px dashed #FF7800;
}

div.mmf-validation-errors
{
    border: 1px dashed #FF7800;
}

span.mmf-form-control-wrap
{
    position: relative;
}

span.mmf-not-valid-tip
{
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #fff;
    border: 1px solid #FF7800;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}

span.mmf-not-valid-tip-no-ajax
{
    color: #f00;
    font-size: 10pt;
    display: block;
}

span.mmf-list-item
{
    margin-left: 0.5em;
}

.boldText
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.strongEmphasis
{
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
}

.boldUnderlinedText
{
    font-weight: bold;
    text-decoration: underline;
}

.redText
{
    color: Red;
}

.greenText
{
    color: Green;
}

.prominentText
{
    font-size: medium;
    font-weight: bold;
}

.navUnselected
{
    width: 150px;
    height: 35px;
}

.navUnselected a
{
    margin-left: 10px;
    line-height: 32px;
    color: #6B1C8A;
    text-decoration: none;
}

.navUnselected a:hover
{
    text-decoration: underline;
}

.navSelected
{
    width: 150px;
    height: 35px;
    background-image: url(/images/selected_arrow.png);
    background-position: top;
    background-repeat: no-repeat;
}

.navSelected a
{
    margin-left: 10px;
    line-height: 32px;
    color: #6B1C8A;
    text-decoration: none;
}

.navSelected a:hover
{
    text-decoration: underline;
}

.grdHead
{
    
}

.grdAlt
{
    background-image: url(/images/grd_alt.png);
}

.listViewer
{
    border-width: 0px;
	border-spacing: 0px;
	border-style: none;
    
}

.listViewer td
{
    border-width: 1px;
	padding: 1px 3px 1px 3px;
	border-style: none;
}

.listViewer thead td
{
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
    background-image: url('/images/gloss_overlay_50px.png');
    background-position: top;
    background-repeat: repeat-x;
}

.buttonHeader
{
    padding: 3px 6px 3px 6px;
    width: 110px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
    background-image: url('/images/gloss_overlay_50px.png');
    
}

tr.trHead
{
    font-weight: bold;
    background-color: #CCCCCC;
    
}

tr.trTitle td
{
    font-weight: bold;
    font-size: larger;
    background-color: #CCCCCC;
    padding: 3px 3px 3px 6px;
}


tr.trAlt
{
    background-color: #EEEEEE;
}

#divKey
{
    border: 2px solid #AAA;
    background: #EEE;
}

.keyRow
{
    margin: 5px;
    clear: both;
}
.keyIcon
{
    float: left;
    margin-right: 25px;
}
.keyName
{
    width: 95px;
    float: left;
    margin-right: 25px;
    font-weight: bold;
}
.keyDescription
{
    text-align: right;
}

.keyHeader
{
    font-weight: bold;
    font-size: larger;
    margin: 30px 0px 10px 5px;
}

.noShow
{
    display: none;
}

.centered
{
    margin: 0 auto;
}

.larger
{
    font-size: larger;
}

.adminControlPanel
{
    width: 450px;
    margin: 0 auto;
    background-color: #CCC;
    padding: 20px;
    margin-top: 10px;
}

.greenConfirm
{
    font-weight: bold;
    color: #00AA00;
}

.txtScore
{
    font-size: 26px;
    height: 32px;
    width: 48px;
}
.txtComment
{
    height: 32px;
    width: 200px;   
}

.bigButton
{
    font-size: 24px;
}

.invalid
{
    background-color: #FF0000;   
}

.invalidMessage
{
    color: #FF0000;
}

.validMessage
{
    color: #00BB00;
}

.Advance
{
    background-color: #CCFFCC;
}

.DoNotAdvance
{
    background-color: #FFCCCC;
}
