p {
	text-indent: 0px;
	font-size: 12px;
}
p.no-indent {
	text-indent: 0px;
}
p.home {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:20px;
	padding-right:20px;
}
h1.home {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top:0px;
	padding-left:5px;
	padding-right:5px;
}
h2.home {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top:0px;
	padding-left:5px;
	padding-right:5px;
}
h3.home {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	padding-left:5px;
	padding-right:5px;
}
table.no-indent p {
	text-indent: 0px;
}
#page_footer {
	text-align: center;
	font-size: 10px;
	color: black;
}
#page_footer a {
	color: #000000;
	font-size: 11px;
}
#page_footer a:hover {
	color: blue;
}
#dir_info table {
	font-family: 'arial';
	font-size: small;
	font-size: 98%;
}
#dir_info a {
	font-weight: bold;
	color: #204F99;
}
#dir_info img {
	border: 1px solid black;
}
#locations {
	border: 3px solid #F7941D;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	width: 100%;
}
#locations td {
	border: 3px solid #F7941D;
	font-weight: bold;
}
#location {
	width: 100%;
	border: none 0px;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
}
#location td, th {
	padding: 3px;
}
#location th.first_col {
	width: 68px;
}
#location.even {
	background-color: #FDFACF;
}
#location.odd {
	background-color: white;
}
#location th {
	border: 1px solid #F7941D;
}
#location th.dark {
	background-color: #F7941D;
}
#location th.light {
	background-color: #FFC20F;
}
#location td {
	border: 1px solid #F7941D;
}
#dir_review table {
	font-family: 'arial';
	font-size: small;
	font-size: 98%;
}
/* tickets */
/* LISTING TABLE */
#ticket_info table {
	width: 100%;
	border-collapse: separate;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E7E7E7;
	color: #5B5B5B;
	border-spacing: 1px;
	empty-cells: show;
}
#ticket_info td, #ticket_info th {
	padding: 4px;
}
#ticket_info thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}
#ticket_info thead th a {
	color: #D0A600;
}
#ticket_info tbody th {
	font-weight: bold;
}
#ticket_info tbody tr {
	background-color:#FFF;
	text-align:left;
}
#ticket_info tbody tr.odd {
	background: #f9f9f9;
	border-top:1px solid #FFF;
}
#ticket_info tbody th a:link, #ticket_info tbody th a:visited {
	color:#96D030;
	padding:3px 0px 0px 18px;
}
#ticket_info tbody th a:hover {
	color:#FF8601;
}
#ticket_info tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #FFF;
	border: 1px solid #FFF;
}
#ticket_info tbody tr.odd td {
	background-color: #f9f9f9;
	border-top:1px solid #FFF;
}
#ticket_info tbody tr:hover td {
	background-color: #FFF2CF;
}
#ticket_info tbody tr.odd:hover td {
	background-color: #FFF2CF;
}
/*#ticket_info tbody td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}*/
#ticket_info tbody td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none;
}
/* CORRECTIONS */

.no_border_top_bottom {
	border-top: 0px none;
	border-bottom: 0px none;
}
.featured_stripclub h2, .featured_stripclub a:link, .featured_stripclub a:hover, .featured_stripclub a:visited, .featured_stripclub a:active {
	color: #CC3333;
	text-decoration: none;
}
.featured_golf_course h2, .featured_golf_course a:link, .featured_golf_course a:hover, .featured_golf_course a:visited, .featured_golf_course a:active {
	color: #99CC00;
	text-decoration: none;
}
.featured_show h2, .featured_show a:link, .featured_show a:hover, .featured_show a:visited, .featured_show a:active {
	color: #663366;
	text-decoration: none;
}
.featured_hotel h2, .featured_hotel a:link, .featured_hotel a:hover, .featured_hotel a:visited, .featured_hotel a:active {
	color: #336699;
	text-decoration: none;
}
.featured_nightclub h2, .featured_nightclub a:link, .featured_nightclub a:hover, .featured_nightclub a:visited, .featured_nightclub a:active {
	color: #FF33FF;
	text-decoration: none;
}
div.submenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menu1 {
	margin: 0;
	padding: 0;
}
.menu1 li {
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #888888;
}
.submenu {
	position: absolute;
	border: 1px solid #AAAAAA;
	visibility: hidden;
	z-index: 200;
}
.submenu ul {
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	background-color: #F0EEEF;
	width: 175px;
}
.submenu ul li {
	text-align: left;
}
.submenu ul li:hover {
/*background-color: black;*/
}
.submenu a {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
.submenu a:hover {
	color: #5798E8;
}
#tablinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menubar2 a {
	color: #0066DF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#menubar2 a:hover {
	color: #0066DF;
}
#menubar2 a:visited {
	color: #0066DF;
}
div.infoad {
	border: 2px solid #afafaf;
	padding: 10px;
	float: right;
	margin-left: 5px;
	width: 225px;
	background-color: #dfdfdf
}
ul.breadcrumb {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.breadtop {
	background-image:url(/images/breadtop.jpg);
	border: 1px solid white;
}
div.breadbottom {
	border:1px solid #999999;
}
#searchBox {
	background-image:url(/images/bgtab.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	height:40px;
	background-position:top;
	border:solid 1px #999999;
	width:360;
}


/* index.tpl css */

/* dir page fancy css */

div.clear {clear:both; height:10px;}

breadcrm h2 a { font-family:Arial, Helvetica, sans-serif;
	font-size:22px; float:left;	color:#0000ff;
}

h3 a {font-size:18px; list-style:none; float:left; margin-right:30px;}

div.subcat {float:left; margin-right:30px;}

.links {
	text-decoration: none;
}
.tablemain {
	border: 1px solid #666666;
	text-decoration: none;
}
.tablemain tr th {
	padding-left: 8px;
	border: 1px none #666666;
	text-decoration: none;
	background-image: url('/images/hometables/t_01.jpg');
}
.tablemain tr th a {
	color: white;
}
.tablemain_header {
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#sechd h1 {
	margin-top:2px;
	margin-bottom:2px;
}
#sechd p {
	margin-bottom:5px;
}
.searchbutbox {
	background-image:url(/images/old-searchback.png);
	width:400px;
	height:150px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:20px;
}
.toppager {
	float:left;
	font-size:16px;
	margin-left:50px;
}
#googlesearch {
	float:left;
	margin-left:50px;
}
img.freebutton {float:right;}
#googlesearch p {margin:0; color:white; font-style:italic;}
#adspace { background-image:url(/images/searchback.png); margin-left:0;margin-right:0;width:auto; height:100px;}


#breadcrm ul li {
	float:left;
	padding:20px;
	margin:10px;
}

#breadcrm ul {list-style:none;}


td#column {
	
	width:30%
}
div.horzmenu {
	width:280px;
	margin-bottom:15px;
}
div.horzmenu a {float:left;margin-left:10px;}

table#listings {margin-left:auto;margin-right:auto;}
/*  end dir page fancy */

/* register and login form css */

#status {  
    width:200px;  
    padding:10px;  
    outline:none;  
 }  

.focusField {  
    border:solid 2px #73A6FF;  
    background:#EFF5FF;  
    color:#000;  
}  

.idleField{  
     background:#EEE;  
     color: #6F6F6F;  
     border: solid 2px #DFDFDF;  
}  
.message{
	background-color:#FFFFCC;
	border:1px solid #FFFF66;
	color:#444444;
	width:580px;
	font-weight:bold;
	z-index:1000;
	text-align:center;
	padding:10px;
}

.error{
	background-color:#FFEEFF;
	border:1px solid #FFCCFF;
	color:#444444;
	width:580px;
	font-weight:bold;
	z-index:1000;
	text-align:center;
	padding:10px;
}
ul.names {list-style:none}

ul.names li {float:left; width:175px; line-height:30px; font-weight:bold;}
 /* end register and login form css */
 
 /**/
#restaurant_list li {
	margin:0px; 
	padding:0px; 
}
table.table_tops tr {
	vertical-align: top;
}
img.send_left {float:left; 
	padding-right:10px;
}
img.send_right {float:right; 
	padding-left:10px;

