body {
    font-family: Arial,Serif;
    font-size: 13px;
    background: #999999;
    padding: 0px;
    margin: 0;
}
a {
    text-decoration: none;
}

#wrapper {
  /*    margin-left:auto;
    margin-right:auto;
  width: 1010px; */
}

#top {
    background: #446644;
    margin: 0;
    height: 35px;
    line-height: 35px;
    min-width: 1000px;
    padding: 5px 5px 5px 130px;
    padding: 5px;
    color: white;
    font-size: 16px;
    border-radius: 5px; 
    position: relative;
}
#top h1 {
    font-size: 36px;
    margin:0 10px;
    padding:  0;
}
#loginBox {
    font-size: 10px;
    float: right;
    padding: 2px 5px;
}
#loginBox input {
    width: 100%;
    margin-top: 5px;
    border: 1px solid white;
    border-radius: 3px;
    
}
#menu {	
    margin: 0;
	  padding: 0;
    position: absolute;
    bottom: 0px;
    left: 230px;
    line-height: 25px;
  
}
#menu li {
    font-size: 18px;
    border: 1px solid #666;
    list-style: none;
    display: inline;
    margin: 0 1px;
	  float: left;
    padding: 3px 20px 0 20px;
    background: #666;
    -moz-border-radius-topleft: 4px; 
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px; 
    -webkit-border-top-right-radius: 4px;
}
#menu li.cur {
    background: #999;
    border: 1px solid #999;
    font-weight: bold;
    color: #333!important;
}


#menu div {	
    position: absolute;
	  visibility: hidden;
	  margin: 0;
	  padding: 0;
	  background: #666;
	  border: 1px solid #369;
    border-radius: 5px;
}
#menu a.subcur {
    background: #999;
    font-weight: bold;
}
#menu div a {	
    border-radius: 5px;
    position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px!important;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
}

#menu  a:hover {
  background: white!important;
  color: #000!important;
}

#menu li a {
    padding: 0;
    text-decoration: none;
}

#menu  a:link { color: white; }
#menu  a:visited { color: white; }
#menu .cur a:visited { color: #333; }

#footer {
    background: #446644;
    min-width: 800px;
    color: white;
    padding: 2px 5px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}

#main {
    background: white;
    margin: 5px 0;
    padding: 10px;
    min-width: 800px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

#main h1 {
    margin: 0 0 10px 0;
    background: #779977;
    font-size: 18px;
    color: #111;
    padding: 2px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#main h2 {
    margin: 0 0 20px 0;
    background: #99bb99;
    font-size: 14px;
    color: #111;
    padding: 2px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

#main h3 {
    margin: 10px 0px ;
    background: #ddd;
    font-size: 12px;
    padding: 2px 10px;
}


#main table {
    border-collapse: collapse;
}

#searchRes {
    background: white;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid gray;
    color: black!important;
    max-height: 600px;
    overflow-y: auto;
    display: none;
    font-size: 1.2em;
}
#searchRes h1 { font-size: 1em; background: #eee; border-radius: 5px; margin: 0 0 5px 0; }
#searchRes a { color: blue!important; }

.block {
    background: #eeeeee;
    border-radius: 5px;
    padding: 10px;
    
}
#srchForm {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}
.homeT h2 {
    margin-bottom: 5px!important;
}
.homeT h1 {
    margin-bottom: 5px!important;
}
#srchForm th {
        background: #aaccaa;
        border-radius: 5px;
}
#srchForm td {

    vertical-align: middle;
}
#srchOpt {
    width: 100%;
}
#srchOpt td {
    width: 50%!important;
    vertical-align: middle;
}
span.optEg {
    color: #777;
    font-style: italic;
    font-size: 10px;
}
#srchOpt th {
    width: 50%!important;
        background: #eee;
        text-align: right;
        padding-right: 5px;
}
#srchOpt input {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}
.defInput {
    font-family: courier;
    font-size: 10px;
    color: #444;
    border: 1px solid #555;
    border-radius: 5px;
    background: #eee;
}

.errorBox {
    margin: 50px 20px 150px 20px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #b99;
    text-align: center;
    border-radius: 10px;
    background: #fee;
    padding: 20px;
}

#srchHdr h1 {
    margin: 0;
    color: #111;
    background: #99bb99;
}
#srchHdr h2 {
    background: #aaccaa;
    font-weight: normal;
    margin: 0 0 10px 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: black;
}
#ptmHead{
    margin: 10px 0;
    font-size: 16px;
    padding: 5px;
    border-radius: 3px;
    background: #eee;
}

.protSelector {
    border-collapse: collapse;
}
.protSelector th {
    padding: 3px 10px;
    text-align: center;
    background: #aaccaa;
}
.protSelector td {
    padding: 4px 15px;
    border-bottom: 1px solid #eee;
}

.listDesc {
    font-size: 90%;
    color: #333;
}
.listSp {
    color: #333;
    font-style: italic;
}
.listNm {
    text-align: center;
}

.listNm a {
    color:blue;
}

.listNm a:visited {
    color:blue;
}


.ptmNfoCell {
    vertical-align:middle;
    font-size: 20px;
    padding-left: 20px;
}
.ptmNfoCell2 {
    font-size: 12px;
}
.ptmNfoCell2 th {
    text-align: right;
    background: #bbddbb;
    padding: 2px 2px 2px 5px;
}
.ptmNfoCell2 a:hover {
    background: #bbddbb;
}
#ptmNfoCl {
  padding: 0 10px;
}
.ptmNfoCell2 span.elm {
    padding: 0 10px;
    border-right: 1px solid #eee;
}
.ptmNfoCell2 td {
    padding: 3px 0 0 10px;
    border-bottom: 1px solid #eee;
}
.ptmNfoCell div {
    padding: 10px;
    border-radius: 10px;
    background: #bbddbb;
}
#ptmNfoNm, #ptmNfoAa, #ptmNfoPos {
    font-weight: bold;
}

#hsNfo {
    margin-bottom: 10px;
    font-size: 14px;
}

.evidenceBox {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

#evidencePopup a {
    color: #363!important;
}

#evidencePopup a:hover {
    background: #eee;
}

#evidencePopup h1 {
    text-align: center;
    border-bottom: 4px solid #9b9;
}

#evidencePopup h2 {
    text-align: center;
    border-bottom: 2px solid #9b9;
}
.evidHd {
    border-collapse: collapse;
    margin: 10px 0;
    text-align: center;
    margin: auto auto;
}
.evidPtmNm {
    font-size: 16px;
    padding: 5px;
    border-radius: 10px;
    background: #bbddbb;
}

.evidAln {
    text-align: center;
}

#homeWrap {
    
}
.homeT {
    border-collapse:  collapse;
    width: 1000px;
    margin: 0 auto;
}
.homeT td {
    width: 50%;
    vertical-align: top;
    
}
.homeT p {
    text-align: justify;
    font-size: 13px;
}
.structBut {
    background: #99bb99;
    color: #111;
    border: 1px solid #113311;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
}

.ui-multiselect-all,.ui-multiselect-none {
   
    white-space: nowrap;
}

#protEg {
    font-size: 11px;
    border-radius: 3px;
    text-align: right;
    margin: -15px 10px 0 0;
}

.examples { position:relative; width:400px; height:100px; margin: 0px auto 0 auto;}
.examples img { position:absolute; left:0; top:0; }
