body {
    color: #0F5B96;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: #eef8fa;
}
#header {
    margin: 0 auto;
    width: 1000px;
    background-color: white;
}

#page {
    margin: 0 auto;
    display: inline-block;
}
#center{
    float: left;
    min-width: 600px;
    max-width: 600px;
    padding: 5px;
    min-height: 400px;
    margin-top: 100px;
    margin-left: 3px;
    border: 1px dashed #20b2aa;
    background-color: white;
}
#left{
    float: left;
    min-width: 300px;
    padding-top: 2px;
    min-height: 300px;
    text-align: left;
}
#right{
    float: right;
    min-width: 300px;
    padding-top: 2px;
    min-height: 300px;
    text-align: left;
}
#footer {
    clear: both;
    color: #a0522d;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0;
}
input[type="text"], textarea[type="text"] {
    border: 1px solid #0F5B96;
    border-radius: 2px;
    display: block;
    width: 300px;
    padding: 6px 0 6px 3px;
    
}
input[type="button"], form a {
    background: none repeat scroll 0 0 white;
    border: 1px solid #0F5B96;
    border-radius: 4px 4px 4px 4px;
    color: #0F5B96;
    display: inline-block;
    font-size: 12px;
    margin-right: 1em;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
}
input[class="submit"]:hover, form a:hover {
    background: none repeat scroll 0 0 #58D3F7;
    cursor: pointer;
}
.transition{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fasterTransition{
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.inline_block{
    display: inline-block;
}
.underline{
    text-decoration: none;
}
.underline:hover{
    text-decoration: underline;
}
.h1{
    font-size: 13px;
    margin-left: 5px;
    font-weight: normal;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #454545;
}
.h2{
    font-size: 17px;
}
.h3{
    font-size: 20px;
}
#imageForm, #responses{
    border: 1px solid #d3d3d3;
    padding: 12px;
    text-align: center;
    border-radius: 3px;
    margin: 6px;
}
.shaddow{
    -moz-box-shadow: 1px 2px 8px #81BEF7;
    -webkit-box-shadow: 1px 2px 8px #81BEF7;
    box-shadow: 1px 4px 8px #81BEF7;
}
#expand{
    font-size: 13px;
    font-family: helvetica;
    text-decoration: none;
    background-color: white;
    color: black;
    border: 1px solid #d3d3d3;
    border-radius: 0 0 3px 3px;
    padding: 2px 57px;
}
#expand:hover{
    background-color: #d3d3d3;
    border: 1px solid gray;
}
.inputSpec{
    display: inline-block;
    float: left;
    width: 220px;
    padding: 5px 6px;
    font-size: 18px;
    color: gray;
    text-align: right;
    letter-spacing: 3px;
    font-weight: bold;
    margin-left: 2px;
    border: 1px solid #20b2aa;
    border-radius: 3px 0 0 3px;
}
.submitSpec{
    margin-left: 2px;
    display: inline-block;
    float: left;
    width: 220px;
    padding: 5px;
    font-size: 18px;
    border: 1px solid #20b2aa;
    border-radius: 0 3px 3px 0;
}
.submitSpec:hover{
    background-color: #24f0e4;
    cursor: pointer;
}
.notVisible{
    display: none;
}
.visible{
    display: inline-block;
}
.foldersInputs{
    display: inline-block;
    padding: 2px;
    font-size: 10px;
    text-align: left;
    margin-left: 2px;
    border: 1px solid #20b2aa;
    background-color: white;
    text-decoration: none;
}
input[class="foldersInputs"]:hover{
    background-color: #24f0e4;
    cursor: pointer;
}
.folderLook{
    border-bottom: 1px solid #24f0e4;
    padding: 6px 6px 6px 25px;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 20px;
    width: 500px;
    float: left;
    min-height: 20px;
    text-align: left;
}
.hoverBorders{
    padding: 2px 6px;
    display: block;
    margin-right: 4px;
    text-decoration: none;
}
.hoverBorders:hover{
    border: 1px solid #778899;
    background-color: #add8e6;
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 3px;
}
.navigationLook{
    display: inline-block;
    text-align: left;
    padding: 5px;
    text-decoration: none;
    color: #445363;
}
.navigationLook:hover{
    background-color: #f2f2f2;
}
.createFolder{
    width: 96%;
    margin-bottom: 10px;
    float: center;
    text-decoration: none;
    border: 1px solid #81769c;
    display: flex;
    font-size: 13px;
    color: #445363;
    padding: 10px;
    border-radius: 6px;
}
.createFolder:hover{
    background-color: #81769c;
    border-radius: 0px;
    color: white;
}
.footerImg1{
    cursor:pointer;
    line-height:60px;
    height:60px;
    width: 120px;
    background:url(/images/text/upload.png) no-repeat -20px top;
    display:block;
    text-decoration: none;
    margin-top: 6px;
    margin-left: 60px;

}
.footerImg1:hover {background-position: -20px -60px;}
.footerImg2{
    cursor:pointer;
    line-height:60px;
    height:60px;
    width: 120px;
    background:url(/images/text/folders.png) no-repeat -20px top;
    display:block;
    text-decoration: none;
    margin-top: 6px;
    margin-left: 60px;

}
.footerImg2:hover {background-position: -20px -60px;}
.footerImg3{
    cursor:pointer;
    line-height:60px;
    height:60px;
    width: 120px;
    background:url(/images/text/exit.png) no-repeat -20px top;
    display:block;
    text-decoration: none;
    margin-top: 6px;
    margin-left: 60px;

}
.footerImg3:hover {background-position: -20px -60px;}
.footerImg4{
    cursor:pointer;
    line-height:60px;
    height:60px;
    width: 120px;
    background:url(/images/text/notes.png) no-repeat -20px top;
    display:block;
    text-decoration: none;
    margin-top: 6px;
    margin-left: 60px;

}
.footerImg4:hover {background-position: -20px -60px;}

.textareaInput{
    width: 200px;
    height: 60px;
}
.paddedButton{
    background-color: white; width: 404px; padding: 18px 5px; font-size: 20px; text-align: center;
}
.paddedButton:hover{
    background-color: #24f0e4;
    cursor: pointer;
}
#myNotes{
    display: block;
    width: 90%;
    margin: 2px auto;
    min-height: 300px;
    padding: 5px;
}
.nugget{
    background: url('/images/bgr.png');
    margin: 6px;
    border: 1px dashed #778899;
    border-radius: 9px 0px;
    padding: 20px 20px;
    text-align: left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    font-style: italic;
}
.padding3{ padding: 3px;}
.hr_dotted{
    margin-bottom: -2px;
    margin-top: 10px;
    border: none;
    border-bottom: 1px dotted gray;
}
.response{
    font-size: small;
    color: #20b2aa; 
    text-align: center; 
    margin-top: -16px; 
    width: 100%; display: block; 
    border-bottom: 1px dashed #d3d3d3; 
    border-top: 1px dashed #d3d3d3;
}
.message{
    font-size: small; 
    color: #20b2aa; 
    text-align: center; 
    margin-top: 10px; 
    width: 100%; 
    display: block; 
    border-bottom: 1px dashed #d3d3d3; 
    border-top: 1px dashed #d3d3d3;
}


