
/**
 * @author
 * Web Design Enterprise
 * Phone: 786.234.6361
 * Website: www.webdesignenterprise.com
 * E-mail: info@webdesignenterprise.com
 * 
 * @copyright 
 * This work is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License. 
 * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
 *
 * Be aware, violating this license agreement could result in the prosecution and punishment of the infractor.
 *
 * © 2002-2009 Web Design Enterprise Corp. All rights reserved.
 */


table.wde {
	margin: 0;
	background:  #FFF;
	border-spacing: 0;
	border-top: 1px solid #8EACE3;
	border-right: 1px solid #8EACE3;
	border-left: 1px solid #8EACE3;
}
table.wde tr:nth-child(even) {
	background: #FFF;
}
table.wde tr:nth-child(odd) {
	background: #ECF0FF;
}
table.wde td {
	height: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #8EACE3;
}
table.wde tr:hover {
	background: #FFFFD4;
}
