/** aMember-specific styles here */

.h2_error {
	color: #a00;
}

/* properties for entire page and text inside tables */
table, div {border:0}

body{
	margin: 0; padding: 0;
	background: #fff url(../../../wp-content/themes/scc/_img/body_bg.png) 0 0 repeat-x;
	font-family: Verdana, sans-serif; font-size: 12px; color: #333;
}

/* properties for all input elements */
input, textarea {
    font-family: helvetica,arial,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #ddd;
    border: 0;
    width: 100%;
    height: 0px;
}
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; } 
.loggedInLink {font-size: 10pt; font-weight: bold; line-height: 160%}

a{
	color: #08f;
}

/* properties for headers */
h1,h2,h3,h4 {
    color: #000;
    font-weight: bold;
    text-align: left;
    margin: 30px 0 10px;
}
	
	h2 small{
		font-weight: normal;
	}
	h3{
		background: #E7E7E7;
		border-bottom: 1px solid #cfcfcf;
		font-weight: bold;
		padding: 5px 10px;
	}
	h4#loggedInNote {color: #0a0}


.container{
		display: block;
		margin: 0; padding: 0;
		width: 900px;
		background: transparent url(../../../wp-content/themes/scc/_img/cont_bg.png) 0 0 no-repeat;
		position: relative;
	}
		.head{
			display: block;
			margin: 0; padding: 0;
			width: 947px; height: 114px;
			position: relative;
		}
		
			h1{
				display: block;
				margin: 0; padding: 0;
				width: 240px; height: 80px;
				position: absolute; top: 24px; left: 24px;
			}
				
				h1 a{
					display: block;
					margin: 0; padding: 0;
					width: 240px; height: 80px;
					background: transparent url(../../../wp-content/themes/scc/_img/sports_career_consulting.png) 0 0 no-repeat;
					text-indent: -5000px;
					outline: 0;
				}
		.cont{
			display: inline;
			margin: 0 0 0 45px; padding: 0;
			width: 900px;
			float: left; clear: both;	
			position: relative;
		}
				
h1 { font-size: 140%; }
h2 { font-size: 130%; margin: 0; padding: 0; }
h3 { font-size: 100%; }

/* other elements */
div.centered { text-align: left; background: transparent; margin:0px; padding-top: 10px; width:90%; float: left;}
div.centered table {
    margin: 0; 
    text-align: left;
}
ul,ol { margin-left: 40px;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
	width: 600px;
	background: transparent;
	border:0;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: top;
    padding: 15px 0;
	background: transparent;
	border:0;		

}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
	background: transparent;
	border:0;		

}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: left; }


/* hedit - horizontal table (payments list) */
.hedit {
	width: 95%;
    border: solid 0px #8CACBB;
    margin: 0 5px;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 0px #8CACBB;
    font-weight: normal;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: left;

    background-color: #fff;
    border: solid 0px #8CACBB;
}

#payment{
	margin: 10px 10px 0;
}
table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 3px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: normal;
    color:#FFF;
}
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;
}

.logout{
	position: absolute; top: 20px; right: 10px;
	font-size: 10px;
}
	.logout a{
		color: #333;
		text-decoration: none;
	}
	
	.logout a em{
		color: #a00;
		font-weight: bold;
	}
	
	.not_registered{
		display: block;
		width: 400px;
		float: left; clear: left;
		font-size: 90%;
		color: #a00;
	}
	
	.am_login_form{
		display: block;
		margin-top: 0px;
		width: 400px;
		float: left; clear: left;
	}
	
	.am_forgot_password_form{
		display: block;
		margin-top: 80px;
		float: left; clear: left;
	}
	
		.am_login_form div,
		.am_forgot_password_form div{
			margin: 5px 0; padding: 0;
			float: left; clear: left;
		}
		
			.am_login_form div label,
			.am_forgot_password_form div label{
				display: block;
				width: 100px;
				float: left; clear: both;
			}
			
			.am_login_form div .field,
			.am_forgot_password_form div .field{
				float: left; clear: none;
			}