/* start: reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img {
  margin:0;padding:0;
}
img,body,html {
  border:0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

/* end: reset */

body, textarea {
	font-family: Arial, helvetica, tahoma, Sans-Serif;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #f5f5f5;
	color: #000;
	text-align: center;
	margin: 10px 0 0px 0;
	padding: 0;
}

a {
  color: #E21F26;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.highlight {
  font-weight: bold;
}

ol, ul {
  list-style-position: inside;
  margin-bottom: 10px;
}

ol ul {
  margin: 14px 0;
  margin-left: 32px;
  list-style-type: disc;
  list-style-position: outside;
}

li {
  margin: 1px 0;
}

em.highlight {
  color: red;
}

blockquote {
  color: #636466;
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 15px;
}

fieldset {
  background-color: #F5F5F5;
  padding: 0 10px;
  border: none;
  margin-top: 5px;
  margin-bottom: 10px;
  clear: both;
}

fieldset hr {
  border: none;
}

.field-group {
  zoom: 1;
}

.field-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.field-group .field {
  float: left;
  margin: 0 20px 0 0;
}

.field, .button-field {
  margin: 10px 0;
}

.large {
  margin: 20px 0;
  font-size: 1.2em;
}

.field label {
  color: #533;
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}

.field .blurb {
  margin-top: 5px;
}

.button-field label {
}

input.textfield-compact {
  width: 150px;
}

input[type=text], input[type=password] {
  width: 180px;
  /* border: 1px solid #888; */
  border-width: 1px;
  border-style: solid;
  border-color: #888 #CCC #CCC #888;
  padding: 2px;
}

input[readonly] {
  color: #555;
}

input[type=text].digits {
  width: 40px;
}

span.readonly-input {
  background-color: #eee;
  border: 1px solid #888;
  padding: 3px;
  margin-right: 5px;
}

textarea {
  height: 200px;
  width: 95%;
  font-size: 13px;
  /* border: 1px solid #888; */
  border-width: 1px;
  border-style: solid;
  border-color: #888 #CCC #CCC #888;
  padding: 2px;
}

.flash {
  background-color: #FFF9D7;
  border: 1px solid #E2C822;
  margin: 5px auto;
  width: 400px;
  padding: 4px 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

.flash-error {
  background-color: #FFEBE8;
  border-color: #DD3C10;
}

#top {
  text-align: left;
}

#top img {
  display: block;
}

#page {
  background-color: white;
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
  margin: 0 auto;
  text-align: left;
  width: 776px;
}

#inner-page {
  margin: 0 28px;
}

#content {
  padding-top: 5px;
  font-size: 1.2em;
  line-height: 1.4;
}

#footer {
  text-align: center;
  font-size: 1.1em;
  padding-top: 15px;
  padding-bottom: 5px;
}

#footer a {
  margin: 0 2px;
}

#footer-nav {
  margin-top: 15px;
  margin-bottom: 10px;
}

div.hr {
  height: 3px;
  background: white url(../images/dashed-hr.gif) no-repeat scroll center;
}

div.two-columned {

}

div.left {
  float: left;
  width: 449px;
  display: float-inline;
}

div.left-dashed {
  padding-right: 18px;
  border-right: 1px dashed #aaa;
}

div.right {
  float: right;
  width: 234px;
  display: float-inline;
}

div.right-dashed {
  padding-left: 20px;
  border-left: 1px dashed #aaa;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin-top: 6px;
  margin-bottom: 6px;
}

p.author {
  color: #636466;
}

h1 {
  color: #E21F26;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.1em;
  font-weight: normal;
}

h2 {
  color: #E21F26;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2.event-name {
  font-size: 1.9em;
  font-weight: normal;
}

h2.event-section {
  margin: 15px 0;
  border-bottom: 1px solid #999;
  font-size: 1.2em;
  background-color: #f5f5f5;
  padding: 2px;
}

h2.event-section div {
  color: black;
  font-weight: normal;
  font-size: 11px;
}

h2.event-section .event-section-item {
  margin-right: 10px;
}

h3 {
  font-size: 1.1em;
  margin-top: 10px;
}

fieldset h3 {
  color: #E21F26;
  font-size: 1.5em;
  margin: 15px 0;
  border-bottom: 1px solid #999;
}

div.sidebox {
  margin-bottom: 10px;
  padding: 3px 0;
}

div.sidebox p {
  margin: 0;
}

div.greybox {
  text-align: center;
  background-color: #d7d7d7;
  padding: 8px 0;
}

div.greybox p {
  font-weight: bold;
}

div.redbox { 
  text-align: center;
  font-size: 1.2em;
  background-color: #e21f26;
  color: white;
}

div.redbox p {
  font-weight: bold;
}

div.redbox a {
  color: white;
}

div.event-box {
  margin: 10px 0;
  padding: 10px 10px;
  background-color: #f5f5f5;
  border: 1px solid #aaa;
}

div.event-box .event {
  margin: 5px 0;
  width: 90%;
  padding: 5px;
}

div.event-box .event form, .event form div {
  display: inline;
}

div.event-box .event p {
  margin: 3px 0;
}

div.event-box .event-highlight {
  background-color: #f8e6be;
}

.full-calendar-month .event-queued td, .full-calendar-month .event-unavailable td {
  background: #eee none repeat scroll 0 0 !important;
}

.full-calendar-month .event-declined td, .full-calendar-month .event-unavailable td {
  background: #ecc1c2 none repeat scroll 0 0 !important;
}

.full-calendar-month .event-tentative td, .full-calendar-month .event-pending td {
  background: #deecc1 none repeat scroll 0 0 !important;
}

div.right-button {
  float: right;
}

div.partners {
  margin-top: 20px;
  text-align: center;
}

div.partners h3 {
  font-size: 1.1em;
}

div.partners p {
  margin-top: 30px;
}

.executive .name {
  padding-left: 10px;
  padding-right: 10px;
}

.executive-titled td {
  padding-top: 10px;
}

div.partner-list {
  text-align: center;
}

div.partner-list p {
  margin: 40px 0;
}

div.partner-list img {
  margin-bottom: 5px;
}

#login-box {
  width: 200px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  padding: 0 30px 10px 30px;
  /*
  background-color: #f5e5e5;
  padding: 6px 6px;
  margin-bottom: 10px;
  */
}

#login-box h1 {
  margin-top: 5px;
  font-size: 1.4em;
  font-weight: bold;
}

#user-bar-action {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 2px;
  padding-right: 12px;
  text-align: right;
  margin-bottom: 7px;
}

#user-bar-greeting {
  margin-bottom: 20px;
  text-align: center;
}

#user-bar-not-you {
  display: block;
  margin-left: 10px;
  font-size: 0.9em;
  color: #555;
}

#retire-section {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 5px;
}

.highlight-box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 2px 0;
}

table.attendees {
  width: 100%;
}

table.attendees td {
}

/*
#login-box td {
  padding: 2px;
}

#login-box .submit-cell {
}
*/

table.info {
  width: 100%;
  margin-bottom: 20px;
}

table.info th {
  color: white;
  font-size: 1.2em;
  padding: 4px;
  background-color: #888;
}

table.info th span {
  margin-left: 10px;
}

table.info th a {
  color: white;
  text-decoration: none;
}

table.info th a.filter-link {
  font-size: 11px;
  text-decoration: underline;
}

table.info td {
  padding: 8px 4px;
  background-color: #f5f5f5;
}

table.info tr.odd td {
  background-color: #ddd;
}

table.compact-info {
  margin-bottom: 5px;
}

table.compact-info td.label {
  color: #444;
  padding: 2px 10px 2px 0;
}

th.committees {
  width: 330px;
}

div.formError {
  color: #E21F26;
  display: inline;
  margin-left: 5px;
}

span.fieldWithErrors input, span.fieldWithErrors textarea {
  border: 2px solid red;
}

.hidden {
  display: none;
}

.errorHeader {
  text-align: center;
  padding: 4px 0;
  border: 1px solid #DD3C10;
  background-color: #FFEBE8;
}

#members-hover {
  background-color: #888;
  border: 1px solid #555;
  padding: 2px;
}

#members-hover a {
  color: white;
}

div.bottom-bar {
  margin-top: 15px;
}

form.edit_preceptor_form, form.edit_volunteer_form {
  float: left;
  margin: 15px 0;
}

.full-calendar-title {
}

.full-calendar-buttons .today {
  margin-right: 20px;
}

#user-bar {
  width: 234px;
  float: right;
}

#export-section {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  width: 200px;
  padding: 5px;
  margin: 10px 0 20px 0;
}

#export-section span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}

#export-section img {
  border: 1px solid #ddd;
}

.slot-actions {
  float: right;
  margin-right: 20px;
}

.snippet-header {
  background-color: #E21F26;
  padding: 3px;
  width: 40px;
  text-align: center;
}

.snippet-header a {
  color: white;
  font-weight: bold;
}

.snippet {
  border: 2px solid #E21F26;
}

.snippet-body {
  margin: 5px;
}

p.blurb-list {
  margin-left: 10px;
}
