body{
	background-color: #E6E6E4;
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	text-align:center; /*IE5 bug walkaround */
}
/*IE5 bug walkaround */
div.main{
	display:table;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
}

a {
	color: #1184BD;
	text-decoration:none;
}

a img{
	border: none;
}

div.baner{
	width:790px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

div.error{
	background-image: url('/img/error.jpg');
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:30px;
	margin-left: auto;
	margin-right: auto;
	color: #ff0000;
	font-weight:bold;
	height: 30px;
	overflow:visible;
	clear:both;
	display:table;
}

div.info{
	background-image: url('/img/ok.jpg');
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:30px;
	margin: 10px auto 10px auto;
	color: #2A8711;
	font-weight:bold;
	height: 30px;
	overflow:visible;
	clear:both;
	display:table;
}

div.pager{
	width:100%;
	text-align:center;
	margin-top:10px;
	font-weight: bold;
}
div.pager a{
	font-weight: normal;
}

input, textarea, select{
	border: 1px #d1cfcf solid;
}

table.form input.textInput, table.form textarea, table.form select{
	width: 350px;
}

table.form textarea{
	height:100px;
}

table.form input.dateInput{
	width:80px;	
}

div.path{
	color:#292524;
	font-weight: bold;
	width:100%;
	clear:both;
	border-bottom: dotted #e07056 1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

table.search{
	width: 800px;
	padding:0px;
	margin:5px auto 0px auto;
}

table.search td{
	vertical-align:middle;
}

table.search input{
	font-size:11px;
}

td.leftSearch{
	height: 6px;
	width: 185px;
	background-image: url("/img/menu_top_bkg.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right: 1px #BBBCBC solid;
}

td.centerSearch{
	width: 488px;

	background-color: #FCFAF0;
	border-right: 1px #BBBCBC solid;
	border-top: 1px #BBBCBC solid;
}

td.rightSearch{
	width: 120px;
	height: 6px;
	padding-right: 5px;
	background-image: url("/img/menu_top_right_bkg.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* clendar */
table.calendar{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

table.calendar td{
	text-align:center;
	background-color: #F7F7F7;
}
table.calendar td.calendarOtherMonth{
	color: #a4a4a8;
}
	
table.calendar td.calendarEvent{
	background-color: #E6E6E4;
}

table.calendar td.calendarToday{
	font-weight:bold;
}

table.calendar td.calendarTodayEvent{
	background-color: #E6E6E4;
	font-weight:bold;
}


table.calendar td.calendarSelectedDay a{
	font-weight:bold;
	color:#ff0000;
}

.footer{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	height:26px;
	color: #1184BD;
	font-size: 10px;
}

table.footer td.leftFooter{
	background-image: url("/img/footer_left.gif");
	width:8px;
}

table.footer td.rightFooter{
	background-image: url("/img/footer_right.gif");
	width:8px;
}

table.footer td{
	vertical-align:top;
	background-image: url("/img/footer.gif");
	text-align:center;
	color:#ffffff;
}

div.design{
	color: #C1C1C1;
	text-align: right;
}
div.design a{
	color: #C1C1C1;
}
div.design a:hover{
	color: #969694;
}

table.main{
	width: 800px;
	height: 400px;
	overflow: visible;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

td.leftMenu{
	width: 185px;
	vertical-align: top;
	background-image: url("/img/menu_bkg.gif");
	background-repeat: repeat-y;
}

td.leftMenu div{
	padding-left:6px;
	text-align:center;
	margin: 7px 0px 7px 0px;
}

td.leftMenu ul{
	list-style: none;
	margin:0px;
	padding-left:7px;
}

td.leftMenu ul a{
	/*color: #244C76;*/
	color: #ffffff;
	display: block;
}

td.leftMenu ul ul{
	display:none;
}

td.leftMenu ul li{
	background-color: #89B6CB;
	background-repeat: no-repeat;
	margin: 1px 0px 1px 0px;
	padding:2px 0px 2px 5px;
	
}

td.leftMenu ul li.selected{
	background-color: #1184BD;
	font-weight: bold;
	color: #ffffff;
}

td.leftMenu ul ul.extended{
	display:block;
	padding-left:20px;
	margin-top:3px;
	background-color: #B6D9EB;
	margin-right: 2px;
}

td.leftMenu ul ul.extended li{
	background-color: #B6D9EB;
	font-weight: normal;
	list-style-image: url("/img/submenu_bullet.gif");
	list-style-position: outside;
}

td.leftMenu ul ul.extended li a {
	color:#1376A8;
	display: inline;
	margin-left:-9px;
}

td.leftMenu ul ul.extended li.selected{
	list-style-image: url("/img/submenu_bullet_selected.gif");
}

td.leftMenu ul ul.extended li.selected{
	font-weight: bold;
}

td.leftMenu ul li ul {
	margin-left: -5px;
	margin-right: 1px;
}
	
td.center{
	vertical-align: top;
	background-color: #FCFAF0;
	padding: 10px 5px 010px 5px;
	border-left: 1px #BBBCBC solid;
	border-right: 1px #BBBCBC solid;
}

td.rightMenu{
	width: 120px;
	padding-right: 5px;
	vertical-align: top;
	background-color: #F0F6F9;
	text-align: center;
	background-image: url("/img/right_menu_bkg.gif");
	background-position: right;
	background-repeat: repeat-y;
}

td.rightMenu img{
	padding: 3px 0px 3px 0px;
}

table.form{
	margin-top: 10px;
}

div.footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align: center;
}

/* newses */
table.news{
	width:100%;
	padding:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;	
}

table.news td{
	vertical-align:top;
}

table.news img{
	vertical-align: top;
	float: left;
	margin: 0px 5px 5px 0px;
}
td.newsTitle{
	font-weight:bold;
	font-size:12px;
}

td.newsDate{
	text-align:right;
	color:#939393;
}

td.newsLead{
	font-weight:bold;
}

div.newsMore, div.newsBack{
	float:right;
	clear:both;
}

/* galleries */
table.gallery{
	width:100%;
	margin-top:10px;
	padding:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;	
}

table.gallery img{
	vertical-align: top;
	float: left;
	margin: 0px 5px 5px 0px;
}
td.galleryTitle{
	font-weight:bold;
	font-size:12px;
	vertical-align: top;
}

div.galleryMore, div.galleryBack{
	float:right;
	clear:both;
}

td.galleryDescription{
	vertical-align: top;
}

div.galleryMediumPhoto{
	width:100%;
	text-align:center;
}

div.galleryMediumPhoto img{
	margin:10px auto 5px auto;
}

#photoName{
	font-weight:bold;
}

div.galleryPhotos{
	margin:10px auto 5px auto;
	text-align:center;
	height:200px;
	overflow:auto;
}

div.galleryPhotos img{
	cursor:pointer;
	margin: 3px;
}

#mediumPhoto, #bigPhoto{
	cursor:pointer;
}

/*commune*/
table.commune{
	width:100%;
}

td.communeCoatOfArms{
	width:50%;
	text-align:right;
}
td.communeName{
	font-weight:bold;
	font-size: 12px;
	width:50%;
}

td.communeName div, div.communeName{
	background-image: url("/img/commune_name_line.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom:3px;
	padding-left:20px;	
}

div.communeName{
	font-weight:bold;
	font-size: 12px;
}

td.communeName div a{
	font-weight: normal;
	font-size: 10px;
}

div.communeDescription{
	overflow:auto;
}

/* investments */
table.investmentList{

}

div.investmentName{
	font-weight:bold;
}

/* events */
table.event{
	width:100%;
	padding:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
}

td.eventName{
	font-weight:bold;
}

td.eventDate{
	text-align:right;
	color:#939393;
}

/* page */
div.pageFiles{
	background-image: url("/img/commune_name_line.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom:3px;
	padding-left:20px;
	margin-top:20px;
	font-weight:bold;
}

div.pageContent{
	width:478px;
	overflow: hidden;
}

/* search*/
div.searchResult{
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}
div.searchTitle a{
	font-weight:bold;
	font-size:12px;
	color: #000000;
}

div.searchURL a{
	font-size:9px;
	margin-bottom:10px;
}

/* tenders */
table.tender{
	width:100%;
	padding:0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
}

td.tenderName, div.tenderName{
	font-weight:bold;
	margin-bottom:10px;
}

td.tenderDate{
	text-align:right;
	color:#939393;
	width:150px;
}

div.tenderPhoto{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}