body {
	color: #433;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0px;
	background: #fff;
}

input, select, textarea {
}

a {
	text-decoration: underline;
}
a:hover {
}

th {
	font-weight: bold;
}

#page { 
	width: 760px;
	margin: 0px auto;
	position: relative;
	background: #fff;
}

/* TAB NAV */
ul#tab_nav {
	border-bottom: 1px solid #7DF9FF;
	font-size: 12px;
	font-family: arial;
	list-style: none;
	height: 22px;
	padding: 0 5px 0 10px;
	margin: 0;
}
ul#tab_nav li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
}
ul#tab_nav a {
	background: #FFED9F;
	color: #5C4033;
	display: block;
	line-height: 12px;
	padding: 5px 10px;
	text-decoration: none;
}
ul#tab_nav a.selected {
/*	color: #cc6600;*/
	background: #EEF9FF;
	border: 1px solid #7DF9FF;
	border-bottom: none;
}
ul#tab_nav a:hover {
	background: #ff7f00;
	color: #fff;
}
ul#tab_nav li.right {
	float: right;
}

#content_wrapper {
	background: #EEF9FF;
	padding-top: 10px;
}

#flash_notice {
	background: #ddf;
	border: 1px solid #99c;
	color: #669;
	font-size: 13px;
	font-weight: bold;
	margin: 0 10px 10px;
	padding: 10px;
}
#close_flash_notice {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

#content {
	background: #fff;
	float: left;
	width: 500px;
	margin: 0 10px 10px;
	padding: 10px;
}

#content .header {
	background: #FFFDBF;
	border-bottom: 1px solid #7DF9FF;
	margin: -10px -10px 10px -10px;
	padding: 7px 10px;
	position: relative;
}
#content .header h1 {
	color: #5C4033;
	font-size: 18px;
	line-height: 24px;
}

#content .header .subtitle {
	color: #7C6053;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	width: 55%;
}

#content .header .tools {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	top: 0;
	right: 10px;
	padding-top: 6px;
	text-align: right;
	line-height: 20px;
}

#content p {
	margin: 0 0 10px 0;
}

#sidebar {
	float: right;
	margin: 0 10px 0 10px;
	width: 200px;
}

#sidebar p {
	margin-bottom: 10px;
}

#subnav {
	
}
#subnav li {
	
}
#subnav li a {
	background: #ddf;
	color: #777;
	display: block;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin: 0 0 10px -20px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-left: none;
}
#subnav li a.selected {
	background: #fff;
	color: #444;
	font-weight: bold;
}
#subnav li a:hover {
	background: #bbe;
}

#sidebar div.button {
	background: #FFC;
	border: 1px solid #CC9;
	margin: 0 0 15px 0;
}
#sidebar a.button {
	background: #EFEDAF;
	color: #444;
	display: block;
	font-size: 15px;
	letter-spacing: -1px;
	padding: 10px;
	text-decoration: none;
}
#sidebar a.button:hover {
	background: #CC9;
	text-decoration: none;
}
#sidebar div.button form {
	padding: 10px;
}
#sidebar div.button p.instructions {
	font-size: 11px;
	margin: 5px 0;
}
#sidebar div.button ul {
	margin: 10px;
}

#sidebar .module {
	background: #f2f2ff;
	font-size: 11px;
	padding: 10px;
	margin: 0 0 20px 0;
}
#sidebar .module h4 {
	background: #eec;
	border-bottom: 1px solid #7df9ff;
	font-size: 13px;
	letter-spacing: -1px;
	margin: -10px -10px 10px -10px;
	padding: 3px 10px;
}

#sidebar .note {
	background: #ffd;
	font-size: 11px;
	padding: 10px;
	margin: 0 0 10px 0;
}

#personal_toolbar {
	position: absolute;
	top: 15px;
	right: 10px;
}

h1#logo {
	font-weight: bold;
	margin: 10px;
}
h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0 0 20px 0;
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}

h4 {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 15px;
}

p.date {
	font-size: 12px;
	padding: 0px 0px 20px 10px;
	margin: 0px;
}

ul,ol {
	margin: 3px 10px 12px 0px;
}

div.error {
	background: #fee;
	color: #c00;
	border: 1px solid #c00;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0 10px 10px;
}
div.message {
	background: #eef;
	color: #00c;
	border: 1px solid #00c;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0 10px 10px;
}

span.note {
	color: #f33;
}

#rule_text, textarea.rule {
	font-family: georgia, serif;
	width: 98%;
}

#rules {
	font-size: 15px;
	line-height: 19px;
}
#rules li {
	border-top: 1px solid #eee;
	margin: 5px 0 0;
	padding: 5px 0 0;
}
#rules li.needs_attention span.rule_text {
	font-weight: bold;
}
#rules li.highlight {
	background: #ffc;
}
#rules li span.date {
	color: #aaa;
	font-family: Lucida Grande, arial, sans-serif;
	font-size: 11px;
}
#rules li span.date input {
	position: relative;
	top: 3px;
	left: 0;
}
#rules li span.links {
	font-family: Lucida Grande, arial, sans-serif;
	font-size: 11px;
}

#rules form.edit_rule {
	background: #ffc;
	font-size: 12px;
	padding: 5px;
}

div.content_wrapper {
	margin: 0 10px 10px;
}

form.auto_complete input {
	width: 172px;
}
#sidebar div.button form.auto_complete ul {
	margin: 0;
}
div.choice_box ul {
	background: #fff;
	border: 1px solid #666;
	font-size: 11px;
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.choice_box ul li.selected { background-color: #eec;}
div.choice_box ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
div.choice_box span.id { display: none; }

form#search_form {
	margin: 0 10px 10px;
	padding: 10px 0 0 0;
}

.sidebar_form {
	background: #efefe0;
	margin: 0 10px 20px;
	padding: 10px 0 0 0;
}

div#search_results {
	margin: 0 10px 10px;
}

div#schedule_controls span.thisMonth {
	font-size: 13px;
	font-weight: bold;
}

#schedule_form #submit {
	font-size: 13px;
	font-weight: bold;
}

p.create_account {
	border-bottom: 1px solid #efefe0;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 10px;
}

form#new_rule table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
form#new_rule table th {
	font-weight: normal;
	text-align: left;
	width: 200px;
}
form#new_rule table td {
}

form.normal {
	line-height: 17px;
}
form.normal p {
	margin: 0 0 10px 0;
}
form.normal label {
	font-size: 11px;
	font-weight: bold;
}
form.normal input.text {
	font-size: 13px;
	padding: 2px;
	width: 300px;
}
form.normal textarea {
	font-size: 13px;
	padding: 2px;
	width: 300px;
}
form.normal input.name {
	font-size: 17px;
	letter-spacing: -1px;
}
form.normal span.cancel {
}
form.normal input.submit {
	font-size: 15px;
	letter-spacing: -1px;
}

#footer {
	color: #777;
	font-size: 10px;
	margin: 5px 0 50px;
}

table.activity {
	border-collapse: collapse;
	width: 100%;
}
table.activity td {
	border-bottom: 1px solid #eee;
	padding: 2px 5px;
	vertical-align: middle;
}
table.activity tr.date td {
	border-bottom: 1px solid #999;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 0;
}
table.activity tr.date h3 {
	position: relative;
	left: -10px;
}
table.activity tr.date h3 span {
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 5px;
	position: relative;
	top: 1px;
	background: #999;
	color: #fff;
	text-transform: uppercase;
}
table.activity td.type span {
	color: #000;
	display: block;
	font-size: 11px;
	padding: 2px 5px;
	position: relative;
	width: 50px;
	text-align: center;
	left: -5px;
}
table.activity td.type span.reserved { background: #bbf; }
table.activity td.type span.canceled { background: #f99; }
table.activity td.type span.no_show { background: #f66;}
table.activity td.by {
	color: #777;
	font-size: 11px;
}

table.index {
	border-collapse: collapse;
	width: 100%;
}
table.index th {
	border-bottom: 1px solid #665;
}
table.index td {
	border-bottom: 1px solid #EFEDDF;
	padding: 2px 10px 2px 0;
}

.rule_comment {
	border-top: 1px solid #ccc;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
.comment_info {
	color: #999;
	font-family: "Lucida Grande";
	font-size: 11px;
}