/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  color: #5A6370;
  font-size: .68em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

a
{
outline: none;
color: #446699;
text-decoration: none;
}

.bgcolor
{ 	
	background: #EDF2F8;
}

table .border
{ 	
	border: dotted 2px #C0C0C0;
}

#selectedbox{
	border: dotted 2px #000000;	
	}

#selectedmemberbox{
	border: dotted 2px #000000;	
	width: 150px;
	}
	
.livemalebox{
	background: #EDF2F8 url('../images/icons/whiteball.gif') no-repeat 0px;	
	border: solid 1px #C6C6C6;	
	font-size:11px;
	text-indent: 15px;
	text-align: center;
	display: block;
	width: 120px;
	margin: 2px;
	}
	
.livefemalebox{
	background: #dae4e6 url('../images/icons/whiteball.gif') no-repeat 0px;	
	border: solid 1px #C6C6C6;	
	font-size:11px;
	text-indent: 15px;
	text-align: center;
	display: block;
	width: 120px;
	margin: 2px;
	}
		
.alivemalebox{
	background: #EDF2F8 url('../images/icons/greenball.gif') no-repeat 0px;	
	border: solid 1px #C6C6C6;	
	font-size:11px;
	text-indent: 15px;
	text-align: center;
	display: block;
	width: 90px;
	margin: 2px;
	}
	
.alivefemalebox{
	background: #dae4e6 url('../images/icons/greenball.gif') no-repeat 0px;	
	border: solid 1px #C6C6C6;	
	font-size:11px;
	text-indent: 15px;
	text-align: center;
	display: block;
	width: 90px;
	margin: 2px;
	}

.deadmalebox{
	background: #EDF2F8 url('../images/icons/redball.gif') no-repeat 0px;	
	border: solid 1px #C6C6C6;	
	font-size:11px;
	text-indent: 15px;
	text-align: center;
	display: block;
	width: 90px;
	margin: 2px;
	}
	
.deadfemalebox{
	background: #dae4e6 url('../images/icons/redball.gif') no-repeat 0px;	
	border: solid 1px #C6C6C6;	
	font-size:11px;
	text-indent: 15px;
	text-align: center;
	display: block;
	width: 90px;
	margin: 2px;
	}
	