/* 
Document   : style
Created on : 11 March 2007, 16:07
Author     : ivan
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    padding-left: 6%;
    padding-right: 2%;
    font-family: helvetica, arial, sans-serif;
    font-size: small;
}

h3 {
    font-style: italic;
}

h4 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

em, blockquote, .quote {
    font-style: italic;
    color: blue;
}

.loginTable {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 60%;
    background-color: #eeeeff;
    border: solid #dddddd 1px;    
}

.prayer {
    padding-left: 5%;
}

.menuItem {
    font-size: smaller;
    font-weight: bold;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.styled_popup {
    background: transparent;
}

p.ref {
  font-size: smaller;
  text-align: right;
  margin-right: 40px;
  margin-top: 0px;
  padding-top: 0px;
}
