.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rt-header {
    position: relative;
    border-top: #000000 thin solid;
    border-bottom: #000000 thin solid;
    padding: 8px 4px 0 4px;
    overflow: hidden;
    background-color: #FFFFFF;
    width: 100%;
}
    .rt-header .logo{
        height: 35px;
    }

.rt-header a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.rt-footer {
    background: #fff;
    padding: 25px;
    font-size: 12px;
    text-align: center;
    border-color: black;
    border-style: solid;
    border-width: 5px 1px 5px 1px /*{a-bar-border}*/;
    /*background: #D3D4D8 /*{a-bar-background-color}*/;*/
    /*color: #fff*/ /*{a-bar-color}*/;
    text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;

}

.rt-footer a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

.rt-footer .services {
    display: block;
    margin: 0 auto;
}

.rt-footer p {
    margin: 0;
}

.rt-footer .version {
    margin-bottom: 10px;
} 

.rt-footer .copyright {
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.rt-footer .trademark { /*subtext?*/   
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;    
}

.rt-footer img {
  height: 50px;
  padding-bottom: 5px;
}

.rt-top-spacer {
    margin: 10px 0px 0px 3px;
}

body
{
	font-family:Arial, Helvetica, Futura, Verdana;
	background:#FAFAFA; /*whitesmoke*/
    margin: 0;
    padding: 0;
    width:100%;
}

.pTitleTable
{
	border-top: black thin solid;
	border-bottom: black thin solid;	
	padding:0px;
	overflow:hidden;
	background-color:White;
	width:100%;
}
.pTitleTable a
{
    text-decoration: none;
    color: #005581;
}
.pTitleTable img
{	
	border-width: 0px;
}

.pAlert
{
    background-color: Red !important;
}
.pNotice
{
    background-color: Yellow !important;
}

/* list control output */
table.pListControl
{
	border: black thin solid;	
	border-width: 1px;
	border-collapse: collapse;
	padding:2px;
	margin:1px;
}
table.pListControl tr.StdRow
{
	background-color:white;
}
table.pListControl tr.HeaderRow
{
	background-color:#D7D7DD;
}
table.pListControl tr.AltRow
{
	background-color:#FAFAFA; /*whitesmoke*/
}
table.pListControl tr.Alt2Row
{
	background-color:#E4E4EA;
}
table.pListControl td 
{
	border: black thin solid;	
	border-width: 1px;
	padding: 2px;
}
table.pListControl th
{
	border: black thin solid;	
	border-width: 1px;
	padding: 2px;
}

/* tabular display (grid) */
table.pCelledTable
{
	border: black thin solid;	
	border-width: 1px;
	empty-cells:hide;
	border-collapse: collapse;
	padding:2px;
	margin:1px;
}

table.pCelledTable td 
{
	border: black thin solid;	
	border-width: 1px;
}
/* general layout control (hidden lines) */
table.pLayoutTable
{
	border: none;	
	border-width: 0px;
	border-collapse: collapse;
	margin:1px;
}

table.pLayoutTable td 
{
	border: none;	
	border-width: 0px;
	padding:1px;
	white-space:nowrap;
}

table.pLayoutTableWrap
{
	border: none;	
	border-width: 0px;
	border-collapse: collapse;
	margin:1px;
}

table.pLayoutTableWrap td 
{
	border: none;	
	border-width: 0px;
	padding:1px;
}

/* input forms */
table.pInputFormTable
{	
	border-style: solid;	
	border-color:Gray;
	border-width: 1px;
	border-collapse: collapse;	
	margin:3px;
	background-color:#EAEAEF;	
}

table.pInputFormTable td 
{
	border: none;	
	border-width: 0px;
	padding:2px;
	white-space:nowrap;
}

textarea
{
    white-space: pre-wrap;
}
.error{
    font-size:small;
}

.pHeader
{
    font-size:medium;
    font-weight:bold;
    text-decoration:underline;
}
.pLabel
{
	font-size:small;
	font-weight:bold;
}
.pWarningLabel
{
	font-size:small;
	font-weight:bold;
	color:Red;
}
.pText
{
	font-size:small;
}
.pLink
{
	font-size:small;
}
.pButtonLink
{
	font-size:small;
	height:15px;
	padding:0px;	
	border-width:0px;
	border-style:none;
	border-spacing:0px;	
	border-color:#FAFAFA; /*whitesmoke*/	
	background-color:#FAFAFA; /*whitesmoke*/
	background-color:Transparent;
	color:Blue;	
	text-decoration:underline;	
	cursor: pointer;
	cursor: hand;
}
.pLinkButton
{
    margin-left: 5px;
    padding: 10px 10px 10px 10px;
    display: block;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    width: 190px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #FAFAFA;
    color: black;
    text-decoration: none;
}
.pBBLabelCell
{
	vertical-align:middle;
	width:50px;
	font-size:small;
	font-weight:bold;
}
.pBBTextCell
{
	width:250px;
	vertical-align:middle;
	font-size:small;
}
.text
{
	text-decoration:none;
	font-size:x-small;
	color:Black;		
}
.boldtext
{
	text-decoration:none;
	font-weight:bold;
	font-size:x-small;
	color:#5B90B0;		
}
.smalltext
{
    font-family:Futura, Verdana, Arial, Helvetica;
	text-decoration:none;
	font-size:xx-small;
	color:Black;
    margin-top: 5px;
}
.boldsmalltext
{
	text-decoration:none;
	font-size:xx-small;
	font-weight:bold;
	color:Black;	
}
.headertext
{
	font-size:x-small;
	color:Black;	
}
.hyperlink
{
	text-decoration:underline;
	font-size:xx-small;
	color:Blue;	
}
.listHeader
{
	text-decoration:none;
	font-size:xx-small;
	/*font-weight:bold;*/
	border-color:ButtonFace;
	border-style:hidden;
	/*border-width:thin;*/
	background-color:ButtonFace;
	color:ButtonText;	
}
.listStyle
{
	overflow:auto;
	cursor:help;
	border:solid 1px #999999
}
.listTableStyle
{
	padding:0px 0px 0px 0px;
	border-color:Silver;
	border-style:solid;
	border-width:thin;
	table-layout: fixed;
}
.divStyleNoBorder
{
	overflow:hidden;
	width:100%;
	height:200px;
}
.divStyle
{
	padding-left:5px;
	padding-right:5px;
	border-bottom:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	overflow:hidden;
	width:100%;
	height:200px;
}
.selectedRow
{
	background-color:#73A1C5;
	text-decoration:none;
	font-size:xx-small;
	color:Black;
}
.inactiveText
{
	text-decoration:none;
	font-size:x-small;
	color:Gray;		
}
.inactiveTextSmall
{
	text-decoration:none;
	font-size:xx-small;
	color:Gray;
}
.table
{
	padding-left:9px;
	padding-right:9px;
	table-layout: fixed;	
}
.DefaultOuterTable
{
	text-align:center;
	/*margin-left:auto;*/ 
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	width:760px;
	border:0px;
}
.DefaultPageBody
{
	text-align:center;
	MARGIN-LEFT:auto; 
	MARGIN-RIGHT:auto;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	border:0px;

}
.LongListLength
{
	width:740px;

}

.barcodeButton {
    background-image: url(../img/barcode.png);
    background-repeat: no-repeat;
    background-position-x: 87px;
    background-position-y: -3px;
}

#message-noneditable {
    position:relative;
    font-size: 13px;
    max-width: 393px;
    color: #0000C0;
    background-color: #C0C0FF;
    border: solid 1px;
    margin-bottom: 25px;
    border-radius: inherit;
    margin: 10px;
    padding: 15px;
    box-shadow: none;
}

    #message-noneditable span {
        margin: 0;
        padding: 0;
        max-width: 360px;
        font-weight: bold;
    }
    #message-noneditable .reason {
        margin-top: -0.1em;
        font-size: 1.4em;
        float: right;
    }

.btn {
    min-width: 95px;
    padding: 5px;
    border: outset 1px #C0C0C0;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
.btn[disabled] {
        cursor: not-allowed;
    }

a.btn[disabled] {
    color: #808080;
    background-color: ButtonFace;
    /*background-color: #f4f5f5;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
        background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
        background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
        background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
        background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
        background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);*/
}
.btn:not([disabled]) {
    color: #000000;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
.floatright {
    float: right;
}
div#PMenu1 {
    line-height: 150%;
}

#frmInvoiceRequest ul {
    width: 320px;
    list-style: none;
    padding: 15px;
}
#frmInvoiceRequest li {
    height: 30px;
    padding: 10px 0 0 5px;
    position: relative;
}
#frmInvoiceRequest li:last-of-type {
    padding-top: 20px;
}
#frmInvoiceRequest li span {
    display: inline-block;
    width: 85px;
}
#frmInvoiceRequest input[type=text] {
    width: 180px;
}
#frmInvoiceRequest input[type=submit] {
    width: 80px;
    position: absolute;
    left: 200px;
}