/**
 * General styles
 */
 
body {
    font-family: Arial, Helvetica, sans serif;
    font-size: 75%;
    color: #465153;
}
a {
    color: #465153;
    text-decoration: none;
}

a img {
    border: none !important;
}

/**
 * Agenda styles
 */
 
#page {
    width: 760px;
    margin: 60px auto 0 auto;
}

#logo-header {
    padding: 0 0 0 145px;
   
}
#logo-header img {
    margin-right: 20px;
     vertical-align: middle;
}
#bar {
    margin: 10px 0;
    background: #fff url("../images/base_layout/background-bar.jpg") repeat-x top left;
    height: 25px;
}
#agenda {
    margin-top: 10px;
}
#agenda td {
    vertical-align: top;
    padding-bottom: 10px;
}
#agenda .title {
    width: 145px;
    font-weight: bold;
    text-align: right;
    font-size: 0.9em;
    text-transform: uppercase;
}

#agenda .content {
    padding: 0 0 10px 8px;
    font-size: 0.8em;
}
#agenda .content p {
    margin: 0;
}
#agenda .content a {
    color: #ff00ff;
    text-decoration: none;
}

#agenda-btn {
    position:relative;
    top: -330px;
    left: 10px;
}

#agenda-btn img,
td.edit-overlay img {
    width: 104px;
    height: 26px;
    behavior: url("pngbehavior.htc");
}

#backlink {
    position:absolute;
    top: 20px;
    left: 30px;
}

/**
 * Admin styles
 */
.simplenav,
.error,
.success {
    padding: 8px 0 8px 2px;
    margin-bottom: 10px;
}
.simplenav {
    border-bottom: 1px solid #465153;
}

.error,
.success {
    width: 300px;
    padding-left: 10px;
    font-weight: bold;
    background-color: #d6ffc6;
    border: 2px solid #5a9437;
    color: #5a9437;
}

.error {
    background-color: #fdebeb;
    border-color: #e52121;
    color: #e52121;
}

label {
    display: block;
    margin: 20px 0 3px 0;
}

fieldset,
img.preview {
    width: 400px;
}

textarea {
    height: 200px;
}
fieldset {
    height: 275px;
    border: 1px solid #465153;
}

img.preview {
    height: 183px;
}

table#admin-agenda {
    border-collapse: collapse;
    border-spacing: 0;
}
table#admin-agenda th,
table#admin-agenda td {
    width: 120px;
    text-align: left;
    border-bottom: 1px solid #465153;
    padding: 4px 3px;
}
table#admin-agenda td a:hover {
    text-decoration: underline;
}

table#admin-agenda .title {
    width: 220px;
}
table#admin-agenda .actions {
    width: 80px;
}
table#admin-agenda .addnew {
    padding-top: 14px;
    border: none;
}
table#admin-agenda .addnew a:hover {
    text-decoration: none;
}
table#admin-agenda .addnew img {
    vertical-align: text-bottom;
    margin-right: 4px;
}

table#edit-item td {
    vertical-align: top;
}
table#edit-item td.edit-text {
    width: 400px;
    padding-right: 25px;
}
table#edit-item td.edit-text input {
    margin-right: 10px;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
}
table#edit-item td.edit-image {
    width: 400px;
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #eeeeee;
}
table.mceLayout {
    width: 400px !important;
}

div.submit-button {
    margin-top: 10px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    
}
