body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #cccccc;
}

h1 {
  margin: 0;
  padding: 0;
  display: inline;
}

body.main h1 {
	display: block;
	margin-bottom: 10px;
}

h2 {
  margin: 0;
  padding: 0;
  display: inline;
}

.clear {
	clear: both;
}

a {
	color: #8E0909;
}

a:hover {
	color: #E90E0E;
}

a.hidden {
	color: #333;
	text-decoration: none;
}

.approve {
	color: #006633;
	font-weight: bold;
}

.unverify {
	color: #8E0909;
	font-weight: bold;
}

img {
  border: none;
}

p.add_new {
}

p.date {
	line-height: 24px;
	height: 30px;
	font-weight: bold;
	margin: 0;
}

span {
	display: inline;
}

p.add_new a {
  padding: 5px 7px 5px 7px;
  background: #777;
}

p.add_new a {
	color: #EEE;
}

p.add_new a:hover {
	color: #FFF;
}

#content {
  padding: 10px 20px;
}

#content span {
	margin: 0;
	padding: 0;
}

#content div.dinner_entry {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #DDD;
}

.even {
	background: #EFEFEF;
	border: 0;
}

.odd {
	background: #FFF;
	border: 0;
}

/*#content div.dinner_entry h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
}

#content span.dinner_date {
  line-height: 24px;
  height: 30px;
  font-weight: bold;
}

#content div.dinner_info {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-top: 5px;
  padding-bottom: 5px;
}

#content div.dinner_info div.dinner_location {
  padding: 10px 40px 10px 10px;
  color: #555;
  float: left;
  height: 75px;
}

#content div.dinner_info div.dinner_location span.dinner_location_name {
  margin: 0;
  padding: 0;
  display: inline;
}

#content div.dinner_info div.dinner_cost {
  padding: 10px 40px 10px 10px;
  color: #555;
  float: left;
  height: 75px;
}

#content div.dinner_info span.num {
  display: inline;
  font-size: 16px;
  color: #333;
}

#content div.dinner_info div.dinner_attendance {
  padding: 10px 40px 10px 10px;
  color: #555;
  float: left;
  height: 75px;
}
*/
#title {
  position: relative;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 960px;
  background: #fff;
}

div#user_bar {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 16px;
}

div#user_bar div#user-bar-greeting {
  margin-bottom: 8px;
}

div#user_bar a {
  color: #fff;
}

#logo {
}

#masthead {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 960px;
  background: #fff;
}

#wrapper {
  margin: 0 auto;
  width: 920px;
  padding: 5px 20px;
  background: #fff;
}

div#manage_users_link {
  float: right;
  margin: 8px 0 10px 0;
  padding: 8px;
  background: #f1f1f1;
  border: 1px solid #ccc;
}

div#manage_users_link a {
  font-size: 14px;
  color: #000;
}

ul#nav {
  margin: 15px auto;
  padding: 0 0 0 40px;
  display: block;
  background: #fefefe;
  border: solid #efefef;
  border-width: 1px 0;
  text-align: center;
  line-height: 17px;
  height: 58px;
}

ul#nav li {
  font-size: 1em;
  margin: 0;
  /*background: #EEE;*/
  padding: 5px 38px;
  display: block;
  float: left;
}

ul#nav li.is_fire_island_gay {
	margin-left: 40px;
}

ul#nav li a {
  color: #990000;
  font-weight: bold;
  font-size: 1.03em;
  text-decoration: none;
  font-family: "Palatino", serif;
}

ul#nav li a:hover {
  text-decoration: underline;
}

ul#member_nav {
  margin: 15px auto;
  padding: 8px 0;
  display: block;
  background: #EEEEEE;
  text-align: left;
}

ul#member_nav li {
  display: inline;
  font-size: 1em;
  margin: 0 8px 0 0;
  /*background: #EEE;*/
  padding: 5px 7px 5px 7px;
}

ul#member_nav li a {
  color: #444;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  font-family: "Palatino", serif;
  border-bottom: 1px solid #444;
}

ul#member_nav li a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

div.notice {
  background: #ffebc1;
  font-size: 1.3em;
  margin: 8px;
  padding: 8px;
  border: 2px solid #fdbf3b;
}

table {
	border: solid;
	border-width: 1px;
	border-color: #ededed #ccc #ccc #ededed;
}
th {
	background: url(../images/header_bg.png) top left repeat-x #ffed9d;
}
th, td {
	border: #dedede solid;
	border-width: 0 1px 1px 0;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}
tr:hover {
	background: #ffffcc;
}

a.cancel {
  color: #997777;
}

/* Users */

div#user_left {
	width: 300px;
	float: left;
	margin-right: 15px;
}

div#user_info {
  font-size: .95em;
  color: #777;
}

div#user_info h3 {
	color: #333;
	font-size: .95em;
	margin: 0;
	padding: 0;
	display: inline;
}

div#user_series {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ccc;
  float: left;
  width: 530px;
}

div#user_series ul {
	list-style-type: none;
}

div#user_series ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

div#user_series ul li ul li {
	list-style-type: circle;
	margin: 0;
}

div#user_toolbox {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ccc;
  float: left;
}

div#user_toolbox ul {
	list-style-type: none;
}

div#user_toolbox ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

div#user_toolbox ul li ul li {
	list-style-type: circle;
	margin: 0;
}

div#user_cooking_schedule {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ccc;
float: left;
}

div#email_all_users, div.email_chance_date_attendees, div#view_all_users {
  float: right;
  margin: 0 0 0 0;
  padding: 15px;
  background: #efefef;
  border: 1px solid #ccc;
}

div#view_all_users {
  margin-right: 10px;
}

div#email_all_users_form {
  height: 350px;
  width: 400px;
  padding: 15px 40px;
  background: #efefef;
  border: 1px solid #ccc;
  text-align: left;
}

div#email_all_users_form a.close_link {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

div#email_all_users_form label {
  height: 1.2em;
  width: 100px;
}

div#email_all_users_form input#subject, div#email_all_users_form textarea#message {
  width: 300px;
  border: 1px solid #666;
  font-size: 1.2em;
}

div#email_all_users_form input#subject {
  margin-left: 5px;
}

div#email_all_users_form textarea#message {
  margin: -5px 0 0 62px;
  height: 250px;
}


div.email_chance_date_attendees_form {
  height: 250px;
  width: 400px;
  padding: 15px 40px;
  background: #efefef;
  border: 1px solid #ccc;
  text-align: left;
}

div.email_chance_date_attendees_form a.close_link {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

div.email_chance_date_attendees_form label {
  height: 1.2em;
  width: 100px;
}

div.email_chance_date_attendees_form input#subject, div.email_chance_date_attendees_form textarea#message {
  width: 300px;
  border: 1px solid #666;
  font-size: 1.2em;
}

div.email_chance_date_attendees_form input#subject {
  margin-left: 5px;
}

div.email_chance_date_attendees_form textarea#message {
  margin: -5px 0 0 62px;
  height: 150px;
}

div#balance {
	font-size: 16px;
	display: inline;
}

textarea#message {
	width: 190px;
}

/* Users */

p.act_as_user {
  float: right;
  padding: 15px;
  font-size: 1.1em;
  background: #efefef;
  border: 1px solid #ccc;
}

/* Midweek */

div.form {
	height: 300px;
}

p.block {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
}

ul#midweek_days {
	display: block;
}

ul#midweek_days li {
	float: left;
	width: 140px;
	background: #EEE;
	margin: 5px;
	text-align: center;
}

ul#midweek_days li a {
	display: block;
	line-height: 40px;
	height: 40px;
}

ul#midweek_days li a:hover {
	background: #CCC;
}

/* Dinners */

div#email_all_guests {
  float: right;
  margin: 0 75px 0 0;
  padding: 10px;
  background: #efefef;
  border: 1px solid #ccc;
}

/* Chance Date */

span.large_date {
	font-size: 20px;
}

div.registered_members {
	width: 250px;
	float: left;
}

div.registered_members ol, div.approved_guests ol, div.waiting_list ol {
	padding-left: 21px;
}

div.approved_guests {
	width: 260px;
	float: left;
}

div.waiting_list {
	width: 260px;
	float: left;
}

div.notes a.notes_link {
	color: #333;
	text-decoration: none;
	display: block;
}

div.notes a.notes_link:hover {
	background: #FFFDEB;
}

/* All Chance Dates */

div#all_series ul li.chance_date {
	margin-bottom: 40px;
}

div.chance_date_listing {
  margin: 4px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  background: #fff;
}

div.rooms_status {
  margin-left: 30px;
  display: inline;
}

div.rooms_status span {
  font-size: .9em;
  color: #006633;
}

table.room_assignments_table {
  background: #fff;
}

table.room_assignments_table td, table.room_assignments_table th {
  text-align: center;
}

table.room_assignments_table ul {
  margin: 0;
  padding: 0;
}

table.room_assignments_table ul li {
  margin: 0;
  padding: 0;
}

/* Nodes */

p.dont_display_in_nav {
  float: right;
  margin: -20px 60px 0 0;
  padding: 10px;
  font-size: 1.4em;
  width: 200px;
  background: #fafafa;
  border: 1px solid #f7f7f7;
}

/* Footer */

div#footer {
  margin: 10px auto;
  text-align: center;
}


.non_text_field {
 border: 1px solid #ddd;
 background: #efefef;
 padding: 3px;
 font-size: 1.1em;
}

.highlight {
	background:#FFFFCC;
}

.request_guest {
	display: inline;
}

/* Guest request on My page */

#user_series ul li {
	line-height: 24px;
}

#user_series form {
	display: inline;
}

#user_series form p {
	font-size: 12px;
	display: inline;
}

#user_series form div {
	display: inline;
}

#user_series form input {
	width: 100px;
}

/* Cooking Schedule */

div#cooking_schedule {
	margin-top: 15px;
	padding-left: 10px;
}

div#cooking_schedule div.heading {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

div#cooking_schedule div.date {
	width: 100px;
	padding-left: 10px;
}

div#cooking_schedule div.cooking {
	width: 150px;
}

div#cooking_schedule div.meal {
	width: 300px;
}

div.cooking_schedule_chance_date div.chance_date_date {
	width: 100px;
	float: left;
	padding: 10px 0 10px 10px;
}

div.cooking_schedule_chance_date div.chance_date_cooks {
	width: 150px;
	float: left;
	padding: 10px 0 10px 0;
}

div.cooking_schedule_chance_date div.chance_date_cooks p {
  margin: 0 0 10px 0;
}

div.cooking_schedule_chance_date div.chance_date_meal {
	width: 360px;
	float: left;
	padding: 10px 0 10px 0;
}

div.cooking_schedule_chance_date div.chance_date_meal p {
  margin: 0 0 10px 0;
}

div.cooking_schedule_chance_date div.chance_date_save {
	width: 240px;
	float: left;
	padding: 10px 0 10px 0;
}

span.is_verified {
	color: #006633;
	font-weight: bold;
}

span.is_not_verified {
	color: #8E0909;
	font-weight: bold;
}

/* Weekend Trading */

div.chance_date_trade_request {
	padding: 10px;
	height: 150px;
}

div.chance_date_trades {
	float: left;
	width: 420px;
	margin: 10px;
}

div.chance_date_trades h2 {
	background: #777;
	color: #FFF;
	display: block;
	padding: 7px 10px;
}

div.chance_date_trades_list {
	/* border: 1px solid #CCC; */
	padding: 10px;
}

span.chance_date_trade_request_manage {
	font-size: 11px;
}

span.small_text {
	font-size: 12px;
}

span.center {
	text-align: center;
	display: block;
}

span#new_trade div.form {
	background: #DDD;
	padding: 10px;
	line-height: 24px;
	height: 45px;
}

/* All Chance Dates */

div#all_series {
	/* width: 425px; */
	float: left;
	margin-right: 30px;
}

div#midweek_series {
	width: 425px;
	float: left;
}

/* Weekend Trade Contact */

div.trade_contact {
  height: 280px;
  width: 400px;
  padding: 15px 40px;
  background: #efefef;
  border: 1px solid #ccc;
  text-align: left;
}

div.trade_contact a.close_link {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

div.trade_contact p.sending_message_to {
  font-size: 1.5em;
}

div.trade_contact label {
  height: 1.2em;
  width: 100px;
}

div.trade_contact input#subject, div.email_ma_user textarea#message {
  width: 300px;
  border: 1px solid #666;
  font-size: 1.2em;
}

div.trade_contact input#subject {
  margin-left: 5px;
}

div.trade_contact textarea#message {
  margin: -5px 0 0 62px;
  height: 150px;
}

/* Postings */

div.posting {
	padding: 10px;
	margin-bottom: 25px;
}

div.postings {
	float: left;
	width: 420px;
	margin: 10px;
}

div.postings h2 {
	background: #777;
	color: #FFF;
	display: block;
	padding: 7px 10px;
}

div.posting_form_field {
	margin-bottom: 7px;
}

div.posting div.posting_title {
	display: block;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
}

div.posting div.posting_event_date {
	display: block;
	font-weight: bold;
}

div.posting div.posting_location_name {
	display: block;
}

div.posting div.posting_location_address {
	display: block;
}

div.posting div.posting_user {
	color: #666666;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

div.posting div.posting_description {
	margin: 10px 0 1px 0;
	display: block;
}

div.posting div.posting_url {
	display: block;
}

span.posting_manage {
	font-size: 11px;
}

div#year_select {
	float: right;
	background: #EEE;
	padding: 10px;
	margin-left: 10px;
}

div#year_select ul {
	text-align: right;
	margin: 0;
	padding: 0;
}

div#year_select ul li {
	list-style-type: none;
	float: left;
	text-align: right;
}

div#year_select ul li a {
	font-size: 16px;
	margin-right: 7px;
}

div#year_select ul li a.active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div#year_select h3 {
	display: inline;
	margin: 0;
	padding: 0;
}

body.users table tr td {
	font-size: 0.9em;
}