﻿html {
    font-family: arial;
    /*background-color:lightcyan;*/
    height: 100%;
    font-size: small;
}
.hiddenbutton {
    display:none;
}
#loadingMessage {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color:transparent;
    top: 0px;
    left:0px;
    position: absolute;
}
.LinkStyle {
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
}
.HiddenImage {
    display :none ;
}
.MarqueeCSS {
    color: yellow;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.cmbInput {
    height :24px;
    font-size:small;
}
.ProductItems {
    text-align :center ;
}
.ProductItems:hover {
    background-color:lightgoldenrodyellow;
    border:1px solid darkgoldenrod;
    box-shadow: 0 0 5px darkgoldenrod
}
 div.fixed {

            background-position: right center;
            position: fixed;
            bottom: 30%;
            right: 10px;
            height:200px;
            width: 20px;

            border-bottom-left-radius :20px;
            border-top-left-radius :20px;
}
.myimglink:hover{
    width:32px;
    height:27px; 
}
  div.Message {

            background-position: left center;
            position: fixed;
            bottom:10px;
            right:5px;
            height:100px;
            width: 400px;
            background-color:white ;
            border-width :thin;
            border-style :solid ;
            padding: 0px 5px 0px 0px;
            padding-right :20px;
            border-bottom-left-radius :5px;
            border-radius:0px 0px 0px 0px;
            display:none;
            z-index:9999;
            box-shadow: 0 0 15px #888888;
            cursor :pointer;
            vertical-align :middle ;
}

.tdfailedmsg {
    width:40px;
    height:100px;
    background-color:darkred;
    text-align :center;
    
}
.tdifailedmsg2 {
    text-align :left;
    padding-left:10px ;
    height:98px;
    color :black;
    font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
    overflow :auto
}
.tdinfomsg {
    width:40px;
    background-color:darkgreen;
    text-align :center 
}

.tdinfomsg2 {
    text-align :left;
    padding-left:10px ;
    color :black;
    font-family:Arial, Helvetica, sans-serif;
    font-size:medium;
    margin-right :10px;
}
body {
    margin:0px;
}
.bg {
    background-color :green  ;
    margin-left :20px;
    margin-right :20px;
}
.ValidatorStyle {
    margin-left: 5px; 
    font-family: 'Bookman Old Style' ;
    font-weight :bold ;
    Font-Size:medium ;
}
#rptcontainer {
    overflow:auto;
}

.Background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
#pnlsub {
    margin-right:10px;
}
.myiframe {
    width:100%;
    height :100%;
}
.ButtonStyle {
    border:1px double white;
    background-color :steelblue;
    padding-top :2px;
    padding-bottom:2px;
    padding-left :5px;
    padding-right :5px;
    color:white;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    cursor:pointer 
}
.ButtonStyle:hover {
        background-color :lightgoldenrodyellow;
        color:darkgoldenrod;
        border:1px solid darkgoldenrod;
}
.ButtonStylev2 {
    border:1px double white;
    background-color :steelblue;
    padding-top :2px;
    padding-bottom:2px;
    padding-left :5px;
    padding-right :5px;
    color:white;
    cursor:pointer  
}
.hbd {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(SteelBlue), to(lightblue));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, SteelBlue, lightblue);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, SteelBlue, lightblue);
    /* IE 10 */
    background: -ms-linear-gradient(top, SteelBlue, lightblue);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, SteelBlue, lightblue);
    border-top: 1px solid SteelBlue;
    border-left: 1px solid steelblue;
    border-right: 1px solid steelblue;
}

.BackgroundHeader {
        /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(SteelBlue), to(lightblue));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, SteelBlue, lightblue);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, SteelBlue, lightblue);
    /* IE 10 */
    background: -ms-linear-gradient(top, SteelBlue, lightblue);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, SteelBlue, lightblue);
    border-top: 1px solid SteelBlue;
    border-left: 1px solid steelblue;
    border-right: 1px solid steelblue;
    font-family:Arial, Helvetica, sans-serif;
    font-size:small;
}
.footer {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(lightblue), to(SteelBlue));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, lightblue, SteelBlue);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, lightblue, SteelBlue);
    /* IE 10 */
    background: -ms-linear-gradient(top, lightblue, SteelBlue);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, lightblue, SteelBlue);
    border-left: 1px solid steelblue;
    border-right: 1px solid steelblue;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: Verdana;
    font-size: x-small;
    color: white;
}
.HideGridviewColumn {
    display:none;
}
.HideGridviewHeader {
    display:none;
}

.hbd-shadow {
    color: yellow;
    text-shadow: 3px 3px 3px black;
    font-size: 20px;
}
#mym {
    color: yellow; 
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: medium;
}
.Saying {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateCubeTopIn .6s both ease-in;
    animation: rotateCubeTopIn .6s both ease-in;
}
.Saying:hover {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: rotateCubeBottomOut .6s both ease-in;
    animation: rotateCubeBottomOut .6s both ease-in;
}

.COHeader {
    color: lightgoldenrodyellow;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
#header {
    width: 600px; 
    margin-left: auto; 
    margin-right: auto;
}
.FormTitleLogo {
    width: 3%;
    padding-right:5px;
    vertical-align:middle;
    text-align:right ;
}
.ClientHeader {
    color: lightgoldenrodyellow;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    width: 30%;
    top:0%;
    text-align:right;
    vertical-align:middle;
    padding:5px; 
    font-family:Arial, Helvetica, sans-serif;
}
.WaitingMessage {
    font-size:small;
    color:goldenrod;
    font-family:Arial, Helvetica, sans-serif;
    position:relative;
}
.ClientLogo {
    width: 7%; 
    text-align: right;
    vertical-align:middle;
    padding-top:5px; 
}
.SplitLeft {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(lightblue), to(white));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(bottom, lightblue, white);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(bottom, lightblue, white);
    /* IE 10 */
    background: -ms-linear-gradient(bottom, lightblue, white);
    /* Opera 11.10+ */
    background: -o-linear-gradient(bottom, lightblue, white);
}
.BackgroundLetterFooter {
    /* Safari 4-5, Chrome 1-9 */
    /*background-color: goldenrod*/
    background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(goldenrod), to(darkgoldenrod));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, goldenrod, darkgoldenrod);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, goldenrod, darkgoldenrod);
    /* IE 10 */
    background: -ms-linear-gradient(top, goldenrod, darkgoldenrod);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, goldenrod, darkgoldenrod);
    border-left: 1px solid goldenrod;
    border-right: 1px solid goldenrod;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size:small;
    padding-top :5px;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    z-index:1003;
}
.BackgroundLetterFooterWhite {
    border-left: 1px solid steelblue;
    border-right: 1px solid steelblue;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: black;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size:small;
    padding-top :5px;
    font-family:Arial, Helvetica, sans-serif;
    z-index:1003;
}
.BackgroundFooter {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(lightblue), to(SteelBlue));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, lightblue, SteelBlue);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, lightblue, SteelBlue);
    /* IE 10 */
    background: -ms-linear-gradient(top, lightblue, SteelBlue);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, lightblue, SteelBlue);
    border-left: 1px solid steelblue;
    border-right: 1px solid steelblue;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size:small;
    padding-top :5px;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    z-index:1003;
}
.ControlContainer {
    background-color:#f6f6f6;
    border-top:1px solid goldenrod;
    height: 28px;
    width:99.3%;
    padding-top:5px;
    padding-right :5px;
    padding-bottom :5px;
    position:relative ;
    left:0px;
    text-align :right ;
}
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family:Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color:transparent ;
    margin-left: 0px;
    padding-bottom:4px;
    padding-top:2px;
}
/*Body*/
.Tab .ajax__tab_body
{
    border:1px solid #b4cbdf;
    padding-top:0px;
    /*background-color :white ;*/
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #ffffff;
    background:url("../Images/tab_active.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    background:url("../Images/tab_left_active.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    background:url("../Images/tab_right_active.gif") no-repeat right;
    padding-right:6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #000000;
    background:url("../Images/tab_hover.gif") repeat-x;
    height:20px;
    cursor :pointer ;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
    background:url("../Images/tab_left_hover.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
    background:url("../Images/tab_right_hover.gif") no-repeat right;
    padding-right:6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #666666;
    background:url("../Images/tab_Inactive.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_inner
{
    color: #666666;
    background:url("../Images/tab_left_inactive.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_outer
{
    color: #666666;
    background:url("../Images/tab_right_inactive.gif") no-repeat right;
    padding-right:6px;
    margin-right: 2px;
}
.TabContainer {
    background-color:white;
    border:1px solid grey;
}
.TabPage HeaderTemplate {
    padding :5px;
    background-color :green ;
}
.FormTitle {
    text-align :left;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: yellow;
    text-shadow: 3px 3px 3px black;
    font-size: 20px;
    vertical-align:middle ;
}
#tblSelector {
    width:100%; 
}
#tblSelector #tdselleft {

    text-align:left ;
}
#mydvselector {
        width:950px;
        left:-440px;
        position:absolute;
        background-color:white;
        top:152px;
        overflow-y:hidden;
        overflow-x:hidden;
        z-index:1000;
        border:1px solid lightgrey;
}
#mydvselector2 {
        width:335px;
        left:0px;
        position:absolute  ;
        background-color:white;
        top:152px;
        overflow-y:hidden;
        overflow-x:hidden;
        z-index:1000;
        border:1px solid lightgrey;
}
#mydvselector4 {
        width:500px;
        left:0px;
        position:absolute  ;
        background-color:white;
        top:152px;
        overflow-y:hidden;
        overflow-x:hidden;
        z-index:1000;
        border:1px solid lightgrey;
}
#mydvselector7 {
    width: 800px;
    left: 0px;
    position: absolute;
    background-color: white;
    top: 152px;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 1000;
    border: 1px solid lightgrey;
}
#mydvselector6 {
        width:400px;
        left:0px;
        position:absolute  ;
        background-color:white;
        top:152px;
        overflow-y:hidden;
        overflow-x:hidden;
        z-index:1000;
        border:1px solid lightgrey;
}
 #mydvselector5 {
        width:500px;
        left :0px;
        display:none ;
        position:absolute  ;
        background-color:white;
        top:152px;
        overflow-y:hidden;
        overflow-x:hidden;
        z-index:1000;
        border:1px solid lightgrey;
}
#mydvselector3 {
        width:450PX;
        left:0px;
        display:none;
        position:absolute  ;
        background-color:white;
        top:152px;
        overflow-y:hidden;
        overflow-x:hidden;
        z-index:1000;
        border:1px solid lightgrey;
}
#mydvselector3_DI {
        width:450PX;
        left:0px;
        display:none;
        position:absolute  ;
        background-color:white;
        top:0px;
        overflow-y:hidden;
        overflow-x:hidden;
        z-index:1000;
        border:1px solid lightgrey;
}
#searchcontent {
        width:300px;
        position:fixed;
        height:70%;
        padding-left:20px;
        top:0px;
        right :0px;
        display:none;
}
#tblSelector #tdselcenter {
    vertical-align :top;
    width:40%; 
    text-align :left;
    top:150px;
    z-index :2000;
}
#tblSelector #tdselright {
    text-align :right ;
     width:10%;
}
.CurrencyLabel {
    text-align:right;
    font-size:small;
    font-family:Arial, Helvetica, sans-serif;
}
input[type=text]::-ms-clear {
    display: none;
}
.tdItemRepeater {
    color: steelblue;
    padding: 5px 5px 5px 5px;
    border-right: 1px ridge lightblue;
    border-bottom: 1px ridge lightblue;
    font-size:small;
    vertical-align :top;
    font-family:Arial, Helvetica, sans-serif;
}
.tdwrapItemRepeater {
    color: steelblue;
    padding: 5px 5px 5px 5px;
    border-right: 1px ridge lightblue;
    border-bottom: 1px ridge lightblue;
    font-size:small;
    vertical-align :top;
    white-space:pre-wrap;
    font-family:Arial, Helvetica, sans-serif;
}
.tdItemRepeater_right {
    color: steelblue;
    padding: 5px 5px 5px 5px;
    border-right: 1px ridge lightblue;
    border-bottom: 1px ridge lightblue;
    font-size:small;
    vertical-align :top;
    text-align:right;
    font-family:Arial, Helvetica, sans-serif;
}
.tdItemRepeater_center {
    color: steelblue;
    padding: 5px 5px 5px 5px;
    border-right: 1px ridge lightblue;
    border-bottom: 1px ridge lightblue;
    font-size:small;
    vertical-align :top;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
}
 .tdItemRepeater_Link {
    color: steelblue;
    padding: 10px 10px 0px 10px;
    border-right: 1px ridge lightblue;
    border-bottom: 1px ridge lightblue;
    font-size:small;
    vertical-align :top;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer ;
    text-decoration :underline ;
}
  .tdRepeater_left {
    background-color: #EDF3FF;
    border-bottom: 1px ridge lightblue;
    color:#403e3e;
    height: 30px;
    text-align: left ;
    padding: 5px 5px 5px 5px;
    font-size:small;
    font-family:Arial, Helvetica, sans-serif;
    white-space :nowrap;
}
 .tdRepeater_right {
    background-color: #EDF3FF;
    border-bottom: 1px ridge lightblue;
    color:#403e3e;
    height: 30px;
    text-align: right ;
    padding: 5px 5px 5px 5px;
    font-size:small;
    font-family:Arial, Helvetica, sans-serif;
    white-space :nowrap;
}
  .tdRepeater_center {
    background-color: #EDF3FF;
    border-bottom: 1px ridge lightblue;
    color:#403e3e;
    height: 30px;
    text-align: center  ;
    padding: 5px 5px 5px 5px;
    font-size:small;
    font-family:Arial, Helvetica, sans-serif;
    white-space :nowrap;
}
.tdRepeater {
    background-color: #EDF3FF;
    border-bottom: 1px ridge lightblue;
    color:#403e3e;
    height: 30px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    font-size:small;
    font-family:Arial, Helvetica, sans-serif;
    white-space :nowrap;
}
 .tdWrapRepeater {
    background-color: #EDF3FF;
    border-bottom: 1px ridge lightblue;
    color: dimgray;
    height: 30px;
    text-align: center;
    padding: 5px 20px 0px 5px;
    font-size:small;
    font-family:Arial, Helvetica, sans-serif;
    white-space:pre-wrap;
}
 #tritem:hover {
    background-color: lightgoldenrodyellow;
    color: darkgoldenrod;
    cursor: pointer;
}
.highlight {
    background-color:red;
    color:#000000;
    font-weight:bold;
}
.LinkButtonStyle {
    text-align: center;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    color: dimgray;
}
 .hr_searchengine {
    border-style: solid; border-width: thin; width: 30px; margin: 1px; height: 3px; border-color: darkgoldenrod;
}
#myd {
   
}
 .BackgroundSearchEngine {
        /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(SteelBlue), to(lightblue));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, lightblue, SteelBlue);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, lightblue, SteelBlue);
    /* IE 10 */
    background: -ms-linear-gradient(top, lightblue, SteelBlue);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, lightblue, SteelBlue);
    border-top: 1px solid lightblue;
    border-left: 1px solid lightblue;
    border-right: 1px solid lightblue;
  
}
 .SearchEngineTitle {
    text-align :center;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: yellow;
    text-shadow: 3px 3px 3px black;
    font-size: 15px;
    vertical-align:middle ;
}
 .SearchFields {
    font-size: small; 
    font-family: Arial, Helvetica, sans-serif;
}
#navmenu {
    height: 63px; 
    margin-left:0%;
    margin-right:0%; 
    width: 100%; 
    top: 95px; 
    margin-bottom:10px;
    border-bottom: 1px solid lightgreen;
    background-color: lightcyan
}
#mydvbutton {
    background-color: lightcyan; 
    text-align: left
}
.Menu-Icons {
    vertical-align: middle;
    text-align: center;
    padding-left  :10px;
    padding-right :10px;
    padding-top:1px;
    color: #346ade;
    font-weight: 200;
    margin-top: 2px;
    font-family:Arial, Helvetica, sans-serif;
    display:inline-block ;
}
.Menu-Icons:hover {
    background-color: lightskyblue;
    box-shadow: 5px 5px 2px grey;
}
.Menu-Icons-Description {
    vertical-align: middle;
    text-align: center;
    color: #346ade;
    font-family:Arial, Helvetica, sans-serif;
    font-size:x-small;
}
.LabelStyle {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-style:italic  
}
.LabelDataStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.ReadOnlyTextbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: 1px solid dimgray;
    height: 16px;
    padding: 2px;
    cursor :not-allowed ;
}
.divWaiting {
   
    position: absolute;
    background: rgba(192, 192, 192, 0.3);
    z-index: 2147483647 !important;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
iframe {
    border: none;
}
.ShadowBox:hover {
    background-color: lightskyblue;
    box-shadow: 5px 5px 2px grey;
}
.ShadowBox {

}
.TextStyle1 {
    border-radius:10px 10px;
    padding:10px 10px 10px 10px;
    border:1px solid gray;
    width:90%;
    text-align :center;
    font-size:medium;
    background-color:lightgoldenrodyellow 
}
.NumericInput {
    vertical-align: top;
    text-align:right ;
    padding: 2px;
    font-family: arial;
    font-size: small;
    height: 16px;
    border-width:1px;
    overflow :auto ;
}
.txtInput {
    vertical-align: top;
    padding: 2px;
    font-family: arial;
    font-size: small;
    height: 16px;
    border-width:1px;
    overflow :auto ;
}
.txtHiddenInput {
    height: 0px;
    width:0px;
    border-style:none;
}
.LabelInput {
    vertical-align: top;
    padding: 2px;
    font-family: arial;
    font-size: small;
    height: 16px;
    border-width:1px;
    border-color:dimgray;
    overflow :auto ;
    border-style:ridge;
    background-color:white;
}
.ReadOnlyAmount {
    vertical-align: top;
    padding: 2px;
    font-family: arial;
    font-size: small;
    background-color:transparent;
    border:0px none transparent;
    height: 16px;
    border-width:1px;
    overflow :auto ;
}
.AmtInput {
    vertical-align: top;
    padding: 2px;
    font-family: arial;
    font-size: small;
    height: 16px;
    border-width:1px;
    overflow :auto ;
    text-align:right;

}
.txtMultipleLine {
    vertical-align: top;
    padding: 2px;
    font-family:Calibri;
    font-size: small;
    height: 16px;
    border-width:1px;
    overflow :auto ;
}
.SearchEngine {
    border: 1px solid gray;
    background-color: white;
    display: inline-block;
    vertical-align: top;
}
.nice-input
{
    border:1px solid #CCCCCC;
    height:20px;
    background-color :red ;
    font-family:Arial, Helvetica, sans-serif;
    font-size:small ;
    border :none ;
    padding-left :30px;
}
.floating-Container {
            border :1px solid lightgrey;
            padding:2px 2px 2px 2px;
        }
.floating-img {
            display: inline-block;
            margin-right : 5px;
            height:15px; 
        }

.floating-box {
            display: inline-block;
            margin-right : 5px;
            height:20px; 
            border :none ;
            width:90%; 
        }
.nice-button
{

    height:15px;
    left:1%;
    z-index:10;
    position:relative; 
}
.Paging {
    border: white; 
    text-align: center;
    padding-bottom: 8px; 
    padding-top: 5px; 
    background-color:white; 
    bottom: 0px; 
    width: 99%; 
    padding-right: 7px; 
    z-index: 1002
}
.Paging_right {
    border: white; 
    text-align:right ;
    padding-bottom: 8px; 
    padding-top: 5px; 
    background-color:white; 
    bottom: 0px; 
    width: 99%; 
    padding-right: 7px; 
    z-index: 1002
}
#Container_Status_Info {
    text-align :right;
    padding-right:20px;
    color :steelblue
}
.hr_Style {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#maindv {
    height :369px;
    display:block; 
    margin-left: 530px;
    margin-right :20px;
    background-image: url('../Images/AFPPS_bg.png');
    background-repeat: no-repeat;
    background-position: center;
}
#dvbasicinfo {
    background-color: #EDF3FF;
    box-shadow: 0 0 10px #888888;
    border-width: thin;
    font-family: Arial;
    font-size: small;
    margin-bottom :5px;
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
}
#tdUnit {
    width: 80%; text-align :left;height:15px
}
#tdupr {
    width: 80%; text-align :left;height:15px
}
#tdproc {
    width: 80%; text-align :left;height:15px
}
#tdabc {
    width: 80%; text-align :left;height:15px
}
#tdafpps {
    width: 80%; text-align :left;height:15px
}
#dvtabcontainer {
    margin-top: 5px;
    border-radius: 5px; 
    background-color: #EDF3FF; 
    box-shadow: 5px 5px 5px grey; 
    border-width: thin; 
    font-family: Arial; 
    font-size: small;
}
img {
    border-style: none;
}
a {
    text-decoration: none;
    font-size: x-small;
}

    a:hover {
        color: steelblue;
    }
.imgButtons {
    height: 80px;
    width: 80px;
}

.imgButtons:hover {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: rotateInNewspaper .5s both ease-out;
        animation: rotateInNewspaper .5s both ease-out;
}
.icon {
    display: inline-block;
    height: 140px;
    position: relative;
    float: left;
    text-align: center;
    word-wrap: break-word;
    margin-top: 10px;
    width: 150px;
}
p {
    color: steelblue;
    font-size: small;
    font-family:Arial, Helvetica, sans-serif;
}
#tdlblUsername{
    text-align: right;
    vertical-align: middle;
    width: 40%;
    padding-top: 30px;
}
#tdlblPassword {
    vertical-align: middle; 
    padding-top: 20px; 
    width: 60%
}
#tdtxtPassword {
    vertical-align: middle; 
    padding-top: 10px; 
    width: 60%
}
#tdlblProfile {
    vertical-align: middle; 
    padding-top: 10px; 
    width: 40%; 
    text-align: right
}
#tdcmbAppProfile {
    vertical-align: middle; 
    padding-top: 10px; 
    width: 60%
}
        /*Header Top Left*/
        .thtopleft_center {
            border-left: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:bold ;
            font-size:small;
            text-align:center;
        }
        .thtopleft_left {
            border-left: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:bold ;
            font-size:small;
            text-align:left;
            padding-left:5px 
        }
        .thtopleft_right {
            border-left: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:bold ;
            font-size:small;
            text-align:right;
            padding-right:5px 
        }
        /*Header Top Right*/
        .thtopright_center {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:center;
        }
        .thtopright_left {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:left;
            padding-left:5px 
        }
        .thtopright_right {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:right;
            padding-right:5px;
        }
         /*Details Top Left*/
         .tdtopleft_center {
            border-left: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:normal ;
            font-size:small;
            text-align :center;
        }
        .tdtopleft_left {
            border-left: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:normal ;
            font-size:small;
            text-align :left;
            padding-left:5px 
        }
        .tdtopleft_right {
            border-left: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:normal ;
            font-size:small;
            text-align :right;
            padding-right:5px 
        }
         /*Details Top Right*/
         .tdtopright_center {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:normal;
            font-size:small;
            text-align :center;
        }
        .tdtopright_left {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:normal;
            font-size:small;
            text-align :left;
            padding-left:5px 
        }
         .tdtopright_right {
            border-left: 1px solid #000000;
            border-right: 1px solid #000000;
            border-top: 1px solid #000000;
            font-family:Arial;
            font-weight:normal;
            font-size:small;
            text-align :right;
            padding-right:5px 
        }

         /*Footer Left*/
        .tfbottom_left_center {
            border-top: 1px solid #000000;
            border-left: 1px solid #000000;
            border-bottom: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:center ;
        }
        .tfbottom_left_left {
            border-top: 1px solid #000000;
            border-left: 1px solid #000000;
            border-bottom: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:left ;
            padding-left:5px 
        }
        .tfbottom_left_right {
            border-top: 1px solid #000000;
            border-left: 1px solid #000000;
            border-bottom: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:right ;
            padding-right:5px 
        }

        /*Footer Right*/
        .tfbottom_right_left {
            border: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:left; 
            padding-left:5px 
        }
         .tfbottom_right_right {
            border: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:right; 
            padding-right:5px 
        }
         .tfbottom_right_center {
            border: 1px solid #000000;
            font-family:Arial;
            font-weight:bold;
            font-size:small;
            text-align:center; 
        }