﻿/* DEFAULTS
----------------------------------------------------------*/

.mainbody
{
   /* background: url("../images/bg.png") repeat-y scroll top #CDC9C8;*/
    font-size: .80em; /* font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    font-family: Calibri;
    margin: 0px;
    padding: 0px;
    color: black;
}
.popUpBody
{
    background-color: White;
    font-size: .80em; /* font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    font-family: Calibri;
    margin: 0px;
    padding: 0px;
    color: black;
}
.dsTitle {
font-size: 12px;
font-family: Calibri;
font-weight: bold;
color: white;
}
.trexp
{
    background-color: #7F7F7F;
}
 
.box h3
{
    
    font-size: 1.5em;
    color: #333333;
    text-transform:  none;
    font-weight: 200;
    margin-bottom: 10px;
    margin-left:0px;
}
.replybox h3
{
    
    font-size: 1.5em;
    color: #333333;
    text-transform:  none;
    font-weight: 200;
    margin-bottom: 10px;
    margin-left:0px;
}
.unreadMessage
{
    font-weight:bold;
  
}
.readMessage
{
    font-weight:normal;
   
}
input[readonly="readonly"]
{
    background-color: #D9EDFC;
}
a:link, a:visited
{
    color: #156286;
    text-decoration: none;
}
textarea {
   font-family: inherit;
   font-size: inherit;
    width: 250px;
    border: 1px solid #ccc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
   /* line-height: 1.6em;*/
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333333;
    text-transform:  none;
    font-weight: 200;
    margin-bottom: 10px;
    margin-left:10px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 10px;
    vertical-align:middle;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 2px auto 0px auto;
    border: 0px solid #AEAAA9;
    font-family:Calibri;
}

.header
{
    position: relative;
    margin-top: 0px;
    vertical-align: middle;
    padding: 0px;
    height:90px;
   /* background: url("../images/bg-nav.jpg") no-repeat scroll 0 0 #797776;*/
    background: url("../images/Logo.png") no-repeat scroll 0 0;
    color: Red;
    color: Red;
    width: 100%;
    border: 0px solid #496077;
      border-bottom:5px solid #797776;
}
.greycolor
{
    font-family:Calibri;
     color: #333333;
    padding:10px;
}
.greycolor tr td
{
    margin-right:3px;
}
.header h1
{
    font-size: 1.5em;
    color: #666666;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0px;
}
.message
{
    font-size: 1.5em;
    color: #666666;
    text-transform:inherit;
    font-weight: 200;
    margin-bottom: 0px;
}
.status
{
    font-size: 1.5em;
    color: Red;
    font-variant: small-caps;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0px;
}
.box
{
    border: 2px solid #E2E0DF;
    border-radius: 10px;
    width: 33%;
    vertical-align: top;
    padding-right: 10px;
}
.replybox
{
    border: 2px solid #E2E0DF;
    margin-left:20px;
    border-radius: 10px;
    background-color:#E6E4E5;
    width: 33%;
    vertical-align: top;
    padding-right: 10px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 450px;
    max-height:600px;
}
/*mms*/

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    width: 960px;
    padding: 8px 20px 10px 20px;
    margin: 10px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    display: block;
    height: 0px;
    width: 100%;
}

div.menu
{
    padding: 0px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    border: 1px #fff solid;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    display: block;
    width: 80px;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    border: 1px solid #ccc;
}
input.textEntry250
{
    width: 250px;
    border: 1px solid #ccc;
}
input.textEntry150
{
    width: 150px;
    border: 1px solid #ccc;
}
input.textEntry75
{
    width: 75px;
    border: 1px solid #ccc;
}
input.textEntry50
{
    width: 50px;
    border: 1px solid #ccc;
}
input.textEntry200
{
    border: 1px solid #464646;
    width: 300px;
    color: #333333;
    padding: 3px;
    padding-left: 10px;
    margin-right: 4px;
    margin-bottom: 0px;
}
input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 380px;
    margin:0 auto;
    
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    width:300px;
    height:80px;
    float: left;
    text-align: left;
   
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #4D4D4D;
    vertical-align:bottom;
}

.loginDisplay a:link
{
    color: #4D4D4D;
}

.loginDisplay a:visited
{
    color: #4D4D4D;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.Button.orange
{
    -moz-user-select: none;
    border: 1px solid #DCDCDC;
    border-radius: 4px 4px 4px 4px;
    color: #444444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    min-width: 100px;
    margin-right:10px;
    padding: 0 2px;
    text-align: center;
    transition: all 0.218s ease 0s;
    background-color: #4D4D4D;
    border: 1px solid transparent;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    cursor: pointer;
}
.tbl
{
    border: 0px solid #4D4F4E;
      font-family:Calibri;
}
.tbl1
{
    border: 0px solid #4D4F4E;
     font-family:Calibri;
    width: 100%;
}
.textboxnoline
{
    border: 0px solid #464646;
    width: 200px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}

.textbox100
{
    border: 1px solid #464646;
    width: 100px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox130
{
    border: 1px solid #464646;
    width: 300px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox300
{
    border: 1px solid #464646;
    width: 300px;
    color: #333333;
    padding: 3px;
    padding-left: 10px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox307
{
    border: 1px solid #464646;
    width: 307px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox
{
    border: 1px solid #464646;
    width: 200px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox200
{
    width: 200px;
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox150
{
    width: 150px;
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.commentbox
{
    border: 2px solid #F3F2F2;
    margin-left:20px;
    border-radius: 10px;
    background-color:#E9E9E9;
    height:100px;
    overflow:scroll;
    width: 33%;
    vertical-align: top;
    padding-right: 10px;
}
.comment
{
    margin-left:10px;text-align:left;margin-right:10px;
}
.textbox50
{
    width: 50px;
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.bold
{
    font-weight: bold;
}

.textbox80green
{
    width: 133px;
    border: 1px solid #464646;
    color: Green;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox30green
{
    width: 39px;
    border: 1px solid #464646;
    color: Green;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox50green
{
    width: 60px;
    border: 1px solid #464646;
    color: Green;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox80
{
    width: 80px;
    border: 1px solid #464646;
    color: Green;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}

.textboxData80
{
    width: 80px;
    border: 1px solid #464646;
    color: Black;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
table.tbl1 thead
{
    background: #E3EEFB;
    font-family:Calibri;
    color: #333333;
    width: 100%;
   font-size: 12px;
}
table.tbl1 tr td
{
    border-bottom: solid 1px #ccc;
    margin: 0;
    font-size: 12px;
     padding-left: 2px;
    font-family:Calibri; 
    white-space:nowrap;
    padding-right:2px;
}
table.tbl1 tr th
{
    border-bottom: solid 1px #E3EEFB;
      font-family:Calibri;
    background-color: #E6E4E5;
     padding-left: 2px;
     color: #333333; 
     white-space:nowrap;
    padding-right:2px;
}
table.tbl1 tbody
{
    width: 100%;
}
.bg
{
    background-color: #E6E4E5;
    color:#333333;
    font-weight: bold;
    font-family:Calibri;
    vertical-align:top;
}
#tabs
{
    padding: 0 0 0 0;
    margin: 0 50px 20px 0;
}
#tabs .ui-tabs-panel
{
    clear: both;
    border: 1px solid #c6c6c6;
}
#tabs .ui-tabs-hide
{
    display: none;
}
* html #tabs .ui-tabs-hide
{
    display: none;
}
#tabs .ui-widget-content
{
    padding: 0px 0 10px 5px;
}
*:first-child + html #tabs .ui-widget-content
{
    margin-top: -10px;
}
* html #tabs .ui-widget-content
{
    margin-top: -11px;
}

.ui-tabs .ui-tabs-nav li
{
    float: left;
    background: transparent url(../images/backgrounds/bg-tab-left.gif) no-repeat left 12px;
    height: 36px;
    padding: 12px 0 0 0;
}
.ui-tabs .ui-tabs-nav li a
{
    float: left;
    font: bold 12px/12px Arial, Helvetica, sans-serif;
    color: #707070;
    text-decoration: none;
    height: 18px;
    padding: 7px 30px 0;
    outline: none;
    position: relative;
}
.ui-tabs .ui-tabs-nav li.last-child a
{
    background: transparent url(../images/backgrounds/bg-tab-lastchild.gif) no-repeat right top;
}

.ui-tabs .ui-tabs-nav li.ui-state-active
{
    background: transparent url(../images/backgrounds/bg-tab-activeleft.gif) no-repeat left 6px;
    height: 31px;
    padding: 5px 0 0 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a
{
    color: #333333;

    padding: 11px 30px 0;
    height: 20px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
}
.ui-widget-content p
{
    color: #545454;
    font: normal 12px/15px Arial, Helvetica, sans-serif;
}
.ui-widget-content .list-programs li
{
    position: relative;
    padding: 10px 0 10px 25px;
    margin: 0 15px 0 0;
    border-bottom: 1px solid #dcdcdc;
    font-family:Calibri;
}
*:first-child + html .ui-widget-content .list-programs li
{
    padding-top: 0;
}
.ui-widget-content .list-programs li.last-child
{
    border: none;
    margin-bottom: 15px;
}
.ui-widget-content .list-programs li img
{
    position: absolute;
    left: 0;
    top: 13px;
}
*:first-child + html .ui-widget-content .list-programs li img
{
    top: 18px;
}
.ui-widget-content .list-programs li a
{
    text-decoration: underline;
    color: #0471be;
    font: normal 11px/15px Arial, Helvetica, sans-serif;
}
.ui-widget-content .list-programs li p
{
    color: #545454;
    font: normal 12px/15px Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}
.ui-widget-content .list-programs li h3
{
    color: #252525;
    font: bold 12px/15px Arial, Helvetica, sans-serif;
}
.readonly
{
    background-color: #D9EDFC;
}
.toprow
{
    border-top: 1px solid #4C4D4D;
}
.dark
{
    color: #4C4D4D;
}
.bold
{
    font-weight: bold;
}
#box
{
    width: 150px;
    height: 150px;
    background: #FFF;
    border: red dotted 5px;
    text-align: center;
    position: absolute;
    margin-left: -75px;
    margin-top: -75px;
    left: 50%;
    top: 50%;
    z-index: 20;
    display: none;
}

#screen
{
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.red
{
    color: #333333;
}
.topborder
{
    border-top: 1px solid black;
}
.alt
{
    background-color: #E6E4E5;
    width:100%;
}
.link
{
    font-size: 12px;
    color: #666666;
    font-variant: normal;
    text-align: right;
    text-transform: none;
    margin-bottom: 0px;
}
.textbox300
{
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox800
{
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
    width:700px;
    height:50px;
}
.textbox600
{
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
    width:600px;
    height:50px;
}
.textbox
{
    border: 1px solid #464646;
    width: 200px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox150
{
    width: 150px;
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox50
{
    width: 50px;
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.col1
{
    float: left;
    width: 85%;
}

.col3
{
     width: 15%;
    border-radius: .2em;
    border: 0px solid #cccccc;
    float: right;
}
.outerimage
{
    position: relative;
    float: left; /* optional */
    padding-right: 10px;
    border: 0px solid #ccc;
}
.image
{
    position: relative;
    float: left; /* optional */
    padding: 2px;
    padding-top:5px;
    margin-right: 2px;
    background-color: #4D4D4D;
    border: 0px solid #ccc;
    width: 55px;
    border-radius: 5px;
}
.image:hover
{
    background-color: #9D9998;
    border: 0px solid;
    border-radius: 5px;
}
.text
{
    font-family: Calibri;
    margin-top:-5px;
    color: White;
    font-size: 10px;
    text-align: center;
}
.tblwidth
{
    width: 80%;
    border: 1px solid #ccc;
    min-height: 450px;
}
darkClass
{
    background-color: white;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.errorlabel
{
    color:Red;
}
.hideextra { white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }.
#noti_Container {
    position:relative;     /* This is crucial for the absolutely positioned element */
    border:1px solid blue; /* This is just to show you where the container ends */
    width:16px;
    height:16px;
}
.noti_bubble {
    position:absolute;    /* This breaks the div from the normal HTML document. */
    top: -6px;
    right:10px;
    padding:5px 5px 5px 5px;
    background-color:red; /* you could use a background image if you'd like as well */
    color:white;
    font-weight:bold;
    text-align:center;
    font-size:12px;
    height:25px;
    width:25px;
    /* The following is CSS3, but isn't crucial for this technique to work. */
    /* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
    /* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
    border-radius:50%;
    box-shadow:1px 1px 1px gray;
}
#box{
   width:auto;
   height:auto;
}

#tab{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

#tab li span{
    display: block;
    padding: 0 5px;
    position: relative;
}

#links{
    width: 80px;
    padding: 10px;
    float: left;
    border-left: 1px solid #B4B8BB;
}

.show, .hide{
    /* we specify the transition length for hiding and showing */
            transition: margin-right .4s ease-in;
    -webkit-transition: margin-right .4s ease-in;
}

.hide{
    margin-right:0px;
}

.show{
    margin-right:95px;
    width:200px;
}

#arrow, .bt{
    cursor: pointer;
}

.bt{
    width: 77px;
    height: 40px;
    margin: -1px;
    text-align:center;
    border:1px solid #858fa6;
    font: bold 13px Helvetica,Arial,sans-serif;
    text-shadow:0px 0px 5px rgba(0, 0, 0, 0.75);
   
}
.full-page {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
    margin: 0 0 0 5px;
}

.tblPriority
{
    color: White;
    width: 100%;
    border: 2px solid #92278F;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tblPriority tr td
{
    text-align: center;
}
.priorityLabel
{
    font-family: Calibri;
    font-size: 16px;
    background-color: #92278F;
}
.prText
{
    width: 50px;
    border: 1px solid #92278F;
    cursor:pointer;
    border-radius: 5px;
    background-color: #92278F;
    text-align: center;
    color: #92278F;
    font-family: Calibri;
}
.ecmText
{
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #92278F;
    text-align: center;
    color: #8099D7;
    font-family: Calibri;
}
.roundText
{
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor:pointer;
    text-align: center;
    color: #92278F;
    font-family: Calibri;
    background-color: White;
}
.AgingLabel
{
    font-family: Calibri;
    font-size: 16px;
    background-color: #94AD31;
}
.tblAging
{
    color: White;
    width: 100%;
    border: 2px solid #94AD31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tblAging tr td
{
    text-align: center;
}
.AgingText
{
    width: 50px;
    border: 1px solid #94AD31;
    cursor:pointer;
    border-radius: 5px;
    background-color: #94AD31;
    text-align: center;
    color: #94AD31;
    font-family: Calibri;
}.ECMSPText
{
    width: 50px;
    border: 1px solid #8099D7;
    cursor:pointer;
    border-radius: 5px;
    background-color: #8099D7;
    text-align: center;
    color: #94AD31;
    font-family: Calibri;
}
.gvfooter
{
   /* background-color: rgb(204, 204, 204);*/
     border:None; 
}
.gvfooter tr , td
{
    padding:0px;
}
.gvfooter td
{
     border: 1px solid rgb(170, 170, 170); text-align:center;
    padding-right:5px;
}
.gvfooter a
{
     
padding: 2px 5px; 
margin: 0px 3px;
cursor: pointer;
color: rgb(51, 51, 51) !important; text-decoration: none !important;
}
.gvfooter td Span
{
    background-color: rgb(224, 224, 224);
   padding: 3px 8px;
margin-right: -5px;
margin-left: -2px;
margin-top: 0px;
}
.fancybox-overlay
        {
            position: absolute;
            top: 0px;
            left: 0px;
            overflow: hidden;
            display: none;
            z-index: 8010;
            background: none repeat scroll 0% 0% rgb(255, 255, 255);
        }
        .buttonBar
{
    background-color: #4D4D4F;
    padding: 5px 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-top: solid 1px #CCC;
    text-align: right;
}

.textbox3001
{
    border: 1px solid #C0C0C0;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
    width: 307px;
}
.textbox3071
{
    border: 1px solid #C0C0C0;
    width: 307px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}
.textbox1001
{
    border: 1px solid #C0C0C0;
    width: 100px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
}

iframe
{
   width: 100%;
  /* height:540px;*/
   overflow:hidden;
  
}
.PPM_Grid
{
    border: 0px solid #4D4F4E;
     font-family:Calibri;
    width: 700px;
}
table.PPM_Grid thead
{
    background: #E3EEFB;
    font-family:Calibri;
    color: #333333;
    width: 700px;
   font-size: 12px;
}
table.PPM_Grid tr td
{
    border-bottom: solid 1px #ccc;
    margin: 0;
    font-size: 12px;
     padding-left: 2px;
    font-family:Calibri; 
    white-space:nowrap;
    padding-right:2px;
}
table.PPM_Grid tr th
{
    border-bottom: solid 1px #E3EEFB;
      font-family:Calibri;
    background-color: #E6E4E5;
     padding-left: 2px;
     color: #333333; 
     white-space:nowrap;
    padding-right:2px;
}
table.PPM_Grid tbody
{
    width: 700px;
}



.tbl100
{
    border: 0px solid #4D4F4E;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
}


table.tbl100 thead
{
    background: #E3EEFB;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;
    width: 100%;
    font-size: 12px;
}
table.tbl100 tr td
{
    border-bottom: solid 1px #ccc;
    margin: 0;
    font-size: 12px;
    padding-left: 2px;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    white-space: nowrap;
    padding-right: 2px;
    padding-top: 3px;
}
table.tbl100 tr th
{
    border-bottom: solid 1px #E3EEFB;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    background-color: #E6E4E5;
    padding-left: 2px;
    color: #333333;
    white-space: nowrap;
    padding-right: 2px;
}
table.tbl100 tbody
{
    width: 100%;
}

.textStyle
{
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.StatusCap
{
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    font-size: 12px;
}

.StatusText
{
    color: #FFFFFF;
    background-color: #808080;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}

.SubHeadText
{
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ddd;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 1px;
    padding-top: 2px;
    width: 100%;
    padding-left: 5px;
}

.MessageNew
{
    font-size: 1.5em;
    color: #666666;
    text-transform: inherit;
    font-weight: 200;
    margin-bottom: 0px;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
}

.tbldesign
{
    border: 0px solid #4D4F4E;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
}

table.tbldesign tr td
{
    margin: 0;
    font-size: 12px;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    white-space: nowrap;
    padding-right: 2px;
    padding-bottom: 4px;
}

table.tbldesign tbody
{
    width: 100%;
}

.txtbox0200
{
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
    font-size: 12px;
    font-family: 'Myriad Pro' , Calibri, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
}

table.grv thead
{
    background: #E3EEFB;
    font-family: Calibri;
    color: #333333;
    width: 100%;
    font-size: 12px;
}
table.grv tr td
{
    border-bottom: solid 1px #ccc;
    margin: 0;
    font-size: 12px;
    padding-left: 2px;
    font-family: Calibri;
   white-space: nowrap;
    padding-right: 2px;
}
table.grv tr th
{
    border-bottom: solid 1px #E3EEFB;
    font-family: Calibri;
    background-color: #BAB4B7;
    padding-left: 2px;
    color: #156286;
    white-space: nowrap;
    padding-right: 2px;
}
table.grv tbody
{
    width: 100%;
}
.textbox2001
{
    width: 200px;
    border: 1px solid #464646;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 0px;
    font-family:Calibri;
    font-size:12px;
}