/** imported from mont-laurier.progysm.com */
/** inspired of gnome.org:2008-07-28 */
html,body { margin:0; padding:0; font-family:sans-serif; }
#header {}
#header #auth_block { float: right; margin:0; }
#footer { clear:both; }

#menu {
	background-color: rgb(46,52,54);
	color:white;
}
#menu p#wiki {
	margin:0;
	padding:4px 0px 4px 24px;
}
#menu #submenu {
	float:right;
	padding:4px 24px 4px 0px;margin:0;
}
#menu a {
	color:white;
	text-decoration: none;
}
#menu a:hover { text-decoration: underline; }

#header {
	border-bottom: 1px solid #dddddd;
	background-color: rgb(114, 159, 207);
  background-repeat: repeat-x;
  background-image: url(../img/bg_header.png);
}
#header, #header a, #header a:visited, #header a:active {
	color:white;
	text-decoration:none;
}
#header h1 {
	margin:0;
	padding-left:64px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size:x-large;
	font-weight: bold;
}

h2 {
	color: rgb(63, 63, 63);
	border-bottom: 1px solid rgb(153, 153, 204);
	font-size: 110%;
}
a {
	color: rgb(52, 101, 164);
}
a:visited {
	color: rgb(52, 101, 200);
}

h2 span.edit { float:right; }
h2 span.edit a { font-weight: normal; font-size: 0.8em; }

#maincontent {
	padding:1em; margin: 1em;
  position:relative;
  height:30em;
  min-height:30em;
  height:auto;
}
#maincontent li {
	padding-bottom: 3px;
}

#footer {
	border-top: 1px solid #ddd;
	text-align:center;
	color: rgb(136, 136, 136);
	font-size: .8em;
}


/** end importation */

.orgevent_item .organized_by, .orgevent_item .source, .orgevent_item .price {
	margin:0;
}

#header p.sublink {
	margin:0;
  padding-left:128px;
  background: rgb(46,52,54); color: white;
}
form#search {
  float:right;
  margin-top: -1em;
}
form#search input.q {
  width:15em;
}
input[type=text], input[type=password] {
  border:1px solid #ccc;
}
input[type=text]:focus, input[type=password]:focus {
  background: #eee;
}
#header p.sublink a {
  background: rgb(46,52,54); color: white; 
  padding: 0 5px;
}

#header p.sublink a.selected {
  background-color: #5d82a9;
  color: white;
/*  background: white;*/
}

#menufilter {
  /*float:left;*/
  height:30em;
  position:absolute;
  top:0;
  left:0;
  overflow:auto;
  margin-right: 0.5em;
  width:10em;
}

#menucategory ul, #menucity ul {
  margin:0; padding:0;
  display:block;
  list-style-type:none;
}
#menucategory li {
  padding-bottom: 4px; font-size: .9em;
}
li.category_all { }
li.category_selected { font-weight: bold; text-decoration: underline; }
li.category_parent { }
/* #menucategory ul li, #menucity ul li {
  display:inline;
  padding: 1em;
}
#menucategory { clear:both; font-size: .9em; }
#menucity { font-size: .7em; clear:both; margin-top: 0.5em; }
#menucity ul li.cityselected { font-weight: bold; }
*/
#menucity select { width: 10em; font-size: .9em; }
#menucity option, #menucity input { font-size: .9em }
#menucity select {  display:block; }
#menucity form { margin:0;}
#menucity {text-align:center; padding-bottom: 1em; border-bottom: 1px dashed #ccc; }

#contentinline { margin-left: 9em; }
#contentinline ul, #contentinline h2 {margin-top: 0; }

#searchlist { margin-left: 9em; }
#searchlist ul, #searchlist h2 {margin-top: 0; }

div.calendar table.calendar { margin:0 auto; }
.calendar .week { padding-right: 1em;}

#orgaddress_list { list-style-type: none; }
#orgaddress_list li.number_odd  { float:right; clear:right; width:30em; }
#orgaddress_list li.number_even { float:left; clear:left; }
#orgaddress_list li.disabled { background: #ddd; }
#orgaddress_list li.closed { background: black; color: white; }
p.street { border: 1px solid black; }
p.street a { line-height:2em; }
#orgaddress_list li.number_odd p.street { text-align: right; }
#orgaddress_list li.number_even p.street { text-align: left; }
br.break { clear:both; }

form#auth_login p label { float:left; width:13em; display:block; text-align:right; padding-right: 1em; }
form#auth_login p.cmd  { margin-left: 14.5em; }

div.osmap_div {
	float:left;
	clear:both;
	padding-right: 1em;
}
iframe.openstreetmap {
	/* width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="1px solid black;" */
	width: 425px; height:350px;
	border:1px solid black;
	margin:0;
	overflow:hidden;
}

p.letters a { padding: 0 4px; }
p.letters a.selected { font-weight: bold; }

#contentinline li { padding: 5px 0; }

td, th { vertical-align:top; }
td.price, td.creationdate, td.moddate {text-align: right; }

table.listprice { border-spacing:0; }
table.listprice td { padding-bottom: 1em; }
table.listprice tr.row0 td { background-color: #fff; }
table.listprice tr.row1 td { background-color: #eee; }

#list_orgproduct { clear: both; }


