/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */ /* Donate
-------------------------------*/
table.team {
	border-collapse: collapse;
}

table.team th {
	background: #B2CCF7;
	color: black;
	font-size: small;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.team td {
	font-size: small;
	vertical-align: top;
	white-space: nowrap;
}

table.team td.separator {
	margin-bottom: 2px;
	border-bottom: 1px solid gray;
	font-size: 1px;
}

span.red {
	color: red;
}

#subcontainer-R div.section p.actual,#subcontainer-R div.section p.dom {
	font-size: medium;
}

/* Vertical navigation
-------------------------------*/
#navi-V li.sub {
	margin: 0 0 0 0.5em;
	padding: 0;
	background: #EFEFEF;
	color: #000099;
	font-size: small;
	text-align: left;
}

#navi-V li.sub a {
	display: block;
	width: 100%;
	padding: 0.5em;
	border: 1px solid;
	border-color: #EFEFEF;
	background: #EFEFEF;
	color: #000099;
	text-decoration: none;
}

#navi-V li.sub a:link,#navi-V li.sub a:visited {
	border: 1px solid;
	border-color: #EFEFEF #EFEFEF #EFEFEF #EFEFEF;
	background: #EFEFEF;
	color: #000099;
	text-decoration: none;
}

#navi-V li.sub a:hover {
	border: 1px solid;
	border-color: #E8E8E8 #707070 #707070 #E8E8E8;
	background: #EFEFEF;
	color: red;
	text-decoration: none;
}

