/*
 * Searcha global CSS.
 */

/* Overrides for locayta.com.css */

#Header div.withoutNavigation {
    height: 140px!important;
}

#Header {
    position: fixed;
    width: 100%;
    top: 0px;
}

div.pageElement {
    margin: 0 40px!important;
    width: auto!important;
}

body {
    padding-top: 150px;
    _padding-top: 0px; /* IE6 madness */
    padding-bottom: 50px;
    _padding-bottom: 0px;
    text-align: left;
}

/* -------- */


#beta-logo {
    background:transparent url(/static/images/beta-logo.png) no-repeat scroll 0 0;
    height:100px;
    margin-left:280px;
    position:absolute;
    top:10px;
    width:100px;
}

#beta-logo * {
    display: none;
}

#pageLogin {
    top: 10px;
}
#flash {
    padding: 2em;
    color: red;
    border: 1px dashed #ddd;
}

#sidebar {
  border: 1px solid #aaa;
  background-color: #eee;
  margin: 0.5em;
  padding: 1em;
  float: right;
  width: 200px;
  font-size: 88%;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar ul {
  margin-left: 1.5em;
  padding-left: 0;
}

h1,h2,h3,h4,h5,h6,#getting_started_steps {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
}

h2 {
  font-size:150%
}

#getting_started_steps a {
  text-decoration:none;
}

#getting_started_steps a:hover {
  text-decoration:underline;
}

#getting_started_steps li {
  font-size:80%;
  margin-bottom: 0.5em;
}

#getting_started_steps h2 {
  font-size:120%;
}

#getting_started_steps p {
  font: 100% "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}

#footer {
    position: fixed;
    _position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: white;
    font-size: 80%;
    text-align: center;
    padding: 10px 12px 0 12px;
}

.code {
  font-family: monospace;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
	margin: 0 auto 0.5em auto;
	padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
	border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

#searcha_small {
    float: left;
    margin: 2px 10px 5px 0;
}

#search_form_container {
    text-align: center;
    vertical-align: middle;
}

.no_results {
    margin: 20px;
}


span.next {
    cursor: pointer;
    color: #5a89c1;
}
span.next_loaded {
    border-bottom: 1px dashed #7aa9d1;
    display: block;
    margin: 0 25%;
}

