@charset "utf-8";
/* INFORMATION CLASSES START */
	.info_error		{ color: #ff2222; }
	.info_success	{ color: #009900; }
	.info_attention	{ color: #2222ff; }   

/* General */
	table tr.highlight	{ background-color:#DDDDDD; }
	table tr.dark		{ background-color:#eeeeee; }
	table tr.light		{ background-color:#ffffff; }
	
	table tr.hidden		{ display:none; }
	td.actions			{ padding-bottom:10px; }
	td.disabled_text	{ color:#777777; }
	
/* list */
	table.list th, table.list td{
	    padding-left: 2px;
	    padding-right: 2px;
	}
	table.list th{
	    background-image: url('images/header_bck.gif');
	    color:#666666;
	    font-weight:bold;
	}
	table.list th a.sorted_down{
		padding-right:15px; /*adjust bullet image padding*/
		background:transparent url(images/arrow_down.gif) no-repeat center right;
	    color:#DD7799;
	}
	table.list th a.sorted_up{
		padding-right:15px; /*adjust bullet image padding*/
		background:transparent url(images/arrow_up.gif) no-repeat center right;
	    color:#DD7799;
	}
	table.list img.thumb{
	    margin:2px;
	    border-width:1px;
	    border-color:#000000;
	    border-style:solid; 
	}
	
/* modify */
	table.modify th{
	    color:#666666;
	    font-weight:bold;
	}
	table.modify th span.required{
    	color:#FF0000;
	}

/* view page */	
	table.view th{
	    color:#666666;
	    font-weight:bold;
	}
	
