	/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 25, 2013, 12:16:06 PM
    Author     : Llewellyn.Crosby
*/

body {
    font:9pt tahoma;
    /*background-color:#f6f6f6;*/
    margin:0px;
}

table {
    font:9pt helvetica;
}

input,select {
    font-family:helvetica;
    font-size:9pt;
    border-radius:4px;
    padding:4px 0px 4px 6px;
    
}

input[elementCategory="inputDate"] {
    width:100px;
    text-align:right;
    padding-right:3px;
}

div[elementCategory="divDate"] {
    position:relative;
    display:inline;
}
div[elementCategory="divDate"] img {
    position:absolute;
    left:4px;
    top:-3px;
    height:21px;
    width:21px;
    
}

td {
    font-size:8pt;
}

a {
    color:#000;
}

select {
    font-family:helvetica;
    font-size:9pt;
    border-radius:4px;
    padding:4px 0px 4px 6px;
}






/*****************************************************/
/*    START                                          */
/*                                                   */
/*    LAYOUT STYLES                                  */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/


.companyHeader {
    height:45px;
    background-color:#fff;
    font-size:20px;
    width:100%;
    background: #cedce7; /* Old browsers */
background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
 padding-top:6px;
    padding-bottom:12px;
    color:#fff;

}

.companyHeaderName {
    float:left;
    /*text-shadow: 6px 4px 2px rgba(150, 150, 150, 1);*/
    text-shadow: 6px 4px 2px  #cedce7;
    font-size:20pt;
    font-weight:bold;
}

.span_live {
    text-transform: uppercase;
    font-style: italic;
}


.companyHeaderMenu {
    float:right;
    padding:0px;
    margin:0px;
    list-style: none;
    margin-top:10px;
}


.companyHeaderMenu li {
    float:left;
    padding:4px;
    font-size:8pt;
}

.companyHeaderMenu li a {
    color:#fff;
    text-decoration: none;
}

.companyHeaderMenu li a:hover {
    text-decoration:underline;
}

.companyHeaderSpacer {
    background-color:#000;
    height:8px;
}

.footer {
    font-size:8pt;
    border-top:1px solid #bbb9c5;
    width:100%;
    background-color:#f2f2f2;
}

.footer .poweredby {
    float:right;
    vertical-align:top;
}

.footer .contactNumbers {
    float:left;
    vertical-align:top;
}

.pageName {
    background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
font-size:12pt;
        font-weight:bold;
        
        color: rgba(89,106,114,1);
        padding:3px;
        -moz-border-radius: 0px 0px 3px 3px;
        -webkit-border-radius: 0px 0px 3px 3px;
        border:solid 1px #c2c2c2;
        border-top:0px;
        text-transform: uppercase;
        height:38px;

}

.pageName_siteName {
    float:left;
}


.ajaxBusyModal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 212, 212, 212, .8 ) 
                50% 50% 
                no-repeat;
}

body.ajaxLoading .ajaxBusyModal {
    display:block;
}

.modalMessage {
    font-weight:bold;
    font-family: tahoma;
    font-size:11pt;
}

/*****************************************************/
/*    END                                            */
/*                                                   */
/*    LAYOUT STYLES                                  */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/


/*****************************************************/
/*    START                                          */
/*                                                   */
/*    CAPTURE FORM LAYOUT                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/


.captureFormContainer {
    border:solid 1px #bbb9c5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin:0px auto;
    margin-top:10px;
    margin-bottom:10px;
}

.captureFormButtonRibbon {
   background: #c8d7dc; /* Old browsers */
background: -moz-linear-gradient(top,  #c8d7dc 0%, #e3eaed 63%, #f2f5f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8d7dc), color-stop(63%,#e3eaed), color-stop(100%,#f2f5f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c8d7dc 0%,#e3eaed 63%,#f2f5f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d7dc', endColorstr='#f2f5f6',GradientType=0 ); /* IE6-9 */

    height:45px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    
    border-bottom: solid 2px rgba(247,251,252,1);
}

.captureFormButtonRibbon ul {
    margin:0px;
    list-style: none;
    padding:0px;
}

.captureFormButtonRibbon ul li {
    float:left;
    padding:6px;
}

.captureFormButtonRibbon ul li img {
    cursor: pointer;
}

.captureFormTable input {
    font-size:9pt;
    *border-radius:0px;
    padding:7px 7px 7px 7px;
    *height:100%;
    *width:100%;
}


.captureFormTable {
    border:solid 1px #1c94c4;
    border-collapse: collapse;
}

.captureFormTable thead {
    background-color: #1c94c4;
    color:#fff;
}

.captureFormTable thead td {
    background-color: #1c94c4;
    color:#fff;
    *padding:5px 13px 8px 8px;
}

.captureFormTable td {
    border:solid 1px #1c94c4;
    padding:8px 4px;
}

.captureFormTable td.centre {
    text-align: center;
}

.captureFormTable td.right {
    text-align: right;
}



.text_readonly {
    border:0px;
    background-color:#fff;
}

.captureFormTable_TotalRow td{
    
    font-weight:bold;
}

.captureFormAverageVariance {
    font-size:16pt;
    font-weight:bold;
}

.waterTestButton {
    margin-top:4px;
    padding-top: 15px;
    padding-bottom:15px;
    border:solid 1px #fc9b1c; 
    text-align:center;
    background: #ffc44d; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc44d 0%, #fc9b1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc44d), color-stop(100%,#fc9b1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc44d 0%,#fc9b1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc44d 0%,#fc9b1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc44d 0%,#fc9b1c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc44d 0%,#fc9b1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc44d', endColorstr='#fc9b1c',GradientType=0 ); /* IE6-9 */
font-size: 14px;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
width:686px;


}

.waterTestButton:hover {
    text-decoration: underline;
    cursor:pointer;    
    background: #fc9b1c; /* Old browsers */
background: -moz-linear-gradient(top,  #fc9b1c 0%, #ffc44d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc9b1c), color-stop(100%,#ffc44d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fc9b1c 0%,#ffc44d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fc9b1c 0%,#ffc44d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fc9b1c 0%,#ffc44d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fc9b1c 0%,#ffc44d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9b1c', endColorstr='#ffc44d',GradientType=0 ); /* IE6-9 */
width:686px;
}

.waterTestButton_Checked {
    margin-top:4px;
    padding-top: 15px;
    padding-bottom:15px;
    border:solid 1px #fc9b1c; 
    text-align:center;
    background: #a8ff89; /* Old browsers */
background: -moz-linear-gradient(top, #a8ff89 0%, #7cf27a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8ff89), color-stop(100%,#7cf27a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a8ff89 0%,#7cf27a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a8ff89 0%,#7cf27a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a8ff89 0%,#7cf27a 100%); /* IE10+ */
background: linear-gradient(to bottom, #a8ff89 0%,#7cf27a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ff89', endColorstr='#7cf27a',GradientType=0 ); /* IE6-9 */
border:solid 1px #a8ff89;
font-size: 14px;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
width:686px;
}


/*****************************************************/
/*    END                                          */
/*                                                   */
/*    CAPTURE FORM LAYOUT                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/



/*****************************************************/
/*    START                                          */
/*                                                   */
/*    ReJIG JQuery Dialog                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

.ui-widget-header {
     background: #feffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 40%, #a0d8ef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(40%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
}


.new_dialog_buttons.ui-state-default {
        background: none;
        background: #feffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 40%, #a0d8ef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(40%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 40%,#a0d8ef 100%); /* W3C */
    
}

.new_dialog_buttons.ui-state-hover {
    background: rgb(158,232,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(158,232,250,1) 0%, rgba(214,249,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,232,250,1)), color-stop(100%,rgba(214,249,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(158,232,250,1) 0%,rgba(214,249,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(158,232,250,1) 0%,rgba(214,249,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(158,232,250,1) 0%,rgba(214,249,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(158,232,250,1) 0%,rgba(214,249,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ee8fa', endColorstr='#d6f9ff',GradientType=0 ); /* IE6-9 */

}

.new-cancel-dialog-buttons.ui-state-default {
    background:none;
    color:red;
    text-decoration: none;
    border:none;
}

.new-cancel-dialog-buttons.ui-state-hover {
    text-decoration:underline;
}

.new-dialog-class div.ui-corner-all {
    border-radius: 0px;
}

.new-dialog-class span.ui-dialog-title {
    font-weight:normal;
    text-transform:capitalize;
}
/*****************************************************/
/*    END                                            */
/*                                                   */
/*    ReJIG JQuery Dialog                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*    BEGIN                                          */
/*                                                   */
/*    DASHBOARD STYLES                               */
/*                                                   */
/*                                                   */
/*****************************************************/

.activityHeader {
        background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */font-size:14pt;
        font-weight:bold;
        text-align:center;
        color: rgba(89,106,114,1);
        padding:3px;
        -moz-border-radius: 0px 0px 3px 3px;
        -webkit-border-radius: 0px 0px 3px 3px;
        border:solid 1px #c2c2c2;
        border-top:0px;
        text-transform: uppercase;
        
}

.odoHeading {
    font-size:11pt;
    font-weight:bold;
    padding:6pt;
    color:#75C4EF;
}

/*****************************************************/
/*    END                                            */
/*                                                   */
/*    DASHBOARD STYLES                               */
/*                                                   */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*    BEGIN                                          */
/*                                                   */
/*    RECONCILIATION LOG                             */
/*                                                   */
/*                                                   */
/*****************************************************/

td.opening {
    background-color:#79d7ff;
}

#dtReconlog_wrapper table thead td {
    background-color: #fff;
}

.centerAlign {
    text-align: center;
}

.enterable {
    background-color:#ccffcc;
}

.popupMenu li:first-child {
    padding-top:5px;
}

.popupMenu li:last-child {
    padding-bottom:5px;
}

.popupMenu li i {
    padding-right:4px;
}

#dtValidation thead td  {
    background-color:#1c94c4;
    color:#fff;
    font-weight:bold;
}

#dtValidation td  {
    border-color:#1c94c4;
    border-width:1px;
    border-collapse: collapse;
}

#dtValidation td:last-child  {
    border-right-width:0px;
}

#dtValidation td:first-child  {
    border-left-width:0px;
}



#dtValidation.dataTable.no-footer {
    border:solid 1px #1c94c4; 
}




/*****************************************************/
/*    END                                            */
/*                                                   */
/*    RECONCILIATION LOG                             */
/*                                                   */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*    Start                                            */
/*                                                   */
/*    User Table                                  */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

.user_table {
    width: 100%;
    border: solid 1px;
}

.user_table td {
    padding-top: 10px;
    border-top: dashed 1px;
}

.header_row {
    font-weight: bold;
    font-size: 20pt;
}

.header_row td {
    border: solid 1px;
}

#btnNewUser {
    margin-top: 1%
}

.user_row {
    cursor: pointer;
}
/*****************************************************/
/*    End                                          */
/*                                                   */
/*    User Table                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*    Start                                          */
/*                                                   */
/*    Login Styles                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

.signInContainer {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

border:solid 1px #bbbbbb;



/*border-radius:18px*/;

width:300px;
text-align: center;

}

.sicHeader {
    color:#4F4F4F;
    font-family: arial;
    font-size:14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    font-weight:bold;
    -moz-border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 18px 18px 0px 0px;
    border-bottom:solid 1px #bbbbbb;
    
    
}

.sicDetail {
    text-align:center;
    vertical-align: bottom;
}

.sicDetail td {
    color:#4F4F4F;
    font-family: arial;
    font-size:14px;
    font-weight:bold;
}



/*****************************************************/
/*    End                                            */
/*                                                   */
/*    Login Styles                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*    Start                                          */
/*                                                   */
/*    Managers Dashboard                             */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

.siteSelect ul {
    width:20px;
    list-style: none;
}

.siteSelect li {
    float:left;
    padding:20px;
    list-style: none;
}


/*****************************************************/
/*    END                                            */
/*                                                   */
/*    Managers Dashboard                             */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*    START                                          */
/*                                                   */
/*    Managers Report                                */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

.errorRow td {
    background-color: #ffff66;
}

.ExcelTable2007 TD {
    font-size:12pt;
}


/*****************************************************/
/*    END                                            */
/*                                                   */
/*    Managers REPORT                                */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

/*****************************************************/
/*    Start -                                        */
/*                                                   */
/*    siteSelectTable                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

.siteSelectTable {
    //border:solid 1px #1c94c4;
    border-collapse: collapse;
    font-family: helvetica;
    
}

.siteSelectTable thead {
    *background-color: #f9fcfd;
    *color:#fff;
    *font-weight: bold;
}

.siteSelectTable td {
    font-size: 8pt;
    *border-bottom:solid 1pt #000;
    *padding:8px 4px;
}

.siteSelectTable td.centre {
    text-align: center;
}

.siteSelectTable td.right {
    text-align: right;
}


    


/*****************************************************/
/*    END   -                                        */
/*                                                   */
/*    siteSelectTable                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/



/*****************************************************/
/*    Start -                                        */
/*                                                   */
/*    ALTERNATIVE TABLE 1                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/


/*****************************************************/
/*    END   -                                        */
/*                                                   */
/*    ALTERNATIVE TABLE 1                            */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*                                                   */
/*****************************************************/

.tableCellLeft {
    text-align:left
}
.tableCellCentre {
    text-align:center
}
.tableCellRight {
    text-align:right
}