body { 
  background: #7eceea url("/images/bg.png");
  background-repeat: repeat-x;
}

html, body {
  height: 100%;
}

#menucontainer { position:absolute; top:25px; right: 25%; height:30px; margin-top:-15px; }
#logincontainer { position:absolute; top:20px; right: 10px; height:30px; margin-top:-15px; }

.top_bar {position: absolute; text-align: right; font-size: 12px; font-weight: bold; top: 0px; width: 90%; height: 30px; background-color: #7eceea; border: 0; left: 5%; }
.logo {position: absolute; width: 200px; margin-left: 10%; top: 95px; } 
.search_box {position: absolute; top: 95px; right: 10%; }
.signin_box {font-size: 12px; position:fixed; padding: 5px; background-color: #3399cc; width: 150px; top: 33px; right: 0; }
.front_boxes {position: absolute; top: 140px; margin-left: 10%; width: 80%;}
.front_listing {position: absolute; font-size: 15px; text-align: left; width: 250px; }
.listing_heading {font-weight: bold; text-align: center;}
.footer {color: gray; font-size: 12px; width: 100%; text-align: center; bottom: 0; position: absolute; height: 5px; }
.tip {color: gray; font-size: 10px; text-align: left; }
.small_logo {position: absolute; top: 4px; left: 6%; }
.small_search {position: absolute; top: 35px; right: 0px; }
.share {text-decoration: none; padding: 3px;}
div.contentbox{
    background-color: #F7F7F7;
  }


.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
display: none;
}



.clearfooter {
    height: 330px;
    clear: both;
  }

div.contentbox_old{
    background: #F7F7F7;
    border: 1px dotted #ccc;
    padding: 6px;
    background: #FFFFFF url("/images/bg.gif");
 background: #4e5c72 url("/images/background.png");
}

img.dogear{
    position: relative;
    top: -7px;
    right: -7px;
    float: right;}

.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #F7F7F7}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
