/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */

table.content_table {
	border: 0px;
}

table.content_table thead tr th {
	text-align: center;
	border-bottom: 2px solid #900000;
}

table.content_table tbody tr th {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

table.content_table thead tr td {
	border-bottom: 1px solid #CCCCCC;
}

table.content_table tbody tr td {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	
}
