﻿/* DEFAULTS
----------------------------------------------------------*/
 

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #FCFAFF;
}

form {
    height: 100%;
    width: 100%;
    position: relative;
    margin:0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    COLOR: #003366;
}

H1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.58em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.33em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    width: 266px;
}

.tbInfo
{
    float: right;
    text-align: right;
    font-size: 10pt;
    color: #000;   
}

    .tbInfo a:link, .tbInfo a:visited {
        text-decoration: none;
        color: #000;
    }

.header {
     
    position: relative;
    float:left; 
    width:100%;
    height:90px;
    background: url('../images/banner.png') 0 0 repeat; 
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/banner.png', sizingMethod='scale');
}


.headerbar
{
    position: relative;
    float:left; 
    width:100%;
    height:8px;
    background: url('../images/header_bar.jpg') 0 0 repeat; 
    padding:0px; margin:0px;
}


.body 
{
    position: relative;
    float:left; 
    width:100%;
    height:85%;
    /*
height: 90%;
    margin: 0 auto -25px;
*/
}

.footer 
{
    position: relative;
    float:left; 
    width:100%; 
    background-color:#155d97;
    color:#FFFFFF;
    font-size:12px; 
    padding:5px 0px;
}

.footContent {
    background-color: #0c3b86;
    color: #fff; 
    width: 100%; 
    text-align: center;
    vertical-align: middle;
}


.lnkStatusText, .lnkStatusText:link, .lnkStatusText:visited {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 125px;
    height: 30px;
    border: 2px solid #000;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 14px;
}

.lnkStatusText170, .lnkStatusText170:link, .lnkStatusText170:visited {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 30px;
    border: 2px solid #000;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 14px;
}

.lnkModule, .lnkModule:link, .lnkModule:visited {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 18%;
    height: 20%;
    border: 2px solid #000;
    padding: 50px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 14px;
    margin: 50px;
    float: left;
    background-color: #e8f0c4;
    border-radius: 6em;
}

.tblspecial
{
         background-color: #d4dade;
}
#btnAll {
    background-color: #fff;
    color: #000;
}

#btnCall {
    background-color: #e6140a;
    color: #fff;
}

#lkbAcknowledge {
    background-color: #ffff00;
    color: #000;
}

#btnClean {
    background-color: #006600;
    color: #fff;
}

#linkWrapper {
    height: auto;
    width: 100%;
    float: left;
}

.moduleWrapper {
    height: calc(100% - 125px);
    width: calc(100% - 100px);
    padding: 50px;
    text-align: center;
    vertical-align: middle;
    overflow-y: auto;
}

#pnlModules {
    
}

#bedStatusWrapper {
    height: calc(100% - 75px);
    width: 100%;
    float: left;
    top: 0;
    bottom: 40px;
}

#searchWrapper {
    float: left;
    width: 100%;
    height: 48px;
    border-top: 2px solid #4e2929;
    display: table;
}

    #searchWrapper table {
        display: table-cell;
        vertical-align: middle;
    }

/*
#gvBedStatus tbody tr th {
    position: relative;
}

#gvBedStatus tbody {
}

.gvheader {
    
}
*/

#UpdatePanel1 {
    height: 100%;
    width: 100%;
    margin: 0 auto -25px;
}

#updatePnlStatus {
    height: calc(100% - 50px);
    width: 100%;
    margin: 0 auto -25px;
}

#pnlBedStatus {
    height: 100%;
    width: 100%;
}

.clear {
    clear: both;
}

#tableHeight {
    height: 100%;
}

select, option, input, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    margin-right: 0px;
    margin-bottom: 0px;
}

.DashWrapper 
{  
    width: 100%;
}

#pnlDashboard {
    height: calc(100% - 75px);
    width: calc(100% - 50px);
}

/*
.gvBedStatus {
    color: #fff;
    border: #fff;

    width: 100%;
}

.gvBedStatusHead {
    border: 5px solid #fff;
    height: 30px; 
    color: #fff;
    font-weight: bold;
    background-color: #236386;
    font-size: 30px;
}
*/

.pagerStyle, .pagerStyle td {
    text-align: center;
    text-decoration: none;
    height:30px;
}

    .pagerStyle a {
    }

.border0 {
    border: 25px solid #78b8d4;
}

.border2 {
    /*border: 22px solid #9D0000;002E63*/
    border: 2px solid #CB010A;
}

.border1 {
    /*border: 22px solid #9D0000;002E63*/
    border: 25px solid #FF1A00;
}

.border_task1 {
    /*border: 22px solid #9D0000;002E63*/
    border: 3px solid #8C1717;
}

.border_task0 {
    /*border: 22px solid #004284;*/
    border: 3px solid #26466D;
}

#pnlTaskStatus {
    height: calc(100% - 51px);
    width: calc(100% - 6px);
}

.gvTaskStatus {
   
    width: 100%;
}

.gvTaskStatusHead 
{
    font-family:Arial;
    background-color: #292929;
    color: White;
    font-weight: bold;
    height: 30px;
    Width: 100%;
    font-size: 35px;
    border: Solid 5px White;
}

.RowStyle {
    background-color: white;
    color: black;
    font-size: 30px;
    border: None;
}

.GroupHeaderRowStyle {
    background-color: #8C1717;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    height: 25px;
}

.GroupalternAteHeaderRowStyle {
    background-color: #002859;
    text-align: left;
    font-weight: bold;
    color: #fff;
    height: 25px;
    font-size: 30px;
}

.AlternatingRowStyle {
    background-color: white;
    font-size: 30px;
    color: #000;
}

#lblPage {
    font-weight: bold;
    font-size: large;
    height: 20px;
    width: 100%;
}

.fullWidth {
    width: 100%;
}

.width80 {
    width: 80%;
}

.width60 {
    width: 60%;
}

.width40 {
    width: 40%;
}

.width20 {
    width: 20%;
}

.loginHeader {
    background-color: #759E5C;
}

.loginWrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.loginContent {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#tbWrapper {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#tbLogin {
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
    border: 2px solid #373434;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    border-radius: 1em;
    padding: 5px 5px;
}

#tbLogin td {
    padding: 5px 10px;
}

#lblPlsLogin {
    font-size: 13pt;
    /*-webkit-text-shadow: rgba(0, 0, 0, 0.7) 0 0 40px;
    text-shadow: rgba(0, 0, 0, 0.7) 0 0 40px;*/
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}


/*a, a:link, a:visited
{
     font-family: Arial;
    font-size: 14px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    height: 16px;
}
a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
a:active
{
    color: #4F4F4F;
    cursor: pointer;
}*/



.calenderStyle {
}


/* PANEL LAYOUT
----------------------------------------------------------*/
.roundedPanel {
    border-color: #dec38b; /* background: #F0F0F0;*/
    background: #FFFFFF;
}

.aspNetDisabled {
    color: #9E9E9E;
}

/*TASK PAGE */
.scroll table {
    font-family: Arial;
    font-size: 12px;
    background: #fff;
    border: solid 1px #FFFFFF;
}

.scroll td {
    font-family: Arial;
    font-size: 12px;
    padding: 2px 3px 2px 3px; /* color: #000000;*/
}

.scroll th, .scroll th a:link {
    font-weight: bold;
    color: #01222B;
    padding: 2px 3px 2px 3px;
    background: #ad9c93;
}



.btnlayout {
    /*font-family: Arial, Helvetica, sans-serif;     font-size: 11px;     font-weight: normal;     color: #0A2B2E;     background-color: #BBBBBB;     border: 1px solid #6B6965;     font-weight: bold;     cursor: hand;     padding: 1 1 1 1;*/
    color: White;
    font-size: 12px;
    font-weight: bolder;
    background-color: #064d85;
    cursor: pointer;
    border: 2px solid white;
    width: 170px;
    /* margin-top: 13px;*/
}

    .btnlayout:hover {
        -webkit-box-shadow: 0 1px 4px rgba(255, 242, 0, 0.50), 0 0 40px rgba(255, 242, 0, 0.50) inset;
        box-shadow: 0 1px 4px rgba(255, 242, 0, 0.50), 0 0 40px rgba(255, 242, 0, 0.50) inset;
        background-color: #bb483b;
    }

.btnlayout:disabled
{
    background-color: #999999;
}

.btnspecial {
    height: 30px;
    width: 90px;
    border: 3px solid #c8d5a5;
    -webkit-box-shadow: #B4B5B5 3px 3px 3px;
    -moz-box-shadow: #B4B5B5 3px 3px 3px;
    box-shadow: #B4B5B5 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: verdana, sans-serif;
    text-decoration: none;
    display: inline-block;
    -webkit-text-shadow: 2px 2px 0 rgba(168,168,168,0.3);
    text-shadow: 2px 2px 0 rgba(168,168,168,0.3);
    font-weight: bold;
    color: #4F4F4F;
    background-color: #e1edc1;
    background-image: linear-gradient(to bottom, #edf7d0, #e1edc1);
}

.big {
    height: 100px;
}
/* Dropdownlist Lay0ut
/* Dropdownlist Lay0ut*/
.ddllayout {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}


#popTable {
    font-family: Arial;
}

.winHeader {
    background-color: #748889;
}

#popTable td {
    background-color: #F1F1F1;
}

.lblClass {
    font-family: Arial;
    color: black;
    font-size: 13px;
    cursor: pointer;
    font-weight: bolder;
}


/*Setup Menu*/
.setupdiv {
    width: 100%;
}

.menu {
    margin: 0 auto;
    padding: 0;
    height: 30px;
    width: 100%;
    display: block;
    background: url('../Images/topMenuImages.png') repeat-x;
}

.menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.menu li a {
    float: left;
    padding-left: 15px;
    display: block;
    color: rgb(0,0,0);
    text-decoration: none;
    width: 100px;
    font: 15px Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: url('../Images/topMenuImages.png') 0px -30px no-repeat;
}

.menu li a span {
    line-height: 30px;
    float: left;
    display: block;
    padding-right: 15px;
    background: url('../Images/topMenuImages.png') 100% -30px no-repeat;
}

.menu li a:hover {
    background-position: 0px -60px;
    color: rgb(0,0,0);
}

.menu li a:hover span {
    background-position: 100% -60px;
}

.menu li a.active, .menu li a.active:hover {
    line-height: 30px;
    font: 15px Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: url('../Images/topMenuImages.png') 0px -90px no-repeat;
    color: rgb(0,0,0);
}

.menu li a.active span, .menu li a.active:hover span {
    background: url('../Images/topMenuImages.png') 100% -90px no-repeat;
}



/*setup layout*/
.loading {
    border: solid; 
    background-color: white; 
    position: absolute; 
    top: 220px;
    left: 500px; 
    width: 240px; 
    height: 60px; 
    padding-left: 5px; 
    padding-top: 5px;
    padding-right: 5px; 
    z-index: 1; 
    border-color: #F5F5F5; 
    border-width: 5px;
    text-align: center;
}

.editInfo {
    background-color: #e7f5e6;
    height: 155px;
}

.listInfo {
    height: calc(100% - 215px);
    margin: 0 auto -25px;
}

#pnlList {
    height: 100%;
}

.gvSetupList {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3px;
}

.gvSetupList a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.AlternatingRowStyle {
    background-color: #d8e4ed;
}

.SetupHeader {
    background-color: #A1BFE9;
    border: 1px solid #B5B4AB;
    color: #000;
    /*font-weight: bold;*/
}

.errLblMsg {
    color: red;
    font-size: 10pt;
}

#wrapfour {
    position: relative;
    width: 100%;
    height: 100%;
}

#leftList {
    width: calc(30% - 10px);
    padding: 5px;
    height: 100%;
    float: left;
}

#middleLeft {
    width: calc(30% - 10px);
    padding: 5px;    vertical-align: middle;
    height: 100%;
    float: left;
}

#middleRight {
    width: 10%;
    height: 100%;
    float: left;
    display: table;
}

#middleRightInner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#rightList {
    width: calc(30% - 10px);
    padding: 5px;    
    height: 100%;
    float: left;
}

#lstUser {
    height: 90%;
    width: calc(100% - 10px);
    margin-right: 10px;
}

#lstAvlbLoc {
    height: 90%;
    width: 100%;
}

#lstAsgndLoc {
    height: 90%;
    width: 100%;
}

.btnLeftRight {
    width: calc(100% - 20px);
    display: inline-block;
    padding: 10px;
    margin: 5px;
}

.lblGrpTitle {
    width: 100%;
    text-align: center;
    font-size:large;
}

/*setup Grid*/
#pnlSteup {
    height: calc(100% - 51px);
    width: calc(100% - 6px);
}

.gvSetup {
   
    width: 100%;
}

.gvSetupHead 
{
    font-family:Arial;
    background-color: #292929;
    color: White;
    font-weight: bold;
    height: 14px;
    Width: 100%;
    font-size: 25px;
    /*border: Solid 5px White;*/
}

.gvSetupRowStyle 
{
    font-family:Arial;
    background-color: white;
    color: black;
    font-size: 15px;
    border: None;
}

.gvSetupGroupRowStyle {
    background-color: #8C1717;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    height: 25px;
}

.gvSetupGroupalternAteRowStyle {
    background-color: #002859;
    text-align: left;
    font-weight: bold;
    color: #fff;
    height: 12px;
    font-size: 30px;
}

.gvSetupAlternatingRowStyle {
    background-color: white;
   font-size: 15px;
    color: #000;
}


.btnStyle
{
	color:White;
	font-size:12px;
	font-weight:bolder;
	background-color:#155d97;
    color:#ffffff; 
	padding:4px 15px;
}

.btnStyleSmall
{
	color:White;
	font-size:12px;
	font-weight:bolder;
	background-color:#155d97;
    color:#ffffff; 
	padding:2px 10px;
}

.gvstyle {
    width:100%;
    Font-Size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border:none;
}

.gvstyle-header
{ 
    background-color:#155d97; 
    font-weight: bold;
    color: #ffffff; 
}

.gvstyle-header-task
{ 
    background-color:#155d97; 
    font-weight: bold;
    color: #ffffff; 
}

.gvstyle-header th
{
     
    padding: 4px 4px;
    text-align:center;
    border:none;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff; 
}

.gvstyle-header-task th
{
     
    padding: 4px 3px;
    text-align:center;
    border:none;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff; 
}

.gvstyle-footer
{  
    background-color:#155d97; 
    color: #ffffff;
    text-align:right;
}

.gvstyle-row
{
    color:#000000;
    /*background: #dedede; */
    background:#dedede; 
    
    /* border-bottom: solid 1px #AAA9A0; */
    
}

.gvstyle-row-alt
{
    color:#000000;
    /*background: #ffffff;*/
    background:#ffffff; 
    
    /* border-bottom: solid 1px #AAA9A0; */
}

.gvstyle-row td, .gvstyle-row-alt td
{
     
    /* padding: 1px 2px; */
    padding: 4px 4px;
    margin:0;
    border:none;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.gvstyle-row-selected{ background-color:#dde7f0;  }

.gvstyle-row-selected td{ padding: 4px 4px;  border:none;  border-right: solid 1px #ffffff; border-bottom: solid 1px #ffffff; }

 .rdStyle label
{
    position: relative; 
    top: -3px;  
    padding-left:3px;
    padding-right:10px;
}

.rdStyle td
{ 
    padding:0px;
    margin:0px;
}

.cbListStyle tr{
    vertical-align:top; 
}
.cbListStyle td{
    padding-right: 30px;   
    font-size:12px;
}

.cbListStyle label 
{
    position: relative; 
    top: -3px;  
    padding-left: 5px;   
}

.cbStyle label{ 
    position: relative; 
    top: -3px;  
    padding-left: 5px; 
}
  
.lblHeading
{
    font-size:16px;
    font-weight:bold;
    }
    
 table
 {
     font-size:12px;
     }


/* Dashboard CSS */

#dashboard-wrapper
{ 
    /*border:1px solid;*/
    margin: 0 0px;
}

#dashboard-wrapper .dashboard-panel
{
    padding-top:10px;
    /* width: 19.5%;
    width:calc(98% / 5); */
    width: 24.5%;
    width:calc(99% / 4);
    display:inline-block;
    float:left;
    text-align:center; 
    position:relative; 
}

.dashboard-panel table
{
    margin:0 auto; 
    }
    
.dashboard-box
{
     
    text-align:center;
}

.dashboard-content{
    Height:82%;  
    /*border:1px solid;*/
}

.dashboard-box .dashboard-box-unassign, .dashboard-box .dashboard-box-assign, .dashboard-box .dashboard-box-cleaning
{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    margin: 0 10px 20px 10px;
    width:130px; 
    position:relative;
    float:left;
}

.dashboard-box .dashboard-box-unassign
{
    /*border:5px solid #baa288;*/
    border:5px solid #c47e4d;
    background-color:#c47e4d;
}


.dashboard-box .dashboard-box-assign
{
    /*border:5px solid #89c1d0;*/
    /*
    border:5px solid #18a2d1;
    background-color:#18a2d1;
    */
    border:5px solid #48ceff;
    background-color:#48ceff;
    

}

.dashboard-box .dashboard-box-cleaning
{
    /*border:5px solid #f1e577;*/
    border:5px solid #ffd202;
    background-color:#ffd202;
}
    
.dashboard-box .tableStyle 
{
    text-align:center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px; 
    
}

.dashboard-box-unassign .tableStyle {background-color:#c47e4d;}
.dashboard-box-assign .tableStyle {/*background-color:#18a2d1;*/background-color:#48ceff;}
.dashboard-box-cleaning .tableStyle {background-color:#ffd202;}

.dashboard-box .row1 { /*height:40px;*/ font-size:34px; /*color:#ffffff;*/ font-weight:bold;  }
.dashboard-box .row2 { /*height:60px;*/ font-size:30px; /*background-color:#ffffff;*/ font-weight:bold;   }
.dashboard-box .row3 { /*height:25px;*/ font-size:12px;  /*color:#ffffff;*/ font-weight:bold; display:none;   }

.dashboard-box .row1 td { padding:5px 0px; border-bottom:2px solid #ffffff; }
.dashboard-box .row2 td { padding:10px 0px;  }
 

.dashboard-box-cleaning .row1 {  color:#000000; }
.dashboard-box-cleaning .row3 {  color:#000000; }
 
.divider-vertical
{
    float:left;
    height:100%;
    width:1px;
    border:1px solid #4b6b9c;    
    background-color: #4b6b9c; 
}

.dashboard-title
{
    margin:0px auto 20px;
    color:#123c84;
    padding:0 0px;
    font-size:30px;
}
    
.dashboard-box-duration
{
    position:absolute;
    bottom:-8px;
    left:-10px;
    width:50px;
    height:50px;
    background:url('../images/icon_clock.png');
    color:#808080;
}
    
.dashboard-box-duration span
{
    font-size:24px;
    color:#808080;
    font-weight:bold;
}
 
.dashboard-box-problem
{
    position:absolute;
    bottom:-8px;
    right:-10px;
    width:45px;
    height:45px;
    background:url('../images/icon_problem.png');
    }
    
.dashboard-box-nursecall
{
    position:absolute;
    top:-8px;
    right:-10px;
    width:30px;
    height:30px;
    background:url('../images/icon_nursecall.png');
    }
    
.dashboard-pager { color:#123c84; font-size:20px; position:absolute;  bottom:-20px; left:45%; } 

#dashboard-legend
{
    position:absolute; bottom:0px; left:0px; width:100%; height:auto; text-align:center; background-color:#dfdfdf; padding:5px 0px; 
    
}

#dashboard-legend table{ margin:0 auto; font-weight:bold; padding:0px;}
#dashboard-legend tr{ vertical-align:middle;}
#dashboard-legend td{  padding:0px 20px;}
    
#dashboard-legend ul{ list-style: none ; margin: 0px; padding: 4px 0px; text-align: center; position:relative; float:left;  }

#dashboard-legend li{ margin: 0px 10px; padding: 0; display:inline-block; float:left; vertical-align:middle;   }

#dashboard-legend li img{ width:20px; height:20px;  float:left;  margin: 0 10px 0 0; padding: 0;  }
#dashboard-legend li span{  float:left; margin-top:2px;    }

/* Dashboard CSS END */

.MasterSpan
{
     vertical-align: text-top; color: #ffffff; font-family: Arial;text-align: right; 
}
.HiddenField
{
    display:none;
}

.FontSize8
{
    font-size: 8pt;
}

.FontSize10
{
    font-size: 10pt;
}

.FontSize12
{
    font-size: 12pt;
}
.FontSize14
{
    font-size: 14pt;
}


.FontSize15
{
    font-size: 15pt;
}

.FontBold
{
    font-weight:bold;
}
.FontNormal
{
    font-weight:normal;
}

.PaddingLeft3{Padding-Left:3px;}