﻿

#fd-DIVFinancialDoc
{
	/*
	 width:800px;
	*/
	 border: solid 1 black;
}

#fd-DIVDocHeader
{
}

#fd-DIVDocItems
{
}

#fd-DIVDocFooter
{
}

#fd-DIVCustomerData
{
}

#fd-DIVInvoiceData
{
}

#fd-DIVVAT
{
}

#fd-DIVTexts
{
}

#fd-DIVTotals
{
}


.fd-DIVContainerData_old
{
	width:100%;
	height:100%;
}
.fd-DIVContainerData
{
}


.fd-DIVData_old
{
	width:100%;
	height:100%;
	/*
	border-style: groove;
	*/
	margin:0 0 0 0;
}
.fd-DIVData
{
}

.fd-table
{
	width:100%;
}

.fd-LongText
{
	Width:100%;
	Height:100%;
}

.fd-TableTitle
{
	color:#004080;
	background-color:#ECF3F4;
	/*
	border-width: thin;
	border-color:#004080;
	border-style:solid;
	*/
}

.fd-TableHeader
{
	color:#FFFFFF;
	background-color:#ACA999;
}

.fd-TableFooter
{
	color:#FFFFFF;
	background-color:#004080;
}

.fd-DataTag
{
	background-color:#ECE9D8;
}

.fd-DataLabel
{
	background-color:#ECE9D8;
	color:#008000;
}

.fd-DataLabelVal
{
	background-color:#ECE9D8;
	color:#008000;
	text-align:right;
}

.fd-GridCell
{
}

.fd-GridCellValue
{
	text-align:right;
}

.fd-GridHeader
{
	background-color: #ECE9D8;
}

.fd-Dummy	/* Necessary in order to activate the last one */
{
	azimuth:center;
}

.MDIVReturnRequest
{

	position:fixed;
	top:0px;
	/*margin-top:-200px;*/
	/*width:auto;*/
	height:100%;
	left:0px;
	z-index:3000;	
	margin-top: auto; 
	margin-right: auto; 
	margin-left: auto;
	/*background-color:#648090;*/
	background-image:url(./images/Mask.png);
	width: 100%; 
	text-align: center;
	
/*	background-color: #ffffff;  /* the background          */
/*	filter:alpha(opacity=50);   /* Internet Explorer       */
/*	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
/*	opacity: 0.5;               /* newer Mozilla and CSS-3 */

}

.DIVReturnRequest
{
	margin-top:200px;
	text-align: left; 
	width: 600px; 
	margin-right: auto; 
	margin-left: auto;
	border: 1px solid black;
	/*background-color: White;*/
	
	background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #C5C5C5;
    border-radius: 5px 5px 5px 5px;
/*	filter:alpha(opacity=100);  /* discarded */
/*    -moz-opacity:1.0;           /* discarded */
/*    opacity: 1.0;               /* discarded */
}

.DIVReturnRequest .button:hover, .DIVReturnRequest .button:focus , .GridButton:hover , .GridButton:focus
{
    background: -moz-linear-gradient(center top , #FFFFFF, #E0E0E0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #999999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;
}

.DIVReturnRequest .button , .GridButton
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px #FFFFFF;
    color: #666666;
    cursor: pointer;
    padding: 6px 20px;
    text-shadow: 0 1px 1px #FFFFFF;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}


.hideGridColumn {
    display: none;
}
