﻿/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.tabForm
{
    display: block;
    width: 100%;
}

.tabForm.popup
{
    margin: 0px;
    padding: 0px;
}

.tabContainer
{
    text-align: left;
    width: 100%;
    min-width: 650px;
}

.tabContainer.popup
{
    min-width: 0px;
}

.tabTitle
{
    background: url("http://images.adayada.co.uk/images/bar-blue-grad.gif") repeat-x right;
    color: #3399FF;
    height: 20px;
    font-size: 12pt;
    font-weight: bold;
    padding: 4px 4px 0px 4px;
    margin: 4px 0px 0px 0px;
    position: relative;
}
.tabTitle.popup
{
    padding: 0px;
    margin: 0px;
    text-indent: 5px;
}
.tab
{
    border: solid 1px #CCCCCC;
    padding: 4px 4px 12px 4px;
    display: block;
    position: relative;
}

.tab.popup
{
    border: none 0px;
}

.tabInner
{
    border: solid 1px #CCCCCC;
    padding: 4px;
    position: relative;
}
.tabInfo
{
    padding: 6px 4px 6px 4px;
    margin: 8px 6px 8px 6px;
    border: solid 1px #3399FF;
    font-size: 9pt;
}
.tabRow
{
    padding: 4px 4px 12px 4px;
    display: block;
    position: relative;
}

.inputArea
{
    padding: 4px 4px 4px 8px;
    height: auto;
    display: block;
    clear: left;
}
.inputArea .title
{
    display: block;
    font-size: 11pt;
    color: #000000;
    line-height: 30px;
    height: 24px;
}

.inputArea .title.popup
{
    font-size: 10pt;
    line-height: 30px;
    height: 24px;
}

.inputArea .input
{
    border: Inset 1px #DFDFDF;
}

.inputArea .inputReq
{
    background-color: #EAF4FF;
    border: Inset 1px #3399FF;
}

.inputArea .ddl
{
    display: block;
    border: Outset 1px #DFDFDF;
}

.inputArea .ddlReq
{
    display: block;
    border: Outset 1px #3399FF;
}

.inputArea input[type="submit"], .inputArea input[type="button"], .inputAreaBtn
{
    background-image: url('http://images.adayada.co.uk/images/buttons/btn-arrow-up.gif');
    background-repeat: no-repeat;
    background-position: 98% center;
    padding-right: 18px;
    border: 1px Outset #E5E5E5;
    position: absolute;
    background-color: #ECF7FF;
    cursor: pointer;
    cursor: hand;
}

.inputArea input[type="submit"]:hover, .inputArea input[type="button"]:hover, .inputAreaBtn:hover
{
    background-image: url("http://images.adayada.co.uk/images/buttons/btn-arrow-over.gif");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-color: #DFF1FF;
}

.inputArea input[type="submit"]:active, .inputArea input[type="button"]:active, .inputAreaBtn:active
{
    background-image: url("http://images.adayada.co.uk/images/buttons/btn-arrow-down.gif");
    background-repeat: no-repeat;
    background-position: 98% center;
}

.inputArea .wideInput
{
    width: 99%;
    position: relative;
}

.inputArea .column
{
    padding-right: 12px;
    float: left;
    height: 100%;
}

.columnsFooter
{
    clear: both;
}

.tipPopperContainer
{
    width: 100%;
    background-color: Aqua;
}
.tipPopper
{
    border: solid 1px #3399FF;
    width: 250px;
    position: absolute;
    font-size: 9pt;
    padding: 3px;
    margin-right: 8px;
    text-align: justify;
    color: #696969;
    background-color: #FFFFFF;
    display: none;
    z-index: 3300;
}

.inputArea .rowReqs
{
    font-size: 10pt;
    height: auto;
}

.inputArea .plainerBTN
{
    font-size: 9pt;
}

.inputArea .smallerBTN
{
    font-size: 8pt;
}

.rowInfo
{
    font-size: 9pt;
    height: 15px;
    padding: 0px 0px 5px 0px;
}

.rowInfo input[type="submit"], .inputArea input[type="button"], .helpBtn
{
    font-size: 9pt;
    color: #035EB8;
    cursor: hand;
    cursor: pointer;
    cursor: hand;
    background-image: none;
    border: none;
}

.rowInfo input[type="submit"]:hover, .inputArea input[type="button"]:hover, .helpBtn:hover
{
    background-image: none;
}

.inputArea .helpLink:hover
{
    color: #3399FF;
}

.largeBTN
{
    font-size: 110%;
    font-weight: bold;
}

.reqVal
{
    color: #FFFFFF;
    background-color: #CC0000;
    font-size: 12pt;
}

.reqKey
{
    background-color: #EAF4FF;
    font-size: 8pt;
    color: #000000;
    margin: 2px 6px 2px 6px;
    float: right;
}

.popupContainer
{
    border: solid 1px #CCCCCC;
    padding: 4px 4px 4px 4px;
    display: block;
    background-color: #FFFFFF;
}

.listBox
{
    width: auto;
    height: 200px;
    padding: 2px;
    min-width: 200px;
}

.listBoxContainer
{
    width: auto;
    height: 204px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.hide
{
    display: none;
}

.show
{
    display: block;
}

.modelFieldsContainer
{
    width:90%;
}

.modelFieldsContainer p
{
    font-size:9pt; line-height: 10px;
}


.popupBackG
{
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    z-index: 4999;
    position: fixed;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.centerFieldset
{
    text-align: center;
}

.centerFieldset fieldset
{
    display: inline;
    margin-left: auto;
    margin-right: auto; 
    /* INHERITED ALIGNMENT IS CENTER. ONLY INCLUDE THIS IF YOU WANT */ 
    /* TO CHANGE THE ALIGNMENT OF THE CONTENTS OF THE FIELDSET */
    text-align: left;
}


/*.tipPopper
{
    border: solid 1px #3399FF;
    right: 0px;
    width: 300px;
    position: absolute;
    font-size: 9pt;
    padding: 2px;
    margin-right: 8px;
    display: block;
    text-align: center;
    color: #696969;
    background-color: #FFFFFF;
}*/

/* Form Wizard */
.step
{
    
}