﻿body 
{
    margin: 4px;
}

textarea
{
    resize : none;
}

.noBg
{
    background-color:White;
    background-image: none;
    color:Black;
}

.adminBg
{
    background-color: #F6F9FF;
    background-image: url('./Images/AdminBg.jpg');
    background-repeat: no-repeat; 
    color:Black;
}

.w100
{
    width: 100%;
}

td.labelLeft
{
    white-space: nowrap;
    padding-right: 4px;
    margin-left: 80px;
}

td.labelCenter
{
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
}

td.labelRight
{
    white-space: nowrap;
    padding-left: 4px;
}

td.tpLabel
{
    white-space: nowrap;
    padding-right: 4px;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
}

.textUppercase input
{
    text-transform: uppercase;
}

.textCapitalise input
{
    text-transform: capitalize;
}

.mainMenuButtonTable
{
    empty-cells: hide;
    table-layout: fixed;
    width: 100%;
    overflow: hidden; 
    height: 65px;
}

.clickableCommandCell
{
    border-width: 1px !important;
    border-style: solid !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.clickableCommandCell:hover, .clickableCommandCell.over
{ 
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    cursor: pointer !important;
}

.clickableCommandCell:active
{
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #66CCFF !important;
    cursor: pointer !important;
}

/* removes IE input clear button (small 'x'), from grids auto filter edits and title search edits */
table.dxgvTitleTemplate ::-ms-clear, td.dxgv table.dxeTextBoxSys ::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}

/*.mainMenuButtonCell1
{
    width: 17.5%;
    overflow: hidden;
    padding-left: 5px;
}*/

/*.mainMenuButtonCell
{
    overflow: hidden;
    padding-right: 2px;
    padding-left: 2px;
}*/

/*div[splitbutton="true"] div.dxb
{
    padding-right: 2px !important;
    padding-left: 2px !important;
}*/
    
.bg_Aqua {
    background-color: #EEF1FA;
    color: #171d2d;
    background-image: url('./Backgrounds/Aqua.jpg'); 
    background-position: left top;
    background-repeat: repeat-x;
}

.bg_BlackGlass
{
    background-color: #000000;
    color: #000000;
    background-image: url('./Backgrounds/BlackGlass.jpg');
    background-repeat: no-repeat;
    background-size: 100% 300%;
}

.bg_BlackGlass2
{
    background-color: #000000;
    color: #171919;
    background-image: url('./Backgrounds/BlackGlass2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 300%;
}


.bg_Glass {
    background-color: #01305A;
    color: #171919;
    background-image: url('./Backgrounds/Glass.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 300%;
}

.bg_Glass2 {
    background-color: #01305A;
    color: #171919;
    background-image: url('./Backgrounds/Glass2.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 300%;
}

.bg_OfficeBlue {
    background-color: #F6F9FF;
    color: #171D2D;
    background-image: url('./Backgrounds/OfficeBlue.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg_OfficeOlive {
    background-color: #E4ECC7;
    color: #171D2D;
    background-image: url('./Backgrounds/OfficeOlive.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.bg_OfficeSilver {
    background-color: #F6F9FF;
    color: #171D2D;
    background-image: url('./Backgrounds/OfficeSilver.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg_PlasticBlue {
    background-color: #BED3FF;
    color: #000000;
    background-image: url('./Backgrounds/PlasticBlue.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bg_PlasticBlue2 {
    background-color: #405598;
    color: #000000;
    background-image: url('./Backgrounds/PlasticBlue2.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 300%;
}

.bg_RedWine {
    background-color: #44121E;
    color: #171D2D;
    background-image: url('./Backgrounds/RedWine.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 300%;
}

.bg_RedWine2 {
    background-color: #44121E;
    color: #171D2D;
    background-image: url('./Backgrounds/RedWine2.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 300%;
}

.bg_SoftOrange {
    background-color: #F6F6F6;
    color: #171D2D;
    background-image: url('./Backgrounds/SoftOrange.jpg'); 
    background-position: -20px top; 
    background-repeat: repeat-x;
    background-size: cover;
}

.bg_Youthful {
    background-color: #E1E6AC;
    color: #171D2D;
    background-image: url('./Backgrounds/Youthful.jpg'); 
    background-repeat: repeat-x;
    background-size: cover;
}



