/* line 6, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 17, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
*:focus {
  outline: 0; }

/* line 20, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
body {
  line-height: 1em;
  color: black;
  background: white; }

/* line 23, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
/* line 27, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 30, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 33, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q, blockquote {
  quotes: "" ""; }
  /* line 101, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

/* line 36, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
img a {
  border: none; }

/* line 13, ../../app/stylesheets/iwa.sass */
* {
  margin: 0;
  padding: 0; }

/* line 17, ../../app/stylesheets/iwa.sass */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url(../images/body.png);
  background-position: top left;
  background-repeat: repeat-x; }

/* line 26, ../../app/stylesheets/iwa.sass */
a {
  color: #66a900;
  text-decoration: none; }
  /* line 30, ../../app/stylesheets/iwa.sass */
  a:link, a:active, a:visited {
    color: #66a900;
    text-decoration: none; }
  /* line 34, ../../app/stylesheets/iwa.sass */
  a:hover {
    text-decoration: underline; }

/* line 39, ../../app/stylesheets/iwa.sass */
li.active a:link, li.active a:active, li.active a:visited {
  color: #888888; }

/* line 44, ../../app/stylesheets/iwa.sass */
.email a, #email a {
  color: #666666; }
/* line 47, ../../app/stylesheets/iwa.sass */
.email:hover, #email:hover {
  text-decoration: underline; }

/* line 50, ../../app/stylesheets/iwa.sass */
#wrapper {
  width: 902px;
  height: auto;
  margin: 0 auto;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* line 59, ../../app/stylesheets/iwa.sass */
#links ul {
  float: right;
  margin: 0px; }
/* line 63, ../../app/stylesheets/iwa.sass */
#links li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 5px;
  border-left: 1px solid #66a900; }
/* line 71, ../../app/stylesheets/iwa.sass */
#links li.first {
  border-left: 0px; }

/* line 76, ../../app/stylesheets/iwa.sass */
#header .container {
  width: 892px;
  height: 22px;
  overflow: hidden;
  line-height: 20px;
  font-size: 10px; }
  /* line 83, ../../app/stylesheets/iwa.sass */
  #header .container #iwa {
    padding: 0px 30px;
    text-align: left;
    font-style: italic;
    font-size: 14px;
    color: #00235f;
    float: left; }
  /* line 91, ../../app/stylesheets/iwa.sass */
  #header .container #links {
    padding-right: 10px;
    text-transform: uppercase;
    float: right; }
/* line 96, ../../app/stylesheets/iwa.sass */
#header #header_image {
  width: 902px;
  height: 118px;
  overflow: hidden;
  position: relative; }
/* line 103, ../../app/stylesheets/iwa.sass */
#header #logo {
  width: 92px;
  height: 92px;
  position: absolute;
  z-index: 10;
  top: 14px;
  left: 20px; }
  /* line 111, ../../app/stylesheets/iwa.sass */
  #header #logo img {
    border: none; }
/* line 115, ../../app/stylesheets/iwa.sass */
#header #mainnav {
  margin-top: -6px;
  width: 902px;
  height: 36px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold; }
  /* line 127, ../../app/stylesheets/iwa.sass */
  #header #mainnav li {
    float: left;
    display: block;
    list-style-type: none;
    margin-left: 20px; }
  /* line 133, ../../app/stylesheets/iwa.sass */
  #header #mainnav a {
    display: block;
    width: 130px;
    height: 36px;
    color: white;
    text-align: center;
    text-decoration: none; }
    /* line 141, ../../app/stylesheets/iwa.sass */
    #header #mainnav a:link, #header #mainnav a:active, #header #mainnav a:visited {
      display: block;
      width: 130px;
      height: 36px;
      color: white;
      text-align: center;
      text-decoration: none; }
    /* line 149, ../../app/stylesheets/iwa.sass */
    #header #mainnav a:hover, #header #mainnav a.mainnav_act {
      background-image: url(../images/mainnav_act.png);
      background-position: top left;
      background-repeat: no-repeat;
      color: #00235f; }
/* line 155, ../../app/stylesheets/iwa.sass */
#header #subnav {
  width: 902px;
  height: 33px;
  overflow: hidden;
  line-height: 33px;
  font-size: 12px;
  text-transform: uppercase; }
  /* line 163, ../../app/stylesheets/iwa.sass */
  #header #subnav li {
    float: left;
    display: block;
    list-style-type: none; }
  /* line 168, ../../app/stylesheets/iwa.sass */
  #header #subnav a {
    margin-right: 15px;
    color: #00235f;
    text-decoration: none; }
    /* line 173, ../../app/stylesheets/iwa.sass */
    #header #subnav a:link, #header #subnav a:active, #header #subnav a:visited {
      margin-right: 15px;
      color: #00235f;
      text-decoration: none; }
    /* line 178, ../../app/stylesheets/iwa.sass */
    #header #subnav a:hover {
      color: #00235f;
      font-size: 14px; }
    /* line 182, ../../app/stylesheets/iwa.sass */
    #header #subnav a.member {
      color: #00235f; }
      /* line 185, ../../app/stylesheets/iwa.sass */
      #header #subnav a.member:link, #header #subnav a.member:active, #header #subnav a.member:visited {
        color: #00235f; }
      /* line 188, ../../app/stylesheets/iwa.sass */
      #header #subnav a.member:hover {
        color: #4e8300;
        font-size: 14px; }
/* line 193, ../../app/stylesheets/iwa.sass */
#header #sub2 {
  position: relative;
  left: 100px; }
/* line 198, ../../app/stylesheets/iwa.sass */
#header #sub3 {
  position: relative;
  left: 290px; }
/* line 203, ../../app/stylesheets/iwa.sass */
#header #sub4 {
  position: relative;
  left: 520px; }
/* line 207, ../../app/stylesheets/iwa.sass */
#header #sub5 {
  float: right; }
/* line 210, ../../app/stylesheets/iwa.sass */
#header #content {
  width: 902px;
  height: auto;
  overflow: hidden;
  margin: 16px 0 16px 0;
  background-image: url(../images/vertical_line.gif);
  background-position: 210px 0;
  background-repeat: repeat-y; }
/* line 219, ../../app/stylesheets/iwa.sass */
#header #content_1column {
  width: 650px;
  height: auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }
  /* line 227, ../../app/stylesheets/iwa.sass */
  #header #content_1column #login_form {
    width: 170px;
    margin-left: auto;
    margin-right: auto; }
/* line 232, ../../app/stylesheets/iwa.sass */
#header #forgot_password {
  margin-top: 10px; }

/* line 236, ../../app/stylesheets/iwa.sass */
#content_left {
  padding: 5px 30px;
  width: 150px;
  height: auto;
  float: left;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  color: #00225f; }
  /* line 246, ../../app/stylesheets/iwa.sass */
  #content_left .item {
    text-transform: uppercase;
    width: 150px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px; }
  /* line 253, ../../app/stylesheets/iwa.sass */
  #content_left h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 20px; }
  /* line 259, ../../app/stylesheets/iwa.sass */
  #content_left #news {
    width: 150px;
    height: auto;
    float: left;
    font-size: 14px; }
    /* line 265, ../../app/stylesheets/iwa.sass */
    #content_left #news .heading {
      float: left; }
    /* line 268, ../../app/stylesheets/iwa.sass */
    #content_left #news .listing {
      clear: both; }
    /* line 271, ../../app/stylesheets/iwa.sass */
    #content_left #news .admin {
      margin-top: 20px;
      font-size: 12px;
      height: auto;
      overflow: hidden;
      float: right;
      width: 60px; }
    /* line 279, ../../app/stylesheets/iwa.sass */
    #content_left #news .detail_row {
      margin-bottom: 10px; }
    /* line 282, ../../app/stylesheets/iwa.sass */
    #content_left #news .title {
      margin-left: 0px; }
    /* line 285, ../../app/stylesheets/iwa.sass */
    #content_left #news .very_short_date {
      text-align: right;
      font-size: 12px;
      color: #b0b0b0; }
  /* line 290, ../../app/stylesheets/iwa.sass */
  #content_left #login_form h5, #content_left #register h5 {
    font-size: 14px;
    line-height: 16px; }
  /* line 294, ../../app/stylesheets/iwa.sass */
  #content_left #weather {
    margin-top: 15px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
    /* line 303, ../../app/stylesheets/iwa.sass */
    #content_left #weather #image {
      width: 52px;
      height: 52px;
      float: left;
      overflow: hidden;
      margin-right: 18px; }
    /* line 310, ../../app/stylesheets/iwa.sass */
    #content_left #weather #condition, #content_left #weather #temp, #content_left #weather #date {
      width: 80px;
      height: auto;
      float: left;
      font-size: 10px; }

/* line 316, ../../app/stylesheets/iwa.sass */
a.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #9fd454 url(/images/bg-btn-signup.png) repeat-x scroll 0 0;
  border: 1px solid #888888;
  color: #333333;
  display: block;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #dafaad;
  float: left;
  cursor: pointer;
  margin-top: 10px; }
  /* line 320, ../../app/stylesheets/iwa.sass */
  a.button:hover, a.button:focus {
    background-position: 0 -5px;
    color: #111111; }

/* line 323, ../../app/stylesheets/iwa.sass */
#login_form {
  width: 150px;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px; }
  /* line 329, ../../app/stylesheets/iwa.sass */
  #login_form label {
    width: 150px;
    height: 20px;
    line-height: 20px;
    font-size: 12px; }
  /* line 336, ../../app/stylesheets/iwa.sass */
  #login_form input[type="text"], #login_form input[type="password"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #b0b0b0;
    display: block;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
    width: 135px; }
  /* line 345, ../../app/stylesheets/iwa.sass */
  #login_form input#user_session_remember_me {
    position: relative;
    top: 2px; }
  /* line 349, ../../app/stylesheets/iwa.sass */
  #login_form input#user_session_submit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #9fd454 url(/images/bg-btn-signup.png) repeat-x scroll 0 0;
    border: 1px solid #888888;
    color: #333333;
    display: block;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #dafaad;
    float: left;
    cursor: pointer; }
    /* line 352, ../../app/stylesheets/iwa.sass */
    #login_form input#user_session_submit:hover, #login_form input#user_session_submit:focus {
      background-position: 0 -5px;
      color: #111111; }
  /* line 355, ../../app/stylesheets/iwa.sass */
  #login_form #forgot_password {
    clear: both;
    float: left;
    font-size: 12px; }

/* line 361, ../../app/stylesheets/iwa.sass */
#content_right {
  margin-left: 40px;
  width: 650px;
  height: auto;
  float: left;
  overflow: hidden;
  color: #00225f;
  font-size: 14px;
  line-height: 16px; }

/* line 372, ../../app/stylesheets/iwa.sass */
#page_title {
  width: 650px;
  height: auto;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 20px; }

/* line 383, ../../app/stylesheets/iwa.sass */
#final_content {
  width: 650px;
  height: auto; }
  /* line 387, ../../app/stylesheets/iwa.sass */
  #final_content h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 6px; }
  /* line 393, ../../app/stylesheets/iwa.sass */
  #final_content h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 6px; }
  /* line 399, ../../app/stylesheets/iwa.sass */
  #final_content h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 6px; }
  /* line 405, ../../app/stylesheets/iwa.sass */
  #final_content p {
    margin-bottom: 12px; }
  /* line 410, ../../app/stylesheets/iwa.sass */
  #final_content #menu .container {
    width: 640px;
    height: 30px;
    margin-bottom: 10px; }
  /* line 415, ../../app/stylesheets/iwa.sass */
  #final_content #menu #back {
    float: left; }
  /* line 418, ../../app/stylesheets/iwa.sass */
  #final_content #menu #links {
    float: right;
    clear: right; }
  /* line 422, ../../app/stylesheets/iwa.sass */
  #final_content #menu a {
    font-size: 12px;
    line-height: 20px; }

/* line 426, ../../app/stylesheets/iwa.sass */
#footer {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  border-top: 2px solid #73c200;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #b0b0b0; }

/* line 439, ../../app/stylesheets/iwa.sass */
#footer_menu {
  margin: 0 auto;
  width: 902px;
  height: 20px;
  overflow: hidden; }
  /* line 445, ../../app/stylesheets/iwa.sass */
  #footer_menu ul {
    clear: both;
    float: right;
    list-style-type: none;
    padding: 0; }
    /* line 451, ../../app/stylesheets/iwa.sass */
    #footer_menu ul li {
      float: left;
      margin: 0 2px 0 0;
      padding: 4px; }

/* line 456, ../../app/stylesheets/iwa.sass */
#Flash {
  text-align: left;
  border: 1px solid #cccccc;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  margin-bottom: 12px; }

/* line 464, ../../app/stylesheets/iwa.sass */
.login #Flash {
  margin-top: 12px;
  font-size: 14px; }

/* line 470, ../../app/stylesheets/iwa.sass */
#Flash .success {
  padding: 15px 10px 15px 51px;
  border-color: #99cc99;
  color: #4f8a10;
  background: url(/images/alertsuccess_icon.png) #dff2bf left no-repeat; }
/* line 476, ../../app/stylesheets/iwa.sass */
#Flash .info {
  padding: 15px 10px 15px 50px;
  border-color: #99cc99;
  color: #00529b;
  background: url(/images/alertinfo_icon.png) #bde5f8 left no-repeat; }
/* line 482, ../../app/stylesheets/iwa.sass */
#Flash .warning {
  padding: 15px 10px 15px 50px;
  border-color: #99cc99;
  color: #9f6000;
  background: url(/images/alertwarning_icon.png) #feefb3 left no-repeat; }
/* line 488, ../../app/stylesheets/iwa.sass */
#Flash .validation_error {
  padding: 15px 10px 15px 50px;
  border-color: #cc9999;
  color: #d63301;
  background: url(/images/alertvalidation_error_icon.png) #ffccba left no-repeat; }
/* line 494, ../../app/stylesheets/iwa.sass */
#Flash .error {
  padding: 15px 10px 15px 50px;
  border-color: #cc9999;
  color: #d8000c;
  background: url(/images/alerterror_icon.png) #ffbaba left no-repeat; }
  /* line 500, ../../app/stylesheets/iwa.sass */
  #Flash .error a {
    color: white; }
    /* line 503, ../../app/stylesheets/iwa.sass */
    #Flash .error a:hover {
      background: black; }

/* line 507, ../../app/stylesheets/iwa.sass */
#errorExplanation {
  text-align: left;
  border: 1px solid #cccccc;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  margin-bottom: 12px; }
  /* line 514, ../../app/stylesheets/iwa.sass */
  #errorExplanation ul {
    border-color: #cc9999;
    padding: 15px 10px 15px 50px;
    color: #d8000c;
    background: url(/images/alerterror_icon.png) #ffbaba left no-repeat; }

/* line 524, ../../app/stylesheets/iwa.sass */
.form #submit input, form #submit input {
  margin-top: 5px;
  margin-left: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #9fd454 url(/images/bg-btn-signup.png) repeat-x scroll 0 0;
  border: 1px solid #888888;
  color: #333333;
  display: block;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #dafaad;
  float: left;
  cursor: pointer; }
  /* line 529, ../../app/stylesheets/iwa.sass */
  .form #submit input:hover, .form #submit input:focus, form #submit input:hover, form #submit input:focus {
    background-position: 0 -5px;
    color: #111111; }
/* line 533, ../../app/stylesheets/iwa.sass */
.form #cancel a, form #cancel a {
  margin-top: 6px;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #9fd454 url(/images/bg-btn-signup.png) repeat-x scroll 0 0;
  border: 1px solid #888888;
  color: #333333;
  display: block;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #dafaad;
  float: left;
  cursor: pointer;
  background: #fbb64e url(/images/bg-btn-cancel.png) repeat-x scroll 0 0; }
  /* line 539, ../../app/stylesheets/iwa.sass */
  .form #cancel a:hover, .form #cancel a:focus, form #cancel a:hover, form #cancel a:focus {
    background-position: 0 -5px;
    color: #111111; }
/* line 542, ../../app/stylesheets/iwa.sass */
.form .row, form .row {
  width: 650px;
  margin-bottom: 10px;
  overflow: hidden;
  float: left; }
/* line 548, ../../app/stylesheets/iwa.sass */
.form label, form label {
  width: 150px;
  display: block;
  float: left;
  font-weight: bold; }
/* line 555, ../../app/stylesheets/iwa.sass */
.form input[type="text"], .form input[type="password"], .form input[type="file"], form input[type="text"], form input[type="password"], form input[type="file"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #b0b0b0;
  display: block;
  font-size: 13px;
  margin: 0 0 5px;
  padding: 5px;
  width: 200px;
  float: left; }
/* line 565, ../../app/stylesheets/iwa.sass */
.form textarea, form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #b0b0b0;
  display: block;
  font-size: 13px;
  margin: 0 0 5px;
  padding: 5px;
  width: 400px; }
/* line 574, ../../app/stylesheets/iwa.sass */
.form #email, form #email {
  display: block;
  float: left;
  overflow: hidden; }
/* line 579, ../../app/stylesheets/iwa.sass */
.form #description, form #description {
  width: 500px;
  height: auto;
  overflow: hidden; }

/* line 588, ../../app/stylesheets/iwa.sass */
#activation .form .row label {
  width: 200px;
  margin-right: 25px; }
/* line 592, ../../app/stylesheets/iwa.sass */
#activation .form .row #submit input {
  margin-left: 225px; }

/* line 598, ../../app/stylesheets/iwa.sass */
#users .form .row label {
  width: 200px;
  margin-right: 25px; }
/* line 602, ../../app/stylesheets/iwa.sass */
#users .form #submit input {
  margin-left: 225px; }
/* line 604, ../../app/stylesheets/iwa.sass */
#users #menu {
  float: right; }
  /* line 606, ../../app/stylesheets/iwa.sass */
  #users #menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block; }
    /* line 5, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    #users #menu ul {
      display: block; }
    /* line 50, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #users #menu ul li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      /* line 40, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
      #users #menu ul li.first {
        padding-left: 0px; }
      /* line 42, ../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
      #users #menu ul li.last {
        padding-right: 0px; }

/* line 612, ../../app/stylesheets/iwa.sass */
#regular_activities {
  padding-right: 161px;
  width: 489px;
  height: auto;
  overflow: hidden;
  background-image: url(../images/regular_activities_strip.jpg);
  background-position: top right;
  background-repeat: repeat-y; }

/* line 622, ../../app/stylesheets/iwa.sass */
#user_listing {
  margin-left: 28px;
  position: relative; }

/* line 627, ../../app/stylesheets/iwa.sass */
#user_index {
  background: transparent url(../images/bg_index_border.png) no-repeat scroll 0 0;
  padding-top: 0.5em;
  position: absolute;
  top: 60px;
  width: 28px;
  left: -21px; }
  /* line 635, ../../app/stylesheets/iwa.sass */
  #user_index ol {
    background: white url(../images/bg_index_border.png) no-repeat scroll left bottom;
    padding-bottom: 0.5em; }
  /* line 639, ../../app/stylesheets/iwa.sass */
  #user_index li {
    list-style-type: none;
    margin-left: 0px; }
    /* line 643, ../../app/stylesheets/iwa.sass */
    #user_index li span {
      color: #cccccc; }
  /* line 646, ../../app/stylesheets/iwa.sass */
  #user_index a, #user_index span {
    display: block;
    padding: 2px 10px 2px 9px;
    text-align: center; }

/* line 652, ../../app/stylesheets/iwa.sass */
#listing_table {
  width: 650px;
  height: auto;
  overflow: hidden;
  padding: 5px; }
  /* line 658, ../../app/stylesheets/iwa.sass */
  #listing_table .detail_row {
    width: 640px;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #d3d4d4;
    padding: 5px; }
  /* line 667, ../../app/stylesheets/iwa.sass */
  #listing_table .short_date {
    width: 80px;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 0 10px 0 10px; }
  /* line 674, ../../app/stylesheets/iwa.sass */
  #listing_table .location {
    width: 130px;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 0 10px 0 10px; }
  /* line 681, ../../app/stylesheets/iwa.sass */
  #listing_table .title {
    width: 160px;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 0 10px 0 10px; }
  /* line 688, ../../app/stylesheets/iwa.sass */
  #listing_table #heading_row {
    width: 640px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    background: #e2e2e2 none repeat scroll 0 0;
    padding: 5px; }
    /* line 696, ../../app/stylesheets/iwa.sass */
    #listing_table #heading_row .email {
      display: block;
      float: left;
      overflow: hidden;
      width: 100%; }
  /* line 702, ../../app/stylesheets/iwa.sass */
  #listing_table .admin {
    width: 20px;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    padding: 0 10px 0 10px; }
  /* line 709, ../../app/stylesheets/iwa.sass */
  #listing_table .pagination {
    margin: 5px 0 15px 0;
    background: #e2e2e2 none repeat scroll 0 0;
    padding: 5px; }

/* line 715, ../../app/stylesheets/iwa.sass */
td.description, td.category, td.date {
  font-size: 0.9em; }

/* line 719, ../../app/stylesheets/iwa.sass */
#users #listing_table {
  border: 1px solid #b5b5b5;
  height: 560px;
  width: 590px;
  float: right;
  overflow: auto;
  padding-left: 18px; }
  /* line 727, ../../app/stylesheets/iwa.sass */
  #users #listing_table #heading_row {
    width: 570px;
    padding: 5px; }
  /* line 731, ../../app/stylesheets/iwa.sass */
  #users #listing_table .detail_row {
    width: 570px;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #d3d4d4;
    padding: 5px; }
  /* line 740, ../../app/stylesheets/iwa.sass */
  #users #listing_table .name {
    width: 180px;
    float: left;
    padding: 0 10px 0 10px; }
  /* line 745, ../../app/stylesheets/iwa.sass */
  #users #listing_table .email {
    width: 210px;
    float: left;
    padding: 0 10px 0 10px; }
  /* line 750, ../../app/stylesheets/iwa.sass */
  #users #listing_table .view_edit {
    width: 130px;
    float: left;
    font-size: 12px;
    padding-left: 10px; }
    /* line 756, ../../app/stylesheets/iwa.sass */
    #users #listing_table .view_edit ul {
      margin: 0px; }
      /* line 758, ../../app/stylesheets/iwa.sass */
      #users #listing_table .view_edit ul li {
        margin-left: 0px;
        list-style-type: none; }

/* line 762, ../../app/stylesheets/iwa.sass */
#meetings #listing_table {
  height: auto;
  float: left;
  overflow: hidden; }
  /* line 767, ../../app/stylesheets/iwa.sass */
  #meetings #listing_table .title {
    width: 265px;
    padding: 0 10px 0 10px; }
  /* line 771, ../../app/stylesheets/iwa.sass */
  #meetings #listing_table .location {
    width: 120px;
    padding: 0 10px 0 10px; }

/* line 777, ../../app/stylesheets/iwa.sass */
#endorsements #listing_table .service_type {
  width: 100px;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 0 10px 0 10px; }
/* line 784, ../../app/stylesheets/iwa.sass */
#endorsements #listing_table .company_name, #endorsements #listing_table .submitter {
  width: 170px;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 0 10px 0 10px; }

/* line 791, ../../app/stylesheets/iwa.sass */
#cultural_events #listing_table {
  height: auto;
  float: left;
  overflow: hidden; }
  /* line 796, ../../app/stylesheets/iwa.sass */
  #cultural_events #listing_table .title {
    width: 245px;
    padding: 0 10px 0 10px; }

/* line 800, ../../app/stylesheets/iwa.sass */
#endorsement_form .row .description span {
  display: block;
  width: 500px;
  height: auto;
  overflow: hidden; }

/* line 808, ../../app/stylesheets/iwa.sass */
#member_events #listing_table .title {
  width: 200px;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 0 10px 0 10px; }
/* line 815, ../../app/stylesheets/iwa.sass */
#member_events #listing_table .location {
  width: 180px;
  height: auto;
  float: left;
  overflow: hidden;
  padding: 0 10px 0 10px; }

/* line 824, ../../app/stylesheets/iwa.sass */
#announcements #listing_table .title {
  width: 310px;
  height: auto;
  float: left;
  overflow: hidden; }

/* line 830, ../../app/stylesheets/iwa.sass */
#dashboard {
  width: 650px;
  height: auto;
  overflow: hidden; }
  /* line 835, ../../app/stylesheets/iwa.sass */
  #dashboard .column1 {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 300px;
    height: auto;
    overflow: hidden;
    float: left;
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 5px; }
  /* line 845, ../../app/stylesheets/iwa.sass */
  #dashboard .column2 {
    width: 300px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 5px; }
  /* line 854, ../../app/stylesheets/iwa.sass */
  #dashboard .header {
    width: 200px;
    height: auto;
    overflow: hidden;
    float: left; }
    /* line 860, ../../app/stylesheets/iwa.sass */
    #dashboard .header a {
      color: #00225f; }
  /* line 863, ../../app/stylesheets/iwa.sass */
  #dashboard .admin {
    font-size: 12px;
    height: auto;
    overflow: hidden;
    float: right;
    width: 60px; }
  /* line 870, ../../app/stylesheets/iwa.sass */
  #dashboard #heading_row {
    clear: both;
    padding: 5px 0 5px 0;
    float: left; }
  /* line 875, ../../app/stylesheets/iwa.sass */
  #dashboard .detail_row {
    padding: 5px 0 5px 0;
    float: left;
    border-top: 1px solid #66a900; }
  /* line 880, ../../app/stylesheets/iwa.sass */
  #dashboard .short_event_date {
    width: 120px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-right: 10px; }
  /* line 887, ../../app/stylesheets/iwa.sass */
  #dashboard .service_type {
    width: 110px;
    height: auto;
    overflow: hidden;
    float: left;
    padding-right: 10px; }
  /* line 894, ../../app/stylesheets/iwa.sass */
  #dashboard .title {
    width: 170px;
    height: auto;
    overflow: hidden;
    float: left; }
  /* line 900, ../../app/stylesheets/iwa.sass */
  #dashboard #cultural_events {
    float: left; }

/* line 904, ../../app/stylesheets/iwa.sass */
#sitemap ul {
  text-align: left;
  list-style: none;
  width: 165px;
  float: left;
  padding-left: 10px; }
/* line 911, ../../app/stylesheets/iwa.sass */
#sitemap a {
  color: #3175b1;
  text-decoration: none; }
/* line 915, ../../app/stylesheets/iwa.sass */
#sitemap h1 {
  color: #838383;
  font-size: 120%;
  font-weight: bold; }

/* line 921, ../../app/stylesheets/iwa.sass */
#paginate_top {
  float: left; }
  /* line 926, ../../app/stylesheets/iwa.sass */
  #paginate_top #invite a {
    width: 42px;
    padding: 0 5px 0 5px; }

/* line 930, ../../app/stylesheets/iwa.sass */
.read_more {
  clear: both;
  font-size: 12px;
  margin-top: 8px;
  float: left;
  overflow: hidden; }

/* line 937, ../../app/stylesheets/iwa.sass */
#archive {
  margin-top: 8px; }

/* line 941, ../../app/stylesheets/iwa.sass */
.event_date {
  width: 170px;
  height: auto;
  float: left;
  overflow: hidden; }

/* line 947, ../../app/stylesheets/iwa.sass */
.attachment {
  width: 220px;
  height: auto;
  float: left;
  overflow: hidden; }

/* line 953, ../../app/stylesheets/iwa.sass */
a img {
  border: none; }

/* line 958, ../../app/stylesheets/iwa.sass */
#newsletters .title {
  width: 260px;
  height: auto;
  float: left;
  overflow: hidden; }

/* line 967, ../../app/stylesheets/iwa.sass */
#search_box input {
  display: block;
  float: left; }
/* line 971, ../../app/stylesheets/iwa.sass */
#search_box #submit {
  display: block; }

/* line 974, ../../app/stylesheets/iwa.sass */
#search_results {
  margin: 3em 0; }
  /* line 978, ../../app/stylesheets/iwa.sass */
  #search_results ol {
    margin: 0;
    padding: 0; }
    /* line 982, ../../app/stylesheets/iwa.sass */
    #search_results ol .result {
      margin: 2em 0; }
      /* line 985, ../../app/stylesheets/iwa.sass */
      #search_results ol .result li {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none; }
        /* line 990, ../../app/stylesheets/iwa.sass */
        #search_results ol .result li .description p {
          margin-bottom: 5px; }
        /* line 993, ../../app/stylesheets/iwa.sass */
        #search_results ol .result li .title a {
          font-size: 110%; }
        /* line 995, ../../app/stylesheets/iwa.sass */
        #search_results ol .result li .author {
          font-size: 80%; }

/* line 998, ../../app/stylesheets/iwa.sass */
.http_error_dialog {
  width: 25em;
  padding: 0 4em;
  margin: 4em auto 0 auto;
  border: 1px solid #cccccc;
  border-right-color: #999999;
  border-bottom-color: #999999; }
