/*** copyright 2013 White Pond Design LLC ***/

body { text-align:center; line-height:100%; 
       font-family:sans-serif;
       background:#ededed; color:#020; }

div#marginblock { position:fixed; top:0px; width:100%; height:10px; z-index:2;  background:#ededed;  }

div#wrapper { margin:10px auto 10px auto; width:1024px; min-height:600px; z-index:1; position:relative;
              text-align:left;
              box-shadow: 5px 8px 0.5em #888; background:#fff;
              border-left-style:solid; border-left-width:3px; border-left-color:#c32032; 
              border-right-style:solid; border-right-width:3px; border-right-color:#c32032; 
              border-bottom-style:solid; border-bottom-width:3px; border-bottom-color:#c32032; 
              border-top-style:none;
            }

div#hdrfix              { position:fixed; top:13px; width:1024px; height:140px;
                          border-bottom:3px solid #c32032;
                          background-color:#ddd; color:#631; z-index:10; }
div#hdrfix div#hdrtitle { font-weight:bold; font-size:1.5em; text-align:center; margin:10px 0; color:#c32032; }
div#hdrfix button       { background:#c32032; color:#fff; cursor:pointer; padding:10px 20px; margin-left:20px; font-size:1.2em; }
              
div#wrapper div#maincontent { margin-top:130px; border-top:1px solid #f00; padding:20px; }
              
img#hdrlogo { position:relative; top:-3px; border-top:3px solid #c32032; }

div#menu { position:absolute; top:100px; left:500px; width:400px; min-height:200px; background:#006; padding:3px 5px;  z-index:20; }
div#menu div.menuitem 
         { margin:2px 0; padding:10px; cursor:pointer; background:#fff; color:#006; font-size:1.5em; }

div#dialog { position:absolute; top:100px; left:100px; width:400px; z-index:20;
             background:#ff0; color:#000; border:3px solid #c32032;  }
div#dialog [data-role=dialoghdr] { height:25px; border-bottom:3px solid #c32032; padding:10px;}
div#dialog [data-role=dialogcontent] { min-height:100px; padding:10px;}
div#dialog button { margin-left:30px; padding:5px 10px; font-size:1.2em; border:3px solid #c32032;}


