/* @override http://www.brutalbabes.net/amember/templates/css/amember.css */

/** aMember-specific styles here */

/* properties for entire page and text inside tables */
/* body, th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; color: white;
    font-size: 0.9em;
}
/* properties for all input elements */
/* input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
hr { 
    
}
ul, li { list-style: disc; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: white; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 { color: #7eae19; font-family: verdana; text-align: center; margin: 0.5em;
	font-weight: bold;
}
h1 { color: #fff; font-size: 140%;
}
h2 { color: #fff; font-size: 130%; }
h3 { color: #fff; font-size: 120%; }

/* other elements */
div.centered { text-align: center;
	font-variant: small-caps;
	font-size: 18px;
}
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
	border: 1px solid #b3ba8b;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;

    background-color: #002505;
    border: 1px none #fff;
	padding: 10px;
	margin-bottom: 10px;
}

td#ps {
	background-color: #051c00;
}

#signup table.vedit tbody tr td {
	background-color: #051c00;
}

body#idmerp {
	background-color: #002505;
}

#mt label b {
}

#signup table.vedit tbody tr th {
	background-color: #051c00;
}

#mt {
	background-color: #051c00;
}
/* vedit - header column (left) */
.vedit th { color: #fff; padding: 10px 15px 10px 10px; text-align: right; vertical-align: middle; background-color: #002505;
	border-style: hidden;
	border-width: 1px;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit { color: #fff; background-color: #002505; border: solid 1px; }
/* hedit - usual column */
.hedit td { color: #fff; padding: 5px; background-color: #fff; font-size: 8pt; background-color: #002505; border: solid 1px; }
/* hedit - header column */
.hedit th { color: #fff; padding: 5px; font-weight: bold; text-align: center; background-color: #002505; border: solid 1px; }

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
