/*  Admin Box styles */
    #adminBox {
        position: absolute;
        top: 3px; 
        left: -100px; 
        z-index: 100;
	cursor: move;
        border: 3px solid green;
        background-color: green;
        border-top: 20px solid green; 
        width: 300px;
        height: 170px; 

    }
    iframe#subAdminBox {
        margin: 0px; 
        border: none;
        border: 1px solid #33CC33;
        text-align: left;
        background-color: white;
        width: 100%; 
        height: 99%;
        font-size: 12px; 
        line-height: 20px;
        text-align: center;
        overflow: auto;        
    }
    #uploader {
        position: absolute; 
        left: 5px; 
        top: 90%; 
        border: 3px solid green;
        border-left: 20px solid green; 
        background-color: green;
        width: 450px; 
        height: 470px;
        line-height: 60px;
    }
    iframe#subUploader {
        text-indent: 20px;
        text-align: center;
        background-color: white;
        border: 1px solid #33CC33;
        height: 98%;
        line-height: 98%;
        width: 100%;
    }

    form.inplaceeditor-form { /* The form */
    }

    form.inplaceeditor-form input[type="text"] { /* Input box */
        width: 50%;
        border: 1px solid maroon;
        background: white;
    }

    form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
        border: 1px solid maroon;
        background: white;
    }

    form.inplaceeditor-form input[type="submit"] { /* The submit button */
        border: 1px solid maroon;
        background: white;
        margin-left:1em;
    }

    form.inplaceeditor-form a { /* The cancel link */
        border: 1px solid maroon;
        background: white; 
        color: maroon;
        text-decoration: none;
        margin-left:1em;
    }

/*  Main html styles */
    body { 
        margin: 0; 
        padding: 0; 
        background: white url('img/bg.gif') repeat;
        text-align: center;
        font-family: Verdana, Arial AMU, Arial Unicode, Sylfaen;
    }
    #hdrCnt {
        width: 100%;
        background-color: #e2e5da;
        height: 188px;
        text-align: center;
    }
    #och {
        position: absolute; 
        left: 50%; 
        margin-left: -345px; 
        width: 688px;
        height: 45px;
        margin-top: 35px; 
        filter: alpha(opacity=0);
    }
    #header {
        width: 800px;
        height: 188px;
        margin: 0 auto;
        text-align: left;
    }
    #menuL {
        position: absolute;
        top: 158px;
        width: 800px;
        height: 30px; 
        background-color: #7c7c7c;
        opacity:.35; filter: alpha(opacity=35); -moz-opacity: 0.35;
        color: white;
    }
    #menu {
        position: absolute;
        top: 158px;
        width: 800px;
    }
    #menu ul {
        margin : 0; 
        padding: 0; 
        float: left;
        width: 100%;
        height: 25px;
        list-style: none;
    }
    #menu ul li {
        width: 133px;
        float: left;
    }
    #menu ul li a {
        display: block;
        width: 133px;
        height: 23px; 
        line-height: 23px; 
        color: white;
        font-family: Verdana, Arial AMU, Arial Unicode, Sylfaen; 
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }
    #menu ul li#sel {
        border-bottom: 2px solid white;
    }

    #menu ul li#sel a:hover {
        border-bottom: none;
    }
    #menu ul li a:hover {
        border-bottom: 2px solid white;
    }

    #footer {
        width: 800px; 
        height: 42px; 
        line-height: 42px;
        margin: 0 auto;
        background-color: #e2e5da;
        text-align: left;
        
    }
    #footer #footerLogo {
        float: left;
        margin: 0px 21px 0px 45px;
    }
    #footerTxt {
        float: left;
        font-family: "Trebuchet MS"; 
        font-size: 16px;
        font-weight: bold;
        line-height: 42px;
        color: #887b65;
    }
    #footer #lang {
        float: right;
        font-size: 11px;
        font-family: Verdana;
        color: #887b65;
        color: black;
    }
    #lang a {
        color: #887b65;
        color: black;
        text-decoration: none;
        letter-spacing: 1px;
    }
    #lang a:hover {
        text-decoration: overline;
        letter-spacing: 0px;
        font-weight: bold;
    }
    #lang b {
        letter-spacing: 0px;
        font-weight: bold;
        text-decoration: underline;
    }
    #mainCnt {
        background: url('img/bgLogo.jpg') no-repeat fixed center center;
        background-color: white;
        width: 800px;
        height: 60%;
        min-height: 350px;
        margin: 0 auto;
        text-align: left;
        overflow: auto;
        color: #887b65;
        color: black;
    }
    #main {
       margin: 10px 0px 0px 20px; 
    }
    h1 {
        font-size: 10px; 
        text-transform: lowercase;
    }
    h3#title { margin: 0px 0px 10px 0px; }
    h3#title a { color: black; text-decoration: none; }
    
    h4 { margin: 0px; display: inline;}
    
    #date {
        font-size: small;
    }
    #text a {
        text-decoration: none;
        font-weight: bold;
        color: green;
    }
    #text a:hover {
        text-decoration: underline;
    }
    #text {
        text-align: left;
        font-size: 14px;
    }
    #breaker {
        height: 1px;
        line-height: 1px; 
        clear: both;
    }
    ul, ol, li {
        margin: 0px; 
        line-height: 10px; 
    }
    .txtImg {
        margin-right: 10px; 
        margin-bottom: 10px; 
    }


    form#mailForm {
        margin-top: 10px; 
        font-size: 10px;
    }
    form#mailForm input, form#mailForm textarea {
        font-width: bold;
        width: 350px; 
        border: 1px solid green;
        color: green;
        background-color: white;
        font-size: 13px; 
        line-height: 16px; 
    }
