* {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: 0;    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: #C0C0C0 url('images/bgbody.png') top repeat-x;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    color: #856363;
    font-weight: normal;
    margin: auto;
}

/* #wrapper{
    padding: 12px;
    margin: auto;
	background:#FFFFFF url(images/white.png);
	
}
*/
#container{
	background: #FFFFFF url('images/bg.png') top left repeat-x ;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
	border: solid; 
	border-color: #000000;
	border-width: 1px;
	background-color:#FFFFFF;
}

#header{
/*    background: transparent url('images/header.png') top center ; */
    height: 80px;
}

#header img{
    float: left;
    padding-top: 10px;
    padding-left: 0px;
	width: 0px;
	height: 0px
	
}

#loginButton, #homeButton {
    font-size: 12px;
    border: 1px #666666 solid;
}

#homeButton {
    color: #a8e504;
}

.title{
    font-size: 14px;
 /*   padding-top: 20px; */
    padding-left: 45px;
	visibility: hidden;
}

.title_bar{
    font-size: 14px;
    border-bottom: solid 4px #EEEEEE;
    margin-bottom: 20px;
}

.title_bar span, .title_bar div{
    clear: both;
    font-size: 12px;
}

.title_bar strong{
    font-family: Arial, sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
}

.title_bar a{
    text-decoration: none;
    color: #FF0000;
    font-size: 14px;
}

.small{
    font-size: 14px;
    position: absolute;

}

.white{
    color: #FFFFFF;
}
.yellow{
    color: #FCD116;
    padding-left: 15px;
}

.green {
    color: #a8e504;
}

#nav {
    list-style: none;
    display: inline;
    float: right;
    margin-top:40px;
    margin-right: 0px;
}

#nav li{
    float: left;
    padding-right: 10px;
}

a.menu {
    color: #FFFFFF;
    text-decoration: None;
	
}

a.menu:hover {
    text-decoration: underline;
    color: #FFE600;
}

#left{
    float: left;
    width: 250px;
    margin-right: 10px;
    margin-top: 82px;
	padding: 10px;

}

.item {
    min-height: 70px;
    text-align: left;
    padding-top: 10px;
    padding-left: 65px;
    background: url(images/image.png) 10px 10px no-repeat;
    font-size: 12px;
}

.alterList {
    background-color: #eeeeee;
    border-bottom: 1px dotted #999999;
}

.alterList2 {
    background-color: #fefefe;
    border-bottom: 1px dotted #999999;
}

.item a {
    color: #000000;
    text-decoration: none;
    letter-spacing: -1px;
}

div.item a:hover {
    text-decoration: underline;
}

.subItem{
    margin-top: 3px;
    color: #999999;
    font-size: 12px;
}

.author{
    color: #73c217
}

#right{
    width: 500px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
	border-right-style:solid;
	border-right-color:#336666;
	   }

.pagingList {
    margin-top: 10px;
    float: left;
}

.pagingList a{
    text-decoration: none;
    color: #666666;
}

#footer{
    clear: both;
    margin: 0px 30px 0px 30px;
    padding: 20px;
    background: #333333 url(images/line.jpg) top center repeat-x;
    color: #FFFFFF;
}

p {
    line-height: 14px;
}

.fixedclear{
    clear: both;
    height: 50px;
}

.search,.ajaxInputField{
    border: 1px solid #727272;
	font-size: 12px;
    padding: 0px 3px 4px 3px;
    width: 240px;
    color: #000000;
    background: #FFFFFF url(images/line.jpg) bottom center repeat-x;
}

.submit{
    border: solid 2px #C0C0C0;
    background-color: #000033;
    color: #FFFFFF;
    padding: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif
    font-size: 12px;
}

#picture{
    background: transparent url(images/library.jpg) center center no-repeat;
    width: 745px;
    height: 129px;
    margin-left: 28px;
    margin-top: 15px;
    border-bottom: solid 4px #000000;
}

#picture span {
    display: none;
}

strong{
    font-weight: bold;
}

h3 {
    font-size: 14px;
    padding-top: 20px;
    font-weight: bold;
    color: #5cae1a;
    letter-spacing: -1px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#loginForm{
    width: 300px;
    margin: 0 auto;
    background-color: #e1dcdc;
    margin-top: 140px;
    padding: 10px;
}

#loginForm div{
    padding-bottom: 10px;
    padding-left: 40px;

}

#loginForm input{
    border: solid 1px #666666;
    padding: 4px;
}


.tblHead, .tblContent {
    background: #FFFFFF; /*url(images/line.jpg) bottom left repeat-x; */
    padding: 5px;
}

.tblHead {
    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: #FFCF48;
    text-decoration: none;
}

a.link:hover{
    text-decoration: underline;
}

/* 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: 17px;
    color: #666666;
    display: block;
    padding: 3px;
    text-decoration: none;
}

.ajaxDDlist > li > .DDlink:hover {
    background-color: #CCCCCC;
}

