/* INFORMATION CLASSES START */
	.info_error		{ color: #ff2222; }
	.info_success	{ color: #009900; }
	.info_attention	{ color: #2222ff; }   

/* General */
	table tr.highlight	{ background-color:#F5F5F5; }
	table tr.dark		{ background-color:#CFCFCF; }
	table tr.light		{ background-color:#E5E5E5; }
	
	table tr.hidden		{ display:none; }
	td.actions			{ padding-bottom:10px; }
	td.disabled_text	{ color:#777777; }
	
/* list */
	table.list{
		min-width: 55%;
		
	}
	table.list th{ 
	    padding-left: 2px;
	    padding-right: 2px;
	}
	table.list td{
		padding-left: 2px;
	    padding-right: 2px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    min-height: 24px;
	}
	table.list th{
	    background-image: url('../images/header_bck.gif');
	    color:#666666;
	    font-weight:bold;
	    /*min-width: 80px;*/
	   
	}
	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; 
	}
	table.list th.multiple_action_column{
		width: 40px;
	}
	table.list th.action_link_column{
		width: 115px;
	}
	table.list th.checkbox_column{
		min-width: 65px;
		max-width: 350px;
		width: 65px;
		padding-left: 2px;
		padding-right: 2px;
	}
	table.list th.normal_column{
		min-width: 150px;
		padding-left: 2px;
		padding-right: 50px;
		
	}
	
	.table_header{
		border-bottom: thin;
		border-bottom-color: black;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
/* modify */
	table.modify th{
	    color:#666666;
	    font-weight:bold;
	}
	table.modify th span.required{
    	color:#FF0000;
	}

/* tooltip page */	
table.tooltip_view {
	    /*color:#666666;*/
	    font-weight: normal;
	    min-width: 50%;
	    padding-bottom: 20px;
	}
	table.tooltip_view th{
	    /*color:#666666;*/
	    font-weight: normal;
	    min-width: 150px;
	    text-align: left;
	    background-color: #CFCFCF;
	}
	table.tooltip_view td{
	    /*color:#666666;*/
	    font-weight: normal;
	    min-width: 150px;
	    
	    border-bottom: thin;
	    border-bottom-color: black;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    vertical-align: top;
	    
	}


/* view page */	
	table.view {
	    /*color:#666666;*/
	    font-weight: normal;
	    min-width: 50%;
	}
	table.view th{
	    /*color:#666666;*/
	    font-weight: normal;
	    min-width: 150px;
	    text-align: left;
	    background-color: #CFCFCF;
	}
	table.view td{
	    /*color:#666666;*/
	    font-weight: normal;
	    min-width: 400px;
	   background-color: #E5E5E5;
	    
	}
	
	
	.issue_title{
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	.date{
		font-size: x-small;
		
	}
	.title_style{
		background-color: #87CEFA;;
	}
	#left_links{
		display: block;
		float: left;
		text-align: left;
		padding-bottom: 20px;
		padding-top: 5px;
	}
	
	#right_links{
		display: block;
		text-align: right;
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.order_up_link{
		vertical-align: middle;
		padding-left: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
		
		background-image: url("../images/up.png") ;
		background-repeat: no-repeat;
		
	}
	.dissabled_order_up_link{
		vertical-align: middle;
		padding-left: 23px;
		
		
		
	}
	.dissabled_order_down_link{
		vertical-align: middle;
		padding-left: 24px;
		
	}
	.order_down_link{
		vertical-align: middle;
		padding-left: 24px;
		padding-top: 5px;
		padding-bottom: 5px;
		
		background-image: url("../images/down.png") ;
		background-repeat: no-repeat;
		
	}
	.delete_link{
		vertical-align: middle;
		padding-left: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		
		background-image: url("../images/document_delete.png") ;
		background-repeat: no-repeat;
		
	}
	.modify_link{
		vertical-align: middle;
		padding-left: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		
		background-image: url("../images/edit.png") ;
		background-repeat: no-repeat;
		
	}
	
	.view_link{
		vertical-align: middle;
		padding-left: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
		
		background-image: url("../images/edit.png") ;
		background-repeat: no-repeat;
		
	}
	
	
	
	
	
	

