﻿.MemberAction
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.MemberAction .bgRight
{
	width: 40px;
	background-image: url('image.axd?pic=Images/member_action_bg_right.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}
.MemberAction .bgCenter
{
	background-image: url('image.axd?pic=Images/member_action_bg_center.jpg');
	height: 45px;
}
.MemberAction .bgLeft
{
	width: 40px ! important;
	background-image: url('image.axd?pic=Images/member_action_bg_left.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}

.Action
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px silver;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
	background-image: url('image.axd?pic=Images/title_background_reverse.gif');
}
.ActionSpan
{
	padding-left: 5px;
	padding-right: 5px;
}
.ActionButton
{
	border-right: #009900 1px solid;
	border-top: #009900 1px solid;
	border-left: #009900 1px solid;
	border-bottom: #009900 1px solid;
	background-image: url('Images/button.gif');
	border-color: #FFFFFF;
	height: 25px;
	width: 100px;
	color: #ffffff;
}
.ActionButtonDark
{
	border-right: #009900 1px solid;
	border-top: #009900 1px solid;
	border-left: #009900 1px solid;
	border-bottom: #009900 1px solid;
	background-image: url('Images/button_dark.gif');
	border-color: #FFFFFF;
	height: 25px;
	width: 100px;
	color: #ffffff;
}
.ActionButtonOver
{
	border: solid 1px White;
	background-image: url('Images/button_over.gif');
	height: 25px;
	width: 100px;
	color: White;
	cursor: pointer;
}
