hr
{
	color: #8C2129;
}

.centered
{
	font-size:12px;
}

.custom p
{
	font-size:12px;
	margin: 10px;
}

.custom #tabs
{
	margin-left:0px;
}

.custom #tabs li
{
	list-style:none;
	margin: 0px;
}

.custom #header
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: url('/images/trubal-logo-background.jpg') no-repeat; height: 150px; width: 960px;
	padding: 0px;
}

.custom #page h1
{
	font-size: 2em;
}

.redsplat  
{ 
	color:red;
}


/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: none;
    font-size:14px;
}

/* vedit - usual column (right) */
.vedit #ccrowtd
{
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;
    background-color: white;
    border: none;
}

.vedit #ccrowtd p
{

    margin: 20px;

}

/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: top;
    padding: 15px 10px 10px 10px;
    background-color: white;
    border: none;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    background-color: #ffffff;
    border: none;
}
/* vedit - heading row */
.vedit .headrow { color:#000000; font-size:14px; font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: none;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: none;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #ffffff;
    border: none;
}

#membertable h3, #signuptable h3
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 10px 0px;
}

#membertable td, #signuptable td
{
	font-size:12px;
}

#logintd, #memberlefttd
{
	border-right: 1px #8C2129 solid;
	margin: 5px;
	padding: 5px;
}

#signuptd, #memberrighttd
{
	margin: 5px;
	padding: 5px;
}

#container
{ 
  width: 99%;
  padding-left: 0px;
  padding-right: 0px;
  margin 0 0 0 20px auto;
}

#content 
{ 
  width: 100%;
  margin: 0 0 0 0 auto;
}

.one-column #content {
	margin: 0px auto;
	width: 100%;
}

#amember_wrapper
{
  width: 100%;
}


div.backend-wrapper 
{
    width: 100%;
    display: inline-block;
    text-align:left
}
