/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #2C4182;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    color: #2C4182;
    padding: 0 0 0 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: Green;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 0 0 2px;
	margin: 0;
	text-align: left;
	width: 186px;
}

ul#menu li
{
  display: block;
  float: left;
  width: 186px;
  list-style: none;
	border-top: 1px White solid;
	border-bottom: 1px #A8A8A8 solid;
}

ul#menu li a
{
	display: block;
  padding: 0px 2px 0px 10px;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #F5F5F5;
  color: Black;
}

ul#menu li a:hover
{
  background-color: #E9E9E9;
  text-decoration: none;
}

ul#menu li a:active
{
  background-color: #a6e2a6;
  text-decoration: none;
}

ul#menu li.selected a
{
  background-color: #DEDEDE;
  color: #000;
}

ul#menu img
{
	border: none;
	position: relative;
	top: 3px;
	padding-right: 4px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: none;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: none;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.thfill {               padding:  0px 0px 0px 5px; 
                        font-weight: bold;  
                        background-color: #e8eef4;}

.thclear {              padding: 0px 0px 0px 0px;}

.thtotal {              padding: 0px 5px 0px 5px; 
                        margin: 0px 0px 0px 0px; 
                        height: 24px; 
                        text-align: right;
                        border-top: 2px solid black;
                        border-bottom: 2px solid black;
                        background-color: yellow;}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-message
{
    font-weight: bold;
    color: #0000ff;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


/* ---------- MasterPages ------------------------------------------------------------------------ */
#DIVMasterBanner {									position: absolute;
																		top: 0px;
																		left: 0px;
																		height: 104px;
																		background-color: #EBEBEC;
																		width: 100%;}
#DIVMasterCornerBanner {						position: absolute;
																		top: 0px;
																		left: 0px;
																		height: 104px;
																		background-color: #EBEBEC;
																		border-right: solid 1px #2C4182;
																		width: 187px;}
#DIVMasterApplicationIcon {					position: absolute;
                           					top: 6px;
																		left: 4px;}
#DIVMasterApplicationTitle {				position: absolute;
                            				top: 50px;
																		left: 200px;}
.ApplicationTitle {									font-family: Arial, Helvetica, sans-serif;
																    font-size: 26px;
																    color: #2C4182;}	

#DIVMasterSideTitle {								position: absolute;
																		top: 104px;
																		left: 0px;
																		height: 21px;
																		padding-top: 5px;
																		padding-left: 8px;
																		border-top: solid 1px #2C4182;
																		border-right: solid 1px #2C4182;
																		border-bottom: solid 1px #2C4182;
																		background-color: #DCE0F0; 
																		width: 179px;}
#DIVMasterMainTitle {								position: absolute;
																		top: 104px;
																		left: 187px;
																		right: 0px;
																		height: 21px;
																		padding-top: 5px;
																		padding-left: 10px;
																		border-top: solid 1px #2C4182;
																		border-left: solid 1px #2C4182;
																		border-bottom: solid 1px #2C4182;
																		background-color: #DCE0F0;}
#DIVMasterMainTitleTop {						position: absolute;
																		top: 0px;
																		left: 187px;
																		right: 0px;
																		height: 21px;
																		padding-top: 5px;
																		padding-left: 10px;
																		border-top: solid 1px #2C4182;
																		border-left: solid 1px #2C4182;
																		border-bottom: solid 1px #2C4182;
																		background-color: #DCE0F0;}
.MasterTitle {											font-family: Tahoma;
																		font-size: 14px;
																		font-weight: bold;
																		color: #15428B;}
#DIVMasterSideNavigation {					position: absolute;
																		top: 132px;
																		left: 0px;
																		bottom: 0px;
																		background-color: White;
																		border-right: solid 1px #2C4182;
																		width: 187px;}
#DIVMasterContent {									position: absolute;
                         						padding: 10px;
																		top: 132px;
																		left: 188px;
																		right: 0px;
																		bottom: 0px;
																		overflow: scroll;}
#DIVMasterContentMax {							position: absolute;
                         						padding: 10px;
																		top: 28px;
																		left: 188px;
																		right: 0px;
																		bottom: 0px;
																		overflow: scroll;}

.DetailTitle {											font-family: Tahoma;
																		font-size: 18px;
																		font-weight: bold;
																		color: #15428B;}

/* ---------- Headings / Text Styles ------------------------------------------------------------------------ */
.VesselName {												color: #2C4182;
             												height: 50px;
             												padding: 10px 0px 0px 5px;
             												vertical-align: top;
             												font-weight: bold;
             												font-size: 16px;}
.VesselRow {												border-top: solid 2px #2C4182;}
.Vesseltable {											border: none;}

/* ---------- Manual POD Processing ------------------------------------------------------------------------- */
.HeaderBackground {									background-color: #6495ED;}
.PODBackground {										background-color: #F5DEB3;}
.DeletedBackground {								background-color: #FF6103;}

/* ---------- Workflow Summary Layout ----------------------------------------------------------------------- */
.WorkflowSummaryTopLeft {						width: 500px;
																		height: 200px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.WorkflowSummaryTopRight {					width: 500px;
																		height: 200px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.WorkflowSummaryMiddleLeft {				width: 500px;
																		height: 200px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.WorkflowSummaryMiddleRight {				width: 500px;
																		height: 200px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.WorkflowSummaryBottomLeft {				width: 500px;
																		height: 200px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;}
.WorkflowSummaryBottomRight {				width: 500px;
																		height: 200px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;}

/* ---------- Workflow Summary Styles ----------------------------------------------------------------------- */
.WorkflowSummarySectionTitle {			font-family: Tahoma;
																		text-align: left;
																		color: #2C4182;
																		padding-top: 5px;
																		padding-bottom: 10px;
             												vertical-align: middle;
             												font-weight: normal;
																		font-size: 16px;
																		width: 200px;}
.WorkflowSummarySectionButton	{			width: 200px;
																		padding-top: 5px;
																		padding-left: 10px;
																		padding-bottom: 10px;
																		text-align: left;}	
.WorkflowSummarySectionStatus {			font-family: Tahoma; 
																		text-align: center;
																		color: black;
																		padding-top: 5px;
																		padding-bottom: 10px;
             												vertical-align: middle;
             												font-weight: normal;
																		font-size: 12px;
																		width: 50px;
																		text-align: center;}
.WorkflowSummaryDataHeader {				font-family: Tahoma; 
																		text-align: right;
																		color: black;
             												font-weight: bold;
																		font-size: 12px;}
.WorkflowSummaryDataItem {					font-family: Tahoma; 
																		text-align: left;
																		color: black;
             												font-weight: normal;
																		font-size: 12px;}
.WorkflowSummaryDataStatus {				text-align: center;}

/* ---------- Client Settings Layout ----------------------------------------------------------------------- */
.ClientSettingsTopLeft {						width: 500px;
																		height: 50px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.ClientSettingsTopRight {						width: 500px;
																		height: 50px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.ClientSettingsMiddleLeft {					width: 500px;
																		height: 50px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.ClientSettingsMiddleRight {				width: 500px;
																		height: 50px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.ClientSettingsBottomLeft {					width: 500px;
																		height: 50px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;}
.ClientSettingsBottomRight {				width: 500px;
																		height: 50px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;}

/* ---------- Demonstration Layout ----------------------------------------------------------------------- */
.DemonstrationTopLeft {							width: 500px;
																		height: 300px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.DemonstrationTopRight {						width: 500px;
																		height: 300px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.DemonstrationMiddleLeft {					width: 500px;
																		height: 300px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.DemonstrationMiddleRight {					width: 500px;
																		height: 300px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
             												border-bottom: solid 2px #2C4182;}
.DemonstrationBottomLeft {					width: 500px;
																		height: 300px;
																		vertical-align: top;
																		border-right: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;}
.DemonstrationBottomRight {					width: 500px;
																		height: 300px;
																		vertical-align: top;
																		border-left: solid 2px #2C4182;
																		border-top: solid 2px #2C4182;}

/* ---------- Invoice Details Layout ----------------------------------------------------------------------- */
#InvoiceDetailsNavigationDIV {			position: absolute;
																		top: 10px; 
																		left: 10px; 
																		width: 520px; 
																		height: 250px; 
																		vertical-align: top;}
#InvoiceDetailsAuditDIV {						position: absolute;
																		top: 10px; 
																		left: 540px; 
																		width: 500px; 
																		height: 230px; 
																		vertical-align: top;
																		padding: 10px;
																		border: solid 1px #2C4182;}

#InvoiceDetailsMIDLeftDIV {					position: absolute;
																		top: 270px; 
																		left: 10px; 
																		width: 520px; 
																		height: 24px; 
																		padding-top: 20px;
																		vertical-align: bottom;}
#InvoiceDetailsMIDRightDIV {				position: absolute;
																		top: 270px; 
																		left: 540px; 
																		width: 520px; 
																		height: 44px; 
																		vertical-align: top;}

#InvoiceDetailsPODDetailsDIV {			position: absolute;
																		top: 320px; 
																		left: 10px; 
																		width: 520px; 
																		height: 540px; 
																		vertical-align: top;}

#InvoiceDetailsPODImageDIV {				position: absolute;
																		top: 320px; 
																		left: 540px; 
																		width: 520px; 
																		height: 540px; 
																		vertical-align: top;}

/* ---------- Workflow Formatting ------------------------------------------------------------------------- */
.Clear {														background-color: #FFFFFF;}
.Stripe {														background-color: #E8E8E8;}

/* ---------- Invoice Validation Layout ----------------------------------------------------------------------- */
#TopMenuDIV {								position: absolute;
				    						top: 10px; 
											left: 10px; 
											width: 1050px; 
											height: 40px; 
											vertical-align: top;}
#InvoiceValidationHeader {					position: absolute;
																		top: 60px; 
																		left: 10px; 
								    								width: 500px; 
																		height: 160px; 
																		vertical-align: top;}
#InvoiceValidationDocTypeDIV {				position: absolute;
											top: 60px; 
											left: 310px; 
											width: 200px; 
											height: 30px; 
											vertical-align: top;}
#InvoiceValidationIssuesDIV {				position: absolute;
																		top: 60px; 
																		left: 636px; 
																		width: 325px; 
																		height: 160px; 
																		vertical-align: top;}
#InvoiceValidationMappingUpdateDIV {position: absolute;
																		background-color: lightgrey;
																		top: 60px; 
																		left: 961px; 
																		width: 350px; 
																		height: 160px; 
																		vertical-align: top;}

#MFMatchingDIV {position: absolute;
								top: 320px; 
								left: 100px; 
								width: 1014px; 
								height: 200px;
								background-color: white;
								border: 3px ridge #aaa;  
								padding: 1rem;
								vertical-align: top;}

#ConfirmReplaceLinesDIV {	position: absolute;
													top: 60px; 
													left: 300px; 
													width: 500px; 
													height: 160px;
													background-color: white;
													border: 3px ridge #aaa;  
													padding: 1rem;
													vertical-align: top;}

#FixingPagesDIV {	position: absolute;
									top: 60px; 
									left: 300px; 
									width: 500px; 
									height: 100px;
									background-color: white;
									border: 3px ridge #aaa;  
									padding: 1rem;
									vertical-align: top;}


#InvoiceValidationMidMenuDIV {		    	position: absolute;
											top: 280px; 
											left: 10px; 
											width: 1050px; 
											height: 40px; 
											vertical-align: top;}

#InvoiceValidationSearchDIV {				position: absolute;
											top: 234px; 
											left: 10px; 
											width: 360px; 
											height: 100px;
											vertical-align: top;}

#InvoiceValidationVATDIV {			    	position: absolute;
											top: 238px; 
											left: 400px; 
											width: 300px; 
											height: 75px;
											vertical-align: top;}

#InvoiceValidationTotalsDIV {				position: absolute;
											top: 240px; 
											left: 740px; 
											width: 320px; 
										  height: 100px;
											vertical-align: top;}

#InvoiceValidationSigmaDIV {	position: absolute;
															top: 262px; 
															left: 1084px; 
															width: 80px; 
															height: 75px;
															vertical-align: top;}

#InvoiceValidationVATLinesDIV {			    	position: absolute;
											top: 238px; 
											left: 1152px; 
											width: 120px; 
											height: 75px;
											vertical-align: top;}

#InvoiceValidationLinesDIV {				position: absolute;
											top: 320px; 
											left: 10px; 
											width: 1250px; 
											height: 178px;
											vertical-align: top;}

#InvoiceValidationImageMenuDIV {	    	position: absolute;
											top: 500px; 
											left: 10px; 
											width: 1050px; 
											height: 40px;
											background-color: White;
											vertical-align: top;}

#InvoiceValidationImageDIV {				position: absolute;
											top: 540px; 
											left: 10px; 
											width: 1050px; 
											height: 320px;
											vertical-align: top;
											background-color: White;
											overflow: scroll;}

#InvoiceValidationInvoiceIMG {		    	width: 1030px; 
											border: none;}
#InvoiceValidationAttachmentIMG {	    	width: 1030px; 
											border: none;}

.TextBoxSearch {							width: 350px; 
											height: 14px;
											border: 1px solid #CCCCCC;
											padding-top: 2px; 
											padding-bottom: 2px;
											padding-left: 4px;}		
																		

.CSSDeletedAttachment {                     color: Red; 
                                            font-weight: bold;}																								
.CSSNormalAttachment  {                 }																								
.CSSDeletedAttachmentPage {                 color: Red; 
                                            font-weight: bold;}																								
.CSSNormalAttachmentPage {              }		

/* ---------- Invoice Archive Layout ----------------------------------------------------------------------- */
#InvoiceArchiveDetailsNavigationDIV {			position: absolute;
										        top: 10px; 
										        left: 10px; 
										        width: 900px; 
										        height: 250px; 
										        vertical-align: top;}
																						
/* ---------- Operator Workflow Unlinked Suppliers Layout ----------------------------------------------------------------------- */
#OWTopMenuDIV {				position: absolute;
				    		top: 10px; 
							left: 10px; 
							width: 1050px; 
							height: 40px; 
							vertical-align: top;}
#OWHeader {					position: absolute;
							top: 60px; 
							left: 10px; 
					    	width: 1000px; 
							height: 160px; 
							vertical-align: top;}
#OWInvoicesMenuDIV {		position: absolute;
                    		top: 170px; 
							left: 10px; 
							width: 1050px; 
							height: 30px;
							vertical-align: middle;}
#OWInvoicesDIV {			position: absolute;
                			top: 200px; 
							left: 10px; 
							width: 1050px; 
							height: 228px;
							vertical-align: top;}

#OWImageMenuDIV {	    	position: absolute;
                 	    	top: 430px; 
							left: 10px; 
							width: 1050px; 
							height: 40px;
							vertical-align: top;
							background-color: White;}

#OWImageDIV {				position: absolute;
							top: 470px; 
							left: 10px; 
							width: 1050px; 
							height: 370px;
							vertical-align: top;
							background-color: White;
							overflow: scroll;}

#OWInvoiceIMG {		    	width: 1030px; 
							border: none;}
#OWAttachmentIMG {	    	width: 1030px; 
							border: none;}
.CurrentRowBackground {		background-color: #6495ED;}
.StandardBackground {		background-color: #F5DEB3;}

#OWLinesHeaderDIV {			position: absolute;
                			top: 150px; 
							left: 10px; 
							width: 1050px; 
							height: 228px;
							vertical-align: top;}
							
#OWLinesDIV {		    	position: absolute;
                			top: 29px; 
							left: 0px; 
							width: 1050px; 
							height: 200px;
							vertical-align: top;
							overflow: auto;}							

#OWCTMHeaderMenuDIV {       position: absolute;
                            top: 390px; 
							left: 10px; 
							width: 1050px; 
							height: 26px;
							vertical-align: top;}
							
#OWCTMHeaderDIV {			position: absolute;
                			top: 420px; 
							left: 10px; 
							width: 1050px; 
							height: 328px;
							vertical-align: top;}
	
#OWCTMDIV {		        	position: absolute;
                			top: 58px; 
							left: 0px; 
							width: 1050px; 
							height: 340px;
							vertical-align: top;
							overflow: auto;}									
							
							
#OWInvoiceValidationImageDIV {				position: absolute;
											top: 540px; 
											left: 10px; 
											width: 1050px; 
											height: 320px;
											vertical-align: top;
											background-color: White;
											overflow: scroll;}
	
	
#OWMapInvoiceImageMenuDIV {	    position: absolute;
								top: 400px; 
								left: 10px; 
								width: 1050px; 
								height: 40px;
								background-color: White;
								visibility: hidden;
								vertical-align: top;}							
								
#OWMapInvoiceImageDIV {	        position: absolute;
								top: 440px; 
								left: 10px; 
								width: 1050px; 
								height: 410px;
								vertical-align: top;
								background-color: White;
								visibility: hidden;
								overflow: scroll;}

#OWMapInvoiceCTMenuDIV {        position: absolute;
                                top: 400px; 
							    left: 10px; 
							    width: 1050px; 
							    height: 40px;
							    visibility: hidden;
							    vertical-align: top;}
							
#OWMapInvoiceCTMHeaderDIV {		position: absolute;
                			    top: 440px; 
							    left: 10px; 
							    width: 1050px; 
							    height: 29px;
							    visibility: hidden;
							    vertical-align: top;}
	
#OWMapInvoiceCTMDIV {		    position: absolute;
                			    top: 58px; 
							    left: 0px; 
							    width: 1050px; 
							    height: 352px;
							    vertical-align: top;
							    overflow: auto;}									
								
			
#OWMapInvoiceSupplierEditHeader {					position: absolute;
							                        top: 60px; 
							                        left: 10px; 
					    	                        width: 1000px; 
							                        height: 160px; 
							                        vertical-align: top;}

#OWMapInvoiceSupplierEditSuppliersHeaderDIV {		position: absolute;
                    		                        top: 170px; 
							                        left: 10px; 
							                        width: 1050px; 
							                        height: 30px;
							                        vertical-align: middle;}

#OWMapInvoiceSupplierEditSuppliersDIV {			    position: absolute;
                			                        top: 200px; 
							                        left: 10px; 
							                        width: 1050px; 
							                        height: 228px;
							                        vertical-align: top;}			

#OWMapInvoiceSupplierEditCreditorsDIV {			    position: absolute;
                			                        top: 60px; 
							                        left: 0px; 
							                        width: 1050px; 
							                        height: 126px;
							                        vertical-align: top;
							                        overflow: auto;}
								
#OWMapInvoiceSupplierEditImageMenuDIV {	            position: absolute;
								                    top: 400px; 
								                    left: 10px; 
								                    width: 1050px; 
								                    height: 40px;
								                    background-color: White;
								                    vertical-align: top;}							
								
#OWMapInvoiceSupplierEditImageDIV {	                position: absolute;
								                    top: 440px; 
								                    left: 10px; 
								                    width: 1050px; 
								                    height: 410px;
								                    vertical-align: top;
								                    background-color: White;
								                    overflow: scroll;}

								