﻿table.members
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 378px;
}

td.membersHeading
{
	text-align:right;
	font-weight:bold;
	padding-bottom:10px;
}

td.membersLabel
{
	width:150px;
	text-align:left;
}

td.membersField
{
	width:200px;
	text-align:right;
}

td.membersValidator
{
	width:24px;
	text-align:left;
}

td.membersFooter
{
	padding-top:10px;
	text-align:right;
}

td.membersError
{
	height:40px;
}

td.membersSpacer
{
	height:5px;
}

td.confirmationSpacer
{
	height:25px;
}

table.membersProfile
{
	width: 383px;
}

.membersCommand
{
	font-weight:bold;
}

.membersProfile span
{
	font-family: Century Gothic, Verdana, Arial;
	font-size: 13px;
	color: white;
}

table.membersDetails
{
	vertical-align: middle;
	height: 460px;
}


/* Overriden background images */
td.mainTopLeft
{
	background-image:url(../images/top_left_m.gif);
}

td.mainTopCenter
{
	background-image:url(../images/top_m.gif);
}

td.mainTopRight
{
	background-image:url(../images/top_right_m.gif);
}

td.mainMiddleLeft
{
	background-image:url(../images/left_m.gif);
}

td.mainMiddleCenter
{
	background-image: none;
	background-color: #F68F28;
}

td.mainMiddleRight
{
	background-image:url(../images/right_m.gif);
}

td.mainBottomLeft
{
	background-image:url(../images/bottom_left_m.gif);
}

td.mainBottomCenter
{
	background-image:url(../images/bottom_m.gif);
}

td.mainBottomRight
{
	background-image:url(../images/bottom_right_m.gif);
}