
	/*
	** PUBLIC STYLES (ASSIGNABLE BY CONTRIB USERS
	*/
	
	
	/* generic table templates */
	.table-style-1 {width:100%;background-color:#FFFFFF;color:#000000;}
	.table-style-1 th {padding:4px;font-weight:bold;vertical-align:middle;border-bottom:3px solid #A4CBE2;text-align:center;background-color:#9d7569;color:#FFFFF5} /* A08580 */
	.table-style-1 td {padding:4px;margin:1px;background-color:#F0F8FF;border-bottom:1px solid #87CEFA;text-align:left;}
	
	/* related js sort and effects */
	#sorting-table-1 tr:hover td {background-color:#FFFFDD;}
	#sorting-table-1 th {cursor:pointer;}
	#sorting-table-1 th:hover {background-color:#866156;color:#FFFFFF;}
	#sorting-table-1 th.down {background:url(/i/sort-bar-down.gif) bottom center no-repeat scroll #866156;padding-bottom:11px;}
	#sorting-table-1 th.up {background:url(/i/sort-bar-up.gif) bottom center no-repeat scroll #866156;padding-bottom:11px;}
	.alt td {background-color:#FFFFFF;}
	
	
	
	
	
	
	
	
	
	/* generic table templates */
	.table_A {width:100%;background-color:#FFFFFF;color:#000000;}
	.table_A th {padding:4px;font-weight:bold;vertical-align:middle;border-bottom:3px solid #A4CBE2;text-align:center;background-color:#9d7569;color:#FFFFF5} /* A08580 */
	.table_A td {padding:4px;margin:1px;background-color:#F0F8FF;border-bottom:1px solid #87CEFA;text-align:left;}
	
	/* related js sort and effects */
	#table_A_sort tr:hover td {background-color:#FFFFDD;}
	#table_A_sort th {cursor:pointer;}
	#table_A_sort th:hover {background-color:#866156;color:#FFFFFF;}
	#table_A_sort th.down {background:url(/i/sort-bar-down.gif) bottom center no-repeat scroll #866156;padding-bottom:11px;}
	#table_A_sort th.up {background:url(/i/sort-bar-up.gif) bottom center no-repeat scroll #866156;padding-bottom:11px;}
	.alt td {background-color:#FFFFFF;}
	
	/* --- generic markup --- */
	
	.HR {height:1px;background:url(/i/HR.gif) center repeat-x scroll;}
	
	.CLEAR {clear:both;margin:0;padding:0;}
	
	.L {text-align:left;}
	.R {text-align:right;}
	.T {vertical-align:top;}
	.B {vertical-align:bottom;}
	.C {text-align:center;}
	.M {vertical-align:middle;}
	
	.B-T {border-top:1px solid #5e6c5b;}
	.B-R {border-right:1px solid #5e6c5b;}
	.B-B {border-bottom:1px solid #5e6c5b;}
	.B-L {border-left:1px solid #5e6c5b;}
	
	.P-N {padding:0 ! important;}
	.P-T {padding-top:12px ! important;}
	.P-R {padding-right:12px ! important;}
	.P-B {padding-bottom:12px ! important;}
	.P-L {padding-left:12px ! important;}
	.P-A {padding:12px ! important;}
	
	.TODO {color:#FF0000 ! important;background-color:#FFFFCC ! important;}
	
	
	