/* ****************************************************************
 * Setup a bunch of global defaults for the entire site.  In order
 * to change the default size, change font-size in body, p, td and
 * th.  Then for the rest of the css file, reference font sizes in
 * em, not % or px.
 *
 * $Id: default.css,v 1.126 2007-12-14 22:02:33 rene Exp $
 */

BODY {
/*	background-color: #f4f2ff; */
/*	background: url('/images/header7.png') no-repeat;*/
/*	background: url('/images/background_texture.png'); */
	background-position: top left;
/*	font-family: Arial; */
	font-family: Verdana;  
/*	font-family: Trebuchet MS; */ 	
	font-size: 12px; /*12pt;*/ /*75%;*/
	margin: 0px;
	padding: 0px;
}

P {
    color: #000000;
/*	font-size: 1em;*/
}

a:link {
	color:#000099;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#990000;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
}

/* ul {
	margin: 0px;
} */

td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.td_chg_local {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 8px;			
	text-align: right;
/*	font-size: 0.9em; */
	vertical-align: top;
}

.td_right_nopad {
	padding: 0px;
	text-align: right;
/*	font-size: 0.9em; */
	vertical-align: top;
}

.td_nopad {
	padding: 0px;
/*	font-size: 0.9em; */
	vertical-align: top;
}

.td_right {
	padding: 4px;
	text-align: right;
/*	font-size: 0.9em; */
	vertical-align: top;
}

.td_center {
	padding: 4px;
	text-align: center;
/*	font-size: 0.9em; */
	vertical-align: top;
}

th {
	padding: 4px;
/*	font-size: 0.9em; */
	text-align: center;
}

tr.gray {
	background-color: #dddddd;
}

tr.gray2 {
	background-color: #aaaaaa;
}
tr.beige {
	background-color: #ffdd78;
}

tr.white {
	background-color: #ffffff;
	color: #000000;
}
tr.white a {
	color: #000000;
}

.head3 {
	font-size: 2.0em;
	font-weight: bold;	
}

.head4 {
	font-size: 1.5em;
	font-weight: bold;	
}

.head5 {
	font-size: 1.2em;
	font-weight: bold;	
}
a.std_link {
	text-decoration: none; 
	color:#0000AA;
	font-size: 1.1em; 
	font-weight: bold; 
/*	font-style: italic; */
} 
a.std_link:hover, .link2:hover, .link1:hover, .cat_text:hover{
	color:#990000;
	text-decoration: underline;
} 

a.std_link:visited, .link2:visited, .link1:visited, .cat_text:visited {
	color: #000077;
} 

a.pn_link {
	text-decoration: none; 
	color:#0000AA;
	font-size: 1.1em; 
/*	font-weight: bold; */
/*	font-style: italic; */
} 

a.pn_link_nd {
	text-decoration: none; 
	color:#0000AA;
	font-size: 1.1em; 
	font-weight: bold; 
/*	font-style: italic; */
} 

a.pn_link:hover, pn_link_nd:hover {
	color:#990000;
}

a.std_link_gray {
	text-decoration: none;
	color:#999999;
/*	font-size: 1.0em; */
	font-weight: bold;
	font-style: italic;
} 
a.std_link_gray:hover  {
	color:#999999;
	text-decoration: none;
} 
a.std_link_gray:visited {
	color: #999999;
} 

a.hdr_link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;		
}
a.hdr_link:visited {
	color: #ffffff;
}
a.hdr_link:hover {
	text-decoration: underline;
}
a.np_link {
/*	text-decoration: none;*/
	color:#0000FF;
/*	font-size: 1.2em; */
	font-weight: bold;
/*	font-style: italic;*/
} 
a.np_link:hover {
	color:#990000;
	text-decoration: underline;
} 

a.np_link:visited {
	color: #0000FF;
} 

table.std_table {
	width: 100%;
	background: #ffffff;
/*	border: 1px solid black; */
}

th.std_table {
/*	border: 1px solid black; */
	background: url('/images/th_background.jpg') !important;
	color: #000000;
	text-align: center;
}
th.std_table_l2 {
/*	border: 1px solid black; */
	background: url('/images/th_background.jpg');
	color: #000000;
	text-align: left;
}

td.std_table {
	border: 1px solid #500078;
	padding: 4px;
}

.std_form_1b {
	padding: 2px;
	margin: 0px;
}

.std_but{
/*	height: 20px;*/
	height: 1.55em;
	font-size: .9em;
/*	background: #f1ff78;
	color: #000000;
	font-weight: bold;
	border-style: none;
	border-top:    1px #500078 solid;
	border-right:  2px #500078 solid;
	border-bottom: 2px #500078 solid;
	border-left:   1px #500078 solid; */
}

.std_but_2{
/*	height: 20px;*/
	height: 2.65em;
	font-size: .9em; 
}

.std_but_3{
/*	height: 20px;*/
	height: 4.00em;
	font-size: .9em; 
}

.faq_h {
	color: #500078;  /* wz purple */
	font-weight: bold;	
	font-size: 1.2em;
	margin-top: 40px;
}


.bus_attrib_text {
	color: #500078;  /* wz purple */
	font-weight: bold;	
	font-size: 1.1em;
}

.nowrap {
	white-space: nowrap;
}

.gray_text {
	color: #999999;
}

.green_text {
	color: #00aa00;
}

.dred_text {
	color: #900000;
	font-weight: bold;
}

.dred_text_ctr {
	color: #900000;
	font-weight: bold;
	text-align: center;	
}

.yellow {
    color: #ffff00;
}
.yellow a {
    color: #ffff00;
}
.yellow a:hover {
	font-weight: bold;
}

.bg_yellow {
	background-color: #ffffaa;
}

.white {
	color: #ffffff;
/*	font-weight: bold; */
}
.white a {
	color: #ffffff;
}

.nospace table, .nospace tr, .nospace td {
	padding: 0px;
	margin: 0px;
}
.wz {
	font-family: times new roman;
	font-weight: bold;
	font-size: 1.2em;	
	color: #500078;  /* wz purple */	
}

.wzyellow {
	font-family: times new roman;
	font-weight: bold;
  color: #500078;  /* wz purple */	
}


.FavBtn {
/*    background: #f1ff78; */
	background: #500078;
	color: #ffff00;
	border-top:    1px #500078 solid;
	border-right:  2px #500078 solid;
	border-bottom: 2px #500078 solid;
	border-left:   1px #500078 solid;
	padding: 2px 4px 2px 4px;
}
a.FavBtn {
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;
}
a.FavBtn:hover {
	text-decoration: underline;
}

.SearchBtn {
/*	height: 1.55em;
	font-size: .9em; */
/*	background: #f1ff78; */
	background: #cccccc;
	color: #000000;
/*	border-style: none; */
}

.ad_td {
	border-left: 1px #500078 solid;
	text-align: center;
}

.adblock {
    border: 1px solid black;
	text-align: left;
	padding: 3px;
	height: 125px;
	width: 125px;
	text-align: center;
/*	background: #d7bfe3; */
	background: #f1ff78;
	font-weight: bold;
}

.adblock2 {
	text-align: left;
	padding: 3px;
	height: 125px;
	width: 125px;
	text-align: center;
	background: #ffffff;
}

a:hover .adblock,.adblock2 {
	cursor: pointer;
}

table.ad_stats {
	border: 1px solid #500078;
}
table.ad_stats th {
	background: #500078;
	color: #ffffff;
	font-weight: bold;
}
table.ad_stats td {
	border: 1px solid #500078;
	padding: 4px 10px 4px 10px;
}

div.upgrade_box {
	padding: 3px;
	border: 1px solid black;
	float: right;
	text-align: center;
}

.source_attrib {
	font-weight: bold;
	color: #333333;
}

/* ****************************************************************
 * Front Page Stuff
 */

td.nav_left {
	background-color: #500078;
	vertical-align: middle;
}

td.nav_left_user {
	background-color: #cdb6d8;
	vertical-align: middle;
}

td.nav_left_add {
	background-color: #FFFF00;
	vertical-align: middle;
}
a.nav_link_add {
	text-decoration: none; 
	color:#500078;
	font-size: 1.1em;	
}
a.nav_link_add:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#500078;
} 

a.nav_link, a.nav_link:visited {
	text-decoration: none; 
	color:#e6dbec;
	font-size: 1.1em;	
} 
a.nav_link:hover {
	font-weight: bold;
	color:#e6dbec;
	text-decoration: underline;
} 

div.shadow_box {
	border-right:  2px solid #b492c5;
	border-bottom: 2px solid #9b6db2;
	margin-bottom: 8px;
}

td.hr2 {
	padding: 0px;
} 
 
td.hr2r {
	padding: 0px;
	background-color: #b492c5;	
} 

td.hr2t {
	padding: 0px;
	background-color: #cdb6d8;	
} 
td.hr2b {
	padding: 0px;
	background-color: #9b6db2;
	border-bottom: 1px solid #ffffff;	
} 


table.bus_block {
	border: 1px solid #b492c5;
}
td.bus_block {
/*	border: 1px solid black;*/ 
	background-color: #ff00ff;
	padding: 0px;
	width: 5px;	
} 
th.bus_block {
/*	border: 1px solid black; */
	background-color: #b492c5;
	color: #000000;
	text-align: left;
}
 
table.org_block {
	border: 1px solid #b492c5;
}
td.org_block {
/*	border: 1px solid black; */
	background-color: #ffaaff;
	padding: 0px;
} 
th.org_block {
/*	border: 1px solid black; */
	background-color: #b492c5;
	color: #000000;
	text-align: left;
}

td.coup_block {
/*	border: 1px solid black; */
	background-color: #ff0000;
	padding: 0px;	
} 

table.coup_block {
	border: 1px solid #b492c5;
}

th.coup_block, th.coup_block a, th.coup_block a:visited {
	background-color: #b492c5;
	color: #ffffff;
	text-align: left;
} 

td.class_block {
/*	border: 1px solid black; */
	background-color: #00cc00;
	padding: 0px;
} 

th.class_block {
/*	border: 1px solid black; */
	background-color: #b492c5;
	color: #000000;
	text-align: left;
}

table.class_block {
	border: 1px solid #b492c5;
}

.class_price {
	color: #007700;
	font-weight: bold;		
}

table.wzstuff_block {
	border: 1px solid #b492c5;
}

th.wzstuff_block {
/*	border: 1px solid black; */
	background-color: #b492c5;
	color: #ffffff;
	text-align: left;
	font-size: 1.1em;	
}

td.cal_block {
/*	border: 1px solid black;*/ 
	background-color: #aaaaff;
	padding: 0px;
} 

table.news_block {
	border: 1px solid #b492c5;
	background-color: white;
}
th.news_block {
	background-color: #b492c5;
	color: #000000;
	text-align: left;
	padding: 4px;
}
td.news_block {
	background-color: #ffd700;
}

table.wdyt_block {
	border: 1px solid #ff6600;
	background-color: white;
}
th.wdyt_block {
	background-color: #ff6600;
	color: #000000;
	text-align: left;
	padding: 4px;
}
td.wdyt_block {
	background-color: #ff6600;
}

table.cal_block {
	border: 1px solid #b492c5;
}
th.cal_block {
/*	border: 1px solid black; */
	background-color: #b492c5;
	color: #000000;
	text-align: left;
}

td.add_block {
/*	border: 1px solid black; */
	background-color: #e2dae6;
	padding: 0px;
} 
 
td.user_block {
/*	border: 1px solid black; */
	background-color: #ffffcc;
	padding: 0px;
}

div.icon_block {
    float: left;
    display: inline;
    height: 110px;
	padding-left: 5px;
	padding-right: 5px;
}
 
/* ****************************************************************
 * Some basic stuff
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.tiny_text {
	font-size: 0.9em;
}

.vtiny_text {
	font-size: 0.75em;
}

.stable_text {
	font-size: 1.0em;
}

.large_text {
	font-size: 1.2em;
}

.big_bold_text {
	font-size: 1.5em;
	font-weight: bold;	
}

.message_text {
	font-size: 1.2em;
	font-family: Arial;
}

.stable_text_middle {
	font-size: 1.0em;
	vertical-align: middle;
}

/* ****************************************************************
 * Stuff that goes up in the banner/header
 */

.banner_text {
	color: #fefe00;
	font-weight: bold;
}

.location_text {
	color: #500078;
	font-weight: bold;
}

.location_change_link, .location_change_link a{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic; 
}

.location_change_link:hover {
	text-decoration: underline;
}

.nav_text {
	font-weight: bold;
	color: #500078;
}

.link1, .link1:link {
/*	color: #500078; */
/*	text-decoration: none;*/
/*	font-weight: bold; */
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
/*	color: #fefe00; */
/*	font-style: italic;*/
}

.link2, .link2:link  {
/*	text-decoration: none; */
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	color:#0000FF;	
}

table.menu {
	border: 1px solid #500078;
	margin-bottom: 4px;
}

th.menu {
	border: 1px solid #500078;
}

th.menu2 {
	border: 1px solid #500078;
/*	background-color: #500078; */
}

.search_box {
/*	position: absolute;
	top: 115px;
	left: 440px;*/
	font-size: .95em;
}

.search_box2{
	height: 1.2em;
	font-size: .85em;
	margin-bottom: 7px;
}

.remove_but{
	height: 18px;
	font-size: .85em;
}


.home_button {
	position: absolute;
	top: 5px;
	left: 415px;
}

.ads_button {
	position: absolute;
	top: 25px;
	left: 312px;
}

.pers_button {
	position: absolute;
	top: 5px;
	left: 365px;
}
.org_button {
	position: absolute;
	top: 45px;
	left: 244px;
}

.biz_button {
	position: absolute;
	top: 65px;
	left: 176px;
}

.cal_button {
	position: absolute;
	top: 85px;
	left: 108px;
}

.news_button {
	position: absolute;
	top: 105px;
	left: 40px;
}


/* ****************************************************************
 * Home page blocks
 */

.postcard_code {
	width: 80%;
	margin: 4px;
	padding: 4px;
	font-size: 1.2em;
	text-align: left;
}

.postcard_code_form {
	padding: 5px;
	border: 1px solid black;
	float: right;
	margin: 2px;
}

.first_time_user {
	margin: 4px;
	padding: 4px;
	font-size: 1.2em;
	text-align: left;
}

.coupon_block, .classifieds_block {
/*	margin: 10px;
	padding: 3px;
	border: 1px solid black;*/
	font-size: 1.2em;
	text-align: center;
}


.weather_block {
	text-align: center;
	margin: 5px;
	padding: 3px;
}


/* ****************************************************************
 * Error messages and other generic styles
 */
.large_error {
	font-weight: bold;
	color: #ff0000;
	font-size: 2em;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.success {
	font-weight: bold;
	color: #0000ff;
}

.small {
	font-size: 0.9em;
}

.status_msg {
	font-weight: bold;
	color: #0000cc;
	text-align: center;
}

.status_warning {
	color: #cc3333;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	background-color: #ffffdd;
	border: 2px dashed #ff0000;
}

/* ****************************************************************
 * Header & footer classes
 */

a.nav_bar {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
} 
a.nav_bar:hover {
	text-decoration: underline;
} 
dt.nav_bar { 
	margin-bottom: 5px ;
}


td.border_mid {
/*	background-color: #e1dcff; */
    vertical-align: top;
/*	border-top: 1px solid #500078;
	border-left: 1px solid #500078;
	border-right: 1px solid #500078; */
}

td.border_bottom {
/*	background-color: #e1dcff; */
    vertical-align: top;
/*	border-left: 1px solid #500078;
	border-right: 1px solid #500078;
	border-bottom: 1px solid #500078; */
}

td.body {
/*	background-color: #ffffff; */
    vertical-align: top;
/*	border-left: 1px solid #500078;
	border-right: 1px solid #500078;
	border-top: 1px solid #500078; */
	text-align: left;
}

td.top_banner {
/*	background-color: #ffffff; */
	text-align: center;
}

td.bottom_banner {
/*	background-color: #ffffff; */
	text-align: center;
/*	border-left: 1px solid #500078;
	border-right: 1px solid #500078;
	border-bottom: 1px solid #500078; */
}

table.top_bar {
    background-color: #500078;
    color: #d9d900;
    border: solid 3px #d9d900;
}

a.top_bar:link {
    color: #ffffff;
}

a.top_bar:visited {
	color: #cccccc;
}

/* ****************************************************************
 * Div styles for the letter bar
 */

.LetterBar {
	font-size: .9em;
/*	position: absolute;
	top: -40px;
	right: 0px;*/
/*	float: right;*/
/*	padding: 5px;*/
}

.BreadCrumbs {
	font-size: .9em;
/*	position: absolute;
	top: 30px;
	right: 0px;
	left: 270px*/
/*	float: right;*/
/*	padding: 5px;*/
}

/* ****************************************************************
 * Table style for forms in the Admin section
 */

.admin_body {
	background: none;
	font-family: Arial;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

table.admin_form {
	margin: 0px;
	padding: 0px;
}

table.admin_form td {
	border: 1px solid black;
}

table.admin_form th, th.admin_form {
	background-color: #500078;
	color: #d9d900;
	border: 0px;
}

table.admin_form ul {
	margin: 0px;
}

a.admin_form:link {
	color: #d9d900;
}

a.admin_form:visited {
	color: #d9d900;
}

ul.admin_form {
	padding: 0em 0em 0em 0.8em;
}

table.timebox {
	margin: 0px;
	padding: 0px;
}

table.timebox td {
	border: 1px solid black;
	font-size: 1.1em;
}

table.timebox th, th.admin_form {
	background-color: #500078;
	color: #d9d900;
	border: 0px;
	font-size: 1.1em;
}

/* ****************************************************************
 * Table style for input forms - add listings
 */

table.add_listing_form {
/*	border: 1px solid black;*/
	margin: 0px 0px 0px 15px;
}

th.add_listing_form {
/*	background-color: #500078; */
	background: url('/images/th_background.jpg');
/* 	color: #d9d900; */
	border: 0px;
}

/* ****************************************************************
 * Various font and color styles
 */

.required_field {
	background-color: #e1dcff;
	padding: 3px;
}

/* ****************************************************************
 * Formatting for the Address Lists
 */

table.AddressList {
/*	border: 1px solid black;*/
	width: 100%;
}

th.AddressList {
/*	border: 1px solid black;*/
	background: url('/images/th_background.jpg');
/*	background-color: #500078; */
/*	color: #d9d900; */
	border: 0px;
}

td.AddressList {
/*	border: 1px solid #500078;*/
	padding: 4px;
}

/* ****************************************************************
 * Formatting for the Phone Lists
 */

table.PhoneList {
	width: 100%;
	border: 1px solid black;
}

th.PhoneList {
	border: 1px solid black;
	background: url('/images/th_background.jpg');
/*	background-color: #500078; */
	color: #ffffff;
	border: 0px;
}

td.PhoneList {
	border: 1px solid #500078;
	padding: 4px;
	width: 33%;
}

/* ****************************************************************
 * Styles for the listings
 */

.ListingTitle {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ListingBody {
}

.ListingAuthor {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.9em;
}

.ListingAddress, .ListingPhones {
	color: #500078;
}

.JuniorListing {
	float: right;
/*	background-color: #ccffcc; */
	background: url('/images/th_background.jpg');
	font-size: 1.5em;
	padding: 4px;
}

/* ****************************************************************
 * Styles for list_category.php, that displays a table of the
 * listings in a category
 */

table.category_list {
	border: 0px solid #500078;
	width: 100%;
}

.cat_desc_text {
	color: #500078;  /* wz purple */
	font-size: 1.5em;
	text-align: center;	
}

a.cat_text {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
/*	font-style: italic;*/
	color:#0000FF;	
} 

div.cat_caption {
	padding-left: 10px;
	padding-right: 15px;
}

.cat_gray_text {
	color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

table.category_listings {
	padding: 5px;
	width: 100%;
}

table.category_listings th {
	background-color: #500078;
	font-weight: bold;
}
	
a.listing_title {
	text-decoration: none; 
	font-size: 1.3em;
	font-weight: bold;
	/*font-style: italic; */
} 

a.listing_title_unpaid {
	text-decoration: none;
	font-size: 1.0em;
/*	font-style: italic;*/
} 

a.listing_title:hover, a.listing_title_unpaid:hover  {
	text-decoration: underline;
} 

.book_name {
	font-size: 1.8em;
	font-weight: bold;
}

.WhitePageList:link, .WhitePageList:visited {
	font-weight: bold;
}

/* ****************************************************************
 * Styles for the business listings
 */

.BusinessTitle {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.BusinessBody {
}

.BusinessAuthor {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.8em;
}

.BusinessAddress {
	color: #500078;
}

.BusinessPhones {
	color: #500078;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.WebsiteAddress {
	font-size: 1.3em;
}

.BusinessDescBox {
	/*border-top: 1px solid #500078;
	border-bottom: 1px solid #500078;*/
}

td.BusinessDescBox_left {
	border-right: 1px solid #500078;
/*	border-top: 1px solid #500078;
	border-bottom: 1px solid #500078; */
	padding: 5px;
}

td.BusinessDescBox_right {
/*	border-top: 1px solid #500078;
	border-bottom: 1px solid #500078;*/
	padding: 5px;
}

table.BusinessHours td {
	font-size: 1.0em;
	text-align: center;
}

/* ****************************************************************
 * Styles for the Change Location box in the header
 */

table.ChangeLocation {
	padding: 0px;
	margin: 0px;
}

th.ChangeLocation {
/*	background-color: #500078; */
	background: url('/images/th_background.jpg');
	padding: 4px;
	font-size: 1.0em;
}

td.ChangeLocationR {
	padding: 4px;
	margin: 0px;
	text-align: center;
}

td.ChangeLocationL {
	padding: 4px;
	margin: 0px;
}
/* ****************************************************************
 * Styles to display Comments
 */

ul.Comment {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 2.5em;
}

ul.CommentFirst {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0em;
}

.CommentBlock {
	background: #eeeeee;
}

.cmt_count {
	color: #aa0000;
}

/* ****************************************************************
 * Styles for stat graphcs
 */

table.stat_graph {
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
}

th.stat_graph {
/*	background-color: #500078; */
	background: url('/images/th_background.jpg');
	color: #ffffff;
}

td.stat_graph {
	text-align: center;
	font-size: 0.7em;
	padding: 1px;
}

td.stat_graph_bar {
	vertical-align: bottom;
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 0.7em;
	padding: 1px;
}

/* ****************************************************************
 * Styles for photos
 */

.ImageCaption {
	font-size: 0.8em;
}

/* ****************************************************************
 * Styles for Address links
 */

.MapIt {
	color: #000000;
	font-size: 0.8em;
}

.MapIt a {
	text-decoration: none;
}

.SetLocal {
	color: #000000;
	font-size: 0.8em;
}

.SetLocal a {
	text-decoration: none;
}

/* ****************************************************************
 * Styles for Pricing page
 */

table.Pricing {
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
}

th.Pricing {
	text-align: center;
	background: url('/images/th_background.jpg');
/*	background-color: #e1dcff; */
	border: 1px solid black;
}

td.Pricing {
	text-align: right;
	border: 1px solid black;
}

/* ****************************************************************
 * Styles for Shopping Cart
 */

table.Cart {
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
}

th.Cart {
	text-align: center;
	background: url('/images/th_background.jpg');
/*	background-color: #e1dcff; */
	border: 1px solid black;
}

td.Cart {
	border: 1px solid black;
}

td.CartTotal {
	text-align: right;
	border: 1px solid black;
}

td.CartCost {
	text-align: right;
	border: 1px solid black;
	font-weight: bold;
}

/* ****************************************************************
 * Registration form
 */

table.register_form {
	border: 1px solid black;
	padding: 0px;
	margin: 5px;
}

th.register_form {
	text-align: center;
	background: url('/images/th_background.jpg');
/*	background-color: #500078; */
	border-bottom: 1px solid black;
	font-weight: bold;
	color: #fefe00;
}

th.register_form2 {
	text-align: center;
	background: url('/images/th_background.jpg');
/*	background-color: #500078; */
	border: 1px solid black;
	font-weight: bold;
	color: #fefe00;
}

/* ****************************************************************
 * User Profile
 */

.UName {
	color: #500078;
	font-weight: bold;
}
 
table.profile {
	/*border: 1px solid black;*/
	padding: 0px;
	margin: 5px;
}

th.profile {
	text-align: center;
	background: url('/images/th_background.jpg');
/*	background-color: #500078; */
/*	border-bottom: 1px solid black; */
	font-weight: bold;
/* 	color: #d9d900; */
}

/* ****************************************************************
 * Used on the category linker
 */

#cl_where {
    float: right;
    width: 150px;
    background-color: #CCC;
}
#cl_alphabar ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#cl_alphabar ul li { display: inline; }

#cl_alphabar ul li a
{
text-decoration: none;
padding: .1em .4em;
color: #fff;
background-color: #036;
}

#cl_alphabar ul li a:hover
{
color: #fff;
background-color: #369;
}

/* ****************************************************************
 * Styles used on the 'My Listings' page
 */

table.my_listings {
	font-size: 1.0em;
	width: 100%;
/*	border: 1px solid black; */
}

.Classified_Title {
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/** ****************************************************************
 * Style used for the dynamically expanding/collapsing category lists.
 */

/* Turn off list bullets */
ul.mktree  li { list-style: none; border-top: 2px solid #cecae6; white-space: nowrap; }
/* Control how "spaced out" the tree is */
ul.mktree, ul.mktree ul , ul.mktree li { margin-left: 10px; padding: 0px; }
/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet { padding-left: 15px; }
/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(/images/minus.gif)  center left no-repeat; }
ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(/images/plus.gif)   center left no-repeat; }
ul.mktree  li.liBullet  .bullet { cursor: default; background: url(/images/spacer.gif) center left no-repeat; }
/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }

div.mktree_spacer {
    margin-left: 20px;
    margin-top: 4px;
    display: inline;
}

table.mktree {
    margin-left: 40px;
}

/* ****************************************************************
 * Printer styles
 *
 * These are some tweaked style that are meant to be used on the
 * printer versions of the listings.
 */

body.printer_page {
	background-color: white;
	background: url() no-repeat;
	font-family: Arial;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

table.printer_URL {
	width: 100%;
	font-family: courier;
	font-size: 0.8em;
	margin-bottom: 10px;
}

/* ****************************************************************
 * Daily Specials
 */

table.SpecialForm {
    padding: 1px;
}

table.SpecialForm td {
    vertical-align: top;
    padding: 1px;
}

table.SpecialForm th {
    vertical-align: top;
    font-weight: bold;
    text-align: right;
    padding: 1px;
}

table.resturant_special {
	border: 1px solid black;
	width: 100%;
	margin-bottom: 2px;
}

/* ****************************************************************
 * Payment Form
 */

table.payment_form {
	border: 1px solid black;
}

table.payment_form th {
	background: url('/images/th_background.jpg');
	color: #000000;
	text-align: center;
}

/* ****************************************************************
 * Styles for star ratings on businesses & organizations
 */

.star-rating {
	list-style: none;
	margin:  0px;
	padding: 0px;
	width: 65px;
	height: 12px;
	position: relative;
	background: url(/images/gray_star.gif) repeat-x;
}

.star-rating li {
	padding: 0px;
	margin: 0px;
	float: left;
}

.star-rating li a {
	display: block;
	width: 13px;
	height: 12px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.star-rating li a:hover {
	background: url(/images/red_star.gif);
	z-index: 2;
	left: 0px;
}

.star-rating li.current-rating{
	background: url(/images/red_star.gif) repeat-x;
	position: absolute;
	left: 0px;
	height: 13px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* Star ratings */
#star_ratings_block, ul#average_rating, td.averagerating, dl.rate .star-rating { float: left; font-size: 0.8em; }
div.game dd.rating { font-size: 0.8em; }

.star-rating a.star-1{
	left: 0px;
}
.star-rating a.star-1:hover{
	width:13px;
}
.star-rating a.star-2{
	left:13px;
}
.star-rating a.star-2:hover{
	width: 26px;
}
.star-rating a.star-3{
	left: 26px;
}
.star-rating a.star-3:hover{
	width: 39px;
}
.star-rating a.star-4{
	left: 39px;
}	
.star-rating a.star-4:hover{
	width: 52px;
}
.star-rating a.star-5{
	left: 52px;
}
.star-rating a.star-5:hover{
	width: 65px;
}

/* ****************************************************************
 * The unordered list of categories that appears when you add
 * a new listing via listing_add.php
 */

ul.category_type {
    font-size: 1em;
}
ul.category_type li {
    margin: 10px;
}
ul.category_type li a {
	font-weight: bold;
}
ul.category_type2 li {
    margin: 0px;
}

/* ****************************************************************
 * Logo / Header table with the main navigation options, etc.
 */

table.logo {
    margin: 0px;
    padding: 0px;
    width: 990px;		
/*    width: 770px; */
	background: #500078;
	border-bottom: 3px solid #500078; 
}

table.navbar {
	padding: 0px;
	background: #500078;
}
table.navbar td {
	padding: 0px;
	
}

/* ****************************************************************
 * My WherezIt page
 */

table.mywherezit {
	width: 95%;
	border: 1px solid #500078;
}

table.mywherezit th {
	background: #500078;
	padding: 4px 0px 4px 0px;
}

table.mywherezit td.mwz_body {
	border: 1px solid #500078;
}

table.mywherezit th a, table.mywherezit th a:visited {
	color: #ffffff;
	text-decoration: none;
}

table.mywherezit th a:hover {
	text-decoration: underline;
}

/* Selected tab */
table.mywherezit th.mwz_selected {
	background: #f1ff78;
	font-weight: bold;
}
table.mywherezit th.mwz_selected a, table.mywherezit th.mwz_selected a:visited {
	color: #000000;
}

/* Has Listings tab */
table.mywherezit th.mwz_has {
	background: #986ab0;
	font-weight: bold;
}
table.mywherezit th.mwz_has a, table.mywherezit th.mwz_has a:visited {
	color: #ffffff;
}

table.mywherezit div.left_cnr {
	position: relative;
	float: left;
	top: -5px;
	left: -1px;
}

table.mywherezit div.right_cnr {
	position: relative;
	float: right;
	top: -5px;
	right: -1px;
}

/* ****************************************************************
 * Lightbox styles
 */
.lb_black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}

.lb_white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;
/*    height: 50%; */
    padding: 6px;
    border: 16px solid #500078;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

/* ****************************************************************
 * Drop-down menu styles
 */

div.dropdown {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
	z-index: 30;
}

table.menu {
	display: block;
	background: #ffffff;
	border: 2px solid #500078;;
	z-index: 30;
}
table.menu td {
	border-bottom: 1px solid #500078;;
	padding: 2px 2px 2px 5px;
}
table.menu a {
	text-decoration: none; 
	color:#0000AA;
	font-size: 1.0em; 
	font-weight: bold; 
} 
table.menu a:hover{
	color:#990000;
	text-decoration: underline;
}

/* ****************************************************************
 * Calendar styles - From Tigra Calendar
 */

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


/* this is for the NNEREN features */
table.nneren_details	{
	margin: 5px 0px 5px 0px;
}

table.nneren_details td {
	padding: 1px;
}

/* ****************************************************************
 * Event Promotions
 */

td.event_promo_left {
	border-top: 1px solid #500078;
	border-left: 1px solid #500078;
	border-bottom: 1px solid #500078;
}
td.event_promo_right {
	border-top: 1px solid #500078;
	border-right: 1px solid #500078;
	border-bottom: 1px solid #500078;
}
div.event_promo {
	text-align: center;
	color: #500078;
	font-size: 0.8em;
}

a.event_promo {
	text-decoration: none;
	color: #500078;
}
a.event_promo:visited {
	text-decoration: none;
	color: #500078;
}
