/*********************************************************************************
Author: Sekar Balashanmugam
Date:   August 23, 2008
Purpose: Style sheet for greenbor.com website.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Modification Log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Date			Purpose									Modified by
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*********************************************************************************/
#page 
{
    margin: auto;
	width: 980px;
    min-width: 980px;    
}

#page-container {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: white;
  }

#page-container .button-style {
	color:#FFFFFF;
	background: url(/media/footer_orange_bg.jpg);
    height: 25px;
}

#page-container a.signup-button-style {
	color:#FFFFFF;
	background: url(/media/footer_orange_bg.jpg);
    height: 40px;
    font-size: 25px;
    text-decoration: none;
    border:solid 1px Gray;
}

#page-container a:hover.signup-button-style {
	color:#FFFFFF;
	background: url(/media/footer_orange_bg.jpg);
    height: 40px;
    font-size: 25px;
    text-decoration: none;
    border:solid 1px Black;    
}

      
#page-container a{
	color:#000099;
	text-decoration:underline;
}

#page-container a:hover{
	color:#990000;
	text-decoration:underline;
}

#page-container .external-account-connection 
{
	float: right;
	font-size:12px;
	font-weight:bold;
	width:740px;
	margin: 0px 15px 0px 0px;
}

body 
{
    font-family: Tahoma, arial, sans-serif, helvetica;
    font-size: 10px;
    text-align: center;
}

.page-wrapper {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}    

html, body, #page, h1 {
	margin: 0;
	padding: 0;
}

th, td {
	font-size: 10px;
}

img { border: 0; }

h1 
{
    color:Gray;
	border-bottom: 1px solid #D8D8D8;       	
	font-weight:bold;
	font-size:16px;
	margin:5px 0px 10px 12px;
}

h2 {
	font-weight:bold;
	font-size:12px;
	margin:5px 0px 0px 10px;
}

h3 {
	font-weight:bold;
	font-size:10px;
	margin:5px 0px 0px 10px;
	padding: 4px 0 0 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}

.left {
	float:left;
	margin: 0px 4px 1px 8px;
}

.right {
	text-align: right;
}
    
.exception {
	margin:5px 0px 5px 10px;
	font-size:14px;
	color:Red;
	font-weight:normal;
}

.helper 
{
    color:Black;
	text-align:left;
	font-size:12px;
	white-space:nowrap;
}

.small-text
{
    font-size: 9px;
}

.breadcrumb
{
  text-align:right;
  padding:5px 0px 5px 2px;
  font-size: 95%;
}

/* ***** */


/** header starts **/

#header 
{
    background: url(/media/greenbor_menubar_background.jpg) no-repeat ;
    width:980px;
    padding-top: 5px;
	padding-bottom:30px;
    padding-right: 0px;
    padding-left:10px;
}

#header .header-left {
	float:left;
	font-size:12px;
	width:100px
}

#header .header-left .menuitem 
{
    position:static;
}

#header .header-left .menuitem a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 34px 3px 16px;
}

#header .header-left .menuitem a:hover {
	color:#000000;
	background: #74a7b7;
}

#header .header-right {
	color:#000099;
	float:right;
	font-size:12px;
	font-weight:bold;
	width:850px;
	margin: 0px 15px 0px 0px;
}

#header .menu-icon 
{
    margin: 0px 0px -30px 0px;
    position:relative;
}

.clear-block {
  display: block;
}

#name-and-slogan a
{
    display:block;
    margin: 0px 0px 0px 0px;
	height: 20px;
   	background: url(/media/new_greenbor_logo.jpg) no-repeat top;
}
#name-and-slogan a:hover
{
    display:block;
    margin: 0px 0px 0px 0px;
	height: 20px;
   	background: url(/media/new_greenbor_hover_logo.jpg) no-repeat top;
}

#logo-title {
  margin: 0;
  padding: 0;
}

#site-slogan {
  color:#666666;
  margin: -18px 0px 0px 90px;
  font-weight:bold;
  font-style:italic;
}

#header .merchant-logout
{
	background: url(/media/Orange_Button.jpg) no-repeat;
	height:30px;
    margin: 0px 0px 0px 420px;
}
#header .merchant-logout a
{
	color:White;    
	text-decoration: none;
	padding: 0px 10px 0px 35px;
}

#header .merchant-logout a:hover{
	color:White;
	text-decoration:underline;
}

#header .advertisers 
{
    float:right;
}

#header .advertisers a
{
	color:White;    
	text-decoration: none;
}

#header .advertisers a:hover{
	color:White;
	text-decoration:underline;
}

#header .neighbor_loggedin 
{
    float:right;
}

#header .neighbor_loggedin a
{
	color:White;    
	text-decoration: none;
}

#header .neighbor_loggedin a:hover{
	color:White;
	text-decoration:underline;
}


#header .neighbor_login 
{
    float:right;    
	height:30px;
}

#header .neighbor_login a
{
	color:White;    
	text-decoration: none;
}

#header .neighbor_login a:hover{
	color:White;
	text-decoration:underline;
}


/** header ends **/

/** HOME PAGE STARTS **/
/** left side bar ends **/
#middlecontainer {
  margin: auto;
  height: 100%;
  padding: 15px 0px 0px 0px;
}

#browse-right {
	float: right;
	clear: right;
	display:inline;
	width: 180px;
	border-bottom: 2px solid white;
}
#browse-right a{
	text-decoration:none;
}

#browse-right a:hover{
	text-decoration:underline;
}

#browse-right .section-header {
	color: #fff;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

#browse-right .sidec {
	color: #ebeff2;
   font-size:12px;
	font-weight: bold;
   padding: 2px;
   margin: 0;
}

#browse-right .siderightc {
   background-color: #ebeff2;
   /*e3e9ee;*/
   font-size:12px;
   padding: 5px;
   margin: 0;
   color:Black;
}

#browse-right .greenfill 
{
	color: white; 
	float:right;
    text-align:center;
    padding: 5px 0px 5px 0px;
	width: 180px;
}

#browse-right .section-heading 
{
	padding:0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

#browse-right .section-large-heading 
{
    padding:2px 0px 2px 0px;
    text-align: center;    
    font-size:20px;
}

#browse-right .roundcont {
	width: 180px;
    /*background:url(/media/dt_green_bg.jpg) repeat;*/
    background-color:#7CBF40;        
	color: #fff;
	font-size:13px;
}

#browse-right .roundcont p {
	margin: 0 10px;
	text-align:center;
}

#browse-right .roundtop { 
	background: url(/media/right-top-corner.jpg) no-repeat top right; 
}

#browse-right .roundbottom {
	background: url(/media/right-bottom-corner.jpg) no-repeat bottom right; 
}

#browse-right img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#browse-right greenbor-phone-center 
{
    padding:0px 10px 0px 10px;
}

#browse-right .section-large-heading 
{
    color:White;
    text-align: center;    
    font-size:20px;
}
#browse-right .shareadeal
{
    background:url(/media/ShareDeal.jpg) no-repeat;
    height:140px;
    width:140px;
    margin:0px 0px 0px 15px;
}

#browse-left {
	width: 180px;
	display:inline;
	float:left;
	clear:left;
	border-bottom: 2px solid white;
}

#browse-left .roundcont-center {
	width: 180px;
    /*background:url(/media/dt_green_bg.jpg) repeat;*/
    background-color:#7CBF40;        
	color: #fff;
    text-align:center;
	font-size:13px;
}

#browse-left .roundcont-left {
	width: 180px;
    /*background:url(/media/dt_green_bg.jpg) repeat;*/
    background-color:#7CBF40;    
	color: #fff;
	font-size:13px;	
}

#browse-left .section-heading 
{
	padding:0px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

#browse-left .section-large-heading 
{
    color:White;
    text-align: center;    
    font-size:20px;
}
#browse-left .shareadeal
{
    background:url(/media/ShareDeal.jpg) no-repeat;
    height:140px;
    width:140px;
    margin:0px 0px 0px 15px;
}

#browse-left .roundcont p {
	margin: 0 10px;	
}
#browse-left .roundtop { 
	background: url(/media/right-top-corner.jpg) no-repeat top right; 
}

#browse-left .roundbottom {
	background: url(/media/right-bottom-corner.jpg) no-repeat bottom right; 
}

#browse-left img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
#browse-left .section-header {
	color: #fff;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

#browse-left .sidec {
   background-color: #ebeff2;
   font-size:12px;
   padding: 2px;
   margin: 0;
}
#browse-left .sideleftc {
   background-color: #ebeff2;
   font-size:12px;
   padding: 2px;
   margin: 0;
   color:Black;
}

#browse-left .loginform {
	margin:5px 0px 0px 10px;
}

#browse-left .label {
	font-weight: bold;
	font-size:12px;
}

#browse-left .menuitem {
	padding: 0;
	margin: 0 2px;
}

#browse-left .menuitem a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 34px 3px 16px;
}

#browse-left .menuitem a:hover {
	color:#000000;
	background: #74a7b7;
}

#browse-left .first {
	padding-top: 10px;
}

#browse-left .last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}

#browse-left .searchform {
	padding: 10px;
}

#browse-left .text, #browse-left select {
	width: 160px;
}

#browse-left form {
	margin: 0;
	padding: 0;
}

#browse-left form div {
	padding-bottom: 8px;
	width: 165px; 
}

/** left side bar ends **/

/** content starts -- actual body of the page **/
#content-header {
	float:none;
	width: 500px;
	margin: 0px 180px 0px 180px;	
	border: 0px solid #e5e5e5;
}

#content-header .geolocation {
	float:none;
	margin: 0px 15px 5px 8px;
	color:#993333;
}    

#content-header .clippedcount {
	margin: 0px 30px 0px 0px;
	color:#993333;
}    


/** content-without-right used when we need just left section STARTS **/
#content-without-right
{
    padding: 0px 0px 0px 2px;
	position: relative;
	margin-left: 180px;	
}

#content-without-right .message-header
{
    padding:10px 0px 0px 0px;
    font-size:14px;
    color:Black;
}

#content-without-right .message-section-title-highlight
{
    padding:12px 0px 0px 0px;
    font-size:16px;
    color:Black;
}

#content-without-right .message-section-body
{
    padding:5px 0px 0px 0px;
    font-size:12px;
    color:Black;
}

#content-without-right table 
{
    padding-top:10px;
    width:500px;
	border-style:hidden;
}

#content-without-right .td-states
{
    vertical-align:top;
    width:80px;
    text-align:left;
	white-space:nowrap;
}

#content-without-right td a {
	color:#000099;
	font-weight: normal;
	font-size:12px;
}

#content-without-right td a:hover{
	color:#990000;
	font-weight: normal;
	font-size:12px;
}
/** content-without-right used when we need just left section ENDS **/

#content {
	width: 590px;
	border: 0px solid #e5e5e5;
	margin-left: 180px;
	margin-right: 180px;
}

#content p {
	margin: 1em 0;
	padding: 0;
}

#content .couponbox {
	margin-top: 5px;
	color: #464646; 
	float: left;
	width: 180px;
	height: 190px; 
	position: relative;
	background: url(/media/coupon-box-small.jpg) no-repeat top;
}

#content .couponmerchantpage {
	margin-top: 5px;
	color: #464646; 
	float: left;
	width: 280px;
	height: 190px; 
}

#content .left {
	margin-top: 5px;
	color: #464646; 
	float: left;
	width: 310px;
}

#content .couponpreviewbox {
	margin-top: 5px;
	color: #464646;
	float:left;
	width: 180px;
	height: 190px; 
	background: url(/media/coupon-box-small.jpg) no-repeat top;
}

#content .coupon-business {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color:#0000FF;	
	padding: 12px 5px 0px 20px;
}

#content .coupon-neighborhood {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color:#0000FF;	
	padding: 0px 5px 5px 20px;
}

#content .coupon-heading{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 20px;	
}

#content .coupon-body {
    font-size:13px;
    color:black;
	padding:0px 0px 0px 20px;
}


#content .box-action-bottom {
	float:right;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;
}

#content .box-action-bottom a 
{
    color:#0066FF;
	text-align:left;
	position:relative;
}

#content .box-action-bottom a:hover {
	color:#993300;
}

#content .coupon-heading-list{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 0px;	
}

#content .coupon-body-list {
    font-size:12px;
    color:black;
	padding:0px 0px 0px 0px;
}

#content .box-action-bottom-list {
	float:right;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;	
}
#content .box-action-bottom-list a {
	color:#0066FF;
	text-align:left;
	position:relative;
}

#content .box-action-bottom-list a:hover {
	color:#993300;
}

#content .br {
	border-bottom: 0px solid #e5e5e5;
}

#content .full {
	color: #464646; 
	float: left;
	width: 550px;
}

#content h1 
{
    color:gray;
	border-bottom: 1px solid #D8D8D8;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
}

#content h2 {
    color:gray;
	text-decoration: none;
	border-bottom: 1px solid #D8D8D8;
	margin: 10px 0px 0px 0px;
}

#content .billing-current-plan 
{
    color:black;
    font-size:12px;
    white-space:nowrap;
}

#content .billing-plan-desc 
{
    color:black;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
}

#squeeze {
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;  
}

#content .table-full 
{
    padding-top:15px;
	border-style:hidden;
	width:380px;
}

#content .table-full-nopadding 
{
    padding-top:0px;
	border-style:hidden;
	width:380px;
}

#content table 
{
    padding-top:15px;
	border-style:hidden;
}

#content td a {
	color:#000099;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	white-space:nowrap;
}

#content td a:hover{
	color:#990000;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	white-space:nowrap;
}

#content td.label {
	text-align:right;
	font-weight: normal;
	font-size:12px;
	white-space:nowrap;
}

#content td.label-wrap {
	text-align:right;
	font-weight: normal;
	font-size:12px;
	white-space:normal;
}

#content td.label_value {
	text-align:left;
	font-weight: bold;
	font-size:12px;
	white-space:nowrap;
}

#content td.right-align 
{
    text-align:right;
}

#content td.center-align 
{
    text-align:left;
    white-space:nowrap;
}

#content .site-info
{
    font-size:12px;
}
/** content ends **/

/** content for coupon list starts **/
#content-coupon-list {
	width: 570px;
	border: 0px solid #e5e5e5;
	margin-left: 180px;
}
#content-coupon-list .filter-section
{
    width: 680px;
    margin:0px 0px 5px 10px;
    font-size:10px;        
}

#content-coupon-list .coupon-heading-list{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 0px;	
}

#content-coupon-list .coupon-body-list {
    font-size:12px;
    color:black;
	padding:0px 0px 0px 0px;
}

#content-coupon-list .box-action-bottom-list {
	float:right;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;	
}
#content-coupon-list .box-action-bottom-list a {
	color:#0066FF;
	text-align:left;
	position:relative;
}

#content-coupon-list .box-action-bottom-list a:hover {
	color:#993300;
}

/** content for coupon list ends **/

/** about merchant page starts **/
#about-merchant {
	width: 790px;
	margin-left:180px;
}

#about-merchant .businessrating 
{
    text-align:left;
}

#about-merchant td a {
	color:#000099;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	white-space:nowrap;
    cursor: pointer;		
}

#about-merchant td a.hint
{
    font-size: 9px;  
    text-decoration:none;  
}
#about-merchant td a:hover.hint
{
    font-size: 9px;   
    text-decoration:none;       
}

#about-merchant td a:hover{
	color:#990000;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	white-space:nowrap;
}


#about-merchant .label 
{
	font-weight: bold;
	font-size:11px;
	color:Blue;
}

#about-merchant .writereview 
{
    margin: -20px 0px 0px 20px;
	color:White;    
}

#about-merchant .viewreview-nocolor 
{
    margin: -20px 0px 0px 0px;
}

#about-merchant .viewreview 
{
    margin: -20px 0px 0px 0px;
	color:White;    
}

#about-merchant .writereview a
{
	color:White;    
	font-size:10px;
	text-decoration: none;
	padding: 0px 10px 0px 12px;
}

#about-merchant .writereview a:hover{
	color:White;
	text-decoration:underline;
}

#about-merchant .review-pro 
{
	font-size:12px;    
}
#about-merchant .review-date 
{
	font-size:9px;    
}

#about-merchant .review-one-star
{
	background: url(/media/1star.png) no-repeat;     
}

#about-merchant .review-con
{
	font-size:12px;    
}
#about-merchant .review-header
{
    color:Gray;
	border-bottom: 1px solid #D8D8D8;           
    font-size:10px;
}
#about-merchant .review-comments 
{
	font-size:12px;    
}

#about-merchant .review-comments-header
{
    color:Gray;
	border-bottom: 1px solid #D8D8D8;   
	padding:-40px 0px 0px 0px;        
    font-size:12px;
}

#about-merchant .review-comments-date
{
    color:Gray;
    font-size:11px;
    font-style:italic;
    text-align:right;
}
    
#about-merchant .flagcoupon
{
	background: url(/media/flagit.gif) no-repeat left;     
}    

#about-merchant .sharecoupon
{
	background: url(/media/shareit.gif) no-repeat;     
}    

#about-merchant .clear 
{
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}

#about-merchant .googlemap
{
    width: 332px; 
    height: 250px;
}

#about-merchant .clear-block {
  display: block;
}

#about-merchant .centersection {
	color: #000000; 
	float: left;
	width: 720px;
	font-size: 12px;
}

#about-merchant .bigleftsection 
{
	color: #000000; 
	float: left;
	width: 490px;
	font-size: 12px;
}
#about-merchant .mediumleftsection 
{
	color: #000000; 
	float: left;
	width: 470px;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
}

#about-merchant .smallrightsection
{
	color: #000000;
	float: right;
	width: 230px;
    background-color:#7CBF40;    	
}
#about-merchant .mediumrightsection
{
	color: #000000;
	float: right;
	width: 310px;
	height: 300px;
    background-color:#7CBF40;    	
}
#about-merchant .mediumgooglemap
{
    width: 305px; 
    height: 290px;
}
#about-merchant .smallgooglemap
{
    width: 225px; 
    height: 150px;
}

#about-merchant .span-leftsection {
	color: #000000; 
	float: left;
	width: 440px;
	font-size: 12px;
	padding:0px 0px 0px 5px;
	position:relative;
}

#about-merchant .leftsection {
	color: #000000; 
	float: left;
	width: 300px;
	font-size: 12px;
	padding:0px 0px 0px 5px;
	position:relative;
}

#about-merchant .leftsection-sharedeal {
	color: #000000; 
	float: left;
	width: 400px;
	font-size: 12px;
	padding:0px 0px 0px 5px;
}

#about-merchant .merchant-section-body {
   background-color: #ebeff2;
   font-size:12px;
   padding: 2px;
   margin: 0;
   color:Black;
}


#about-merchant .about-merchant-action-section
{
	margin-top: 15px;    
    float:left;
    width:140px;
}

#about-merchant .rightsection {
	color: #000000;
	float: right;
	width: 310px;
    background-color:#7CBF40;    	
}

#about-merchant .section-header {
	color: #fff;
	padding: 6px 0;
    background-color:#7CBF40;    	
	text-align: center;
	font-weight: bold;
	font-size:12px;
}

#about-merchant .roundcont-rightsection {
	width: 340px;
    background-color:#7CBF40;    	
}

#about-merchant .roundcont-left-sharedeal {
	width: 400px;
	margin: 0px 0px 0px 2px;
    background-color:#7CBF40;    
}

#about-merchant .roundcont-left {
	width: 330px;
	margin: 0px 0px 0px 8px;
    background-color:#7CBF40;    
}

#about-merchant .roundcont-rightsection p {
	margin: 0 10px;
}

#about-merchant .roundtop { 
	background: url(/media/right-top-corner.jpg) no-repeat top right; 
}

#about-merchant .roundbottom {
	background: url(/media/right-bottom-corner.jpg) no-repeat bottom right; 
}

/** INFO: smallrightsection & mediumrightsection round edges starts **/
#about-merchant .smallrightsection-roundcont-left {
	width: 230px;
	margin: 0px 0px 0px 0px;
    background-color:#7CBF40;    
}
#about-merchant .mediumrightsection-roundcont-left {
	width: 310px;
	margin: 0px 0px 0px 0px;
    background-color:#7CBF40;    
}

#about-merchant .roundcont-rightsection p {
	margin: 0 10px;
}

#about-merchant .smallrightsection-roundtop { 
	background: url(/media/right-top-corner.jpg) no-repeat top right; 
}

#about-merchant .smallrightsection-roundbottom {
	background: url(/media/right-bottom-corner.jpg) no-repeat bottom right; 
}
/** INFO: smallrightsection round edges ends **/

#about-merchant img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#about-merchant .rightsection .subhead {
	margin:5px 0px 5px 10px;
	font-size:12px;
}

#about-merchant bigleftsection-table 
{
    padding-top:10px;
    width:470px;
	border-style:hidden;
}
#about-merchant mediumleftsection-table 
{
    padding-top:10px;
    width:470px;
	border-style:hidden;
}

#about-merchant td 
{
    font-size:13px;
}
#about-merchant td.label {
	text-align:right;
	color:Black;
	font-weight: normal;
	font-size:12px;
	white-space:nowrap;
}
#about-merchant td.label-wrap {
	text-align:right;
	color:Black;	
	font-weight: normal;
	font-size:12px;
	white-space:normal;
}

#about-merchant .rightsection caption{
	caption-side:inherit;
	margin-left:-8em;
	width:8em;
	vertical-align:bottom;
}

#about-merchant .form-required {
  color: #f00;
}


#about-merchant p {
	margin: 1em 0;
	padding: 0;
}

#about-merchant .couponbox {
	margin-top: 5px;
	color: #464646;
	float:left; 
	width: 180px;
	height: 190px; 
	position: relative;
	background: url(/media/coupon-box-small.jpg) no-repeat top;
}

#about-merchant .coupon-business {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color:#0000FF;	
	padding: 12px 5px 0px 20px;
	position: relative;	
}

#about-merchant .coupon-neighborhood {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color:#0000FF;	
	padding: 0px 5px 5px 20px;
}

#about-merchant .coupon-heading{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 20px;	
}

#about-merchant .coupon-body {
    font-size:13px;
    color:black;
	padding:0px 0px 0px 20px;
}

#about-merchant .box-action-bottom {
	float:right;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;	
}
#about-merchant .box-action-bottom a {
	color:#0066FF;
	text-align:left;
	position:relative;
}

#about-merchant .box-action-bottom a:hover {
	color:#993300;
}

#about-merchant .about-merchant-box-action-bottom {
	float:left;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;	
}
#about-merchant .about-merchant-box-action-bottom a {
	color:#0066FF;
	text-align:left;
	position:relative;
}

#about-merchant .about-merchant-box-action-bottom a:hover {
	color:#993300;
}

#about-merchant .coupon-heading-list{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 0px;	
}

#about-merchant .coupon-body-list {
    font-size:12px;
    color:black;
	padding:0px 0px 0px 0px;
}

#about-merchant .box-action-bottom-list {
	float:right;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;	
}

#about-merchant .box-action-bottom-list a {
	color:#0066FF;
	text-align:left;
	position:relative;
}

#about-merchant .box-action-bottom-list a:hover {
	color:#993300;
}

#about-merchant .morecoupons {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 200px;
	color: #464646; 
	float: left;
	width: 270px;
	font-size:14px;
}

#about-merchant .br {
	border-bottom: 0px solid #e5e5e5;
}
/** about merchant page ends **/

/** HOME PAGE ENDS **/



/** REGISTRATION PAGE STARTS **/
/** content register page starts **/
#content-register {
	width: 700px;
	float:right;
	border-top:1px solid #9A9A9A; 
	border-right:1px solid #9A9A9A; 
	border-left:1px solid #9A9A9A; 
	border-bottom:1px solid #9A9A9A; 
   	padding:17px 2px 5px 1px; 
}
#content-register .roundcont-left {
	width: 380px;
    background-color:#7CBF40;    	
    /*background:url(/media/dt_green_bg.jpg) repeat;*/
}

#content-register .roundcont p {
	margin: 0 10px;
}

#content-register .roundtop { 
	background: url(/media/right-top-corner.jpg) no-repeat top right; 
}

#content-register .roundbottom {
	background: url(/media/right-bottom-corner.jpg) no-repeat bottom right; 
}

#content-register img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


#content-register .heading {
	width: 640px;
	margin: 10px 10px 60px 20px;
}

#content-register .clear-block {
  display: block;
}

#content-register .heading .leftlogo{
	float: left;
	width: 200px;
	margin: 15px 0px 0px 10px;
}

#content-register .heading .rightmission{
	float: right;
	width: 350px;
	border-top:1px solid #9A9A9A; 
	border-bottom:1px solid #9A9A9A; 	
	font-size:14px;
}

#content-register .leftregister {
	margin:0px 0px 0px 20px;
	color: #000000; 
	float: left;
	width: 260px;
	font-size: 12px;
}

#content-register .rightregister {
	margin:5px 10px 0px 0px;
	color: #000000; 
	float: right;
	width: 380px;
    background-color:#7CBF40;    	
	/*background:url(/media/dt_green_bg.jpg) repeat;*/
}

#content-register .register-body {
   background-color: #ebeff2;
   font-size:12px;
   padding: 2px;
   margin: 0;
   color:Black;
}

#content-register .rightregister .reg_subhead {
	margin:5px 0px 5px 10px;
	font-size:12px;
}

#content-register .rightregister .reg_exception {
	margin:5px 0px 5px 10px;
	font-size:14px;
	color:Red;
	font-weight:normal;
}

#content-register .rightregister table {
	margin:0px 0px 0px 0px;
	border-style:hidden;
	width:350px;
}

#content-register .rightregister caption{
	caption-side:inherit;
	margin-left:-8em;
	width:8em;
	vertical-align:bottom;
}

#content-register .rightregister td.label {
	text-align:right;
	font-weight: normal;
	font-size:11px;
	white-space:nowrap;
}

#content-register .rightregister td.signupbutton {
	text-align:right;
}

#content-register .rightregister td.signupterms {
	text-align:left;
	font-weight: normal;
	font-size:11px;
}

#content-register .rightregister td.inputtext {
	text-align:left;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

#content-register .form-required {
  color: #f00;
}


#content-register .couponpreviewbox {
	margin-top: 5px;
	color: #464646;
	float:left;
	width: 180px;
	height: 190px; 
	background: url(/media/coupon-box-small.jpg) no-repeat top;
}

#content-register .coupon-business {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color:#0000FF;	
	padding: 12px 5px 0px 20px;
}

#content-register .coupon-neighborhood {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color:#0000FF;	
	padding: 0px 5px 5px 20px;
}

#content-register .coupon-heading{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 20px;	
}

#content-register .coupon-body {
    font-size:13px;
    color:black;
	padding:0px 0px 0px 20px;
}

#content-register .box-action-bottom {
	float:right;
	margin: 4px 28px 1px 15px;
	font-size:12px;
    color:#0066FF;	
}

#content-register .box-action-bottom a 
{
    color:#0066FF;
	text-align:left;
	position:relative;
}

#content-register .box-action-bottom a:hover {
	color:#993300;
}

/** content register page ends **/

/** REGISTRATION PAGE ENDS **/

/** NO LEFT OR SIDE BAR STARTS **/

/** content-center starts **/
#content-center {
	width: 750px;
   	padding:17px 2px 5px 1px; 
   	margin:50px 0px 80px 70px;
}


#content-center .loginform {
	width: 160px;
	height: 160px;
	padding: 16px 14px 24px 20px;
	margin:20px 0px 20px 10px;
	float:left;
    background-color:#7CBF40;    	
	/*background:url(/media/dt_green_bg.jpg) repeat;*/
}

#content-center .label {
	font-weight: bold;
	font-size:12px;
}


#content-center .regular-text 
{
	padding: 0;
	margin: 0px 2px 0px 3px;
	font-weight:200;
	font-size:12px;
}

#content-center .right 
{
    margin:20px 0px 0px 50px;
    text-align:center;
	width: 500px;
}

#content-center  a{
	color:#000099;
	font-size:12px;
}

#content-center  a:hover{
	color:#990000;
	font-size:12px;
}


/** content-center ends **/

/** neighbor-register starts **/
#neighbor-register {
	width: 550px;
   	padding:17px 2px 5px 1px; 
   	margin:10px 0px 10px 70px;
}
#neighbor-register .register-body {
   background-color: #ebeff2;
   font-size:12px;
   padding: 2px 2px 1px 1px;
   margin: 0;
   color:Black;
}

#neighbor-register .roundcont {
	width: 550px;
	background-color:#7CBF40;    
    /*background:url(/media/dt_green_bg.jpg) repeat;*/
	font-size:13px;
}

#neighbor-register .roundcont p {
	margin: 0 10px;
	text-align:center;
}

#neighbor-register .roundtop { 
	background: url(/media/right-top-corner.jpg) no-repeat top right; 
}

#neighbor-register .roundbottom {
	background: url(/media/right-bottom-corner.jpg) no-repeat bottom right; 
}

#neighbor-register img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
#neighbor-register .loginform {
	width: 160px;
	height: 130px;
	padding: 16px 14px 24px 20px;
	margin:20px 0px 20px 10px;
	float:left;
    background-color:#7CBF40;    	
	/*background:url(/media/dt_green_bg.jpg) repeat;*/
}

#neighbor-register .label {
	font-weight: bold;
	font-size:12px;
	white-space:nowrap;
	text-align:right;    
}

#neighbor-register .regular-text 
{
	padding: 0;
	margin: 0px 2px 0px 3px;
	font-weight:200;
	font-size:12px;
}

#neighbor-register .right 
{
    margin:20px 0px 0px 50px;
    text-align:center;
	width: 500px;
}

#neighbor-register  a{
	color:#000099;
	font-size:12px;
}

#neighbor-register  a:hover{
	color:#990000;
	font-size:12px;
}

#neighbor-register .table-adjustment-user {
	margin:0px 0px 0px 0px;
	border-style:hidden;
	width:500px;
}

#neighbor-register .table-adjustment-country{
	margin:0px 0px 0px 113px;
	border-style:hidden;
	width:500px;
}

#neighbor-register .table-adjustment-state{
	margin:0px 0px 0px -78px;
	border-style:hidden;
	width:500px;
}

#neighbor-register .table-adjustment-dob{
	margin:0px 0px 0px 21px;
	border-style:hidden;
	width:500px;
}

#neighbor-register .caption{
	caption-side:inherit;
	margin-left:-8em;
	width:8em;
	vertical-align:bottom;
}

#neighbor-register td.label {
	text-align:right;
	font-weight: bold;
	font-size:11px;
	white-space:nowrap;
}

/** neighbor-register ends **/


/** MAIN GREENBOR HOME PAGE starts **/

#main-home-header {
	float:right;
	width: 950px;
	margin: 0px 0px 0px 0px;	
	border: 0px solid #e5e5e5;
}
#main-home-header .searchsection
{
	color: #000000;
	float: right;
	width: 950px;
    background-color:#7CBF40;    	
    margin:10px 0px 0px 0px;
}
#main-home-header .searchsection-label
{
    font-size:14px;
    font-weight:800;
}

#main-home-header .searchsection-roundcont-left {
	width: 950px;
    background-color:#7CBF40;    
	color: #fff;
	font-size:13px;	
}

#main-home-header .searchsection-roundtop { 
	background: url(/media/right-top-corner.jpg) no-repeat top right; 
}

#main-home-header .searchsection-roundbottom {
	background: url(/media/right-bottom-corner.jpg) no-repeat bottom right; 
}


#main-home-header .banner
{
    width:960px;
    height:90px;
    background:url('/media/iPhoneGreenborNoTextBanner.png') no-repeat;
}
#main-home-header .banner-heading
{
    padding:0px 0px 0px 10px;
    color:#7cbf40;
    font-size:25px;

}
#main-home-header .banner-body
{
    padding:0px 0px 0px 50px;    
    font-size:13px;
    color:Black;
    font-weight:bold;    
}
#main-home-header .geolocation-home {
	float:right;
	margin: 10px 0px 10px 0px;
	color:#993333;
	font-size:16px;
	font-weight:bold;
}    

#main-home-header .geolocation {
	float:right;
	margin: 0px 0px 10px 0px;
	color:#993333;
}    

#main-home-header .clippedcount {
	margin: 0px 0px 10px 0px;
	color:#993333;
}    

#main-home-header a{
	color:#000099;
	text-decoration:underline;
    cursor: pointer;	
}

#main-home-header a:hover{
	color:#990000;
	text-decoration:underline;
    cursor: pointer;	
}

/** Popular Cities starts **/
#main-home-header .popular-cities-header
{
    float: left;
    color:#990000;
    font-size:14px;
    font-weight:bold;
}
#main-home-header .popular-cities
{
    font-size:12px;
    font-weight:normal;
}
/** Popular Cities ends **/


#main-home
{
	width: 960px;
	margin:0px 0px 0px 0px;
	border: 0px solid #e5e5e5;
}

.section-action
{
    float:right;
    font-size:12px;
}

#main-home li
{
	list-style-image: url(/media/bullet_arrow.gif);    
}

#main-home-left
{
	float:left;
	font-size:12px;
	width:545px;
	margin: 0px 0px 0px 0px;   
	overflow: hidden; 
}

#main-home-left .info-accept-section 
{
    margin: 0px 0px 10px 10px;
    background-color: #ebeff2;
}

#main-home-left .main-home-left-block
{
    margin: 0px 0px 50px 0px;    
}

/** MAIN HOME LEFT REVIEW BLOCK STARTS **/
#main-home-left-review-block
{    
    width:540px;
}

#main-home-review
{
	float:left;
    width:600px;
}
#main-home-review .reviewcategorybin 
{
	margin-top: 5px;
	color: #464646; 
	float: left;
	width: 190px;
	height: 140px; 
	position: relative;
	margin-left:10px;
}

#main-home-review .reviewcategoryheading {
	font-size: 14px;
	font-weight:bold;
	color:Red;	
	padding: 12px 5px 0px 0px;
}

#main-home-review .reviewbusinessname {
	font-size: 12px;
	font-weight: normal;
	color:#0000FF;	
	padding: 0px 0px 0px 0px;
}

#main-home-review .numberofbusinesses {
	font-size: 11px;
	font-style:italic;
	color:Black;	
	padding: 0px 0px 0px 0px;
}



#main-home-left-review-best-greenbor
{
	float:left;
    width:360px;
}
#main-home-left-review-best-greenbor .reviewcategorybin 
{
	margin-top: 5px;
	color: #464646; 
	float: left;
	width: 170px;
	height: 140px; 
	position: relative;
	margin-left:10px;
}

#main-home-left-review-best-greenbor .reviewcategoryheading {
	font-size: 14px;
	font-weight:bold;
	color:Red;	
	padding: 12px 5px 0px 0px;
}

#main-home-left-review-best-greenbor .reviewbusinessname {
	font-size: 12px;
	font-weight: normal;
	color:#0000FF;	
	padding: 0px 0px 0px 0px;
}

#main-home-left-review-best-greenbor .numberofbusinesses {
	font-size: 11px;
	font-style:italic;
	color:Black;	
	padding: 0px 0px 0px 0px;
}

#main-home-left-review-category
{
    float:right;
    width:185px;
}

#main-home-left-review-category .reviewcategoryheading {
	font-size: 12px;
	font-weight:bold;
	color:Red;	
	padding: 12px 5px 0px 0px;
}

/** MAIN HOME LEFT REVIEW BLOCK ENDS **/

/* MAIN HOME LEFT LIST STARTS **/
#main-home-left-list
{
    clear:both;
    width:540px;
	border-top:1px solid #D8D8D8; 
	border-right:1px solid #D8D8D8; 
	border-left:1px solid #D8D8D8; 
	border-bottom:1px solid #D8D8D8;     
}

#main-home-left-list h1 
{
    color:Gray;
	border-bottom: 1px solid #D8D8D8;       	
	font-weight:bold;
	font-size:16px;
	margin:5px 0px 10px 0px;
}

#main-home-left-list .coupon-heading-list{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 0px;	
}

#main-home-left-list .coupon-body-list {
    font-size:12px;
    color:black;
	padding:0px 0px 0px 0px;
}

#main-home-left-list .box-action-bottom-list {
	float:right;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;	
    white-space:nowrap;
}

#main-home-left-list .box-action-bottom-list a {
	color:#0066FF;
	text-align:left;
	position:relative;
}

#main-home-left-list .box-action-bottom-list a:hover {
	color:#993300;
}

#main-home-left-list table 
{
	width:540px;
    border: solid 1 gray;
}

#main-home-left-list .list-header {
	color:Black;
	font-size:12px;
	font-weight:bold;
	background-color:  #999999;
	background:url(/media/dt_green_bg.jpg) repeat
}

#main-home-left-list td {
	color:Black;
	font-size:12px;
	font-weight:normal;
    padding: 3px 0px 0px 0px;
}

#main-home-left-list .list-alternative-style {
	background-color:#EBEBEB;
}

#main-home-left-list td.active {
  background: #e4ecf5;
}

#main-home-left-list .list-page-navigation
{
    text-align:right;
}

#main-home-left-list .user-header-right
{
    color:Gray;
    margin:0px 0px 0px 0px;
    text-align:right;
    float:right;
}

#main-home-left-list .todo-header-left
{
    padding:0px 0px 0px 0px;
    float:left;
}
#main-home-left-list .todo-header-right
{
    margin:0px 0px 0px 0px;
    text-align:right;
    float:right;
}
#main-home-left-list .numberoftodo
{
    font-size:10px;
    font-style:italic;
    color:Black;
}

#main-home-left-list a.user
{
	color:Red;
	text-decoration:none;
}

#main-home-left-list a.user:hover{
	color:Red;
	text-decoration:underline;
}

#main-home-left-list a.regular
{
	color:#000099;
	text-decoration:underline;
}

#main-home-left-list a.regular:hover{
	color:#990000;
	text-decoration:underline;
}

#main-home-left-list .review-header-left
{
    padding:0px 0px 0px 0px;
    float:left;
}
#main-home-left-list .review-header-right
{
    margin:0px 0px 0px 0px;
    text-align:right;
    float:right;
}
#main-home-left-list .review-comments
{
    padding: 0px 0px 0px 0px;
    width: 530px;
    float:left;
    
}

#main-home-left-list .review-comments-header
{
    color:Gray;
	border-bottom: 1px solid #D8D8D8;           
	margin:-40px 0px 0px 0px;        	
    font-size:12px;
}

#main-home-left-list .review-comments-date
{
    color:Gray;
    font-size:11px;
    font-style:italic;
    text-align:right;
}

/* MAIN HOME LEFT LIST ENDS **/

#main-home-right
{
    padding: 0px 0px 0px 0px;
    width: 410px; 
    float:right;   
}

#main-home-right .info-accept-section 
{
    margin: 0px 0px 10px 10px;
    background-color: #ebeff2;
}

#main-home-right-why-what
{
    margin: 0px 0px 0px 0px;
}

#main-home-right-list
{
    width:430px; 
	border-top:1px solid #D8D8D8; 
	border-right:1px solid #D8D8D8; 
	border-left:1px solid #D8D8D8; 
	border-bottom:1px solid #D8D8D8;     
}

#main-home-right-list h1 
{
    color:Gray;
	border-bottom: 1px solid #D8D8D8;       	
	font-weight:bold;
	font-size:16px;
	margin:5px 0px 10px 0px;
}

#main-home-right-list table 
{
    width:410px; 
}

#main-home-right-list .list-header {
	color:Black;
	font-size:12px;
	font-weight:bold;
	background-color:  #999999;
	background:url(/media/dt_green_bg.jpg) repeat
}

#main-home-right-list td {
	color:Black;
	font-size:12px;
	font-weight:normal;
    padding: 3px;
}

#main-home-right-list .list-alternative-style {
	background-color:#EBEBEB;
}

#main-home-right-list td.active {
  background: #e4ecf5;
}

#main-home-right-list .list-page-navigation
{
    text-align:right;
}

#main-home-right-list .coupon-heading-list{
	font-size:14px;
	color:#0000FF;
	font-weight:bold;
	padding:0px 0px 0px 0px;	
}

#main-home-right-list .coupon-body-list {
    font-size:12px;
    color:black;
	padding:0px 0px 0px 0px;
}

#main-home-right-list td a {
	color:#000099;
	text-align:right;
	font-weight: normal;
	font-size:12px;
	white-space:nowrap;
    cursor: pointer;		
}

#main-home-right-list td a.hint
{
    font-size: 9px;    
    text-decoration:none;      
}
#main-home-right-list td a:hover.hint
{
    font-size: 9px;    
    text-decoration:none;      
}

#main-home-right-list .box-action-bottom-list {
	float:right;
	margin: 4px 28px 1px 15px;
	height: 10px;
	font-size:12px;
    color:#0066FF;	
    white-space:nowrap;    
}

#main-home-right-list .box-action-bottom-list a {
	color:#0066FF;
	text-align:left;
	position:relative;
}

#main-home-right-list .box-action-bottom-list a:hover {
	color:#993300;
}

#main-home-right-list .review-header-left
{
    padding:0px 0px 0px 0px;
    float:left;
}
#main-home-right-list .review-header-right
{
    margin:0px 0px 0px 0px;
    text-align:right;
    float:right;
}

/** MAIN GREENBOR HOME PAGE ends **/


/** NO LEFT OR SIDE BAR ENDS **/

/** MENU STARTS **/
#navigation {
  background: #c2c2c2 url(/media/menu-bg.gif) repeat-x;
  margin: 0px 0px 0px 12px;
}

#navigation .primary a {
  color: black;
  line-height: 22px;
  font-weight:bold;
  float:none;
  padding:0px 10px 0px 10px;
  margin: 0px 1px 0px 10px;
  font-size: 97%;
  text-decoration: none;
}

#navigation .primary a.active
{    
  color: white;
}

#navigation .primary a:hover{
  color: white;
}

#navigation .primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#navigation .primary li {
  display:inline;
}

#navigation .secondary
{
  background-color: #f4f4f4;
  margin: 0px 0px 0px 0px;
}


#navigation .secondary a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 20px 3px 18px;
}

#navigation .secondary a:hover {
	color:#000000;
	background: #74a7b7;
}

#navigation .secondary a.active {
	color:#000000;
	background: #74a7b7;
}

/** MENU ENDS **/

/** Merchant Account Page Styles Starts **/


#searchresults
{
}

#searchresults table 
{
    width:540px;
}

#searchresults .searchresults-header {
	color:Black;
	font-size:12px;
	font-weight:bold;
	background-color:  #999999;	
	background:url(/media/dt_green_bg.jpg) repeat	
}

#searchresults td {
	color:Black;
	font-size:10px;
	font-weight:normal;
    padding: 3px;
}

#searchresults .search-results-alternative-style {
	background-color:#DADCE0;
}

#searchresults td.active {
  background: #e4ecf5;
}

#searchresults .search-results-page-navigation 
{
    text-align:right;
}
/** Merchant Account Page Styles Ends **/

/** couponlist starts **/

#couponlist
{
    padding: 0px 0px 0px 10px;
	position: relative;
}

#couponlist table 
{
    width:660px;
}

#couponlist .couponlist-header {
	color:Black;
	font-size:12px;
	font-weight:bold;
	background-color:  #999999;
	background:url(/media/dt_green_bg.jpg) repeat
}

#couponlist td {
	color:Black;
	font-size:12px;
	font-weight:normal;
    padding: 3px;
}

#couponlist .couponlist-alternative-style {
	background-color:#EBEBEB;
}

#couponlist td.active {
  background: #e4ecf5;
}

#couponlist .couponlist-page-navigation
{
    text-align:right;
}
/** couponlist ends **/

/** topdeallist starts **/
#topdeallist
{
    padding: 0px 0px 0px 10px;
	position: relative;
}

#topdeallist table 
{
    width:600px;
}

#topdeallist .couponlist-header {
	color:Black;
	font-size:12px;
	font-weight:bold;
	background-color:  #999999;
	background:url(/media/dt_green_bg.jpg) repeat
}

#topdeallist td {
	color:Black;
	font-size:12px;
	font-weight:normal;
    padding: 3px;
}

#topdeallist .couponlist-alternative-style {
	background-color:#EBEBEB;
}

#topdeallist td.active {
  background: #e4ecf5;
}

#topdeallist .couponlist-page-navigation
{
    text-align:right;
}
/** topdeallist ends **/


/** FOOTER STARTS **/
#footer {
/*	background: #c80000 url(/media/footer_orange_bg.jpg) repeat;*/
	margin: 0 0 0 0px;
	padding: 8px 0px 5px 0px;
	position: relative;
	text-align: right;

	border-bottom: 2px solid white;
	height: 17px;
}
	
#footer a{
	font-weight: bold;
	color:#000099;
	text-decoration:underline;
}

#footer a:hover{
	font-weight: bold;
	color:#990000;
	text-decoration:underline;
}


#footnav {
	text-align: right;
	right: 10px;
	top: 0px;
	padding: 8px 0 5px 0;
}
/** FOOTER ENDS **/

/** AJAX related styles **/

/** AJAX Calendar starts **/
.calendar  th
{
    background:url(/media/dt_green_bg.jpg) repeat;
    padding: 0px;
}

.calendar  td
{
    background-color: #ebeff2;
    padding: 2px;
}

.calendar .ajax__calendar_container
{
    background-color: #e2e2e2; 
    border:solid 1px #cccccc;    
    padding:0px 0px 0px 0px;
    margin:0;
    width:175px;
}

.calendar .ajax__calendar_body
{
    border: solid 1px #cccccc;
    padding:10px 0px 0px 0px;    
    width:175px;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years 
{
    top:0px;
    left:0px;
    width:175px;
    position:absolute;
    text-align:center;
    margin:auto;
}

.calendar .ajax__calendar_header
{
    background:url(/media/dt_green_bg.jpg) repeat;
    margin-bottom: 10px;
}

.calendar .ajax__calendar_title,
.calendar .ajax__calendar_next,
.calendar .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}


.calendar .ajax__calendar_dayname
{
    text-align:center;
    font-weight:bold;
    margin-bottom: 4px;
    margin-top: 2px;
    font-size:10px;        
}

.calendar .ajax__calendar_day
{
    text-align:center;
    padding:0px 0px 0px 0px;
    font-size:10px;        
}

.calendar .ajax__calendar_hover .ajax__calendar_day,
.calendar .ajax__calendar_hover .ajax__calendar_month,
.calendar .ajax__calendar_hover .ajax__calendar_year,
.calendar .ajax__calendar_active
{
    color:Maroon;
    border: solid 1px Maroon;    
    font-weight:bold;
}

.calendar .ajax__calendar_today
{
    font-weight:bold;
    width:175px;
}

.calendar .ajax__calendar_other,
.calendar .ajax__calendar_hover .ajax__calendar_today,
.calendar .ajax__calendar_hover .ajax__calendar_title
{
    color:Teal;
} 
/** AJAX Calendar ends **/

/** AJAX ModalPopup starts **/
.modalpopup-changelocation 
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:370px;
    height:195px;
}

.modalpopup-greenbor-howto
{
    background-color:#7CBF40;    
    padding:10px 0px 0px 0px;
    width:640px;
    height:20px;
}

.modalpopup-sms
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:400px;
    height:400px;
}

.modalpopup-sharephone
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:400px;
    height:300px;
}

.modalpopup-flagphone
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:400px;
    height:250px;
}

.modalpopup-close
{
	margin: -10px 10px 10px 10px;
	font-size:14px;
    float:right;
}

.modalpopup-label
{
	text-align:right;
	font-weight: bold;
	font-size:11px;
	white-space:nowrap;
	color:Black;
}

.modalpopup-textbox
{    
	text-align:left;
	font-weight: bold;
	font-size:11px;
	white-space:nowrap;
	color:Black;
	position:inherit;
}

.modalpopup-textbox-city-state
{    
	text-align:left;
	font-weight: bold;
	font-size:11px;
	white-space:nowrap;
	color:Black;
	position:inherit;
	width:220px;	
}
.modalpopup-textbox-zip
{    
	text-align:left;
	font-weight: bold;
	font-size:11px;
	white-space:nowrap;
	color:Black;
	position:inherit;
	width:100px;	
}

.modalpopup-sms-heading
{
    text-align:left;
    font-size:20px;
    color:Black;
    font-weight:bold;
}
.modalpopup-sms-subheading
{
    text-align:left;
    font-size:14px;
    color:Black;
    font-weight:normal;
}

.modalpopup-sms-disclaimer
{
    text-align:left;
    font-size:14px;
    color:Black;
    font-weight:normal;
}

.modalpopup-the-blackboard
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:550px;
    height:200px;
}

.modalpopup-reply-post
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:750px;
    height:120px;
}

.modalpopup-shorten-share-a-link
{
    background-color:#ebeff2;
    padding: 10px 10px 10px 10px;
    width:620px;
    height:180px;
}

.modalpopup-compliment-send
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:520px;
    height:320px;
}

.modalpopup-event-rsvp
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:520px;
    height:320px;
}

.modalpopup-event-write-on-the-board
{
    background-color:#ebeff2;
    padding:10px 10px 10px 10px;
    width:520px;
    height:220px;
}

.modalpopup-comment-header
{
    color:Gray;
    font-size:14px;
    text-align:left;
    font-weight:bold;
    border-bottom: solid 1px Gray;
}
.modalpopup-comment
{
    color:Gray;
    font-size:12px;
    text-align:left;
    font-weight:normal;
}

/** AJAX ModalPopup ends **/

/** AJAX Rating starts **/
#rating 
{
    margin: 10px 0px 0px 0px;
}

.ratingStar
{
    white-space:nowrap;
    margin: 2px;
    height:12px;
    width:12px;
    
}
.ratingStarItem {
font-size: 0pt;
width: 13px;
height: 12px;
margin: 0px;
padding: 0px;
display: block;
background-repeat: no-repeat;
cursor:pointer;
}
.ratingStarFilled {
background-image: url(/media/Filled.png);
}
.ratingStarEmpty {
background-image: url(/media/Empty.png);
}
.ratingStarSaved 
{
    background-image: url(/media/Saved.png);
}
/** AJAX Rating ends **/
