﻿/* ---------------Form / validation classes */

select, input, textarea
{
   font-size: 11px;
   font-family: Verdana, Arial, MS Sans Serif;
}

.frm
{
}

.frm .frmRow, .frm .frmThinkRow
{
   width: 100%;
   margin: 15px 0px 5px 0px;
   clear: both;
}

.frm .frmRow
{
   min-height: 22px;
}

.frm .frmSmall
{
   float: left;
   width: 45%;
   clear: none;
}

.frm .frmThinkRow
{
   min-height: 60px;
}

.frm .frmDivider
{
   border-top: 1px solid #ccc;
   margin: 10px 0px 10px 0px;
}

.frm .frmFullWidth
{
   width: auto;
   cursor: hand;
   cursor: pointer;
}

.frm input, .frm label, .frm textarea, .frm select
{
   float: left;
}

.frmRequired
{
   float: right;
   color: #666666;
}

html > body .frmRequired
{
   margin-top: -8px;
}

fieldset
{
   margin-bottom: 10px;
   padding: 20px;
   width: 90%;
}

legend
{
   font-family: arial, sans-serif;
   font-weight: bold;
   font-size: 90%;
   color: #666;
   background: #eee;
   border: 1px solid #ccc;
   border-bottom-color: #999;
   border-right-color: #999;
   padding: 4px 8px;
}

/* ------------------------------------------------------------------------------------------------------------- BOX CLASSES */
.box
{
    width:700px;
    border: 1px solid #97a7af;
    display: inline-block;
    position: relative;
    color: #4F6068;
    float: left;
    min-height:350px;
}

.box .boxInner
{
   margin:10px;
   line-height:18px;
}

.box h2
{
    padding: 5px;
    margin: 0px;
    line-height: 25px;
    font-size: 12px;
    background:#efefef url(../Images/Design/bottom_bg.jpg) repeat-x top;
    border-bottom: 1px solid #97a7af;
}


/*--------------------------------------------------------------------*/

.lgnCol
{
    clear:both;
    margin:20px 0px 20px 0px;
}

.lgnCol
{
    float:left;
    width:465px;
}

.lgnColLeft
{
    margin-right:15px;
}

.lgnLabel
{
    width:100px;
}

.lgnField
{
    width:200px;
}

label span, .frmRow span, .frmRequired span
{
   color: #ff0000;
}

.frmButtonBar
{
   clear: both;
   margin: 10px 10px 10px 0px;
}

.frmRow span
{
   padding-left: 5px;
}


.frm input, .frm label, .frm textarea, .frm select
{
   float: left;
}

.frm .blockLabel
{
   width: 100%;
   float: none;
}

.frm label
{
   width: 150px;
   display: block;
   line-height: 20px;
}

textarea.lge, textarea.mdm, textarea.sml
{
   margin-bottom: 10px;
   border: 1px solid #999;
   line-height: 16px;
}

input.lge, input.mdm, input.sml
{
   border: 1px solid #999;
   line-height: 16px;
   height: 16px;
}


/* ------------------------------------------------------------------------------------------------------------- button classes */
input.btn
{
   background-position: left center;
   background-repeat: no-repeat;
   height: 20px;
   border: 1px solid #666666;
   background-color: #DBDBDB;
   color: #394273;
   padding-left: 20px;
   width: 65px;
   text-align: left;
   cursor: hand;
   cursor: pointer;
   margin-right: 5px;
}

.btnBack
{
   background-image: url(../Images/Design/icon_back.gif);
}
.btnPreview
{
   background-image: url(../Images/Design/icon_preview.gif);
}
.btnSearch
{
   background-image: url(../Images/Design/icon_search.gif);
}
.btnClear
{
   background-image: url(../Images/Design/icon_clear.gif);
}
.btnDelete
{
   background-image: url(../Images/Design/icon_delete.gif);
}
.btnSave
{
   background-image: url(../Images/Design/icon_save.gif);
}
.btnRefresh
{
   background-image: url(../Images/Design/icon_delete.gif);
   width: 80px !important;
}
.btnSend
{
   background-image: url(../Images/Design/icon_send.gif);
}
.btnDeleteDisabled
{
   background-image: url(../Images/Design/icon_delete_disabled.gif);
}

.btnIcon
{
   margin: 3px 0px 0px 3px;
   cursor: hand;
   cursor: pointer;
   float: left;
}


/* ----------------------------------------------------------------------------------------------------------- input control classes */

input.sml
{
   width: 130px;
}
input.mdm
{
   width: 220px;
}
input.lge
{
   width: 550px;
}


select.sml
{
   width: 136px;
}
select, select.mdm
{
   width: 226px;
}
select.lge
{
   width: 556px;
}

textarea.sml
{
   width: 130px;
   height: 40px;
}
textarea, textarea.mdm
{
   width: 220px;
   height: 60px;
}
textarea.lge
{
   width: 550px;
   height: 300px;
}

.readOnly
{
   background-color: #fffffe;
   border: 1px solid #cccccc;
}

/* ----------------------------------------------------------------------------------------------------------- bullet list links*/
.linkList
{
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   display: block;
   float: left;
}

.linkList li
{
   line-height: 20px;
}

/* ------------------------------------------------------------------------------------------------------------- error summary classes */
.errSummary
{
   border: 1px solid #ff0000;
   background-color: #ff0000;
   width: 390px;
   color: #ffffff;
   margin: 10px 0px 10px 0px;
}

.errSummary h4
{
   margin: 3px 0px 3px 3px;
   color: #ffffff;
}

.errSummary ul
{
   margin: 0px;
   padding: 5px;
   background-color: #ffffff;
   color: #cc0000;
   list-style: decimal inside;
}

.errIcon
{
   width: 20px;
   height: 20px;
   float: left;
   background: url(../Images/Design/error.gif) center center no-repeat;
   cursor: help;
   display: block;
}

.errIconMessage
{
   height: 20px;
   line-height: 20px;
   float: left;
   background: url(../Images/Design/error.gif) left center no-repeat;
   display: block;
   padding-left: 20px;
}


