/** Basic Page Elements **/
body {
  font-family: Verdana, Helvetica, sans-serif;
  background: #e9fbe8 url('/i/green_grad.png') repeat-x;
  color: #000;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body.mceContentBody {
  background: #fff none;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

h2 {
  color: #875c75;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.5em;
}

h3 {
  color: #000;
  font-size: 1.2em;
}

p {
  line-height: 16px;
  font-size: 1.1em;
}

p.emphasize {
  font-size: 1.4em;
}

a:link, a:visited, a:active, a:hover {
  color: #00f;
  text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border: 0; }

#content_wrapper img,
body.mceContentBody img {
  max-width: 500px !important;
  width:expression(this.width > 500 ? 500 : true );
}

img.bullet {
  vertical-align: bottom;
}

code { font-size: 1.4em; }

li {  margin-bottom: 1em; }

li p { margin: .3em; }

em.highlight {
  font-style: normal;
  background: yellow;
  padding: 1px;
}

dt {
  font-weight: bold;
  font-size: 1.1em;
}

dd {
  margin-bottom: .5em;
  font-size: 1em;
}

.dimmed {
  color: #555;
}

/** form elements **/
fieldset { margin-top: 1.5em; }
input { margin: 2px 0; }
textarea { margin: 0; }
legend { font-weight: bold; }
legend.big { font-size: 1.3em; }

form dt {
  float: left;
  clear: left;
  width: 150px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding: 5px 15px 5px 0;
}

form dd {
  padding-top: 5px;
}

form dd.help {
  padding-bottom: 10px;
}

form table {
  width: 100%;
  border-collapse: collapse;
}

form td { 
  padding-bottom: 15px; 
  vertical-align: top;
}

form td.label {
  font-weight: bold;
  width: 150px;
  padding-right: 5px;
}

form td.buttons { text-align: center; }

form p.help {
  padding-top: 3px;
  font-weight: normal;
  font-size: .9em !important;
  line-height: normal;
  margin: 0;
}

form p.help img {
  vertical-align: middle;
  padding: 1px;
}

form p.help input { font-size: 1em; margin: 0; padding: 0; }

form span.error, form span.marker {
  color: #f00;
}

input.error, textarea.error, select.error {
  border: 2px solid #f00;
}

label {
  margin-left: 5px;
  font-weight: bold;
}

/** wizard bar **/
ul.wizard_bar {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0 0 0 1em;
  border-top: solid 3px #ddd;
}

ul.wizard_bar li {
  display: inline;
  height: auto;
  background: #fff;
  color: #000;
  border: 1px solid #7a9a79;
  text-align: center;
  margin-right: 2em;
  padding: .5em 1em .5em;
  font-size: 1.1em;
}

li.previous_step {
  background: #e7e8f6 !important;
  color: #555 !important;
}

li.active_step {
  font-weight: bold;
}

/** page layout **/
#wrapper {
  width: 800px;
  margin: 0 auto;
  min-height: 650px;
  height: 100%;
  background: #fff;
}

#content_wrapper {
  padding: 10px;
}

#topbar {
  width: 800px;
  margin: 0 auto;
  height: 20px;
  color: #fff;
  padding-top: 3px;
}

#topbar a {
  color: #fff;
  text-decoration: underline;
}

#topbar .right { float: right; }
#topbar .left {
  float: left;
  font-weight: bold;
}

#header {
  background: #82a081 url('/i/logo.png') top left no-repeat;
  width: 800px;
  height: 120px;
  position: relative;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#header h1 a {
  display: block;
  position: absolute;
  top: 5px;
  left: 30px;
  width: 350px;
  height: 55px;
}

#header h1 a span { display: none; }

#footer {
  clear: both;
  text-align: center;
  color: #aaa;
  padding: 5px;
}

/** Navigation **/
#nav {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
  width: 100%;
  height: 27px;
  border-bottom: 1px solid #99828f;
}

#nav li { 
  display: inline;
  margin: 0;
  padding: 0;
}

#nav a {
  display: block;
  float: left;
  color: #fff;
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
}

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

#secondary_nav {
  font-weight: bold;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#secondary_nav li {
  display: inline;
}

/** data tables **/
table.paged {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

table.paged th {
  background: #eee;
  color: #555;
  margin: 0;
  padding: 2px;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

table.paged td.tableCorner { padding: 0; }
table.paged div.tableCorner {
  height: 1px;
  overflow: hidden; /* IE hacks */
  font-size: 1px;
  background: #7e879d;
  margin: 0 1px;
}

table.paged th.title {
  color: #fff;
  background: #7e879d;
  text-align: left;
  padding: 2px 10px;
}

th.title div { float: left; }
th.title .results { float: right; }

table.paged th a {
  color: #555;
  text-decoration: underline;
}

tr.odd_row { background: #fff; }
tr.even_row { background: #eee; }
tr.disabled td { color: #888; }
.is_owner { background: #a0d7f4 !important; }
.is_admin { background: #f6cbcf !important; }

table.paged td {
  padding: 2px;
}

table.paged tfoot td {
  text-align: center;
}

div.search {
  text-align: center;
  background: #eee;
}

div.search input {
  font-size: 10px;
}

table.manage {
  background: #fef5d0;
  margin: 0 auto;
}

table.manage td {
  border-bottom: 2px solid #efcb38;
  padding: 1em;
  margin: 0;
  vertical-align: top;
}

table.manage p {
  margin: 0;
}

table.overview {
  background: #dcdbfe;
  border: 2px solid #413e80;
  width: 35em;
  margin: 0 auto 2em auto;
}

table.overview th {
  font-size: 1.5em;
}

table.overview td.title {
  text-align: right;
  width: 50%;
  font-weight: bold;
  padding-right: 1em;
  vertical-align: top;
}

/** messages **/
.messages {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages li {
  margin: 0 auto;
  padding: 5px;
  color: #222;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 1.1em;
}

.messages li.error {
  background: #eec4ca;
  border: 1px solid #813e48;
}

.messages li.info {
  background: #fad163;
  border: 1px solid #ffb800;
}

img.message {
  display: block;
  float: left;
  padding-right: 4px;
  margin: auto 0;
}

.error {
  color: #f00;
}

/** help box **/
.help_box {
  border: 1px solid #fad163;
  background: #ffeec2;
  padding: 5px;
  margin-bottom: 10px;
}

/** home page **/
h1.big {
  font-size: 2.5em;
  text-align: center;
  margin: 0;
}

.signup {
  padding: 5px;
  background: #fad163;
  width: 350px;
  margin-left: 15px;
  text-align: center;
}

.signup a {
  text-decoration: underline;
  color: #2b3180;
}

.signup a.create {
  font-weight: bold;
  display: block;
  font-size: 1.4em;
  margin-bottom: .4em;
}

.screenshot {
  float: right;
  margin: 0 35px 0 35px;
}

ol.setup_steps {
  font-size: 1.3em;
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  list-style: none;
  padding-left: 0;
  margin-left: 1em;
  line-height: 20px;
}

ol.setup_steps li {
  padding-left: 2.3em;
}

ol.setup_steps .step_1 { background: url('/i/list-1.png') 0 0 no-repeat; }
ol.setup_steps .step_2 { background: url('/i/list-2.png') 0 0 no-repeat; }
ol.setup_steps .step_3 { background: url('/i/list-3.png') 0 0 no-repeat; }

.links_box {
  clear: both;
  margin-top: 1em;
  width: 100%;
  background: #f1efff;
  font-weight: bold;
}

.links_box .box1 {
  border-right: 2px solid #9695ad;
}

.links_box a {
  color: #ad5700;
  text-decoration: underline;
}

.links_box ul {
  list-style: none;
}

.links_box li {
  background: url('/i/list-arrow.png') 0 0 no-repeat;
  padding-left: 2.3em;
  height: 16px;
}

/** CampaignDisplay page **/
#campaign_left {
  width: 520px;
  background: #fff;
}

#campaign_right {
  width: 250px;
  float: right;
}

#campaign_right h2 { text-align: center; }

.participate_desc {
  color: #875c75;
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: bold;
}

.action_button, .action_button2 {
  display: block;
  padding: 5px;
  font-size: 1.2em;
  border: 1px solid #9695ad;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ad5700 !important;
}

.action_button_small {
  display: block;
  text-align: center;
  border: 1px solid #9695ad;
  color: #ad5700 !important;
  padding: 3px;
  font-weight: bold;
  margin: 0 10px;
}

.action_button:hover, .action_button2:hover, .action_button_small:hover { text-decoration: none; }

.action_button { background: #e4e5fe; }
.action_button:hover { background: #c4c7fe; }
.action_button2, .action_button_small { background: #fff1e4; }
.action_button2:hover, .action_button_small:hover { background: #ffe1c6; }

#thermometer_box {
  border: 1px solid #9695ad;
  text-align: center;
  margin-bottom: 20px;
}

#goal_text { 
  clear: both;
  padding: 5px;
  background: #c8eec5; 
  margin-top: 10px; 
}

#goal_text h3 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

#thermometer { 
  position: relative; 
  float: left;
  padding: 0 5px;
  background: #fff url('/i/thermometer.png') center 5px no-repeat;
  height: 210px;
  width: 52px;
}

#thermometer_bar {
  position: absolute;
  bottom: 51px;
  left: 20px;
  z-index: 10;
  background: #f00;
  width: 23px;
}

#percent {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

* html #percent {
  padding-left: 10px;
}

#honor_roll {
  float: right;
  width: 185px;
  position: relative;
  height: 210px;
  font-size: 1.2em;
}

#honor_roll_wrap {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

#honor_roll_name {
  font-weight: bold;
  color: #000;
}

/** CampaignParticipate form **/
#emails {
  width: 420px;
  height: 10em;
  float: left;
}

#previously_sent {
  float: right;
  width: 150px;
  height: 20em;
  overflow: auto;
  border: 1px solid #666;
}

#previously_sent h2 {
  font-size: 1em;
  text-align: center;
  margin: 5px 0;
}

#previously_sent ul {
  margin: 0 0 0 5px;
  padding: 0;
}

#previously_sent li { 
  padding: 0; 
  margin: 3px; 
}