/* NETFORUM CONFERENCE THEME */

/* Form Fields */
#content .nf-form-list {
	list-style-image: none;
	margin: 0!important;
}

.nf-form-list li {
	margin: 0 0 1em!important;
	list-style-type: none;
}

.nf-form label:nth-child(1) {
	display: block;
}

/* Required Form Fields */
.nf-required label:nth-child(1):before {
	content: '* ';
	color: red;
}

/* Makes jQuery UI autocomplete (organization selector) scrollbar */
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
}

/* Makes jQuery UI icons on same line */
.nf-form .ui-icon {
	display: inline-block;
}

/* Makes jQuery UI Dialog contents appear nice next to icons */
p .ui-icon {
	display: inline-block;
}

/* Submit Buttons */
.nf-form input[type=submit],
.nf-form input[type=button],
.nf-form button {
	background: #f90;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	font-size: .9em;
}

/* Hyperlinks */
.nf-form a {
	color: #3aa8b7;
	text-decoration: none;
}

/* My Account Tables */
.nf-table thead tr th,
.nf-table tbody tr td,
.nf-table tbody tr th,
.nf-account-head1 table tbody th,
.nf-account-head2 table tbody th {
	font-size: 1em;
	padding: 5px 10px;
	color: #000;
/* Cancels TwentyTwelve theme style */
	text-transform: none;
}

.nf-table thead {
	border: 1px solid #3aa8b7;
}

.nf-table thead tr th {
	background-color: #98c4c8;
	color: #000;
}

.nf-table tbody tr {
	border-bottom: 1px dotted #b9bbba;
}

.nf-table tbody {
	border-bottom: 2px solid #98c4c8;
}

/* My Account Table Row Alternation */
.nf-table tbody tr:nth-child(odd) {
	background-color: #f6fafb;
}

.nf-table tbody tr:nth-child(even) {
	background-color: #fff;
}

/* My Account Page Header Table Left */
.nf-account-head1 {
	float: left;
	width: 60%;
}

/* This Is The My Account Header Join/Renew Button */
.nf-account-head1 a {
	background-color: #fff;
  	color: #f90;
	padding: 4px 10px;
	border-radius: 5px;
}

.nf-account-head1 table tbody,
.nf-account-head1 table tbody td{
	color: #000;
	background-color: #98c4c8;
}

.nf-account-head1 table tbody tr td,
.nf-account-head2 table tbody tr td,
.nf-account-head1 table,
.nf-account-head2 table {
/* Cancels TwentyTwelve theme style */
	border: none;
}

/* My Account Page Header Table Right */
.nf-account-head2 {
	float: right;
	width: 35%;
}

.nf-account-head2 table tbody {
	border: 1px solid #3aa8b7;
}

.nf-account-head2 table tbody tr td {
	padding-left: 10px;
}

.nf-account-head2 table tbody tr td .ui-icon {
	border: 2px solid #f90;
	border-radius: 5px;
	position: relative;
	top: 6px;
	margin-right: 5px;
}

.widget_nf_registration_widget_login .nf-form-list div {
margin:0 0 12px;
}

.widget_nf_registration_widget_login .nf-form-list div input[type="text"],
.widget_nf_registration_widget_login .nf-form-list div input[type="password"] {
width:97%;
}

/* AGU Member Page */

.post-content .agu-member-page-content {
	float:left;
	width:500px;
}

.post-content .agu-member-page-content form {
	margin:0 0 12px;
}

.post-content .agu-member-page-content h1 {
	font:bold 35px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color:#263842;
}

.post-content .agu-member-page-content p {
	font:18px/25px "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

.post-content .agu-member-page-image {
	float:left;
	width:419px;
}

.post-content .agu-member-page-image img {
	padding-bottom:4px;
	border-bottom:6px solid #263842;
}