/*body {
	background: #FFF;
	color: #000;
}*/

/* blue and red tabs */
ul.blue, ul.red {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 95%;
}
ul.blue li, ul.red li {
	position: relative;
	float: left;
	width: 7.6em;
	height: 4em;
	margin: 0;
	padding: 0 4px 0 0;
	
}
ul.red li {
	height: 2.8em;
	line-height: 1.2em;
}

ul.blue a, ul.red a {
	display: block;
	width: 6.7em;
	height: 3.5em;
	padding: .2em;
	border: 1px solid #00F;
	border-top-width: 2px;
/*	border-bottom: none; */
	text-decoration: none;
	border-radius: 6px;
}
ul.red a {
	border-color: #9b7b54;
	height: 2.3em;
}
ul.blue a, ul.blue a:link, ul.blue a:visited {
	background: #ecdca8;
	color: #00F;
}
ul.red a, ul.red a:link, ul.red a:visited {
	background: #f7efda;
	color: #9b7b54;
}
ul.blue a.active, ul.blue a:link.active, ul.blue a:visited.active,
ul.red a.active, ul.red a:link.active, ul.red a:visited.active {
	background: #FFF;
	/*font-weight: bold;*/
}
ul.blue a.active, ul.blue a:link.active, ul.blue a:visited.active {
	color: #00F;
	border-bottom: none;
}
ul.red a.active, ul.red a:link.active, ul.red a:visited.active {
	color: #9b7b54;
	border-bottom: none;
}
ul.blue a.active, ul.red a.active {
	position: relative;
	top: 1px;
}

/* blue and red panels */
div.blue, div.red {
	padding: 0em;
	padding-top:0.5em;
}
div.blue div.blue,
div.blue div.blue div.red div.red {
	padding: 0;
	border: none;
}
div.blue div.blue div {
	clear: left;
	height: 17em;
	
	
	border: 1px solid #00F;
}
div.blue div.blue div.red {
	clear: none;
	
	border: none;
}
div.red div.red div {
	border-color: #9b7b54;
	height: 11.7em;
	padding-top: 1em;
	padding-bottom: 1em;
	/*border: none;*/
}

div.red div.red div div.visibleQ{
	padding: 0;
	border:none;
}

div.hiddenQ{
	display: none;
}
div.visibleQ{
	/*size: 20;*/
	display: inline;
	
}

div.important {
	display: none;
}

/*table3.css*/
#de {
	width : 100%;
}

#de table {
		border:1px solid #000;
		border-collapse:collapse;
		font-family:arial,sans-serif;
		width : 100%;
	}
	
#de td,th {
		border-collapse:collapse;
		padding:5px;
	}	

#de th {
	border:1px solid #000;
}

#de td {
	border-left:1px solid #000;
	padding-left:20px;
}

td.n,th.n {
		text-align:right;
	}	
	
#des {
	width : 68%;
}

#u,#q{
	width : 6%;
}

#puh,#ph {
	width : 10%;
}



#de caption{
		background:#ccc;
		font-size:90%;
		border:1px solid #000;
		border-bottom:none;
		padding:2px;
	}
	
#de thead th{
		background:#fff;
		text-align:left;
		padding:1px;
		padding-left:3px;
	}

#de tbody th{
		text-align:left;
		background:#fff;
		font-size:83%;
		padding:2px;
		padding-left:4px;
	}	
	
#de tbody tr.stot th{
		background:#f7efda;
		font-size:100%;
		padding:5px;
		padding-left:14px;
	}	
	
/*---------------------media ---------------*/
@media only screen and (max-width: 770px) {
	
div.blue div.blue div {
	height: 23.9em;	
}

div.red div.red div {
	height: 18.6em;
}
}

@media only screen and (max-width: 514px){
div.blue div.blue div {
	height: 27.9em;	
}

div.red div.red div {
	height: 22.6em;
}

#de table td {
	display : table-cell;
	}
}


