
/* body { background-image:url(ripple.png) }

table.body { background-image:url(ripple_shaded.png) }

body { font-family:'Times New Roman',Times,serif } */

body { 
	background:#eee; 
/*	background: #ecf3fe;
	background: #d5dce6; */
	color:#333; 
	font:76%/1.6 "Helvetica", "Lucida Grande","Bitstream Vera Sans",Verdana,sans-serif; 
}

a { color: #5b80f2; text-decoration:none; }

a:hover { text-decoration:underline; }

a img { border:none; }

h1 { font-size:1.8em; color:#666; margin:0.4em 0 0.2em 0; }

h2 { font-size:1.5em; color:#666; margin:1em 0 0.2em 0; }

p { margin:0.5em 0 1em 0; }

input.textinput {
    /* width: 560px; */
    background: #fff;
    margin-left: 10px;
    padding: 6px 6px 6px 6px;
    border: solid 1px #bcbbbb;
    outline: none;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

td.content {
	background: #FFFFFF;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}

#content {
	background: #FFFFFF;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
} }

/* Sortable tables */
/* table.sortable thead { */
/*     background-color:#ccc; */
/*     color:#666666; */
/*     font-weight: bold; */
/*     cursor: default; */
/* } */

table.normal{
/*    border-collapse:collapse;*/
    margin: 1em auto;
    position: relative;
}

table.normal th {
    padding:10px;
    background-color: #f0f0f0;
    border:1px solid #999;
}

table.normal td {
    padding:10px;
    border:1px dotted #999;
}



table {
    /* width:90%; */
    border-top:1px solid #e5eff8;
    border-right:1px solid #e5eff8;
    /* margin:1em auto; */
/*    border-collapse:collapse;*/
}

tr.odd td{
    background:#f7fbff
}

tr.odd .column1{
    background:#f4f9fe;
}

.column1{
    background:#f9fcfe;
}

td {
    /* color:#678197; */
    border-bottom:1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
/*    max-width: 600px;*/
}

#stats td {
    white-space: nowrap
}

th {
    font-weight:normal;
    /* color: #678197; */
    text-align:left;
    border-bottom: 1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
}

thead th {
    background:#f4f9fe;
    text-align:center;
    font-weight: bold;
    /* color:#66a3d3 */
}


.rounded {
    background: #FFFFFF;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
}


/* --------------------------------------------------------- */
/* stats */

#stats {
    padding-left: 50px;
}

#stats #logo {
    width: 150px;
    float: right;
}


/* --------------------------------------------------------- */
/* search */

#search {
    padding: 0;
}

#search #logo {
    position: absolute;
    top: 100;
    right: 50%;
    margin-right: -300;
    width: 600px;
    color: #777;
    text-align: right;
}

#search #logo img {
    width: 100%;
}

#search #search-div {
    width: 600px;
    /* height: 100px; */

    position: absolute;
    top: 320;
    /* bottom: 0; */
    left: 50%;
    margin-left: -300;
    right: 0;
    text-align: center;

    /* margin: auto; */

    /* text-align: center; */
}

#search #searchfield {
    width: 560px;
    background: #fff;
    margin-left: 10px;
    padding: 6px 6px 6px 6px;
    border: solid 1px #bcbbbb;
    outline: none;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

#search #bibbase_body {
    margin-top: 100px;
    /* background-color: #fff; */
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
