﻿/* =====================================
SITEWIDE CSS
===================================== */
#content-container
{
    text-align: center;
    width: 100%;
    padding-top: 8px;
}
#maincontent
{
    width: 75%;
    text-align: left;
    margin-left: auto ;
    margin-right: auto ;    
}
h1
{
    font-size: 16pt;
}
.back-to-main
{
    float: right;
}
.wide-container
{
    width: 100%;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
}
a.hover-line
{
    text-decoration: none;
}
a.hover-line:hover
{
    text-decoration: underline;
}
.fix-float
{
    width: 100%; 
    display: block; 
    float: none; 
    clear: both;
    font-size: 0pt;
    padding: 0px;
    margin: 0px;
    height: 0px;
}

/* =====================================
REVIEWS FEATURE
===================================== */
.searchbar-reviews
{
    margin: 20px 0px 20px 0px;
    text-align: left;
}
.searchbar-reviews .label
{
    float: left;
    margin: 6px 15px 0px 0px;
}
.searchbar-reviews .forminput #review_search_text
{
    width: 225px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    color: Black;
    font-weight: normal;
    margin-right: 10px;
    border: #666666 1px solid;
}
.searchbar-reviews .forminput #review_search_button
{
    border: #666666 2px solid;
    height: 23px;
}
.review-listing-title
{
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: left;
}
.review-business-title
{
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: left;
    display: inline;
}
.review-date
{
    text-align: left;
    padding: 4px 0px 6px 0px;
    font-style: italic;
}
.modification-links
{
    display: inline;
    padding-left: 10px;
}
.review-business-left
{
    float: left;
    width: 100%;
    text-align: left;
}
.review-business-right
{
    display: none;
/*
    float: right;
    width: 40%;
    vertical-align: top;
    text-align: right;
*/
}
.review-profile-pic
{
    margin: 5px;
}
.review-listing-sort-links
{
    float: right;
    padding-right: 5px;
}
.business-details
{
    width: 100%;
}
.business-details td
{
    padding-bottom: 4px;    
}
.review-listing
{
    width: 100%;
}
.review-listing td
{
    padding-top: 6px;
    padding-bottom: 4px;
}
.review-listing td.spacer
{
    padding: 0px;
    border-width: 10px;
}
.review-listing td .modification-links
{
    float: right;
    padding-right: 5px;
}
.review-listing td .category-right
{
    float: right;
    padding-right: 5px;
}
.review-listing td .review-rating-date
{
    padding: 0px 5px 15px 5px;
    text-align: left;
    width: 100%;
}
.review-listing td .review-date
{
    padding: 4px 0px 6px 20px;
    font-style: italic;
}
.review-submit-cancel-buttons
{
    float: right;
    padding: 10px 0px 20px 0px;
}
.review-submit-cancel-buttons-top
{
    float: right;
    padding: 0px 0px 10px 0px;
}
.review-field-input
{
    width: 250px;
}
.review-business-top
{
    width: 100%; 
    float: none; 
    clear: both; 
    padding-bottom: 20px;
}
.review-business-bottom
{
    width: 100%; 
    float: none; 
    clear: both;
}
.review-post-review-link
{
    clear: both;
}
.review-business-map
{
    display: none;
    /* margin: 10px 0px 10px 0px; */
}
#star ul.star { LIST-STYLE: none; MARGIN: 0; PADDING: 0; WIDTH: 85px; HEIGHT: 20px; LEFT: 10px; TOP: -5px; POSITION: relative; FLOAT: left; BACKGROUND: url('images/stars.gif') repeat-x; CURSOR: pointer; }
#star li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 85px; HEIGHT: 20px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#star li.curr { BACKGROUND: url('images/stars.gif') left 25px; FONT-SIZE: 1px; }
#star div.user { LEFT: 15px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888; }


/* =====================================
JQUERY POP-UP
===================================== */
/* *{padding: 0; margin: 0;} */
#popup_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}    
.popup_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
* html #popup_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#popup_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}
#popup_window p {
    padding-left: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-top: -10px;
}
* html #popup_window { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (PopupWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}   
.buttons {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}
.buttons a, .buttons button{
    display:block;
    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;
}  