/* GENERAL STYLES */
/* apps list style */

table.applist{
	width:100%;
	border-collapse:collapse;
	border:none;
}

table.applist thead tr th, table.applist tr thead td, table.applist tr td.heading {
	background: url(/images/table_title_grad2.jpg) #FFF repeat-x scroll top left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #CCC;	
	border-top: 1px solid #CCC;
	font-size:1.0em;
	font-weight:bold;
	color:#000033;

}

table.applist thead tr th, table.applist tr thead td {
	background: url(/images/datatable.gif) #FFF repeat-x scroll center left;
	font: normal normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #CCC;	
	border-top: 1px solid #CCC;

}

table.applist tr th{
	background: url(/assets/images/datatable.gif) #FFF repeat-x scroll center left;*/
	display:table-cell;
	border:none;
	border-bottom: 1px solid #CCC;
	padding:5px;
	text-align:left;
	vertical-align:top;
}


table.applist tr td{
	/*background: url(/images/datatablerow.gif) #FFF repeat-x scroll center left;*/
	display:table-cell;
	border:none;
	border-bottom: 1px solid #CCC;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

table.applist tr.odd th, table.applist tr.odd td{
	background: url(/images/table_title_grad2.jpg) #FFF repeat-x scroll top left;
	display:table-cell;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

table.applist tfoot tr th {
	background: url(/images/datatable.gif) #FFF repeat scroll center left;
	border-top: 1px solid #CCC;
	font: normal normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	z-index: 1000000
}

table.applist tfoot tr td {
	background: url(/images/datatable.gif) #FFF repeat scroll center left;
	border-top: 1px solid #CCC;
	font: italic normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	z-index: 1000000
}



/* EDITOR PROPERTIES */

