body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.head {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	float: right;
	height: 40px;
	background-color: #000099;
	color: white;
}

	.head h3 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 24px;
		margin-top: 10px;
		margin-left: 10px;
		letter-spacing: -2px;
	}
	
.nav {
	position: absolute;
	top: 41px;
	right: 0px;
	width: 100%;
	background-color: #efefef;
	color: black;
	height: 16px;
	font-size: 10px;
}

	.nav .left {
		float: left;
		margin-left: 5px;
	}
	
	.nav .right {
		float: right;
		margin-right: 5px;
	}

.tabs {
	position: absolute;
	top: 75px;
	width: 66%;
	left: 27%;
	height: 20px;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
}

	.tabs a {
		display: block;
		float: left;
		bottom: 1px;
		margin-top: -2px;
		height: 20px;
		color: black;
		text-decoration: none;
		border: 1px solid black;
		border-bottom: 2px solid #dddddd;
		background-color: #f0f0f0;
		margin-right: 5px;
		margin-left: 5px;
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
		font-size: 12px;
		width: 20%;
	}
	
	.tabs a#selected{
		display: block;
		float: left;
		bottom: 1px;
		margin-top: -4px;
		height: 23px;
		color: black;
		text-decoration: none;
		border: 1px solid black;
		border-bottom: 3px solid white;
		background-color: white;
		margin-right: 5px;
		margin-left: 5px;
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
		font-size: 12px;
		width: 20%;
		font-weight: bold;
	}
	
	.tabs a:hover {
		display: block;
		float: left;
		bottom: 1px;
		margin-top: -3px;
		height: 21px;
		color: black;
		text-decoration: none;
		border: 1px solid black;
		border-bottom: 3px solid #000055;
		background-color: #000055;
		color: white;
		margin-right: 5px;
		margin-left: 5px;
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
		font-size: 12px;
		width: 20%;	
	}
	
.tabcontent {
	position: absolute;
	top: 96px;
	width: 66%;
	left: 27%;
	background-color: white;
}

	.tabcontent small {
		color: #cccccc;
	}

	.tabcontent li {
		padding-top: 10px;
	}
	
	.whisper {
		font-size: 10px;
		color: #666666;
	}

.sidebar {
	position: absolute;
	top: 96px;
	width: 23%;
	left: 1%;
	background-color: #efefef;
	color: black;
	border: 1px solid black;
	padding: 5px;
}
	

	.cardhistory {
		width: 100%;
		margin-top: 10px;
		padding-top: 5px;
	}
	
	.cardhistory th {
		text-align: left;
		font-weight: normal;
		background-color: #CDD2E4;
		border-bottom: 1px solid black;
		color: black;
	}
	
	.cardhistory td {
		vertical-align: top;
		padding-top: 3px;
		padding-bottom: 3px;
		border-bottom: 1px solid #efefef;
	}
	
	.cardhistory td img {
		float: left;
		margin-right: 3px;
		clear: bottom;
	}
	
	.cardhistory .tally {
		text-align: right;
	}
	
.red, .red a {
	color: #990000;
}

.brown, .brown a {
	color: #73571C;
}

.blue, .blue a {
	color: #4588EC;
}

.green, .green a {
	color: #399926;
}

.purple, .purple a {
	color: #761B7C;
}

.yellow {
	color: #DECC51;
}