body{
   padding-bottom: 12px; 
   margin: 0px; 
   padding-left: 12px; 
   padding-right: 12px; 
   padding-top: 0px;
}
/*-----------------------------------------------*/
/* Containers - Blue */

.blue-panel {
    background-color: #DBE8F9;
    margin: 0 10px 0 10px;
}
.blue-panel-t, .blue-panel-b, .blue-panel-t div, .blue-panel-b div {
    background: url("/img/corp/rounded-sprite.gif") repeat scroll 0 0 transparent;
    margin: 0px;
    padding: 0px;
    height: 9px;
}
html>body .blue-panel-t, .blue-panel-b, .blue-panel-t div, .blue-panel-b div{
    height:9px;
    overflow:hidden;
}
.blue-panel-t {
    background-position: right -18px;
    background-repeat: repeat-x;
}
.blue-panel-t div {
    background-position: left top;
    background-repeat: no-repeat;
}
.blue-panel-t div div {
    background-position: right -9px;
    background-repeat: no-repeat;
}
.blue-panel-m {
    border-left: 1px solid #5382C1;
    border-right: 1px solid #5382C1;
}
.blue-panel-content {
    background-color: #FFFFFF;
    color: #505050;
    margin: 0 8px 0 8px;
    padding: 8px;
}
.blue-panel-b {
    background-position: left bottom;
    background-repeat: repeat-x;
}
.blue-panel-b div {
    background-position: left -27px;
    background-repeat: no-repeat;
}
.blue-panel-b div div {
    background-position: right -36px;
    background-repeat: no-repeat;
}
/*-----------------------------------------------*/

a.logo {
    float: left;
    padding: 7px 0 0 3px;
}
a.logo img {
    border: medium none;
}
.menuinactive {
    background: url("https://apps.vendio.com/images/bg/menuinactive.gif") repeat-x scroll 0 0 transparent;
    height: 15px;
    margin: 0;
    padding: 0;
}
div.menuinactiveR {
    background: url("https://apps.vendio.com/images/bg/menuinactiveR.gif") no-repeat scroll right center transparent;
    height: 15px;
    padding: 0 10px 0 0;
}
div.menuinactiveL {
    background: url("https://apps.vendio.com/images/bg/menuinactiveL.gif") no-repeat scroll left center transparent;
    height: 15px;
    padding: 0 0 0 10px;
}
.subheadNew{
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: #39629E;
    font-size: 1.3em !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    border-bottom: none;
    margin-left: 10px;
}
.green_header{
    color: #64B431;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8em;
    margin: 0 0 5px;
}
ul.faq {
    list-style: none outside none !important;
    margin-top: 5px;
    padding-left: 0px;
    margin-left: 0px;
}
.blue-panel-content ul{
    list-style: disc outside url("/img/corp/bullet.gif");
}
div.question {
    background: url("/img/corp/questions_answers.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 26px;
    padding-top: 5px;
}
div.answer {
    background: url("/img/corp/questions_answers.png") no-repeat scroll 0 -207px transparent;
    padding-bottom: 15px;
    padding-left: 26px;
    padding-top: 5px;
}
div.answer p{
    padding: 0;
    margin: 0;
}
.answer_text{
    padding-top: 7px;
}
p.back_to_the_top {
    text-align: right;
    padding-right: 20px;
    margin: 0;
}
hr{
    color:#8585AD;
    height:80%;
}
.taskModeFooter {
    bottom: 0;
    height: 25px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 8000;
}
.taskModeButtons {
    background: transparent url("https://apps.vendio.com/images/bg/taskMode.gif") repeat-x  0 0;
    clear: both;
    height: 25px;
    line-height: 20px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    padding: 0 auto;
    padding-top: 1px;
}
.tmfLeft {
    position: absolute;
    top: 0;
    left: 15px;
    width: 15px;
    height: 25px;
    background: transparent url("https://apps.vendio.com/images/bg/tmfLeft.gif") no-repeat 0 0;
}
.tmfRight {
    position: absolute;
    top: 0;
    right: 15px;
    width: 15px;
    height: 25px;
    background: transparent url("https://apps.vendio.com/images/bg/tmfRight.gif") no-repeat 0 0;
}
.taskbutton {
    white-space: nowrap;
    background: transparent url("https://apps.vendio.com/images/bg/button-t.gif") no-repeat left top;
    margin-left: 8px;
    padding: 3px 0 3px 8px;
}
a.taskbutton:focus,a.taskbutton:active {
    outline:none;
}
.taskbutton span {
    background: transparent url("https://apps.vendio.com/images/bg/button-end-t.gif") no-repeat top right;
    background-height:20px;
    margin-left: -5px;
    margin-right: 0px;
    padding: 3px 12px 3px 8px;
    float:none !important;
    width:auto !important;
    height:20px;
    display:inline !important;
    color: black;
}

a.taskbutton, a.taskbutton:hover {
    text-align:middle;
    text-decoration: none;
    color: #000000;
    font-size:11px;
    line-height:20px;
}
table#footer_tbl{
   border-collapse: collapse; 
   border:0px solid #ffffff !important;
}
a.taskbutton_css3{
border: 1px solid #a8a68a;
-webkit-border-radius: 5px;
border-radius: 5px;

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

text-decoration: none;
display: block;
height: 19px;
margin-top: 1px;
}
.taskbutton_css3 span {
  padding: 5px 12px 5px 12px;
  font-weight: bold;
  color: #666666;
  font-size: 12px;
}
