/*#MemberFunctions */
	#MemberFunctions {
		background-image: url('/images/layout/gradient.png');
		background-position: left bottom;
		background-repeat: repeat-x;
		background-color:#f9f9f9;
		
		border: 1px solid #ddd;
		margin-bottom: 1em;
		padding: .75em;
	}
	#MemberFunctions h2 {
		font-size: 100%;
		display:inline;
		margin: 0;
		float: left;
	}
	#MemberFunctions ul {
		text-align: right;
	}
	
	#MemberFunctions a, #MemberFunctions button{
		display:inline-block;
		
		margin-left:.5em;
		background-color:#e9e9e9;
		border:1px solid #dedede;
		border-top:1px solid #e9e9e9;
		border-left:1px solid #e9e9e9;
	
		font-family:Segoe UI, "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
		font-size:100%;
		line-height:130%;
		text-decoration:none;
		font-weight:bold;
		color:#565656;
		cursor:pointer;
		padding:5px 10px 6px 7px; /* Links */
	}
	
	#MemberFunctions button{
		width:auto;
		overflow:visible;
		padding:4px 10px 3px 7px; /* IE6 */
	}
	#MemberFunctions button[type]{
		padding:5px 10px 5px 7px; /* Firefox */
		line-height:17px; /* Safari */
	}
	#MemberFunctions button img, #MemberFunctions a img{
		margin: 0;
		margin-right:5px;
		vertical-align:middle;
		padding:0;
		border:none;
		width:16px;
		height:16px;
	}
	
	
	#MemberFunctions ul
	{
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	#MemberFunctions li
	{
		display: inline;
		list-style-type: none;
	}
	
	
	/* STANDARD */
	
	#MemberFunctions button:hover, #MemberFunctions a:hover{
		background-color:#dff4ff;
		border:1px solid #c2e1ef;
		color:#336699;
	}
	#MemberFunctions a:active{
		background-color:#6299c5;
		border:1px solid #6299c5;
		color:#fff;
	}
	
	/* POSITIVE */
	
	button.positive, #MemberFunctions a.positive{
		color:#529214;
	}
	#MemberFunctions a.positive:hover, #MemberFunctions button.positive:hover{
		background-color:#E6EFC2;
		border:1px solid #C6D880;
		color:#529214;
	}
	#MemberFunctions a.positive:active{
		background-color:#529214;
		border:1px solid #529214;
		color:#fff;
	}
	
	/* NEGATIVE */
	
	#MemberFunctions a.negative, #MemberFunctions button.negative{
		color:#d12f19;
	}
	#MemberFunctions a.negative:hover, #MemberFunctions button.negative:hover{
		background:#fbe3e4;
		border:1px solid #fbc2c4;
		color:#d12f19;
	}
	#MemberFunctions a.negative:active{
		background-color:#d12f19;
		border:1px solid #d12f19;
		color:#fff;
	}

