body {
    background: #fff;
    font-size: 0.7em;
    font-family: Verdana, Sans;
}

table {
    font-size: 0.9em;    
}

h1 {
    color: #fff;
    background: #98BFA1;
    border-top: 1px solid #9D746D;    
    border-bottom: 20px solid #9D746D;
    font-size: 32px;
    font-weight: bold;
    font-family: georgia;
    text-align: right;
    padding-bottom: 5px;
}

a {
    color: #3E6C49;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #3E6C49;
    text-decoration: underline;
    cursor:pointer; 
}

#create-main-div {
    text-align: center;
    width: 60%;
    margin-left: 20%;
    margin-top: 10%;
    border: 1px #9D746D solid;
}

#login-main-div {
    text-align: center;
    width: 60%;
    margin-left: 20%;
    margin-top: 10%;
    border: 1px #9D746D solid;
    padding: 10px 0px 10px 0px;
}

#main-div {
    width: 80%;
    padding-left: 10%;
    text-align: center;
}

#left-main {
	background: #fff;
    border-right: 1px solid #BDCCC1;
    padding-right: 5px;
    padding-top: 80px;
    
    width: 20%;
    float:left;
}

#right-main {
    background: #fff;
    width: 350px;
    height: 100%;
    width: 78%;
    float: right;
}

#edit-post-header {
    font-size: 0.8em;
    border-bottom: 1px dashed #555;
    padding-bottom: 15px;
}

#edit-post-title {
    color: #fff;
    background: #98BFA1;
    border-top: 1px solid #9D746D;    
    border-bottom: 5px solid #9D746D;
    font-size: 16px;
    font-weight: bold;
    font-family: georgia;
    text-align: right;
    padding-bottom: 3px;
}

#add-new-post-div {
    font-weight: bold;
    font-size: 1.3em;
    font-family: georgia;
    color: #222;
    padding: 10px;
}

#add-new-post-div:hover {
    text-decoration: underline;
    color: red;
    cursor: pointer;
}

#add-new-piece-div {
    border: 1px solid #aaa;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
}


#save-changes-btn {
    margin-top: 8px;
    width: 80%;
    padding: 3px;
}

#kassiLogo {
    font-size: 48px;
    color: #ddd;
    border: 4px solid #eee;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    padding: 6px 6px 0px 0px;
    top: 1%;
    left: 1%;
    background: #98BFA1; //#9D746D 
}

#kassiLogoSub {
    font-size: 9px;
    color: #ccc;
    position: absolute;
    top: 2px;
    left: 31px; 
}

#right-side-loading-animation, #left-side-loading-animation {
	background: url('interface_images/loading_animation.gif') no-repeat center center;
	width: 100%; height: 100%;
	display:none;
}


.post {
    border: 1px solid #555555;
    background: #ffffff;
}
	
.post_mouseover {
    border: 1px solid #555555;
    background: #ddd;
    cursor: pointer;
}

.post-date {
    font-size: 0.8em;
    color: #999;
    overflow: hidden;
    text-decoration: italic;
}

.post-title {
    font-size: 1.8em;
    color: #444;
    font-family: georgia;
    padding-left: 20px;
    overflow: hidden;
}

.piece-table {
    width: 100%;
}


.piece-edit-table {
    border: 1px dashed #aaa;
    width: 100%;
    padding: 10px 2px 10px 2px;
}

.piece-td, .piece-td-odd {
    padding: 10px;
}

.piece-td-odd {
	background: #DEDCE6;
}

.piece-btns-td {
    width: 10%;
}

.in-select, .in-text, .in-file, .in-textarea {
    width: 85%;
    margin-left: 10%;
}

.in-explanation {
    font-size: 0.8em;
    color: #777;
    font-style: italic;
    margin-bottom: 6px;
    margin-left: 10%;
}

.logout {
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -10%;
    color: #aaa;
    text-align: right;
    font-size: 24px;
    font-family: georgia;
}

.logout_hover {
    color: #000;
    cursor:pointer;
    
    text-decoration: underline;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: -10%;
    text-align: right;
    font-size: 24px;
    font-family: georgia;
}

.big-text {
    color: #444; 
    font-family: georgia;
    font-size: 16px;
}

.kassit-button {
    border: 1px solid green;
    background: #aaa;
}


.kassit-button:hover {
    border: 3px solid #ddd;
    background: #ddd;
}

.kassi-delete-btn {
	margin: 10 0 10 0;
	font-size: 0.9em;
}

.kassi-edit-btn {
	margin: 10 0 10 0;
	font-size: 1.1em;
}