﻿/* $Quick Post
/*****************************/
	.content-fragment.quick-post .internal-link.add-post { text-decoration:none; background: url('../Images/quickpost-post-button.gif') no-repeat right -34px; color: #2A2E37; }
		.content-fragment.quick-post .internal-link.add-post span { text-decoration:none; background: Transparent url('../Images/quickpost-post-button.gif') no-repeat scroll left top; }
	.content-fragment.quick-post a.internal-link.add-post:hover { text-decoration:none; background: Transparent url('../Images/quickpost-post-button-hover.gif') no-repeat right -34px; }
	.content-fragment.quick-post a.internal-link.add-post:hover span { text-decoration:none; background: Transparent url('../Images/quickpost-post-button-hover.gif') no-repeat scroll left top; }
	
	.content-fragment.quick-post a.internal-link.add-post.disabled { text-decoration:none; color:#ccc; background: Transparent url('../Images/quickpost-post-button-disabled.gif') no-repeat right -34px; }	
	.content-fragment.quick-post a.internal-link.add-post.disabled span {  text-decoration:none; background: Transparent url('../Images/quickpost-post-button-disabled.gif') no-repeat scroll left top; }

