/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:white url('/images/background.jpg');font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#6b9f3a;}
h1 {font-size:3em;line-height:1;margin-bottom:0.1em;}
h2 {font-size:2em;margin-bottom:0.1em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:0.1em;}
h4 {font-size:1.2em;line-height:1.25;}
h5 {font-size:1em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#6b9f3a;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:540px;max-width:540px;}
th {font-weight:bold;}
thead th {background:#dddddd;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#eeeeee;}
tfoot {font-style:italic;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 .5em 1.5em .5em;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:200px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

label.error, .error_list {
	list-style:none;
	color:#8a1f11;
	font-size:10px;
	margin:2px 4px 10px 4px;
	padding:0;
	background:transparent;
	border:0;
}

input.error {
	background:#FBE3E4;
  border-color:#FBC2C4;
  padding:1px;
}

.inset {
	background:rgb(215,225,155);
	margin:15px 0;
}

/* structure.css */

#container {
  width:980px;
  margin:0 auto;
}

#members {
  padding:3px;
  background:#abbf39 url(../images/back.gif);
  float:left;
  width:980px;
  height:24px;
  border:1px solid white;
  border-top:0;
  -moz-border-radius:0 0 10px 10px;
  -webkit-border-radius:0 0 10px 10px;
}

#members form p, #members form input, #members form label {
  float:left;
  margin:0 3px;
  padding:1px;
}

#members form label {
  font-weight:bold;
}

#members li {
  margin:2px 4px;
  float:left;
  list-style:none;
}

#members li a, #members li strong, #user_menu p a {
  color:#444444;
  padding:2px 3px;
  font-weight:bold;
}

#members li a, #user_menu p a {
  display:inline;
}

#members li a:hover {
  background:white;
}

#header {
  clear:both;
}

#logo {
  width:150px;
  height:160px;
  display:block;
  float:left;
  margin:10px;
}

#logo h1 {
  margin-left:-9999px;
}

#menu {
  float:right;
  margin:10px 0 0 0;
}

#menu ul {
  margin:0;
}

#menu li {
  float:left;
  margin:0 2px;
  list-style:none;
}

#menu li a {
  color:#6b9f3a;
  font-weight:bold;
  font-size:1.2em;
  padding:3px;
  display:block;
}

#menu li a:hover {
  color:white;
  background:#6b9f3a;
}

#chart_banner {
  margin:10px 0;
  float:right;
  width:750px;
  text-align:right;
}

.leftbox {
  border:1px solid #abbf39;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-top:10px;
  padding:5px;
}

.leftbox li {
  display:block;
}

hr {
  margin:5px 0;
  clear:both;
  height:0px;
  background:white;
  border:0;
}

#left {
  float:left;
  width:212px;
  margin:0 5px 35px 0;
  clear:both;
}

.thanks {
  margin:5px 5px 0 5px;
  font-size:10px;
}

#middle {
  float:left;
  width:550px;
  margin:0 5px 35px 5px;
}

#content {
  margin-bottom:5px;
  padding:5px;
  border:1px solid #abbf39;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.side-item {
  padding:5px 0 15px 0;
  border:1px solid #abbf39;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-bottom:10px;
}

.side-item h3 {
  margin:5px;
}

.side-item .margin {
  margin:2px 5px;
}

.side-item li {
  list-style:none;
}


#chart {
  padding:5px;
  border:1px solid #CD251C;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-top:10px;
  color:#CD251C;
}

#chart h1 {
  color:#CD251C;
}

#contact {
  margin:10px 0;
  padding:5px;
  border:1px solid #abbf39;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

#right {
  float:left;
  width:198px;
  margin-left:5px;
}

.right_box {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border:1px solid #abbf39;
  margin-bottom:10px;
  padding:5px;
}

#bottom {
  clear:both;
  position:fixed;
  background:red;
  bottom:0;
  width:980px;
  padding:2px;
  background:#abbf39 url(../images/back.gif);
  height:24px;
  border:1px solid white;
  border-bottom:0;
  -moz-border-radius:10px 10px 0 0;
  -webkit-border-radius:10px 10px 0 0;
}

#bottom form {
  float:left;
  padding:1px 5px;
}

#bottom div {
  float:left;
  margin:0;
}

#bottom label {
  float:left;
  margin:0;
}

#bottom input {
  float:left;
  margin:0;
}

#bottom span {
  float:left;
}

#bottom span.small {
  font-style:italic;
  padding-top:3px;
}

#bottom #copy {
  float:right;
}

#bottom input {
  margin:0 2px;
}

.row1{
	background:#abbf39;
}

/* Admin Bar */
#bar {
  background:#444444;
  border-bottom:1px solid #abbf39;
  color:white;
}

#bar a {
  color:white;
  font-weight:bold;
}

.admin_actions {
  list-style:none;
  margin:0;
  padding:0;
}

.admin_actions li {
  float:left;
}

.admin_actions li a, .admin_actions li span {
  padding:2px 5px;
  display:block;
}

.admin_actions li a:hover {
  background:#abbf39;
}

.admin_actions li a:hover {
  text-decoration:none;
}

.admin_actions li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  background:#444444;
  border:1px solid #abbf39;
  border-top:0;
}

.admin_actions li ul li	{
  float: none;
  margin:0;
  padding:0;
  display:block;
}

.admin_actions li ul li a	{
  padding:3px;
  display:block;
  margin:0;
}

.admin_actions li ul li a:hover	{
  background:#abbf39;
}

#jMonthCalendar td {
  padding:0;
  margin:0;
}

#CalendarHead td {
  display:none;
}

#chart_div, #myId, #myId object {
  z-index:0;
}