/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	color: #545454;
	background-color:#0B4C65;
	text-align:center;
}
td {
	background-color:#FFFFFF;
}
/* properties for all input elements */
input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	color: #222222;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #236a8f;
	text-align: center;
	margin: 0;
	padding: 0;
}
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    background-color:#EDF0F3;
	border: 2px solid #a7a7a7;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


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

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

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 */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}

/* Newsletters archive table on member.php */
.newsletters_archive td {
    padding: 2px;
    margin: 0px;
}
/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}

input#submit,input#reset,input#password,input#text,input#radio,input#button{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	left: 90px;
}
div#HeadMain {
	position: relative;
	top: 0;
	width: 937px;
	height: 241px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: url(/Images/Header.png) 0 0 no-repeat;
}
div#BodyBorder {
	position: relative;
	top: 0;
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	background: url(/Images/Body.png) 0 0 repeat-y;
	text-align: center;
}
div#Footer {
	position: relative;
	top: 0;
	width: 937px;
	height: 142px;
	margin-left: auto;
	margin-right: auto;
	background: url(/Images/Footer.png) 0 0 no-repeat;
	text-align: center;
}
h4 , p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	border: 0;
	text-align: inherit;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 8pt;
	color: #333333;
}
h4 a:link{
	font-size: 8pt;
	color: #888888;
	margin-bottom: 0;
}
h4 a:hover{
	color: #333333;
}
p, p a:link{
	font-family:Arial, Helvetica, sans-serif;
	color: #545454;
	margin: 0;
	padding: 0;
}
p a:hover{
	color: #74903a;
}
div#HeadGames {
	position: absolute;
	float:inherit;
	left: 658px;
	top: 161px;
	width: 67px;
	height: 21px;
	text-align:left;
}
div#HeadAbout {
	position: absolute;
	float: left;
	left: 610px;
	top: 161px;
	width: 67px;
	height: 21px;
	text-align:left;
}
div#HeadForum {
	position: absolute;
	float: left;
	left: 735px;
	top: 161px;
	width: 67px;
	height: 21px;
	text-align:left;
}
div#HeadContact {
	position: absolute;
	float: left;
	left: 801px;
	top: 161px;
	width: 67px;
	height: 21px;
	text-align:left;
}
div#ArticleBreak {
	position: relative;
	top: 0;
	width: 805px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	background: url(/Images/GameBreak.png) 0 0 repeat-x;
}
h5 , h5 a:link, h5 a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	color: #769143;
	border: 0;
	text-align: left;
	text-decoration: none;
}
h5 a:hover {
	color: #236a8f;
	text-decoration: underline;
}