@CHARSET "ISO-8859-1";

/* Colour Scheme: http://colorschemedesigner.com/#3i32P4VYNw0w0 */

/* Core Style Setup */
html {
  background: #d2f8f8 url('../images/hourglass-bg.jpg') bottom right no-repeat fixed;
  font-size: 62.5%;
}

pre {
  font-size: 1.4em;
  border: 1px solid #999;
  background: #EEE;
  padding: 10px;
}

#header,
#wrapper,
#footer {
  width: 750px;
  margin: 20px auto;
  position: relative;
}

/* Header Styles */
#header {
  padding: 10px 0px;
}
#header h1 {
  color: #8145A2;
  font-size: 4em;
}
#header a {
  text-decoration: none;
  color: #8145A2;
}

/* Footer styles */
#footer {
  color: #44A1A1;
  text-align: right;
  font-size: 1.2em;
}
#footer a:link, #footer a:visited {
  color: #44A1A1;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  text-decoration: underline;
}


/* Messages */
.messages div {
  margin:  20px;
  padding: 10px;
  text-align: center;
}
.messages h3 {
  font-size: 1.8em;
}
.messages p {
  font-size: 1.4em;
  margin: 5px;
}
.messages .warning {
  border: 2px solid #F00;
  background: #FDD;
}
.messages .warning h3,
.messages .warning p {
  color: #500;
}
.messages .info {
  border: 2px solid #00F;
  background: #DDF;
}
.messages .info h3,
.messages .info p {
  color: #005;
}
.messages .success {
  border: 2px solid #0F0;
  background: #DFD;
}
.messages .success h3,
.messages .success p {
  color: #050;
}


/** Generic Content styles */
#wrapper {
  background: #FFF;
  border: 2px solid #AAA;
  padding: 10px;  
}

#wrapper #menu {
  background: #FFF;
  border-bottom: 2px solid #AAA;
  border-left: 2px solid #AAA;
  margin: -10px -10px 10px 10px;
  padding: 5px;
  font-size: 1.4em;
  float: right;
}

#wrapper a:link, #wrapper a:visited {
  color: #73239F;
  text-decoration: none;
}
#wrapper a:hover, #wrapper a:active {
  color: #73239F;
  text-decoration: underline;  
}

#content h2 {
  font-size: 3em;
  border-bottom: 1px dashed #AAA;
  margin: 12px;
  color: #44A1A1;
}
#content h3 {
  font-size: 2.4em;
  margin: 12px;
  color: #A6A646;
}
#content h4 {
  font-size: 2em;
  margin: 12px;
  color: #A6A646;
}
#content h5 {
  font-size: 1.8em;
  margin: 12px;
  color: #A6A646;
}
#content p {
  margin: 12px;
  font-size: 1.6em;
}

#content .smallcenterbox {
  width: 300px;
  margin: 100px auto;
  padding: 10px;
  background: #FFFFE9;
  border: 1px solid #8145A2;
}
#content .smallcenterbox h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#content .centerbox {
  width: 700px;
  margin: 0px auto;
  padding: 50px 0px;
  background: #FFFFE9;
}

#content dl.zend_form dt {
  float: left;
  width: 150px;
  text-align: right;
  padding-top: 10px;
  font-size: 1.4em;
}
#content dl.zend_form dd {
  margin-left: 150px;
  padding: 5px 10px;
}
#content dl.zend_form dd input {
  width: 600px;
}
#content .smallcenterbox dl.zend_form dt {
  width: 100px;
}
#content .smallcenterbox dl.zend_form dd {
  margin-left: 100px;
}
#content .smallcenterbox dl.zend_form dd input {
  width: 180px;
}
#content .smallcenterbox dl.zend_form dd input.autosize {
  width: auto;
}


.clear {
  clear: both;
}

/* Specific Content styles */

#managesteps {
  clear: both;
  float: right;
  margin: 0px;
  border: 1px solid #AAA;
  padding: 5px;
  background: #FFFFE9;
}
#managesteps ol {
  list-style-type: upper-roman;
  padding: 0px 0px 0px 30px;
  font-size: 1.4em;
  color: #44A1A1;
}
#managesteps a.active {
  color: #44A1A1;
}
