table { 
	border-collapse: collapse; 
	width: 100%;
}

th{
	text-align: left;
}

#td{
	background-color: rgba(242,242,242,.70); 
	padding: 0px 2px;
}

#progress img{
	
}

.dark-bar{
	background-image: url(images/bar_bg_dark.png); 
	background-repeat: repeat-x; 
	color: #fff; 
	font-size: 15px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 5px 10px; 
	height: 17px; 
	margin-top: 5px;
	
}
.light-bar{
	background-image: url(images/bar_bg_light.png); 
	background-repeat: repeat-x; 
	color: #000; 
	font-size: 15px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 5px 10px; 
	height: 17px; 
	margin-top: 5px;
}

.dark-triangle{
	background: url(images/bar_arrow_dark.png) 20px 0 no-repeat; 
	padding-left: 60px;
	padding-top: 1px;
	height: 5px;
	font-size: 60%;
	color: #ccc;
}

.light-triangle{
	background: url(images/bar_arrow_light.png) 20px 0 no-repeat;
	padding-left: 60px;
	padding-top: 1px;
	height: 5px;
	font-size: 60%;
	color: #ccc;
	margin-bottom: 5px;
}

#performance{
	width: 350px;
	float: left;
	margin-right: 20px;
}

#summary{
	width: 200px;
	float: left;
	margin-right: 20px;
}

#current-swing{
	width: 250px;
	float: left;
}

#recent-swing{
	width: 600px;
	float: left;
	margin-right: 10px;
}

#trades{
	width: 230px;
	float: left;
}

#daily-performance{
	width: 600px;
}

.day-wrapper{
	display: inline;
	float: left;
	width: 270px;
	margin-bottom: 10px;
	margin-right: 40px;
}

.day{
	color: #000;
	position: relative;
	display: inline;
	float: left;
	height: 90px;
	width: 22px;
	margin: 0px 5px;
}

.daily-expanded{
	width: 450px;
	margin-left: 130px;
}

.data-wrapper{
	display: inline;
	float: left;
}

.data-wrapper td, .data-wrapper th{
	padding: 0 4px 0 4px;
}

.mon{
	background-image: url(images/day-mon.jpg);
}

.tue{
	background-image: url(images/day-tue.jpg);
}

.wed{
	background-image: url(images/day-wed.jpg);
}

.thur{
	background-image: url(images/day-thur.jpg);
}

.fri{
	background-image: url(images/day-fri.jpg);
}

.sat{
	background-image: url(images/day-sat.jpg);
}

.sun{
	background-image: url(images/day-sun.jpg);
}


tr.alt td{
	background-color: #fff;
}

tr.gain td{
	background-color: #d9efe3;
}

tr.loss td{
	background-color: #f6dfe0;
}

a.more-btn{
	background-image: url(images/more-btn.png);
	padding-right: 14px;
	margin-left: 10px;
	width: 14px;
	cursor: pointer;
}

/* Not used...
tr.over td{
	background-color: rgba(242,242,242,1);
}

colgroup.over{
	background-color: rgba(242,242,242,1);
}
*/


.hidden{
	display: none;
}



.clear{
	clear: both;
}

