td {
	padding: 2px;
	background: transparent;
}

input {
	color: #003366;
	background: white;
	border-top: 1px solid #ECE9DC;
	border-left: 1px solid #D8D5CD;
	border-right: 1px solid #D8D5CD;
	border-bottom: 1px solid #B8B7B6;
}

input.radio {
	background-color: transparent;
	border: 0px;
}

.list-table {
	width: 545px; 
	border: 1px solid #425EB4;
}

.content_layer {
	padding-left:10;
}

.number {
	width: 40px; 
	text-align: center; 
	font-size: 15px; 
	font-weight: bold;
	background-color: #e7d9b2;
	border-right: 1px solid #425EB4;
}

.border-row {
	border-bottom: 1px solid #425EB4;
	background-color: transparent;
}

.selected-row {
	background-color: #e7d9b2;
	color: black;
	font-style: normal;
}

.unsel-row {
	background-color: transparent;
	color: grey;
	font-style: italic;
}

.b-selected-row {
	background-color: #e7d9b2;
	color: black;
	font-style: normal;
	border-bottom: 1px solid #425EB4;
}

.b-unsel-row {
	background-color: transparent;
	color: grey;
	font-style: italic;
	border-bottom: 1px solid #425EB4;
}
select {
	border-top: 1px solid #ECE9DC;
	border-left: 1px solid #D8D5CD;
	border-right: 1px solid #D8D5CD;
	border-bottom: 1px solid #B8B7B6;
}

option {
	border: 0px;
}

.content_layer {
	height: auto;
	width: auto;
}

	.loading {
		background: #fff;
		color: #333;
		height: 80px;
		width: 250px;
		border: 2px solid #666;
		padding: 10px;
		text-align: center;
		z-index: 2;
		display: none;
		position: absolute;
	}
	
	.loading img {
		display: block;
		margin: 0 auto;
	}
	
	.loading-bg {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		filter:alpha(opacity=50);   
		-moz-opacity:0.5;           
		opacity: 0.5;
		z-index: 1;
	}
	
	.error {
		color: Red;
	}