/*Credit to Flexible box with custom corners and borders | Lab | 456 Berea Streethtml,*/
body {
        margin:0;
        padding:30px;
        color:#000;
        background:#9C0;
        font:70%/135% Verdana, Arial, Helvetica, sans-serif;
}
br {
        margin-bottom:12px;
}
code {
        font-family:Monaco, Courier, "Courier New", monospace;
}

/* CSS for the rounded box corners starts here */
.clearer {
        clear: both;
        height: 1px;
    }
.box {
        padding:0 15px 0 0;
        background:#9C0 url(images/borders-green.gif) 100% 0 repeat-y; 
}
.bi {
        padding:0 0 0 15px;
        background:#9C0 url(images/borders-green.gif) 0 0 repeat-y; 
}
.bt {
        height:25px;
        margin:0 -15px;
        background:url(images/box-green.gif) 100% 0 no-repeat; 
}
.bt div {
        width:30px;
        height:25px;
        background:url(images/box-green.gif) 0 0 no-repeat;
}
.bb {
        height:56px;
        margin:0 -15px;
        background:url(images/box-green.gif) 100% 100% no-repeat; 
}
.bb div {
        width:30px;
        height:56px;
        background:url(images/box-green.gif) 0 100% no-repeat; 
}
.bb span {
        float: right;
        padding: 10px 55px 10px 0;
}
/*GSp(4) logo placement*/
#logo {
        margin:0 0 0 -195px;
        padding:10px;
}
/*Styling for the box container*/
.box h1 span {
    visibility: hidden;
}
.box p, .box ul {
        margin:-1px;
        padding:4px 0;
}
.box li {
        margin:0 0 0 2em;
        padding:0px; 
}
/*Content styling*/
#content {
        background:#fff url(images/lg-four.gif) top right no-repeat;
        padding:5px 35px 35px 205px;
	overflow: hidden;
}
#content h2 {
        margin:0;
        padding:15px 0 10px 0;
        font: 2.0em Times, "Times New Roman", serif;
        font-weight: bold;
        color: rgb(143,158,39);
}
#content a
{
	text-decoration: none;
	color: blue;
}
#content a:hover
{
	text-decoration: underline;
}
/*this is the sliding door trial*/
#header {
    position: relative;
    top: 9px !important;
    top /**/:23px;
    float:right;
    width:100%;
    font-size:120%;
    line-height: normal;
    }
#header ul {
    margin:0 35px 0 0;
    padding:0;
    list-style:none;
    }
#header li {
    float:right;
    background:url("images/left_both.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
    }
#header a {
    display:block;
    background:url("images/right_both.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration: none;
    color: blue;
    }
#header #current {
    background-position:0% -150px;
    border-bottom:1px solid #FFF
    }
#header #current a {
    background-position:100% -150px;
  }
#header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#header li:hover a {
  background-position:100% -150px;
  }  
/*Sample box styles*/
.teaser {
        width:450px;
        padding:0 0 14px 0;
        margin:10px auto;
        background:url("images/insert.gif") bottom left no-repeat;
}
.teaser h3 {
        margin:0;
        padding:7px 10px 3px 10px;
        background:url("images/insert.gif") top left no-repeat;
}
.teaser ul, .teaser a.more {
        margin:0;
        padding:0 30px 3px;
        border:1px solid #666;
        border-width:0 1px;
        background: rgb(240,247,217);
        list-style: none;
}
.teaser strong {
    color: rgb(143,158,39);
}
.teaser li {
    color: #333;
}

/*Styling for the tabular data*/
.t-container {
        border: 1px solid gray;
        margin: 5px auto;
        padding: 0px;
}
.t-container p {
        padding: 5px 15px;
        border: 1px solid gray;
}

.t-container #t-tree {
        padding: 12px;
        background-color: rgb(240,247,217);
}

.t-hl {
        background-color: rgb(240,247,217);
}
.t-nohl {
        background-color: #ffffff;
}
fieldset {
        width: 458px;
}
input.pathFlag
{
	margin: 20px 0 0 0;
}
span.pathFlagText
{
	margin-left: 5px;
        font: 11px Verdana, Arial, Helvetica, sans-serif;
}
form.simplesearch
{
  float: right;
}
input.searchfield
{
}
input.searchdata
{
  width: 200px;
}
input.searchbutton
{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  background-color: #BBEE00;
  float: right;
  margin: 0;
  border: 1px solid black;
}
input.searchbuttonhover
{
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  background-color: #CCFF00;
  float: right;
  margin: 0;
  border: 1px solid black;
}
#description
{
  color: red;
  margin-bottom: 15px;
}

/* Search results display styles */
h3.results
{
  margin-top: 15px;
  margin-bottom: 0px;
}
ul.Article
{

}
.Article a
{
  text-decoration: none;
  color: blue;
}
.Article a:hover
{
  text-decoration: underline;
  color: blue;
}
.Article li.title
{
  margin-top: 10px;
  font-weight: bold;
  list-style-type: square;
}
.Article li.property
{
  list-style-type: none;
}
.Article strong {
    color: rgb(143,158,39);
}
.Book
{

}
.Book a
{
  text-decoration: none;
  color: blue;
}
.Book a:hover
{
  text-decoration: underline;
  color: blue;
}
.Book li.title
{
  margin-top: 10px;
  font-weight: bold;
  list-style-type: square;
}
.Book li.property
{
  list-style-type: none;
}
.Book strong {
    color: rgb(143,158,39);
}
.Preprint
{

}
.Preprint a
{
  text-decoration: none;
  color: blue;
}
.Preprint a:hover
{
  text-decoration: underline;
  color: blue;
}
.Preprint li.title
{
  margin-top: 10px;
  font-weight: bold;
  list-style-type: square;
}
.Preprint li.property
{
  list-style-type: none;
}
.Preprint strong {
    color: rgb(143,158,39);
}

/* Ralf's styles */
#authorList
{
  overflow: hidden;
}
.authorListAnchor
{
  position: relative;
  left: -20px;
}
#authorListAnchors
{
  margin: 10px 0 0 0;
}
#authorListAnchors a
{
  text-decoration: none;
}
#authorListAnchors a:hover
{
  text-decoration: none;
  color: red;
}
#authorListAnchors a:visited
{
  text-decoration: none;
  color: blue;
}
div.authorListButton
{
  margin: 20px 0 20px 0;
  border: 1px solid black;
  padding: 1px 3px 1px 3px;
  width: 120px;
  text-align: center;
  background-color: rgb(240,247,190);
}
div.authorListButtonHover
{
  margin: 20px 0 20px 0;
  border: 1px solid black;
  padding: 1px 3px 1px 3px;
  width: 120px;
  text-align: center;
  background-color: rgb(240,247,150);
}
ul.authorsList
{
  margin-top: 10px;
  list-style-type: none;
}
ul.authorsList a
{
  text-decoration: none;
}
ul.authorsList a:hover
{
  text-decoration: underline;
}
/* Styles for the "Show Categories" button */
div.displayCategoriesButton
{
  float: right;
  border: 1px solid black;
  padding: 1px 3px 1px 3px;
  width: 100px;
  text-align: center;
  background-color: rgb(240,247,190);
}
div.displayCategoriesButtonHover
{
  float: right;
  border: 1px solid black;
  padding: 1px 3px 1px 3px;
  width: 100px;
  text-align: center;
  background-color: rgb(240,247,150);
}
li.categorized
{
  visibility: hidden;
  height: 0px;
  list-style-type: none;
  margin-top: 8px;
  overflow: hidden;
}
li.categorizedPath
{
  list-style-type: circle;
}

/* Styles for the author list */
.WWW
{
  font-size: 90%;
  color: #606060;
}
.WWW a
{
  color: #606060;
}
#authorList
{
  margin-top: 10px;
}

/* Layout helpers for the advanced search box */
#adv_search
{
  margin-bottom: 10px;
}
.adv_search_sep
{
  margin-top: 7px;
}
.adv_search_hidden
{
  height: 30px;
  margin: 15px 5px 0 0;
}

/* Styles for the statistics table */
#statisticsTable
{
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
}
#statisticsTable tr.top
{
  width: 100px;
}
#statisticsTable tr.top td.first
{
  width: 210px;
  text-align: right;
}
#statisticsTable td.columnControl
{
  border: 0;
  text-align: center;
  padding-bottom: 5px;
}
#statisticsTable span.right
{
}
#statisticsTable span.righthover
{
  background-color: #A0FFF5;
}
#statisticsTable td.topCategory
{
  border: 1px solid #D0D0D0;
  border-right: 1px solid #A0A0A0;
  text-align: left;
  padding: 1px 3px 1px 3px;
}
#statisticsTable td.data
{
  border: 1px solid #D0D0D0;
  text-align: center;
  padding: 1px 2px 1px 2px;
}
#statisticsTable td.total
{
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #A0A0A0;
  border-left: 1px solid #A0A0A0;
  text-align: center;
  padding: 1px 5px 1px 5px;
}

/* Styles for the paper ID help box */
div#paperIdBox
{
  visibility: hidden;
  border: 1px solid black;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgb(240,247,190);
  padding: 1px 2px 1px 2px;
}


