a:link {font-family:'Marmelad',tahoma,arial,serif; font-weight:900;}
a:visited {font-family:'Marmelad',tahoma,arial; font-weight:600;}
body {
    font-size:16px;
    font-family: 'Marmelad';
    background: #efefff;
    min-height:100%; position:relative;
    margin-top: 2px;
    padding:0px;
    margin: 0px;
}

h1 {
  background-color: #777;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
  line-height: 85%;
  padding: 5px 0px 0px 0px;
}

a {
  text-decoration: none;
}
.zebra tr:nth-child(even) {
  background-color: #fff;
}
.zebra tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.dotted_hr {
  border-top:1px dotted #fff;
  border-bottom:0px;
}

.dotted_hr2 {
  border-top:1px dotted #000;
  border-bottom:0px;
}

.rcorners {
    border-radius:20px;
    background: #fff;
    padding: 20px;
    width: 250px;
    text-align: justify;
}

.rcorners2 {
    border-radius:20px;
} 

html {
    height:100%;
    margin: 0px;
}

footer {
    background-color: rgb(0,0,0);
    color: #fff;
    height: auto;
    position:relative; bottom:0px;
    text-align: justify;
    margin: 0px;
    padding: 20px;
}

.footer-ghost { height:115px; }

.rotate {
    /* Safari */
    -webkit-transform: rotate(-55deg);

    /* Firefox */
    -moz-transform: rotate(-55deg);

    /* IE */
    -ms-transform: rotate(-55deg);

    /* Opera */
    -o-transform: rotate(-55deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
input[type=text],input[type=password] {
  padding:5px;
  border:1px solid #000;
  width:20em;
  font-size:18px;
  border-radius:5px;
}

input.w10 {
    width: 10em;
}

.lnk {
    font-size: 1.3em; 
    letter-spacing: 3px;
    padding: 10px;
    margin: 0px;
    color: #fff;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.5);

}

#logged > a {
    border:1px solid #efefef;
    border-right:3px solid #efefef;
    padding: 0px 4px 0px 4px;
    border-radius: 10px;
    font-size:1em;
    margin:0px;
    color: #888;
}

.searchicon {
    background-image: url('images/search-icon2.png');
    background-position: 320px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#search_wrapper {
    position: absolute;
    top: 160px;
    left:335px;
    font-size: 18px;
    z-index: 0;
}

.blk {
    color: #000;
}

.red {
    color: #de0909;
}
.bldg {
    font-weight: 900;
    font-size: 32px;
    color: #33b;
}

.bgw {
    background: #fff;
}

.centr { 
    width:200px;        
    height:50px;        
    position: fixed;        
    background-color: blue;        
    top: 50%;        
    left: 50%;        
    margin-top: -100px;        
    margin-left: -100px;        
    z-index: 50;
}

.dark {
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0px;
    z-index:500;
    overflow:hidden;
    visibility:hidden;
}

.dark div {
    width:500px; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    margin-top: -250px; 
    margin-left: -250px;
    background:#ddf;
    border:1px solid #bbf;
}

input[type='checkbox'], input[type='radio'] {
    height: 18px;
    width: 18px;
    border:1px solid #f00;
    margin: 0px;
}

.msg {
    font-size: 10px;
    border-radius: 50%;
    padding: 0px 4px;
    background: #d00; /*red*/
    color: #fff;
    position: relative;
    left: -5px;
    top: -8px;
    font-weight: 900;
    text-shadow: 0px 0px #fff;
}

.f24 {
    font-size: 1.5em;
}
