td.border { color: #ffffff; }
table.verydark, td.verydark { background-color: #0E2D5C; }
table.verydark, td.verydark {color: #ffffff; }

div.elementEditButton {
	display: block; 
	visibility: hidden;
	z-index: 4;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	padding: 1px; 
	background: #DDDDDD; 
	text-align: center; 
	border: 1px solid #000000; 
	margin: 1px;
	font-size: 10px;
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
}

div.elementAddButton, div.elementSubAddButton {
	display: block; 
	width: 100%;
	padding: 1px; 
	background: #DDDDDD; 
	text-align: center; 
	border: 1px solid #000000; 
	margin: 3px 1px 3px 1px;
	font-size: 10px;
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
}
div.elementSubAddButton {
	visibility: hidden;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
}
div.elementAddButton a, div.elementSubAddButton a, div.elementEditButton a {width: 100%; text-decoration: none;}
div.elementAddButton a:hover, div.elementSubAddButton a:hover, div.elementEditButton a:hover {background-color: #0000FF; text-decoration: none;}
