table.switchT {
width:100%;
}

td.switchCol0 {
width:20px;
}
td.switchCol1 {
width:100px;
}
td.switchCol2 {
}


table.getDataTable
{
width:100%;
}
td.gdCol0 {
width:300px;
}
td.gdCol1 {
width:200px;
}
td.gdCol2 {
width:250px;
}
td.gdCol3 {
width:200px;
}


.rightFloat
{
float:right;
}

/* FOR ON ?OFF SWITCHES....   START  */
.onoffswitch {
    position: relative; width: 69px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 10px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 16px; padding: 0; line-height: 16px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #80DEFB; color: #2F3490;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #E8E8E8; color: #848484;
    text-align: right;
}

.onoffswitch-switch {
    width: 10px; margin: 3px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 10px;
    position: absolute; top: 0; bottom: 0; right: 49px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* FOR ON ?OFF SWITCHES....   END  */


#table_id_conn {
    width: 100% !Important;
}

#datatable {
    width: 100% !Important;
}


div.dataTables_length {
/*    float: center;  */
    height: 25px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
/*       background-color: red;    */ 
}

div.dataTables_filter {
    float: right;
/*      background-color: green;    */
}
 
div.dataTables_info {
    float: center; 
        height: 25px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
/*       background-color: blue;     */
}
 
div.dataTables_paginate {
    float: center; 
            height: 25px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
/*       background-color: yellow;  */
}

div.dataTables_wrapper {
       background-color: #E6E6E6;  
}


.seeHeaderClass
{
 color: #2F3490 ;
font-weight: bold;  
 background-color: #80DEFB ; 
font-size: 1.1em;
 padding:5px;  
 text-decoration: none ;
 text-align: left;
max-width:1200px;
} 


.classTextOn 
{
 color: #2F3490 ;
font-weight: bold;  
 background-color: #80DEFB ; 
}

.classTextOff 
{
 color: #848484 ;
 background-color: #E8E8E8 ;
}

.seeOntB
{
 padding:3px;
 color: #2F3490 ;
font-weight: bold;  
 background-color: #80DEFB ; 
/* 
 background-color: #00FFFF ;
 color: #000 ;
 border: 3px outset #DADCDC ;
 */
 border: 3px outset #51CFF6 ;
 text-decoration: none ;
 text-align: center;
 display: block ;
/*width:20%; */
max-width:200px;
cursor: pointer;
}


.seeOntBnot
{
 padding:3px;
 color: #848484 ;
 background-color: #E8E8E8 ; 
 border: 3px outset #DADCDC ; 
 text-decoration: none ;
 text-align: center;
 display: block ;
/*width:20%; */
max-width:200px;
cursor: pointer;
}


.sYes > a
{
    color: #000000 !important;
}
.sYes_OFF > a
{
}
.sNo > a
{
}
.act
{
/*     display: block;
   font-size: 1.1em; 
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 10px auto;
    color: #ccc;
    background-color: #555;
    background: -webkit-linear-gradient(#888, #555);
    background: linear-gradient(#888, #555);
    border: 0 none;
    border-radius: 3px; 
    text-shadow: 0 -1px 0 #000;
    box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
 */
    color: #000000;
    cursor: pointer;
}
.invis
{
visibility:hidden;
}
.inact
{
    color: #B7B7B5;  
    cursor: not-allowed;
}



#infoData1
{
 padding:5px;
 color: #000 ;
 background-color: #EEF5F5 ;
 border: 1px outset #D9F4F4 ;
 text-decoration: none ;
width:100%;
max-width:650px;
 display:none;
}

#infoButton1
{
 padding:3px;
 color: #000 ;
 background-color: #E8E8E8 ; 
 border: 3px outset #DADCDC ; 
 text-decoration: none ;
 text-align: center;
 display: block ;
/*width:20%; 
max-width:200px; */
cursor: pointer;
}




.ecbd_head {
color: white;
font-size:50px;
text-shadow: 2px 2px 2px #000;
}

.linearBg1_old {
/*  background-color: #70BDBD;
  background-color: #81DADA;   */
  background-color: #60BDC4; 
}


.linearBg1 {
  /* fallback */
  background-color: #60BDC4;
  background-image: url(images/linear_bg_1.png);
  background-repeat: repeat-y;

  /* #DAD7D7 ??  or   CCCCCC   */

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(0.10, #60BDC4), to(#60BDC4));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #FFFFFF, #60BDC4 10%, #60BDC4, #60BDC4 90%, #60BDC4);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #FFFFFF, #60BDC4 10%, #60BDC4, #60BDC4 90%, #60BDC4);

  /* IE 10 */
  background: -ms-linear-gradient(left, #FFFFFF, #60BDC4 10%, #60BDC4, #60BDC4 90%, #60BDC4);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #FFFFFF, #60BDC4 10%, #60BDC4, #60BDC4 90%, #60BDC4);
}

.noBord {
 border:none;
}

.errorsOnPage 
{
background: rgba(200, 0, 0, 0.73);
color: white;
border: 1px solid white;
border-radius: 5px;
box-shadow: 10px 10px 5px #888888;
}

.errorsOnPageAlert 
{
background: #FFBF00;
color: white;
border: 1px solid white;
border-radius: 5px;
box-shadow: 10px 10px 5px #888888;
}


.head1
{
 color: blue;
}


.hArgs
{
padding-left:0.75cm;
padding-bottom:0.25cm;
 text-align: justify;
 background-color: white;
 color: black;
 font-size:100%
}

.view1, .view2, .view3, .view4, .view5
{
padding: 5px;
 text-align: left;
 background-color: #CCCCCC;
 color: black;
 font-weight: bold;
 font-size:120%
}

.xlabel
{
 text-align: center;
 background-color: #CCCCCC;
}

.whiteB 
{
background: white;
}


#inclExcl, #FormatI
{
background-color: #EEF5F5 ;
padding: 3px;
border: 1px solid #000; 
text-align: left;
vertical-align:center;
margin-left: 50px;
margin-right: 50px;
display: none;
}


#flipFormatI
{
text-align: center;
 padding:1px;
 color: #000 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ;
 text-decoration: none ;
 display: block ;
}



#flipInclExcl
{
text-align: center;
 padding:1px;
 color: #000 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ;
 text-decoration: none ;
 display: block ;
}


#download, #browser
{
margin: 10px;
}


#srcsx, #idXA
{
background: white;
width: 220px;
margin: 10px;
padding: 1px;
float: left;
height: 25px;
border: 2px inset #DADCDC ;
text-align: left;
}

#srcsy
{
background: white;
width: 220px;
margin: 10px;
padding: 1px;
float: left;
height: 25px;
border: 2px inset #DADCDC ;
text-align: left;
}




table.inputTable
{
border-collapse:collapse;
}

table.inputTable td, table.inputTable th 
{
font-size:1em;
border:1px solid #6CC9DF;
padding:3px 7px 2px 7px;
}

table.inputTable th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#B0E2EE;
color:#0000000;
}
table.inputTable tr.alt td 
{
color:#000000;
background-color:#E3F6FA;
}







table.WSMForm
{
border-spacing: 0;
border-collapse: collapse;
width:600px;
margin-top: 150px; 
margin-left: 50px; 
max-width:600px;
padding:1px; 
margin: 4px;
vertical-align:center;
text-align: center;
}

table#wsm1 tr
{
margin:50px;
padding:50px;
}

table.WSMForm td
{
text-align: center;
vertical-align: center;
width:20%;
}


table.inputForm
{
border-spacing: 0;
border-collapse: collapse;
width:600px;
margin-top: 150px; 
margin-left: 50px; 
max-width:600px;
padding:1px; 
margin: 4px;
vertical-align:center;
text-align: center;
}

#caption
{
text-align: left;
vertical-align:top;
margin-bottom: 30px; 
}

table.inputForm td
{
text-align: center;
vertical-align: center;
width:20%;
}

#InputFormBorder
{
margin-left: 35px; 
border: 1px solid #000; 
width:100%;
max-width:620px;
background-color: #EBF9FE ;
-moz-border-radius: 5px;
border-radius:5px;
}


#queryText
{
width: 100%
text-align: left;
vertical-align:top;
}

#dt2a, #dtXA, #dtXB, #dtXC, #dtXD, #dtXE, #dtXF, #dtXG
{
background-color: #EEF5F5 ;
padding: 3px;
border: 1px solid #000; 
text-align: left;
vertical-align:center;
margin-left: 50px;
margin-right: 50px;
}

#submitButton
{
margin: 10px;
padding:5px; 
border-width:3px;
cursor: pointer;
}

#flip2a, #flipXA, #flipXB, #flipXC, #flipXD, #flipXE, #flipXF, #flipXG, #flipXTRA, #flipABC 
{
text-align: center;
 padding:1px;
 color: #696363 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ;
 text-decoration: none ;
 display: block ;
}

.ppIn {
        color: black !important;
        display: inline-block ;
        min-width: 80px;
        padding: 10px 10px;
        background-color: #70BDBD;
        background-image: -webkit-gradient(
		linear,
                left top,
                left bottom,
                color-stop(0, rgb(123,247,247)),
                color-stop(0.49, rgb(120,235,235)),
                color-stop(0.5, rgb(115,230,230)),
                color-stop(1, rgb(112,189,189))
        );
        background-image: -moz-linear-gradient(
                center top,
                rgb(123,247,247) 0%,
                rgb(120,235,235) 49%,
		rgb(115,230,230) 50%,
		rgb(112,189,189) 100%
        );

	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
	border: 1px solid;
	border-color: #73ABAB #5A8D8D #5A8D8D #5A8D8D;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        top: 4px;
       -moz-box-shadow:    inset 0px 3px 4px rgba(255,255,255,0.4),
		        inset 0px -1px 4px rgba(255,255,255,0.2),
                        /**/
                        0px 1px 0px #335656,
                        /**/
                        0px 1px 2px rgba(0,0,0,0.5);

       -webkit-box-shadow: inset 0px 3px 4px rgba(255,255,255,0.4),
                        inset 0px -1px 4px rgba(255,255,255,0.2),
                        /**/
                        0px 1px 0px #335656,
                        /**/
                        0px 1px 2px rgba(0,0,0,0.5);


       box-shadow:         inset 0px 3px 4px rgba(255,255,255,0.4),
                        inset 0px -1px 4px rgba(255,255,255,0.2),
                        /**/
                        0px 1px 0px #335656,
                        /**/
                        0px 1px 2px rgba(0,0,0,0.5);

}

.ppOut:hover {
        color: green !important;
}

.ppIn:hover {
        color: green !important;
}

.ppOut {
        color: #636464 !important;
        display: inline-block;
        min-width: 80px;
        padding: 10px 15px;
        /* margin: 0px 10px;  */
        background-color: #ACFBFB;
        background-image: -webkit-gradient(
		linear,
                left top,
                left bottom,
                color-stop(0, rgb(255,255,255)),
                color-stop(0.49, rgb(210,245,245)),
                color-stop(0.5, rgb(190,248,248)),
                color-stop(1, rgb(172,251,251))
        );
        background-image: -moz-linear-gradient(
                center top,
                rgb(255,255,255) 0%,
                rgb(210,245,245) 49%,
                rgb(190,248,248) 50%,
		rgb(172,251,251) 100%
        );
        font-weight: bold;
        text-decoration: none !important;
        text-align: center;
        line-height: 1;
        border: 1px solid;
        border-color: #4C8989 #4C8989 #447C7C #447C7C;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        top: 4px;
        box-shadow:             inset 0px 4px 50px rgba(255,255,255,0.4),
                                                inset 0px -1px 50px rgba(255,255,255,0.2),
                                                /**/
                                                0px 4px 0px #335656,
                                                /**/
                                                0px 8px 5px rgba(0,0,0,0.5);

        -moz-box-shadow:        inset 0px 4px 50px rgba(255,255,255,0.4),
                                                inset 0px -1px 50px rgba(255,255,255,0.2),
                                                /**/
                                                0px 4px 0px #335656,
                                                /**/
                                                0px 8px 5px rgba(0,0,0,0.5);

        -webkit-box-shadow: inset 0px 4px 50px rgba(255,255,255,0.4),
                                                inset 0px -1px 50px rgba(255,255,255,0.2),
                                                /**/
                                                0px 4px 0px #335656,
                                                /**/
                                                0px 8px 5px rgba(0,0,0,0.5);
}


.niceOut {
        color: #636464 !important;
        display: inline-block;
        min-width: 80px;
        padding: 10px 15px;
        /* margin: 0px 10px;  */
        background-color: #ACFBFB;
        background-image: -webkit-gradient(
		linear,
                left top,
                left bottom,
                color-stop(0, rgb(255,255,255)),
                color-stop(0.49, rgb(210,245,245)),
                color-stop(0.5, rgb(190,248,248)),
                color-stop(1, rgb(172,251,251))
        );
        background-image: -moz-linear-gradient(
                center top,
                rgb(255,255,255) 0%,
                rgb(210,245,245) 49%,
                rgb(190,248,248) 50%,
		rgb(172,251,251) 100%
        );
        font-weight: bold;
        text-decoration: none !important;
        text-align: center;
        line-height: 1;
        border: 1px solid;
        border-color: #4C8989 #4C8989 #447C7C #447C7C;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        top: 4px;
        box-shadow:             inset 0px 4px 50px rgba(255,255,255,0.4),
                                                inset 0px -1px 50px rgba(255,255,255,0.2),
                                                /**/
                                                0px 4px 0px #335656,
                                                /**/
                                                0px 8px 5px rgba(0,0,0,0.5);

        -moz-box-shadow:        inset 0px 4px 50px rgba(255,255,255,0.4),
                                                inset 0px -1px 50px rgba(255,255,255,0.2),
                                                /**/
                                                0px 4px 0px #335656,
                                                /**/
                                                0px 8px 5px rgba(0,0,0,0.5);

        -webkit-box-shadow: inset 0px 4px 50px rgba(255,255,255,0.4),
                                                inset 0px -1px 50px rgba(255,255,255,0.2),
                                                /**/
                                                0px 4px 0px #335656,
                                                /**/
                                                0px 8px 5px rgba(0,0,0,0.5);
}






.ppIn_old
{
text-align: center;
 padding:2px;
 color: #FFFFFF ;
 background-color: #77A3BB ;
 border: 2px outset #93A3F6 ;
 text-decoration: none ;
 display: block ;
}

.ppOut_old
{
text-align: center;
 padding:2px;
 color: #6D7272 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ;
 text-decoration: none ;
 display: block ;
}

.pIn
{
text-align: center;
 padding:2px;
 color: #FFFFFF ;
 background-color: #0F33EA ;
 border: 2px outset #93A3F6 ;
 text-decoration: none ;
 display: block ;
}

.pOut
{
text-align: center;
 padding:2px;
 color: #6D7272 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ;
 text-decoration: none ;
 display: block ;
}

#flipView
{
text-align: center;
 padding:2px;
 color: #000 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ;
 text-decoration: none ;
 display: block ;
}


#flipInfolist
{
 padding:3px;
 color: #000 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ; 
 text-decoration: none ;
 text-align: center;
 display: block ;
width:100%;
max-width:380px;
}

#flipILlist, #flipRellist
{
 padding:3px;
 color: #000 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ; 
 text-decoration: none ;
 text-align: center;
 display: block ;
width:100%;
max-width:280px;
}



#ILlist, #Rellist, #Infolist
{
 padding:3px;
 color: #000 ;
 background-color: #EEF5F5 ;
 border: 1px outset #D9F4F4 ;
 text-decoration: none ;
width:100%;
max-width:980px;
 display:none;
}



#egList, #ConnList
{
 padding:5px;
 color: #000 ;
 background-color: #EEF5F5 ;
 border: 1px outset #D9F4F4 ;
 text-decoration: none ;
width:100%;
max-width:650px;
 display:none;
}

#flipegList, #flipConnList
{
 padding:3px;
 color: #000 ;
 background-color: #E8E8E8 ;
 border: 2px outset #DADCDC ; 
 text-decoration: none ;
 text-align: center;
 display: block ;
width:100%;
max-width:680px;
}

#tx2
{
margin-top: 30px; 
margin-bottom: 5px; 
}

