* {
  padding: 0;
  margin: 0;
} 

body {  
  color: #333;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px;
  line-height: 18px;
}
img {
  border: none;
}
a {
  color: #6998f0;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}


.clear {
  clear: both;
}

/* header */

#header {
  /*height: 90px;*/
   
}
#header h1 {
  padding: 20px 0 5px 10px;
  font-size: 20px;
  letter-spacing: -2px;
}
#header h2 {
  padding-left: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 100;
}


#result a {
  margin-right: 5px;
}
#navigation {
 border-top: 1px solid #aaa;
 padding:20px 10px 20px 10px;
 text-align:center;
 
}
#pager,
#pager-header {
  display: inline;
}
#pager li,
.links li {
  list-style-type: none;
  display: inline;
}

#docs {
  padding-top: 10px;
  
}

/* left */

/* left */
/*fixing conflict with bootstrap slideshow css*/
.leftside {
  float: left;
  width: 310px;
  padding: 20px 15px 15px 18px;
  border-top: 3px solid #aaa;
}
.leftside h2 {
  clear: left;
 /* padding-top: 20px;*/
  /*color: #333;*/
  font-size: 13px;
}
/* right */
/*fixing conflict with bootstrap slideshow css*/
.rightside {
  float: right;
  width: 310px;
  padding: 20px 15px 10px 15px;
  border-left: 3px solid #aaa;
  text-align: justify;
  border-top: 3px solid #aaa;
}
.rightside h2 {
  padding: 15px 0 5px 0;
  /*color: #B4241B;*/
  color: rgb(63, 107, 153);
 /* font-size: 20px;
  font-weight: 100;
  letter-spacing: -2px;*/
}



#show-btn
{
    cursor:pointer;
    color: rgb(54, 161, 102) !important;
}
#show-btn img
{
    vertical-align:text-bottom;
}
#searchsearchbox input:focus
{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 150, 92, 0.2);
}
#calendar {
  width: 160px;
}
.search_help {
  font-size: 100%;
  padding:5px;
  color: rgb(54, 161, 102) !important;
}
.tagcloud {
  /*padding: 10px 15px 0;*/
}
.tagcloud_item {
  /*float: left;*/
  font-size:12px;
  display: block;  
  color: rgb(68, 68, 68);
  padding: 3px 10px;
  background-color: rgb(246, 246, 246);
  border-bottom: 1px solid rgb(221, 221, 221);
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  font-family: Verdana, Arial, Geneva, sans-serif;
  text-decoration:none;
}
.tagcloud_item:hover {
  background: rgb(221, 221, 221);
  text-decoration:none;
  border: 1px solid #999999;
}


/* BEGIN Becky's changes/adds for Search and Browse */

#searchbox input {
    width: 90%;
    padding: 10px;
    padding-right:0px;
    background:#e0dede;
    font-size: 20px;
    border: 0px solid #e0dede;
    border-radius: 0px;
  }

  #searchbox input[type="submit"] {
    height:40px;
    width:40px;
    margin-left:-40px;   
    color:#fff; 
    border:0px;
    background:url("../images/search-teal.png") no-repeat center;
    background-color:rgb(166,171,173);
    cursor:pointer;
    font-size:16px;
  }
  
  #searchbox input[type="submit"]:hover{
    background-color:rgb(66,171,173);
  }
  
  #searchbox input[type="submit"]:active{
    position:relative;
    top:1px;
  }
  
  #searchbox input[type="submit"]::-moz-focus-inner {border:0;}
  
  #selection {
    padding-top:5px;
    height:100%;
    margin-right: 10px;
  }
  
  #selection li {
    list-style-type: none;
    /*display:inline;*/
    display:inline-block;
    color:  #fff; 
    overflow: hidden;
    margin-right: 3.25px;
    padding: 4px;
    font-size: 11px;
    /*vertical-align: top;*/
    height: 100%;
    max-width: 325px; 
    text-decoration:none;
    background:#416e92;
    line-height:13px;
      text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
  }
  
  #selection li:hover{
    background-color:#dfdfdf;
    color:#000; 
    text-decoration:none; 
  }
  
  #selection li a{ 
    padding:3px 3px 3px 15px; 
    height: 100%;
    width: 100px; 
    text-decoration:none;
    color:#fff;
    font-size:14px;
    background: url("../images/x_white.png") no-repeat scroll left;
  }
/* END Becky's changes/adds for Search and Browse */


