body {

	/* Begin Version 5.4 */
	font-family: Verdana, sans-serif;
	/* End Version 5.4 */
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 11px;
}
a {
	color: #003399;/*#006595;*/
	text-decoration: none;
}
a:hover {
	color: #DF971E;
	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: steelblue;
	border: 1px outset #006595;
	color: white;
	cursor: pointer;
}
pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}
.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}



.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}
.msg {
	color: green;
	margin-bottom: 5px;
}
.marker {
	color: red;
	font-weight: bold;
}
.hint {
	font-size: 10px;
	font-style: italic;
	color: gray;
}
/*
#header {

	padding: 10px;

}
*/
#logo {
	font-size: 14px;
	font-weight: bold;
	/*border:1px solid #FF0000;*/
	margin-top:-30px;
}
#logo a {
	color: black;
	text-decoration: none;
}
#logo a:hover {
	color: #DF971E;
	text-decoration: none;
}
#today {
	font-size: 11px;
	/*margin-top:10px;*/
}
#nav {
	text-align: right;
}
#city {
	font-weight: bold;
	font-size: 14px;
	display: block;
}
#sidebar_left {
	padding-top: 10px;
	background-color: #E4EBF8; /*#F0F4FB*/
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
}
.buttons td {
	text-align: center;
	background-color: steelblue;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
    border:1px solid steelblue;
}
.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}
.buttons a:hover{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: steelblue;
	background-color: white;
	padding: 3px;
	text-decoration: none;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
#sidebar_left .head {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}
.search input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:140px;
	height:13px;
}
.search input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:140px;
	height:13px;
}
.search select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:144px;
	height:20px;
}
.search button{
	border:0;
	cursor:pointer;
	width:30px;
	height:18px;
}
.scrollup {
width : 40px;
height : 40px;
opacity : 0.800000011920928955078125;
position : fixed;
bottom : 2em;
right : 12em;
display : none;
background : url(./images/icon_top.png) no-repeat;
outline : none;
cursor : pointer;
z-index : 99;
}
#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: 2px 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 a{

}
table.dir_cat th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-bottom: 5px;
	text-decoration:none;
}
table.dir_cat th a{
	text-decoration:none;
}
table.dir_cat td a{
	text-decoration:none;
	float:left;
	list-style: none;
 /*#DF971E*/
}
table.dir_cat td a:hover{
	text-decoration:none;
}
table.dir_cat .count {
	color: #999999;
	font-size: 10px;
	margin-left:3px;
}
table.dir_cat th .count {
	color: gray;
	font-size: 10px;
}
table.postlisting {

}
table.postlisting a{
	text-decoration: none;
	font-weight:bold;
	font-size:12px; 
}
table.postlisting a:hover{
	text-decoration: none; 
}
table.postlisting td { /* Version 5.0 */
	padding: 10px 0 10px 0;
	height:auto;
	border-top: 1px solid #CCCCCC;
}
table.postlisting .test:hover {
	background-color: #F0F0F0;
	color:#000000;
 
}

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;
}
table.postlisting .date { /* Version 5.0 */
	font-style: italic;
}
.postheader { /* Version 5.0 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-decoration:none;
	border-bottom: 1px solid #E0E0E0;
}
.postheader a{ /* Version 5.0 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-decoration:none;
}
.postheader a:hover{ /* Version 5.0 */
	text-decoration:none;
	font-weight:bold;
}
.postheader .icon { /* Version 5.0 */
	/*vertical-align: top;*/
}
.postheader .posttitle { /* Version 5.0 */
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.postheader .postarea { /* Version 5.0 */
	font-size: 11px;
	font-weight: normal;
}
/* Begin Version 5.3 */

.post { /* Version 5.0 */
	margin-bottom: 10px;
    width: 500px;
}

/* End Version 5.3 */
.post .link_marker { /* Version 5.0 */
	color: darkorange;
	font-weight: bold;
}
.disclosures {
	padding: 5px;
}
.disclosure_yes {
	color: green;
}
.disclosure_no {
	color: red;
}
.disclosures b {

}
.postpics { 
	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: #e4ebf8;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 2px 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;
}
.citylist_city:hover{
	background-color: #FFFFFF;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
}
#footer {
	color: #A0A0A0;
}
#footer td {
	font-size: 10px;
	text-align:center;
	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;;
}
#liens {
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
}
.catlist .cat {
	padding: 1px;
	display: block;
	background-color: steelblue;
	border-bottom:2px solid #FFFFFF;
}
.catlist .cat a {
	font-weight: bold;
	color:#FFFFFF;
}
.catlist .subcat {
	padding: 1px;
	display: block;
    margin-left: 17px;
}
.catlist .subcat:hover{
	text-decoration:none;
	background-color:#F0F4FB;
	width:157px;
	margin-left: 17px;

}
.catlist .subcat a:hover{
	text-decoration:none;
}
.catlist .count {
	color: gray;
}



/* Begin Version 5.4 - AdBlock fix */

.postpreview {

/* End Version 5.4 - AdBlock fix */	
	display: block;
	font-size: 11px;
	color: gray;
	text-align:justify;
}

.postpreview a{
	display: block;
	color: gray;
	font-weight:normal;
}

/* 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 {
	font-size: 14px;
	font-weight: bold;
}



#citytitle a {
	color: black;
	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 Version 5.3 - City filter */



#city-filter {
    font-size: 1.1em; 
    margin: 10px 0px 20px; 
}



#city-filter a {
    padding: 0px 2px;
}



#city-filter .selected {
    background-color: lightyellow;
    padding: 0px 2px;
}

/*----------------------------------------------------------*/

/* End Version 5.3 - City filter */
#global{
width:900px;
height:1000px;
margin: 0 auto;
border:1px solid #FF0000;
}
/*#header{
padding: 0px 10px 10px 10px;
height: 135px;
border-bottom:2px solid steelblue;
}*/
#header{
padding:10px;
height: 125px;
border-bottom: 2px solid steelblue;
}

/*#footer{
color: #A0A0A0;
font-size:9px;
height: 60px;
}*/

#envoloper{
width:900px;
height:805px;
margin: 0 0 0 0;
padding:0;
border:1px solid #FF0000;
clear:both;
}
#left{
width: 186px;
height:805px;
border:1px solid #FF0000;
float:left;
}

#right{
width: 710px;
height:805px;
border:1px solid #00FF00;
float: right;
}
#contentN{
border:1px solid #00FFFF;
margin:0;
padding:0;
float: left;
}

#cities{
width: 142px;
height:805px;
border:1px solid #00FFFF;
margin:0;
padding:0;
float: right;
}
#Global0 {
	width:940px;
	height:auto;
	margin-top:8px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	-moz-box-shadow: 0px 0px 10px 5px #cfcfcf;
	-webkit-box-shadow: 0px 0px 10px 5px #cfcfcf;
	-o-box-shadow: 0px 0px 10px 5px #cfcfcf;
	box-shadow: 0px 0px 10px 5px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=10);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	zoom: 1;
	}
