/*
	CSS for Burkard analytical web pages
*/

.body_an {
	/*font-size: 80%;*/
}

.h3_an {
	color: #000066;
}

.h3_link_an {
	text-decoration: underline;
}

.table_an {
	font-size: 95%;
}

.td_an {
	background-color: #CCCCCC;
	font-size:95%;
	border-color: #CCCCCC; /*The border is for printing without backgrounds*/
	border-style: solid;
	border-width: 1;
}

.th_an {
	background-color: #000066;
	color: #FFFFFF;
	text-align:left;
	font-size:95%;
	padding: 4px;
	border-color: #000066; /*The border is for printing without backgrounds*/
	border-style: solid;
	border-width: 1;
}

.tabup_an {
	width:130px;
	border:2px solid;
	border-top-color:#0066cc;
	border-left-color:#0066cc;
	border-right-color:#000066;
	border-bottom-color:#000066;
	background-color:#003399;
	/*margin:1px 1px 1px 1px;*/
	padding: 3px 3px 3px 3px;
	text-align:left;
	cursor:hand;
}

.tabdown_an {
	width:130px;
	border:2px solid;
	border-top-color:#000033;
	border-left-color:#000033;
	border-right-color:#0066cc;
	border-bottom-color:#0066cc;
	background-color:#0066cc;
	/*margin:1px 1px 1px 1px;*/
	padding: 3px 3px 3px 3px;
	text-align:left;
	cursor:hand;
}

.tagItemShow {
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
}

