/* leaf css for webdocs pages */

#wrap {
	min-width:10px;
	margin:0 auto;
	text-align:left; 
	border:0px solid #999;
	overflow:hidden; 
}

table.fancy {
        border-width: medium medium medium medium;
        border: 1px solid #999;
        border-collapse: collapse;
		padding:0px;
		font-size:14px;
		}

table.fancy td {
	border: 1px solid #999;
	padding:0px;
	min-width:130px;
	text-indent:5px;
	
}

table.fancy td.number {
	text-align:center;
}

table.fancy a {
display:block;
/* color:#555; */
padding:5px;
text-indent:0;}

table.fancy b a:after {
content:url(arrow_up.png);
} 

table.fancy b a:focus:after {
content:url(arrow_down.png);
} 

table.fancy b a:active:after {
content:url(arrow_down.png);
} 

table.fancy b a:hover {
background-image:url(header_bg_dark.jpg);
color:black;
}

table.fancy a:hover {background-color:#B2D2FF;
/* color:#555; */
background:#B2D2FF;
}

table.fancy tr.even {
background-color:#EBF5FA;
}

table.fancy tr.first {
background-image:url('/static/images/header_bg_light.jpg')
}



