﻿.MyPDQPOS{border-width: 0px;width: 1227px;height: auto;margin-right: auto;margin-left: auto;top: 0px;}

/*******************************************************************************************************/
/*Logout Panel css*/
.LogOutTable{width: 225px;}
.LogOutLabel{text-align:right;width:80px;display:inline-block;color:#222 !important;}
.LogOutText{color: #444444 !important;text-align:left;display:inline-block;}
/*******************************************************************************************************/

.MasterPageHeader {
    /*background: rgb(50,50,50);*/
    background: -moz-linear-gradient(top, rgb(205,205,205) 0%, rgb(237,237,237) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(205,205,205)), color-stop(100%,rgb(237,237,237)));
    background: -webkit-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    background: -o-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    background: -ms-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#0f0f0f',GradientType=0 );
    background: linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    height: 38px;
    width: 1227px;
    border: 1px solid #999999;
    border-left: 0px;
    border-right: 0px;
    border-bottom-width: 0px;
}
