/* VIEW CSS Document iV4 */
/***** 
all styling according view button and the (popup) screen belonging to this view action button which are not already styled in css files as popup.css, forms.css and button.css, also extra styling setting for manage favorites popup
*****/

.tundra table.manage_view {
	}	
	.tundra .manage_view .displayrule,
	.tundra .manage_view .displaycolumns {
		background-image: url('../images/iconbuttons-sprite-height18px.png');
		background-repeat:no-repeat;
		min-width:18px;
		width:auto;
		height:18px;
		background-position: -144px 0;
		padding-left:20px;
		}
		.tundra .manage_view .displayrule:hover,
		.tundra .manage_view .displaycolumns:hover {
			background-position: -144px -18px;			
			}

.tundra .separator-line {
	border-top:3px dotted #CCCCCC;
	}