

html, body {
  padding: 0em;
  font-size: 100.01%;
}

body
{
  height: 100%;
  width: 100%;
  font-family: Arial;
  padding: 0em;
  margin: 0em;
}

#page {
  margin-top: 0px;
  margin-bottom: 5px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#header {
  margin-top: 2px;
  margin-left: 3%;
}

#headerRight {
  float: right;
  font-size: 90%;
  padding-right: 4%;
  margin-top: 5px;
  white-space: nowrap;
  z-index: 10;
}

.headerLink {
/*  color: #ffac1c;*/
  font-size: 18px;
  text-decoration: none;
  margin-right: 5px;
  padding: 2px;
}

.headerLink:hover {
  background-color: transparent;
  text-decoration: underline;
}

#content
{
  min-width: 250px;
  min-height: 200px;
  text-align: left;
  padding: 5px 25px 10px 25px;
  font-size: 90%;
  line-height: 1.3em;
}


/* for IE */
/*\*/
* html #content {
  height: 200px;
}
/**/


.innerContent {  
  margin: 5px 10px 0px 15px;
}

#centerPane {
  min-height: 150px;
  padding: 2px 10px 5px 10px;
  border-left: 1px dashed #FFC96b;
  border-right: 1px dashed #FFC96b;
}

/* for IE */
/*\*/
* html #centerPane {
  height: 150px;
}
/**/

/* Links  */
a {
  padding: 0;
  color: #000;
}

a:hover {
  background-color: #FFC96B;
}

a.stdlink {
  text-decoration: none;
  color: black;
}

a:hover.stdlink {
  text-decoration: underline;
}


/*  ------------------------------------------------ */
/* Header Styles */

h1 {
  padding: 2px;
  margin: 0em;
  margin-left: -5px;
  color: white;
  font-size: 28pt;
  font-family: Arial;
}

h1 a {
  color: white;
  text-decoration: none;
}

h2 {
  font-size: 24px;
  margin: 0em;
  padding-top: 0;
  margin-bottom: 15px;
}

h3 {
  margin: 0em;
  padding-top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
}

h4 {
  margin: 0em;
  margin-top: 5px;
  padding-top: 0;
  font-size: 16px;
}

  



/* ------------------------------------------------- */
/* Footer Styles */
.footerContent {
  font-size: 75%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
 
ul.footerMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

ul.footerMenu li {
  display:inline;
  padding-left: 2px;
  padding-right: 2px;
 
  margin-left: 5px;
  margin-right: 5px;
  
}

.footerMenu a:hover {
  background-color: #FFF;
}

.copyright {
  color: #333;
}

.copyright a {
  color: #333;
}

.copyright a:hover {
  background-color: #FFF;
}

/* Generic Form Styles */

.TODO {
  border: 1px solid red;
  padding: 2px;
}

.formButton {
  margin: 2px;
}

.formTextBox {
}

.formLabel {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}

.formFieldError {
  border: 1px solid red;
}

.formError {
  color: red
}

/* Generic Styles */

.inline-error {
  color:red;
}


.inline-error a {
  color: red;
}

.inline-success {
  color: green;
}

.progressDiv {
  width: 300px;
  text-align: center;
  margin-top: 50px;
  margin-left: 50px;
}


/* Image Links */

.icon {
  cursor: pointer;
}

a.imagehref {
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
  text-decoration: none;

}

a:hover.imagehref {
  background-color: transparent;
}

a.imagehref img  {
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
  text-decoration: none;
}


p.indented {
  margin-left: 20px;
}


/* Popup Styles */  

.popup {
  border:1px solid #ff821c;
  position: absolute;
  background: url("/static/images/orgbackshort.jpg") repeat-x;
  background-color: #FFF;
  z-index: 75;
  width: 160px;
  padding: 3px;
}

.pageHeaderPopup {
  position: fixed;
  top: 4px;
  right: 20px;
  z-index: 100;
}

.popupHeader {
  font-size: 105%;
  margin-bottom: 8px;
  margin-top: 2px;
}

#otherListsClose, #tagPopupClose {
  float: right;
  position: relative;
  right: 3px;
  z-index: 5;
}

.popupTitle, .popupHandle {
  font-weight: bold;
  margin-left: 5px;
}

.popupHandle {
  cursor: move;
  float: left;
  width: 80%;
  
}

.popupContent {
  clear: both;
  margin-top: 27px;
  font-size: 95%;
}

/* Account Menu Div */

#accountMenuDiv {
  width: 160px;
  font-size: 110%;
}


#accountMenuLinks a {
  color: #000;
  text-decoration: none;
  margin-right: 5px;
  padding: 2px;
}

#accountMenuLinks a:hover {
  background-color: #FFc96b;
  text-decoration: underline;
}

#accountMenuLinks {
  list-style: none;
  margin: 0px;
  padding:0px;
  margin-left: 10px;
  margin-bottom: 5px;
  
}

#accountMenuLinks li {
  padding: 0px;
  margin: 0px;
}

/* Tables */

.plainTable {
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-style: none;
}

.plainTable td {
  border-width: 0px;
  padding: 0px;;
  border-style: none;
}

/* Login Form */

#loginFormDiv {
  width: 240px;
}

#loginError {
  color: red;
  font-size: 85%;
  margin: 10px 0px 5px 0px;
  text-align: center;
  white-space: normal;
}

#loginError a {
  color: #F00;
}

#loginError a:hover {
  background-color: #f6b2c0;
}

.loginForm {
  margin: 0px 5px 0px 5px;
}

.loginFormButtons {
  margin: 0px 3px 0px 3px;
  position: relative;
  margin-right: 3px;
  margin-left: auto;
  width: 150px;
  text-align: right;
}

.loginForm input {
  font-size: 0.9em;
}

#loginProgress, #loginResult {
  height: 63px;
  text-align: center;
  padding-top: 25px;
}

#setMementoLabel {
  margin-right: 25px;
  margin-left: 2px;
}


#setMementoLabel:hover {
  background-color: #FFc96b;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 2px;
}

/* Global Message Div  */

.globalMessageDiv {
  position: fixed;
  top: 0px;
  left: 300px;
  width: 390px;
  height: 75px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 85%;
}


.globalMessageClose {
  position: absolute;
  bottom: 4px;
  right: 5px;
  z-index: 100;
}

.globalMessageContent {
  margin: 10px 7px 3px 10px;
}

.globalMessageTitle {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: -5px;
}

#globalErrorDiv {
  background-color: #FD446D;
  z-index: 80;
  height: 50px;
  opacity:.90;  
}


.noscript {
  width: 700px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 125%;
  text-align: center;
}

#BlurbWrapper {
  margin-left: auto;
  margin-right: auto;
  font-size: 12pt;
  margin-bottom: 20px;
}


/* Tag Style */

.tagList {
  padding: 0px;
  margin: 3px 5px;
  list-style: none;
}

.tagDragHover {
  background-color: #96FF31;
}

.tagList li {
  font-weight: normal;
  vertical-align: middle;
}

#tagPopupProgress {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.tagHandle {
  cursor: move;
  position: relative;
  top: 3px;
}

.tagError {
  font-size: 95%;
  text-align: center;
  height: 50px;
  padding-top: 10px;
}

#filterTagDelete img {
  position: relative;
  top: 2px;
  right: 3px;
}


.voteConfirmChange {
  position: absolute;
  width: 275px;
  line-height: 1.0em;
  margin-left: -225px;
  margin-top: -3px;
  z-index: 200;
  border: 1px solid #FFc96b;
  background: url("/static/images/orgbackshort.jpg") repeat;
  background-repeat: repeat-x;
  background-color: #FFF;
  font-size: 95%;
  white-space: normal;
  text-align: center;
}


