/* ********************************************** */
/*          The stylesheet by MJ                  */
/* ********************************************** */


* { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
    font-size: 8pt;
    color:#000000;
    background-color:#336699;
}

img { 
    margin:5px;
    padding:3px;
    border:1px solid #cccccc;
}

a { 
    color: #336699;
    text-decoration:none; 
}

a:hover{ 
    color: #003366;
}

a.top{ 
    font-size:8pt;
    float:right;
    opacity:0.6;
    padding:2px 20px 2px 0;
}


h1 {  
    color:#980000;
    font-size:25pt;
    font-weight:bold;
    margin:0;
    padding:10px 0 10px 30px;
    letter-spacing:5px;
}

h3 {  
    color:#585858;
    font-size:9pt;
    margin:0;
    padding:5px 0 5px 30px;
}

input {
    font-size:9pt;
    /* font-family:courier; */
    background-color:#f8f8f8;
}

textarea {
    font-size:9pt;
    font-family:courier;
    background-color:#f8f8f8;
}

.img-shadow {
    float:left;
    background: url('../images/shadowAlpha.png') no-repeat bottom right;
    background: url('../images/shadow.gif') no-repeat bottom right;
    margin: 30px 0 0 30px;
    margin: 30px 0 0 35px;
}

.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 10px;
}

.warning {
    color:#980000;    
    padding:5px;
}

.rq { 
    font-size:8pt; 
}

.footnote {
    font-size:8pt;
    color:#980000;
}

.error {
    background-color:#ffe4e1;
    color:darkred;
    font-weight:bold;
    margin:2px;
    padding:1px 10px;
}

.code {
    font-size:10pt;
    font-family:'courier new';
    font-weight:normal;
    border:1px solid #cccccc;
    margin:5px;
    padding:5px;    
}

.spacer {
    clear:both;
}

.field {
    color:#282828;
    font-size:10pt;
    font-weight:bold;
}

.fieldMand {
    color:#980000;
    font-size:10pt;
}

.fieldSep {
    margin:10px 200px 10px 30px;
    padding:5px;
    border-top:1px dashed #980000;
    /* border-bottom:1px dashed #980000; */
    color:#980000;
}

.fieldComm {
    padding-left:50px;
    color:#585858;
}

.fieldBox { 
    width:400px;
    padding-left:15px;
    margin:15px 0px 5px 0px;
    border-left:2px solid #d8d8d8;
}

#main { 
    padding:0.2em;
    font-size:10pt;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background-color:#ffffff;
    border:2px solid #cccccc;
}

#header {
    height:100px;
    margin-left:auto;
    margin-right:auto;
    background-image:url('../images/PEP-FOLD-Banner.jpg');
    background-repeat:no-repeat;
}

#synopsis {
    float:left;
    text-align:justify;
    width:170px;
    margin:20px 0 0 30px;
    padding:5px;
    border-right:3px solid #980000;    
    font-size:8pt;
    color:#585858;
}

#test {
    clear:both;
    float:left;
    margin:20px 0 0 30px;
    padding:2px;
    width:170px;
    font-weight:bold;
    font-size:10pt;
    border:1px solid #980000;
    text-align:center;
}

#menu{
    clear:both;
    width:170px;
    float:left;
    margin:20px 0 0 30px;
    padding:2px;
    color:#282828;
    border: 1px solid #cccccc;
    background-color:#f8f8f8;
    font-size:8pt;
    font-weight:bold;
}

#menu ul {
    list-style-type:circle;
    list-style-position:inside;
    margin-left:-30px;
}

#menu li {
    padding-bottom:10px;
}

#content{
    width:580px;
    margin-left:220px;
    color:#282828;
    background-color:#ffffff;
    /* background-image:url('../images/1pgb-bg.jpg'); */
    background-repeat:repeat-y;
    background-position:top center;
}

#content #hurry {
    width:450px;
    margin-left:auto;
    margin-right:auto;
    color:#282828;
    border: 1px solid #cccccc;
    background-color:#f8f8f8;    
    text-align:center;
    padding:5px;
}

#content #hurry .title {
    font-size:16pt;
    font-weight:bold;
    color:#980000;
}

#content .section {
    clear:right;
    margin:30px 0 0 0;
}

#content .section .history {
    clear:right;
    margin:10px 0 0 0;
    list-style-type:none;    
}

#content .section .history li {
    margin-top:5px;
    padding: 0 5px 5px 5px;
    width:500px;
    text-align:justify;
    border-right:3px solid #cccccc;
}

#content .section .date {
    padding-left:5px;
    font-weight:bold;
    font-size:12pt;
    /* font-style:italic; */
    position:relative;
    left:-10px;
    color:#585858;
}

#content .section .title {
    color:#444488;
    text-align:right;
    padding:0 30px 0 0;
    font-size:20pt;
    font-style:italic;
    font-weight:bold;
    opacity: 0.60;
    position:relative;
}

#content .itemize {
    list-style-type:none;    
    clear:right;
    margin:10px 0 0 0;
}

#content .itemize li {
    margin-top:5px;
    padding: 0 5px 5px 5px;
    width:500px;
    text-align:justify;
    border-right:3px solid #cccccc;
}

#content .itemize .item {
    padding-left:5px;
    font-weight:bold;
    font-size:12pt;
    /* font-style:italic; */
    position:relative;
    left:-10px;
    color:#585858;
}

#content .itemize img {
    float:right;
}

#content .itemizeIn {
    list-style-type:none;    
}

#content .itemizeIn li {
    border-right:0px;
    width:400px;
    clear:both;
}

#content .itemizeIn .item {
    font-size:10pt;
    font-style:normal;    
    color:#444488;
    border-bottom:1px solid #cccccc;
    width:100%;
}

#content .floatbarrier {
    clear:both;
}


#content .txtzone{ 
    margin: 0;
    padding:2em;
    text-align:justify;
}

.reference {
    text-align:justify;
    padding-left:1em;
    width:500px;
    margin-top:5px;
}

.reference .authors {
    font-weight:bold;
}

.reference .papTitle {
    font-style:italic;
}

.reference .jRef {
    font-size:8pt;
}

#results {
  margin:10px 20px 10px 20px;
  text-align:center;
  color:#585858;
}

#results .summary {
    text-align:left;
    border-top:1px solid #c8c8c8;
    border-bottom:1px solid #c8c8c8;
    margin:15px 0px 15px 0px;
    padding:10px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

#results .parm {
    font-size:11pt;
    font-weight:bold;
    background-image:url('../images/mail-attachment.png');
    background-repeat:no-repeat;
    background-position:top left;
    padding-left:30px;
    margin:5px;
}

#results .summary .parm {
    background-image:url('../images/emblem-default.png');
}

#results .resFile {
    border-bottom:1px solid #c8c8c8;
    margin:15px 0px 15px 0px;
    padding:10px;
}

#results .resFile ul {
    list-style-image:url('../images/download.png');
}

#results .resFile img {
    margin-left:auto;
    margin-right:auto;
}

#results .resFile .icon{
    margin:0;
    border:0;
}

#results .jMolInputs {
    text-align:left;
    width:300px;
    padding:20px 0px 20px 50px;
    height:260px;
    margin: 20px 20px 20px 370px;
    background-color:#f8f8f8;
    border:1px solid #c8c8c8;
}

#results .jMolAppWin {
    width:400px;
    height:350px;
    float:left;
    /* border:1px solid black; */
}

#results iframe {
    /* width:620px; */
    width:100%;
    height:400px;
    border:0;
}

#results .code {
    text-align:left;
}

#footer { 
    width:800px;
    margin-left:auto;
    margin-right:auto;
    /* background-image:url('../images/footer.jpg'); */
    background-repeat:no-repeat;
}

#bottom { 
    color:#ffffff;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    padding-top:0.5em;
    text-align:center;
    font-size:8pt;
}

