* {margin:0; padding:0;}

/* start reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 1;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* end of reset */

body{
/*    background: url('images/body.jpg') fixed repeat-x bottom center;*/
    background: #528B8B;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    margin: auto;
    Margin-top: 5px;
    margin-bottom: 5px;
}

#wrapper{
    padding: 0;
    margin: auto;
}

#container{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background: #F2F2F2;
    border-top: 4px #FFFFFF solid;
    border-bottom: 4px #FFFFFF solid;
    border-left: 2px #cccccc solid;
    border-right: 2px #cccccc solid;
}

#header{
    background: #000000 url(images/bg_header.png) top center no-repeat;
    height: 60px;
}

#header img{
    float: left;
    padding-top: 7px;
    padding-left: 30px;
}

#loginButton, #homeButton {
    font-size: 12px;
    border: 1px #666666 solid;
}

#homeButton {
    color: #000000;
}

.title{
    font-size: 26x;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 130px;
}

.title_bar{
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 4px #CDCDB4;
    margin-bottom: 2px;
}

.title_bar span, .title_bar div{
    clear: both;
    font-size: 12px;
}

.title_bar strong{
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
}

.title_bar a{
    text-decoration: none;
    color: #FF0000;
    font-size: 14px;
}

.small{
    font-size: 14px;
    position: absolute;

}

.white{
    color: #FFFFFF;
}

.green {
    color: #a8e504;
}

#nav {
    padding-top: 20px;
    list-style: none;
    display: inline;
    float: right;
}

#nav li{
    display: inline;
    float: left;
    padding-right: 10px;


}

a.menu {
    color: #FFFFFF;
    text-decoration: none;
}

a.menu:hover {
    color: #6495ED;
    padding-left: 13px;
    background-image: url(images/menu_img_hover.png);
    background-position: left;
    background-repeat: no-repeat;
}

#left{
    float: left;
    width: 550px;
    margin-left: 28px;
    margin-right: 10px;
    margin-top: 10px;
}

.item {
    min-height: 70px;
    text-align: left;
    padding-top: 10px;
    padding-left: 60px;
    background: url(images/image.png) 10px 10px no-repeat;
    font-size: 14px;
}

.alterList {
    background-color: #e7ffb8;
    border-bottom: 1px dotted #999999;
}

.alterList2 {
    background-color: #FFFFFF;
    border-bottom: 1px dotted #999999;
}

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

div.item a:hover {
    text-decoration: underline;
}

.subItem{
    margin-top: 3px;
    color: #999999;
    font-size: 11px;
}

.author{
    color: #73c217
}

#right{
    width: 250px;
    float: right;
    margin-right: 28px;
    margin-top: 5px;
}

.pagingList {
    margin-top: 5px;
    float: left;
}

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

#footer{
    height: 50px;
    padding: 10px;
    background: #C1CDC1 url(images/footlibrary.jpg) top center;
    color: #FFFFFF;
}

p {
    line-height: 16px;
}

.fixedclear{
    clear: both;
    height: 50px;
}

.search,.ajaxInputField{
    border: 1px #000000 solid;
    font-size: 14px;
    padding: 0px 1px 2px 1px;
    width: 240px;
    color: #666666;
    background: #D9D9D9 url(images/line.jpg) bottom center repeat-x;
}

.submit{
    border: solid 1px #000000;
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px;
    font-size: 12px;
}

#picture{
    background: transparent url(images/library.jpg) center center no-repeat;
    height: 150px;
    margin-left: auto;
    margin-top: auto;
    border-bottom: solid 4px #000000;
}

#picture span {
    display: none;
}

strong{
    font-weight: bold;
}

h3 {
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
    color: #5cae1a;
    letter-spacing: -1px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
}

#loginForm{
    width: 300px;
    margin: 0 auto;
	margin-top: 60px;
    padding: 10px;
}

#loginForm div{
    padding-bottom: 10px;
    padding-left: 40px;

}

#loginForm input{
    border: solid 1px #666666;
    padding: 4px;
}


.tblHead, .tblContent {
    background: #FFFFFE url(images/line.jpg) bottom left repeat-x;
    padding: 5px;
    font-size: 12px;
}

.tblHead {
    background: #EEF3E2 url(images/line.jpg) bottom left repeat-x;
    color: #5cae1a;
    font-weight: bold;
}

.detailLink, .xmlDetailLink, .xmlResultLink {
    padding: 1px;
    text-decoration: none;
}

.xmlResultLink {
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}

a.link{
    color: #BFFF84;
    font-weight: bold;
    text-decoration: none;
}

a.link:hover{
    color: #ffffff;
    text-decoration: underline;
}

/* login page */
#titlelogin{
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    height: 210px;
    width: 900px;
    background: #CAFF99 url(images/login.jpg) top center no-repeat;
    /*border-top: 2px #444444 solid;*/
}

.tlogin0{
    font-size: 40px;
    font-weight: bold;
    padding-top: 150px;
    padding-left: 30px;
}

.tlogin{
    text-align: right;
    padding-right: 40px;
    font-size: 40px;
    font-weight: bold;
    padding-top: 210px;
}

#ploginf {
    color: #FFFFFF;
    text-align: center;
    margin-top: 70px;
	margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 900px;
    background: #CAFF99 url(images/footlibrary.jpg) center center no-repeat;
}

/* AJAX drop down list */
.ajaxDDlist {
    display: none;
    position: absolute;
    border: 1px solid #727272;
    border-top: 0;
    margin: 0;
    padding: 0;
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #e7ffb8;
    list-style-type: none;
    list-style-position: outside;
}

.ajaxDDlist > li {
    margin: 0;
    padding: 0;
}

.ajaxDDlist > li > .DDlink,.DDlink:hover {
    font-size: 12px;
    color: #666666;
    display: block;
    padding: 3px;
    text-decoration: none;
}

.ajaxDDlist > li > .DDlink:hover {
    background-color: #CCCCCC;
}


