@charset "utf-8";
/* CSS Document */

/* This CSS is for Specific Styling that is used in all the XML Generating Pages */

body {
	background-color:transparent;
	width:880px;
	margin-left:auto;
	margin-right:auto;	
	font-family:Segoe UI;
}

#right-display {
	background-color:#FFF;
	border:black solid 2px;	
	width:420px;
	height:480px;
	float:right;
	overflow:scroll;
	margin-right:10px;
}

#left-display {
	background-color:#FFF;
	border:black solid 2px;
	width:420px;
	height:480px;
	float:left;
	overflow:scroll;
	margin-left:10px;	
}

.header_buttons {
	 display:inline-block;
	 line-height:20px;
	 color:white;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;	
	 width: 110px;
	 height: 18px;
	 margin: 0px 4px 0px 4px;
	 padding: 0;
	 border: 1px solid rgba(0,0,0,0.5);
	 border-radius: 7px 7px 1px 1px;
	 background: rgba(0,0,0,0.25);
	 box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 6px rgba(255,255,255,0.2), inset 0 7px 15px rgba(255,255,255,0.25), inset 0 -15px 20px rgba(0,0,0,0.3);
	 -o-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 6px rgba(255,255,255,0.2), inset 0 7px 15px rgba(255,255,255,0.25), inset 0 -15px 20px rgba(0,0,0,0.3);
	 -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 6px rgba(255,255,255,0.2), inset 0 7px 15px rgba(255,255,255,0.25), inset 0 -15px 20px rgba(0,0,0,0.3);
	 -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 6px rgba(255,255,255,0.2), inset 0 7px 15px rgba(255,255,255,0.25), inset 0 -15px 20px rgba(0,0,0,0.3);
	 cursor:pointer;
}

.header_buttons:hover {
	 background: rgba(255,0,0,0.7);
}

.header_buttons:active {
	background: rgba(255,98,0,0.7);
	color:lightgrey;
}

/* Right Data Table */
.right-data-table {
	background-color:#C3C3C3;
	width:100%;
	font-size:13px;	
}


.right-data-table td:nth-child(2) {
	width:22%;
	text-align:center;
}

.right-data-table td:last-child {
	width:36.7%;
	text-align:center;
}

.right-data-table td:last-child input {
	width:95%;
}

.right-data-table td:last-child select {
	width:98%;
}

.right-data-table tr:nth-child(even) {
	background-color:#D7D7D7;
}

.right-data-table tr:nth-child(odd) {
	background-color:#E9E9E9;	
}

.right-data-table input:disabled {
	background-color:#E5E5E5;
	border:#BCBCBC solid 1px;
	width:95%;	
}
/* Right Data Table END */