/* GENERAL FONT DEFINITION */

body {
    font-family: tahoma, Verdana, 'Dejavu Sans', sans;
    font-size: 11px;
    line-height: 170%;
    color: #003380;
    margin: 0;
    padding: 0;
    background: #CCC;
}

/* ID definitions */

#main {
    width: 750px;
    height: 100%;
    min-height: 100%;
    border: 1px solid #ccc;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#mainHeader {
    height: 90px;
    background: #CCCCCC url(media/header1.jpg) repeat-y top left;

}

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

#libraryName {
    float: left;
    padding-top: 12px;
    font-size: 23px;
    font-weight: bolder;
    margin-left: 10px;
}

#librarySubName {
    margin-top: 7px;
    font-size: 80%;
    font-variant: small-caps;
}

#sidepan {
    background: #fff;
    width: 200px;
    color: #fff;
    border-top: 1px #ccc solid;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
}

#sidepan .heading {
    font-weight: bold;
    padding-top: 7px;
    padding-left: 7px;
    height: auto;
    margin-top: 2px;
    color: #151B54;
    border: 1px #ccc solid;
    background: #fff url('media/header1.jpg') repeat;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

#sidepan form,p {
    margin: 3px;
    margin-bottom: 9px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

}

#headerInfo {
    padding: 3px;
}

#mainContent {
    background: #FFF;
    width: 680px;
    padding-top: 1px;
    margin-top: 1px;
    border-top: 1px #ccc solid;
    border-left: 2px #ccc solid;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
}

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

#mainMenu {
    height: 35px;
    background: #ccc url('media/header1.jpg') repeat;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
}

#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(media/menu_img.png) no-repeat left;
}

#menuList .menu,.menu:hover {
    font-size: 12px;
    font-weight: bold;
    color: #151B54;
    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(media/infobox_img.png) no-repeat -5px -5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#advSearchForm input,select {
    margin-top: 2px;
    margin-bottom: 2px;
}

#loginForm {
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 105px;
    border: 2px #000 solid;
    background: url(media/login_bg.png) top left no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 400px;
    height: 195px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

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

#homeButton {
    color: #003380;
}

/* Member Login related style */

#memberLogin {
    background: #CCCCCC;
    border: 1px solid #666;
}

#memberLogin legend {
    font-size: 17px;
    font-weight: bold;
}

#memberLogin .fieldLabel {
    font-weight: bold;
}

#memberLogin input[type=text] {
    width: 90%;
}

#memberLogin input[type=password] {
    width: 90%;
}

#memberLogin .loginInfo {
    font-style: italic;
}

#memberLoginInfo {
    text-align: right;
    margin: 3px;
    padding: 3px;
    border-bottom: 1px solid #999;
}

#memberLogout {
    color: #FF0000;
    font-weight: bold;
}

.errorBox {
    margin: 3px;
    padding: 3px;
    color: #f00;
    border: 1px solid #f00;
}

/* tags spesific style */

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

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

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

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

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

/* classes definition */

.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;
    margin-bottom: 10px;
    padding: 5px;
    padding-top: 1px;
    padding-left: 53px;
    background: url(media/image.png) top left no-repeat;
}

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

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

.item .detailLink {
    font-size: 10px;
}

.item .xmlDetailLink {
    font-size: 10px;
    background-color: #FF9900;
}

.subItem {
    margin-top: 3px;
}

.marginTop {
    margin-top: 5px;
}

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

.margined {
    margin: 3px;
}

.tblHead {
    background-color: #CCCCCC;
    font-weight: bold;
}

.tblContent {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}

/* htdig's specific */
em a {
    font-size: 11px;
}

em a:hover {
    font-size: 11px;
}

font {
    font-size: 11px;
}


