body {
	font:12px arial;
	margin: 0px;
	padding: 0px;
	background:url("images/byg.gif") center center repeat-y;


}

.maintable{ }


td {
	font-size: 11px;
}

a {
	color: #003399;/* PR: #006595;*/
	text-decoration: none;
}

a:hover {
	color: darkorange;
	text-decoration: underline;
}

h1 {
	font-size: 16pt;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

th {
	font-size: 12px;
	text-align: left;
}

form {
	margin: 0px;
}

input, textarea, select, optgroup, option {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

button {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #330033; /*PR:changed BGcolor from steelblue*/
	border: 1px outset #006595;
	color: white;
}

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}

.err {
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20px;
	border: 3px outset #006595;
	background-color: red;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: black;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 20px;
	border: 3px outset red;
	background-color: #33CC33;
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 10px;
	font-style: italic;
	color: gray;
}

#header {
	padding: 15px 0px 10px 0px;
}

#logo {
	font-size: 14px;
	font-weight: bold;
	position:relative;
}

#logo a {
	color: black;
	text-decoration: none;
}

#logo a:hover {
	color: #DF971E;
	text-decoration: none;
}

#today {
	font-size: 10px;
}

#nav {
	text-align: right;
}

#city {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#sidebar_left {
	padding-top: 10px;
	/*background-color: #E4EBF8; PR removed color --  #F0F4FB*/
	border-right: 1px solid #B1C7DE;
	border-top: 1px solid #B1C7DE;
	border-bottom: 1px solid #B1C7DE;
}

.buttons td {
	text-align: center;
	background-color: #669900; /*#FF3300; /*PR: Changed background color from steelblue*/
	border-right: 2px solid #B1C7DE;
	border-bottom: 2px solid #B1C7DE;
}

.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}

#sidebar_left .head {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
}

table.sidebox {
	margin-bottom: 10px;
}

table.sidebox td {
	text-align: left;
}

#contentcell {
	border-top: 1px solid #B1C7DE;
	border-bottom: 1px solid #EAEAEA;
}

#content {
	padding: 10px;
}

#path {
	background-color: #F5F5F5;
	font-size: 16px;
	margin-bottom: 5px;
}

#path td {
	padding: 5px 5px 5px 10px;
}

#path a {
	color: #777777;
	text-decoration: none;
}

#path a:hover {
	color: black;
	text-decoration: underline;
}

table.searchbox {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}

.eventnav {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

table.dir {
}

table.dir_cat {
 /*PR: made Category heading font as Ligher blue*/
}

table.dir_cat th {
	background-color: #FFF;  /*PR: made Category heading font as  blue*/
	font-size: 16px; /*PR: made font size smaller changed from 14 to 12*/

	/*font-weight: bold; PR: unbolded it*/
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding:5 px /*PR: made padding-bottom to padding*/
}
table.dir_cat th a {
		/*color: #4280CD;	PR: made Category heading font as Ligher blue*/
		color:#448000;
		font-weight:bold;
		font-size: 16px; /*PR: made font size smaller changed from 14 to 12*/
}
table.dir_cat td { font-size:12px;

}

table.dir_cat .count {
	color: #003399;  /*PR:changed color from #999999*/
	font-size: 10px;
}

table.dir_cat th .count {
	color: #003399;  /*PR:changed color from gray*/
	font-size: 10px;
}

table.postlisting { /* Version 5.0 */
}

table.postlisting tr.ad1 {
	/*background-color: #FAFAFA;*/
}

table.postlisting tr.ad2 {
}

table.postlisting td {
	padding: 4px;
}

table.postlisting td.head, table.postlisting tr.head td { /* Version 5.0 */
	font-weight: bold;
	background-color: #EAEAEA;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px;
}

table.postlisting td.datehead { /* Version 5.0 */
	background-color: #F5F5F5;
	/*border-bottom: 1px solid #CCCCCC;*/
	font-weight: bold;
	border-bottom: 0px;
}

table.postlisting td.icon { /* Version 5.0 */
}

table.postlisting td.icon img { /* Version 5.0 */
}

table.postlisting .posttitle { /* Version 5.0 */
	font-weight: bold;
	font-family:arial;/*PR: added color here.Was no color before*/
	font-size: 13px; /*PR: added this */
	color: #003399;  /*PR: added color here.Was no color before*/
}
a.posttitle { 
	font-weight: bold;
	color: #0000FF;/*PR: added color here.Was no color before*/
	font-family:arial;/*PR: added color here.Was no color before*/
	font-size: 13px; /*PR: added this */
}

table.postlisting .date { /* Version 5.0 */
	font-style: italic;
}

table.postlisting .ad1 {
}

table.postlisting .ad2 {
	/*background-color: #FAFAFA;*/
}
.postheader { /* Version 5.0 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

.postheader .icon { /* Version 5.0 */
	/*vertical-align: top;*/
}

.postheader .posttitle { /* Version 5.0 */
	font-size: 16px; /*PR:changed size from 14 to 16*/
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #003399;  /*PR: added color here.Was no color before*/
}

.postheader .postarea { /* Version 5.0 */
	font-size: 11px;
	font-weight: normal;
}

.post { /* Version 5.0 */
	margin-bottom: 10px;
}

.post .link_marker { /* Version 5.0 */
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.disclosure_no {
	color: gray; /*PR:changed color from red to gray*/
}

.disclosures b {
}

.postpics { /* Version 5.0 */
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.postpics img { /* Version 5.0 */
	border: 1px solid black;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px solid black;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
	background-color: darkorange;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
	padding: 5px;
}

.head {
	font-weight: bold;
}

.imagecredits a {
}

.imagecredits .count {
	color: #BBBBBB;
	font-size: 10px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

#sidebar_right_cities {
	/*background-color: #F5F5F5; PR removed color */
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 5px 5px 5px;
}

#sidebar_right {
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 5px 5px 5px;
}

#sidebar_right a {
}

.citylist_country {
	display: block;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
}

.citylist_city {
	color: #777777;
	font-size: 10px;
}

#footer {
	color: #A0A0A0;
}

#footer td {
	font-size: 9px;
	padding-left: 15px;
	padding-top: 10px;
}

table.postad {
}

img.thumb {
	border: 1px solid black;
}

.postpath {
	padding: 5px;
	border: 1px solid #DBC06F;
	background-color: #F7F0DD;
	font-size: 12px;
	color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
	background-color: white;
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #FFEEC6;
	border-top: 1px solid #FFDF95;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad, .featuredad td {
	background-color: #FFEEC6;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: green;
}

.latestposts { /* Version 5.0 */
	padding-top: 10px;
	margin-bottom: 10px;
}

.latestposts .head { /* Version 5.0 */
	padding-bottom: 5px;
	color: steelblue;
	font-size: 12px;
}

.latestposts td { /* Version 5.0 */
	border-top: 1px solid #F0F0F0;
}

.adcat {
	font-size: 9px;
	color: #444444;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;;
}

.catlist .cat {
	padding: 1px;
	display: block;
}

.catlist .cat a {
	font-weight: bold;
}

.catlist .subcat {
	padding: 1px;
	display: block;
}

.catlist .count {
	color: #003399;  /*PR:changed color from gray*/
}

.adpreview {
	display: block;
	font-size: 11px;
	color: #003399;  /*PR:changed color from gray*/
}

/* Begin Version 5.0 */
.hits {
	font-size: smaller;
	text-align: right;
}

.wmd-preview {
	border: 1px solid silver;
	background-color: #FAF9F5;
	padding: 10px;
	margin-bottom:  10px;
}
/* End Version 5.0 */

/* Begin Version 5.1 */
#citytitle { position:absolute;
left:250px;
top:49px;
text-align:center;
	font-size: 12px;
	font-weight: bold;
	
}

#citytitle a {
	color:#999999;
	text-decoration: none;
}

#citytitle a:hover {
	color: #DF971E;
	text-decoration: none;
}

#demo {
    background-color: #F0E68C;
    padding: 5px 5px 5px 10px;
    margin: 3px 0px 0px -10px;
    width: 160px;
    font-family: Georgia, serif;
    font-size: 13px;
}

#demo a {
	text-decoration: underline;
	color: crimson;
	margin-left: 5px;
}

.flatnavsep {
	font-weight: bold;
	color: #DF971E;
}
/* End Version 5.1 */

/* BEGIN David26 Account (If you have a custom design you may need to change these values) */

.acc_row_light {
	background-color: #FFFFFF;
}

.acc_row_dark {
	background-color: #E4EBF8;
}

table.panel_border {
	border: 1px #A5A5A5 solid;
}

#fImage {
   border: 1px #949494 solid;
}

.welcome {
   color: #003366;
   font-weight:bold;
}

.pro_header {
	padding-top: 10px;
	margin-bottom: 10px;
   font-size: 14px;
   font-weight:bold;
   color: steelblue;
}

/* END David26 Account */
	.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #FFF;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 40%;
			right: 40%;
			width: 250px;
			height: 100px;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}


.white_content select{ width:200px; margin:5px 0px; padding:3px;}
.white_content button{ margin-top:5px; margin-right:75px; width:75px;}

.topsearch{ background:url(images/search_bg.gif) no-repeat 0 bottom; width:513px; height:83px; position:relative;}
.search_frm{ position:absolute; top:43px; left:20px; z-index:1;}
*html .serch_select{font-size:14px; width:200px; }
.serch_select{font-size:14px; height:24px; width:200px; }

#top_nav{ position:absolute; top:0px; left:50px; z-index:0;}
#top_nav ul {float:left;list-style-type:none;margin:0px;padding:0px;}
#top_nav ul li {float:left;background:url(images/tab_off_left.gif) no-repeat;margin-right:2px;}
#top_nav ul li a {float:left;background:url(images/tab_off_right.gif) no-repeat 100% 0%; padding:0 10px; font-size:12px; text-decoration:none; font-weight:bold; color:#3C6902;line-height:25px;}
#top_nav ul li a:hover {text-decoration:underline;}


}
.changecity {
width:1000px;
}
.changecity ul {
margin:0;
padding:0;
width:990px;
}
.changecity ul li {
background:url("images/bullet-grey.png") no-repeat scroll 3px 10px transparent;
border-bottom:1px solid #DDDDDD;
float:left;
line-height:20px;
padding:5px 0 2px 10px;
width:130px;
list-style:none;
}
.changecity ul li:hover {
background-color:#FFCC00;
}
.changecity ul li a {
color:#3B5998;
font-size:12px;

text-decoration:none;
}



