﻿#mytable table{	
	border-collapse:collapse;	
}

#mytable td{
	text-align:left;
	font-size:12px;
	font-family:arial;
	padding:4px 10px;
	line-height:16px;
	background:#c8ef8a;
	border-bottom:solid 3px #fff;
}

#mytable3 td{
	text-align:left;
	font-size:12px;
	font-family:arial;
	color:black;
	padding:1px 10px;
	line-height:16px;	
	background:#EEEEEE;
	border-bottom:solid 1px #fff;
}

#mytable3 th{
	text-align:left;
	font-size:12px;
	font-family:arial;
	color:black;
	padding:4px 10px;
	line-height:16px;	
	
	border-bottom:solid 3px #fff;
}

#mytable th{
	text-align:left;
	font-size:12px;
	font-family:arial;
	padding:4px 10px;
	line-height:16px;	
	text-align:right;
	border-bottom:solid 3px #fff;
}

.corp{
	background:transparent;
	font-size:11px;
	font-family:arial;	
	line-height:16px;
}

#mytable tfoot{
	background-color:#cccccc;
	color:#666666;
}

#mytable tfoot td{
	padding:15px;
	font-size:10px;
	text-align:left;
}

caption{
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0 0 20px 0;
	font-family:arial;
}

#mytable tbody tr.alt td,#mytable tbody tr.alt th{
	background: #B4F1B6;
}

#mytable tbody tr.over td, #mytable tbody tr:hover td, #mytable tbody tr.over th, #mytable tbody tr:hover th {
	background: #B4F1B6;
	color:#444444;
}

#mytable3 tbody tr.over td, #mytable3 tbody tr:hover td, #mytable3 tbody tr.over th, #mytable3 tbody tr:hover th {
	background: #93DF93;
	color:#444444;
}

.blueHead{
	color:#2291c0;
	font-size:14px;
	font-weight:bold;
}
