/* AES Global CSS Document */

@import "/stylesheets/general_styles.css";
@import "/stylesheets/navigation.css";
@import "/stylesheets/header.css";
@import "/stylesheets/footer.css";
@import "/stylesheets/authentication.css";
@import "/stylesheets/right_container.css";

body {
  background-color:#E8E3DA;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0;
  padding:0;
}

a:link {
  color:#09D;
  text-decoration:underline;
}

a:visited {
  color:#369;
  text-decoration:underline;
}

a:hover {
  color:#09D;
  text-decoration:none;
}

#wrapper {
  margin:0;
  padding:0;
  width:999px;
}

#content {
  margin:0;
  padding:0;
  width:990px;
}

#leftNav {
  float:left;
  margin:0;
  padding:0;
  width:192px;
}

#leftNavSpace {
  border-bottom:1px solid #828586;
  height:8px;
  margin:0;
  padding:0;
  width:192px;
}

.rbbox {
  border-right:1px solid #E0E0E0;
  border-bottom:1px solid #E0E0E0;
  padding:10px;
}

div.pollStyle {
  clear:both;
  _height:50px; /* Hack for min_height in IE6 */
  margin:4px 10px 25px 10px;
  min-height:50px;
  padding:0 15px;
}

div.pollStyle h2 {
  color:#666;
  font:bold 15px Arial, Helvetica, sans-serif;
  margin:0 0 10px 0;
  padding:0;
}

div.pollStyle p {
  margin:0;
  padding:0;
}

div.pollStyle form {
  margin:0;
  padding:0;
}

div.pollStyle form input {
  vertical-align:middle;
}

div.pollStyle form label {
  margin-right:20px;
}

/* Hack - to hide em text in modern browsers */
html>/**/body a[rel="external"] {
  background:url(/images/icons/icn_newWindow.gif) no-repeat right 2px;
  padding-right:15px;
}

html>/**/body a[rel="pdf"] {
  background:url(/images/icons/icn_pdf.gif) no-repeat right 2px;
  padding-right:15px;
}

html>/**/body a[rel="excel"] {
  background:url(/images/icons/icn_excel.gif) no-repeat right 2px;
  padding-right:15px;
}

html>/**/body a[rel="word"] {
  background:url(/images/icons/icn_word.gif) no-repeat right 2px;
  padding-right:15px;
}

html>/**/body span.docTypeText {
  left:-9999px;
  overflow:hidden;
  position:absolute;
  top:-9999px;
}
/* End Hack */

em.details {
  color:#666;
  font-size:11px;
  font-style:italic;
}
