@charset "utf-8";
/* CSS Document */
/* ALSO IN 'XML-BUILDER-UNIVERSAL.CSS' */
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;
}

/* UNIQUE CSS */

.right-data-table {
	background-color:#C3C3C3;
	width:100%;
	font-size:13px;	
}
.right-data-table tr {
	background-color:#D7D7D7;	
}
.right-data-table #trODD {
	background-color:#E9E9E9;
}
.right-data-table .td1 {
	width:41%;
}
.right-data-table .td2 {
	width:22%;
	text-align:center;
}

/*			OTHER 			*/

#NVL_NOSPAWNbox {
		width:100%;
		background:#3E4B5B;
		color:white;
		display:none;
		min-height:100%;
	}
#CalcBite {
	margin-bottom:2px;
	padding:2px;
	border-top: black solid 2px;
	border-bottom: black solid 2px;
	/*border:black solid 2px;*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:90%;	
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	/*background-color:grey;*/
background: rgb(62,75,91); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(62,75,91,1) 0%, rgba(62,75,91,1) 1%, rgba(119,127,145,1) 7%, rgba(119,127,145,1) 93%, rgba(62,75,91,1) 99%, rgba(62,75,91,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(62,75,91,1)), color-stop(1%,rgba(62,75,91,1)), color-stop(7%,rgba(119,127,145,1)), color-stop(93%,rgba(119,127,145,1)), color-stop(99%,rgba(62,75,91,1)), color-stop(100%,rgba(62,75,91,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(62,75,91,1) 0%,rgba(62,75,91,1) 1%,rgba(119,127,145,1) 7%,rgba(119,127,145,1) 93%,rgba(62,75,91,1) 99%,rgba(62,75,91,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(62,75,91,1) 0%,rgba(62,75,91,1) 1%,rgba(119,127,145,1) 7%,rgba(119,127,145,1) 93%,rgba(62,75,91,1) 99%,rgba(62,75,91,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(62,75,91,1) 0%,rgba(62,75,91,1) 1%,rgba(119,127,145,1) 7%,rgba(119,127,145,1) 93%,rgba(62,75,91,1) 99%,rgba(62,75,91,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(62,75,91,1) 0%,rgba(62,75,91,1) 1%,rgba(119,127,145,1) 7%,rgba(119,127,145,1) 93%,rgba(62,75,91,1) 99%,rgba(62,75,91,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4b5b', endColorstr='#3e4b5b',GradientType=1 ); /* IE6-9 */
}

#Calculator-Box {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#Value-Bar {
	text-align:center;
}

#housing_table_2 {
	margin-left:auto;
	margin-right:auto;	
}

#housing_table_2 th {
	border-bottom:5px solid #C0C0C0;
	background-color:rgba(192,192,192,0.5);
	text-align:center;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	cursor:pointer;
}

#housing_table_2 tbody tr:nth-child(even) {
	background-color:rgba(192,192,192,0.2);	
}

#housing_table_2 tbody tr:nth-child(odd) {
	background-color:rgba(192,192,192,0.3);	
}

#housing_table_2 tbody tr:hover {
	background-color:rgba(192,192,192,0.8);	
}

#housing_table_2 th.descend {
	background-image:url(../Images/caret_down.gif);
	background-repeat:no-repeat;
	background-position:90% 50%;
}

#housing_table_2 th.ascend {
	background-image:url(../Images/caret_up.gif);
	background-repeat:no-repeat;	
	background-position:90% 50%;
}

#housing_table_2 tbody tr td:last-child, #housing_table_2 tbody tr td:first-child {
	text-align:center;
	padding-left:7px;
	padding-right:7px;
}

#housing_table_2 thead tr th:first-child {
	text-align:left;
	padding-left:7px;
	padding-right:7px;
}

.hiddenobj {
	display:none;	
}

/*#housing_table_2 th.descend{background: 192,192,192,0.8 95% 50% url('images/caret_up.gif') no-repeat;}
#housing_table_2 th.ascend{background: 192,192,192,0.8 95% 50% url('images/caret_down.gif') no-repeat;}*/