/*
 * Page module: Attend
 * 
 * MODULE LICENSE: GNU General Public License 3.0
 * 
 * @author		Karl Pierce
 * @copyright	(c) 2010
 * @license		http://www.gnu.org/licenses/gpl.html
 * * @version		0.76
 * @platform	Website Baker 2.8
 *
 * ------------------------------------------------------------------------------------------------
 *	MODULE VERSION HISTORY
 * ------------------------------------------------------------------------------------------------
 *	v0.72 beta (Karl Pierce :July,02, 2010)

 * ------------------------------------------------------------------------------------------------
*/
button {
	cursor:pointer;
}

#text_field {
	padding:5px;
}
#add_row {
	padding:5px;
}


#delete_row_number {
}

#hide_show_columns {
	text-align:left;
	padding:5px;
}
.checked {
	background:gray;
	color: #333;
}
#Main_table {
	float:right;
	width:100%;
}
#hide_show_columns_table {
	width:100%;
}
#hide_show_columns_table td {
	text-align:center
}
tbody tr.even:hover, tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}
tbody tr.odd:hover, tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}
#feedback{
	color:#900;
	
	}