/**************************************************************************************************
  Tags
**************************************************************************************************/
li { margin:0;padding:0; }

*
{
  margin:0px;
  padding:0px;
  outline:none;
}

a { text-decoration: none; outline: none; }

a:link, a:visited {
    color: #105CFF;
}

a:hover, a:active {
    color: #000033;
}


html,body{margin:0;padding:0;overflow:auto}

body{
height:100%;
margin:0;
color:#FFF;
background: url('../../i/anthill/anthill-hunter-bg.jpg') no-repeat center top #000;
}


html
{
  font:normal 12px Arial, Helvetica;
}

h1
{
  font-size:30px;
  text-transform: uppercase;
}


#anthillmain {
    margin-left:auto;
    margin-right:auto;
    width:800px;
    background-color:#FFF;
    color:#000;
    border: 1px solid #BCBEC0;
    padding: 10px 15px 15px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align:left;
}


.formTitle
{
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.formMsg
{
    color: #666;
    background: inherit;
    font-weight: 600;
    text-align: center;
}

.formInput
{
    margin: 0px;
}

.formInputLeft
{
    width: 100%;
    margin: 0px;
}

.formInput table
{
    margin: 5px auto;
}

.formInputLeft table
{
    width: 100%;
    margin: 0px;
    padding-right: 30px;
}

.formInput input, .formInput textarea, .formInput select,
.formInputLeft input, .formInputLeft textarea, .formInputLeft select
{
    padding: 2px;
    border: 1px solid #000000;
    margin: 0px 3px;
    color: inherit;
    background-color: #FFF;
    text-align: left;
}
.formInputLeft input, .formInputLeft textarea, .formInputLeft select
{
    padding: 0px;
    margin: 0px;
}

.formInput th, .formInputLeft th
{
    font-weight: 600;
}

.formSubmit
{
    text-align: center;
}

.formSubmit input
{
    padding: 2px 5px;
    margin: 0px;
    color: #000;
}

#pbBox {
    background: #FFFFFF;
    border: 1px solid #1B5790;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#pbBox.loading {
    background: url(../i/load-bar.gif) no-repeat 50% 50% #FFFFFF;
}

#pbBox .close {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 200;
}

.rsb, .rsb-container {
    position: relative;
    z-index: 5;
}

.rsb-search-bg {
    background: #FFF;
    border: solid #1B5790;
    border-width: 1px 1px 0 1px;
    width: 200px;
    height: 34px;
    position: absolute;
    top: -34px;
    left: -1px;
    border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
    z-index: 4;
}

.rsb-loading {
    background: url(../i/load.gif) no-repeat 98% 50%;
}
.rsb-active {
    background: url(../i/search_btn.gif) no-repeat 98% 50%;
}

.rsb-empty {
    padding: 4px 10px;
    font-weight: bold;
}

.rsb-toc {
  background: #FFF;
  padding: 5px 0;
  margin-left: 4px;
  position: relative;
  z-index: 5;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.rsb-toc li {
  display: inline-block;
  padding: 1px 3px;
  margin: 5px 1px 5px 2px;
  font-size: 15px;
  text-align: center;
}
.rsb-toc li.rsb-empty-letter {
  color: #CCC;
  cursor: default;
}
.rsb-toc li.rsb-current {
  background: #105CFF;
  color: #FFF;
}
.rsb-toc li.rsb-current a {
  color: #FFF;
}

input.rsb-current {
  color: #105CFF;
}

.rsb-results {
  overflow: auto;
  position: relative;
}
.rsb-results ul {
  float: left;
}
.rsb-results li {
  padding: 2px 0 2px 11px;
  margin: 0 5px;
  text-indent: -8px;
}
.rsb-results li.rsb-single-item ,
.rsb-results li.rsb-current {
  background: #105CFF;
  font-weight: bold;
}
.rsb-results li.rsb-single-item a ,
.rsb-results li.rsb-current a {
  display: block;
  color: #FFF;
}

.rsb-addNewForm {
    position: relative;
    background-color: #FFF;
    padding: 10px;
    z-index: 10;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.rsb-addNewForm h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.rsb-addNewForm p {
  margin: 10px 0;
}
.rsb-addNewForm.loading {
    background: url(../i/load-bar.gif) no-repeat 50% 50% #FFFFFF;
}
.rsb-addNewForm.loading > * {
  display: none;
}