body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 13px;
}

a {
	color: #006595;
	text-decoration: none;
}

a:hover {
	color: darkorange;
/*	text-decoration: underline;*/
}

.postcomment{
	font-size: 12px;
	background-color: #F0F4F7;
	padding: 5px;
}

.selectcat {
	font-size: 16px;
}

.dropdownmenu {
	color: #666666;
	font-size: 10px;
}

#ddt {
text-align: center;
}
.ddt_title, .ddt_title:link, .ddt_title:hover, .ddt_title:visited {
text-decoration: none;
}
.ddt_text {
border: solid 1px;
overflow: hidden;
padding: 4px;
text-align: left;
background: #fff;
}

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}
.ds_tbl {
	background-color: #FFF;
}
.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}
.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}
.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

.postcat {
	font-size: 14px;
}

h1 {
	font-size: 18pt;
	margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

th {
	font-size: 14px;
	text-align: left;
}

form {
	margin: 0px;
}

input, textarea, select, optgroup, option {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #666666;
	border: 1px outset #333333;
	color: white;
}

pre {
	font-family: "Courier New";
	font-size: 14px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	font-size: 16px;
	color: #339900;
	margin-bottom: 5px;
	font-weight: bold;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 10px;
	color: gray;
}

#header {
	padding: 5px;
}

#logo {
	font-size: 16px;
	font-weight: bold;
}

#logo a {
	color: black;
	text-decoration: none;
}

#logo a:hover {
	color: #DF971E;
	text-decoration: none;
}

#promotetitle {
	font-size: 16px;
	font-weight: bold;
}

#maincountry {
	font-size: 10px;
margin: 5px 5px 5px 0px;
}

#maincountry a {
	color: #003399;
	text-decoration: none;

}

#maincountry a:hover {
	color: darkorange;
/*	text-decoration: underline;*/
}

#maintitle {
	font-size: 10px;
}

#maintitle a {
	color: #003399;
	text-decoration: none;
}

#maintitle a:hover {
	color: darkorange;
/*	text-decoration: underline;*/
}



#today {
	font-size: 10px;
	color: white;
}

#nav {
	text-align: right;
}

#city {
	font-weight: bold;
	font-size: 16px;
	display: block;
}

#sidebar_left {
	width: 250px; 
	padding-top: 10px;
	background-color: #F6F6F6;
	border-right: 1px solid gainsboro;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
}

.headback {
	background-color: steelblue;
	padding: 0px;
	color: white;
}

.headbardd {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #006595;
	border: 1px outset #006595;
	color: white;
	padding: 4px 10px;
	cursor: pointer;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	opacity:0.85;
}

.headbardd a:hover {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color:orange;
	/*padding: 3px;*/
}


.headbar {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #006595;
	border: 1px outset #006595;
	color: white;
	padding: 4px 10px;
	cursor: pointer;
}

.headbar a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}

.headbar a:hover {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFD700;
	padding: 3px;
}


.buttons td {
	text-align: center;
	background-color: steelblue;
}

.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}


#sidebar_left .head {
	font-size: 12px;
	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 #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#content {
	padding: 10px;
}

#path {
	background-color: #ffffff;
	font-size: 18px;
	margin-bottom: 5px;
}

#path td {
	padding: 3px 3px 3px 3px;
}

#path a {
	color: #666666;
	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 {
	
}

table.dir_cat th {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-bottom: 5px;
}

table.dir_cat td {

}

table.dir_cat .count {
	color: #999999;
	font-size: 12px;
}

table.dir_cat th .count {
	color: gray;
	font-size: 12px;
}

table.adlisting {
}

table.adlisting tr.ad1 {
	background-color: #FCFCFC;
}

table.adlisting tr.ad2 {
}

table.adlisting td {
	padding: 4px;
}

table.adlisting td.head, table.adlisting tr.head td {
	font-weight: bold;
	background-color: #EAEAEA;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px;
}

table.adlisting td.datehead {
	background-color: #F5F5F5;
	/*border-bottom: 1px solid #CCCCCC;*/
	font-weight: bold;
	border-bottom: 0px;
}

table.adlisting td.icon {
}

table.adlisting td.icon img {
}

table.adlisting .adtitle {
	font-weight: bold;
	font-size: 16px;
}

table.adlisting .date {
	font-style: italic;
}

table.adlisting .ad1 {
}

table.adlisting .ad2 {
	/*background-color: #FAFAFA;*/
}

.adheader {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

.adheader .icon {
	/*vertical-align: top;*/
}

.adheader .adtitle {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #336699;
}

.adheader .adarea {
	font-size: 13px;
	font-weight: normal;
}

.ad {
	margin-bottom: 10px;
}

.ad .link_marker {
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: #663300;
}

.disclosure_no {
	color: red;
}

.disclosures b {
}

.adpics {
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.adpics img {
	border: 1px solid black;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 14px;
	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: 12px;
}

.comments {
}

.comments .head {
	font-size: 14px;
	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;
	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: 12px;
	margin-top: 2px;
}

.citylist_city {
	color: #777777;
	font-size: 12px;
}

#copyright {
	font-size: 10px;
	color: #333333;
}

#footer {
	color: #A0A0A0;
}

#footer td {
	font-size: 11px;
	padding-left: 15px;
	padding-top: 10px;
}

table.postad {


}

table.postadpromo {

	background-color: #FFEEC6;
	border-bottom: 1px solid #FFDF95;

}

img.thumb {
	border: 1px solid black;
}

.postpath {
	padding: 0px;
	color: brown;
	margin-bottom: 10px;
}

.postpathname {
	font-weight: bold;
	font-size: 16px;
}

.postpath a {

}

.searchtext a {
	color: #ffffff;
	font-size: 12px;
}

.searchtext a:hover {
	color: #FFD700;
	font-size: 12px;
}

#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: 15px;
	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_first, .featuredad_first td:hover {
	background-color: #FFF8DC;

}

.featuredad, .featuredad td:hover {
	background-color: #FFF8DC;

}





.post_note {
	color: #663300;
}

.latestads {
	padding-top: 10px;
	margin-bottom: 10px;
}

.latestads .head {
	padding-bottom: 5px;
	color: steelblue;
	font-size: 15px;
}

.latestads td {
	border-top: 1px solid #F0F0F0;
}

.adcat {
	font-size: 11px;
	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: gray;
}

.adpreview {
/*	display: block;*/
	font-size: 12px;
/*	color: gray; */
	color: #333333;
}

.sueon {
	color: #666699;
	font-size: 11px;
}

.safea{
	padding: 3px;
	border: 1px solid #DBC06F;
	background-color: #F7F0DD;
	font-size: 12px;
	color: brown;
	margin-bottom: 10px;
	font-weight: bold;;
}

.anihead{
	padding: 3px;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	font-size: 12px;
	color: brown;
}