/* Container for the tabs and member fields */
#BCMAMemberSub
{
	display: none;
}

/* instructions */
#BCMAMemberSubInstr
{
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

/* TAB STYLES */
#BCMAMemberSubTab
{
	width: 95%;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	/*border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
}

.BCMAMemberSubTabSpace
{
	margin-top: 28px;
	
	font-size: 1px;
	width: 3%;
	float: left;
	border-bottom: 1px solid #706F6B;
	
}

.BCMAMemberSubTabLink
{
	font-weight: bold;
	color: #706F6B;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #706F6B;
	border-left: 1px solid #706F6B;
	border-right: 1px solid #706F6B;
	border-top: 1px solid #706F6B;
	text-align: center;
	height: 15px;
	line-height: 15px;
}

A.BCMAMemberSubTabLink:Link, A.BCMAMemberSubTabLink:Active, A.BCMAMemberSubTabLink:Visited
{
	text-decoration: none;
}

A.BCMAMemberSubTabLink:Hover
{
	background-color: #FFFFFF;
}

.BCMAMemberSubTabLinkSelected
{
	font-weight: bold;
	
	color: #706F6B;
	text-decoration: none;
	display: block;
	border-left: 1px solid #706F6B;
	border-right: 1px solid #706F6B;
	border-top: 1px solid #706F6B;
	text-align: center;
	height: 15px;
	line-height: 15px;
}

A.BCMAMemberSubTabLinkSelected:Link, A.BCMAMemberSubTabLinkSelected:Active, A.BCMAMemberSubTabLinkSelected:Visited, A.BCMAMemberSubTabLinkSelected:Hover
{
	text-decoration: none;
}

.BCMAMemberSubTabItem
{
	width: 20%;
	margin-top: 14px;
	float: left;
}

/* MEMBER FIELD STYLES */

.BCMAMemberSubData
{
	border-style: solid;
	border-color: #706F6B;
	border-width: 1px;
	padding: 5px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.BCMAMemberSubDataList
{
	margin:0;
	padding:0;
	list-style: none;
}

.BCMAMemberSubDataListItem
{
	padding:0;
	margin-top: 5px;
	width: 100%;
	height: 25px;
}

.BCMAMemberSubDataListItemLabel
{
	font-weight: bold;
	display: block;
	float: left;
	width: 70px;
}

.BCMAMemberSubDataListItemInput
{
	float: left;
	margin-left: 5px;
	width: 250px;
}

.BCMAMemberSubDelete
{
	width : 100px;
	height: 22px; 
	background-position: center center;
	background-image: url(http://www.museumsassn.bc.ca/Images/ButtonBackGround.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;	
	display: block;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	margin-top: 5px;
}

a.BCMAMemberSubDelete:Link, a.BCMAMemberSubDelete:Hover, a.BCMAMemberSubDelete:Visited, a.BCMAMemberSubDelete:Active
{
	text-decoration: none;
}
