/* GENERAL FONT DEFINITION */
body {
    font-family: arial,helvetica,sans-serif;
    font-size: 11px !important;
    line-height: 170%;
    color: #333333;
    margin: 0;
    padding: 0;
    background: #333333;
}

/* IDs */

#main {
    width: 780px;
    height: 100%;
    min-height: 100%;
    border: 1px solid #999999;
    border-top-width: 0;
    border-bottom-width: 0;
    margin: 0 auto;
}

#mainHeader {
    height: 90px;
    background: #CCCCCC url(header.jpg) repeat-x top left;
}

#headerImage {
    margin-top: 5px;
    float: left;
    width: 80px;
    height: 80px;
    background: url(logo.png) no-repeat top left;
    margin-left: 10px;
}

#libraryName {
    float: left;
    font-size: 23px;
    font-weight: bold;
    margin-left: 10px;
}

#sidepan {
    background: url(sidepan_bg.jpg) right top repeat-y;
    width: 200px;
}

#sidepan .heading {
    font-weight: bold;
    padding-top: 7px;
    padding-left: 37px;
    height: 28px;
    color: #FFFFFF;
    background: #CCCCCC url(section_bar_fill.png) repeat-x top left;
}

#sidepan form,p {
    margin: 3px;
    margin-bottom: 9px;
}

#mainContent {
    background: #FFFFFF;
    width: 580px;
}

#mainContent p,h3 {
    margin: 3px;
}

#mainMenu {
    height: 35px;
    background: #CCCCCC url(bar_fill.png) repeat-x top left;
}

#menuList {
    display: inline;
    padding: 5px;
    margin: 0;
    list-style: none;
}

#menuList li {
    display: inline;
    margin: 5px;
    padding: 0;
    padding-left: 21px;
    padding-top: 3px;
    background: url(menu_img.png) no-repeat left;
}

#menuList .menu,.menu:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#menuList .menu:hover {
    text-decoration: underline;
}

#infoBox {
    margin: 3px;
    border: 1px #999999 solid;
    padding: 5px;
    padding-left: 70px;
    min-height: 50px;
    background: url(infobox_img.png) no-repeat -5px -5px;
}

#loginForm {
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 120px;
    background: url(login_bg.png) top left no-repeat;
    width: 400px;
    height: 300px;
    text-align: center;
}

#loginButton, #homeButton {
    font-size: 12px;
    border: 1px #666666 solid;
    background-image: url(gradien_short.jpg);
    background-position: bottom left;
}

#homeButton {
    color: #FF0000;
}

#journalList {
    background: #666666;
    width: 97%;
    margin: 5px;
}

#journalList td {
    background: #FFFFFF;
}

#libraryImage {
    background: url(kemit_library.jpg) no-repeat top left;
    height: 200px;
    border: 1px solid #999999;
}

/* tags */

a, a:hover {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

input,textarea,select {
    border: 1px #727272 solid;
    font-size: 12px;
}

input:hover,textarea:hover,select:hover {
    border: 1px #f18e00 solid;
}

h3 {
    height: 30px;
    padding-left: 45px;
    padding-top: 10px;
    background: url(section_heading.png) no-repeat bottom left;
    border-bottom: 1px solid #999999;
}

fieldset {
    background: url(gradien_short.jpg) repeat-x bottom left;
    margin-bottom: 5px;
}

legend, .new {
    font-size: 14px;
    color: #d50000;
    font-weight: bold;
}

/* classes */

.errorBox {
    color: red;
    font-weight: bold;
    margin: 3px;
    border: 1px red solid;
    padding: 5px;
    padding-left: 70px;
    min-height: 40px;
    background: url(error.png) no-repeat -5px -5px;
}

.new {
    padding-left: 30px;
    background: url(emblem_new.png) no-repeat top left;
}

.detailLink, .xmlDetailLink {
    padding: 1px;
    border: 1px solid #999999;
    text-decoration: none;
    background-color: #CCCCCC;
}

.xmlDetailLink {
    background-color: #FF9900;
}

.xmlResultLink {
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    font-weight: bold;
    background-color: #003380;
    text-decoration: none;
    color: #FFFFFF;
}

.item {
    min-height: 70px;
    text-align: left;
    margin: 5px;
    padding: 5px;
    padding-top: 1px;
    padding-left: 53px;
    background: url(image.png) top left no-repeat;
}

.item a,a:hover {
    font-size: 12px;
    font-weight: bold;
}

.item a:hover {
    text-decoration: none;
}

.item .detailLink, .xmlDetailLink {
    font-size: 10px;
    padding: 1px;
    border: 1px solid #999999;
    text-decoration: none;
    background-color: #CCCCCC;
}

.item .xmlDetailLink {
    background-color: #FF9900;
}

.welcome {
    background: url(gradien_short.jpg) repeat-x bottom left;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    padding: 3px;
    margin: 5px;
}

.tblHead, .tblContent {
    background-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.tblHead {
    font-weight: bold;
}

.tblContent {
    background-color: #FFFFFF;
}

.subItem {
    margin-top: 3px;
}

.marginTop {
    margin-top: 5px;
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.margined {
    margin: 3px;
}

