
.linkButton {color: pink;text-decoration: underline;}
.linkButton:hover {text-decoration: underline;} 

td {vertical-align: top;padding: 5px;}
input[type=text] {width: 250px; padding: 3px;}

.ordering {color: white;}

.contentHighLightList {padding-bottom:40px; width:720px;}
	.contentHighLightList td {padding: 5px;border-bottom: 1px solid #ddd;}
	.contentHighLightList a {text-decoration: underline;}
	
	a.moveTop, a.moveUp, a.moveDown, a.moveBottom, a.remove { 
		background: url("/style/contentmanager/cm70/arrow_top.png") no-repeat 0px 0px;
		text-indent:-500000px;
		height:16px; 
		width: 16px;
		display:block;
		}
		
		a.moveUp {background: url("/style/contentmanager/cm70/arrow-up.png") no-repeat 0px 0px;}
		a.moveDown {background: url("/style/contentmanager/cm70/arrow_down.png") no-repeat 0px 0px;}
		a.moveBottom {background: url("/style/contentmanager/cm70/arrow_bottom.png") no-repeat 0px 0px;}
		
		a.remove {background: url("/style/contentmanager/cm60/16_icons/cross.png") no-repeat 0px 0px;}
		
#contentHihghlightMessage .messagetype-error {color: red; padding: 10px;font-weight: bold;}
#contentHihghlightMessage .messagetype-success {color: green; padding: 10px 10px 20px 10px;font-weight: bold;}