/*#pagecontainer {width: 100%; height: 100%; overflow: hidden; position: relative;}*/
/*#pagecontainer[id] {display: table; position: static;}*/

#centerpage {
	margin: 0px;
	width: 100%; 
	text-align: center;
	background: #4b7790 url(../images/wrapper_bg.jpg) repeat-x scroll 230px 0
	
}  /* for explorer only*/
/*#centerpage[id] {display: table-cell; vertical-align: top; position: static;}*/

#box {width:674px; padding-top:16px;padding-left:18px;padding-right:22px; margin-left: auto; margin-right: auto; background-image:url(../images/background-maintop.png); background-repeat: no-repeat;position: relative; top: 0%;} /* for explorer only */
#boxmid {width:674px; padding-left:18px;padding-right:22px; margin-left: auto; margin-right: auto; background-image:url(../images/background-main.png); background-repeat: repeat-y;position: relative; top: 0%;} /* for explorer only */
#boxbot {width:674px; padding-left:18px;padding-right:22px;padding-bottom:25px; margin-left: auto; margin-right: auto; background-image:url(../images/background-mainbot.png); background-repeat: no-repeat;position: relative; top: 0%;} /* for explorer only */
/*#box[id] {position: static;}*/

body {
	font-family: Lucida Grande, Garamond, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	background-color:#4b7790;
	margin: auto;
}

#gallery img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
border: 1px solid #ccc;
padding:4px;
background: white none repeat scroll 0 0;
}


#gallery a:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
border: 1px solid navy;
padding:4px;
background: white none repeat scroll 0 0;
}


#nav {list-style:none;margin:0;padding:0;}

#nav li {float:left;width:120px;margin:0;padding:0;text-align:center;}

#nav li a {display:block;padding:5px 10px;color:#FFF;text-decoration:none;border-right:1px solid #FFF;}

#nav li a {background:url(../images/bg3.png) repeat 0 0;}


#nav li a:hover, li a:focus, li a:active {background-position:-150px 0;}



#header {
	margin-left: 0px;
	padding-left: 0px;
	width:674px;
	height:104px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#styleheader {
height:113px;
background-image: url(../images/styleheader.png);
	background-repeat: no-repeat;
}
#info-line {
	height:22px;
	color: #ccc;
}

#welcomemsg {
	padding-left: 20px;
	vertical-align: middle;
}

#location {
	padding-left: 10px;
	float: left;
}

#middle {
	width: 674px;
	background-repeat: repeat-y;
	text-align:center;
}

#languages {
	padding-right:20px;
	float: right;
	vertical-align: middle;
	height: 22px;
}

#menu {
	width: 149px;
	float: left;
}

#content {
width: 674px;
}

#pagebottom {
	background-image: url(../images/page_bottom.gif);
	background-repeat: no-repeat;
	padding: 15px;
	height: 50px;
}

#logo {
	float: left;
	width: 136px;
	height: 104px;
}
	
#buttons {
	height:31px;
	padding-top: 10px;
	padding-left:37px;
	
	}	

#button a {
	height: 25px;
	float:left;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	}
#button a:link {
	}
#button a:visited {
	}	
#button a:active {
}
#button a:hover {
	background-image: url(../images/buttons-bg-on.png);
	background-repeat: repeat-x;
}	
.content-top {
	height: 18px;
	width: 674px;
	background-image: url(../images/background-top.png);
	background-repeat : repeat-y;
}
.content-bottom {
	height: 9px;
	font-size: 7px;
	width: 674px;
	background-image: url(../images/background-top.png);
	background-repeat : repeat-y;
}
.contentbox {
	width: 674px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
.contentboxmain {
	padding-left: 10px;
}
.pagebottom {
	width: 674px;
	height: 30px;
	padding-top: 8px;
	background-image: url(../images/background-bottom.png);
	background-repeat: no-repeat;
	color: #fff;
	
}
.menubox {
	background-image: url(../images/menu-box-bg.gif);
	width: 149px;
	background-repeat: repeat-y;
}
.menuboxbottom {
	background-image: url(../images/menu-box-bottom.gif);
	width: 149px;
	background-repeat: no-repeat;
	height: 11px;
	background-position: bottom;
}
.menuboxtop {
	background-image: url(../images/menu-box-top.gif);
	width: 149px;
	background-repeat: no-repeat;
	height: 11px;
	background-position: top;
}
.menuboxmain {
	text-align: left;
}

.nav_item {
	font-weight: bold;
	color: black;
	height: 18px;
	border-bottom: 0px;
}
.nav_item:active {
	display: block;
	font-weight: bold;
	color: black;
	border-bottom: 0px;
	text-decoration: none;
}
.nav_item:link {
	display: block;
	font-weight: bold;
	color: black;
	border-bottom: 0px;
	text-decoration: none;
}
.nav_item:visited {
	display: block;
	font-weight: bold;
	color: black;
	border-bottom: 0px;
	text-decoration: none;
}
.nav_item:hover {
	display: block;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-bottom: 0px;
	background-image: url(../images/button-on.gif);
	background-repeat: repeat-y;
}

a {
	color: #333;
	text-decoration: none;
	font-size: normal;
	}
	
A:active {
}
A:link {
}
A:visited {
}
A:hover {
	color: #999;
	text-decoration: underline;
	font-size: normal;
	border-bottom: 0px;
}

/* ------------------------------------------------------------------------- */
.tblHeader {
	font-weight: normal;
	background-color: #49546a;
	color: #fff;
}
table.sortable {
	font-size: smaller;
	font-weight: normal;
	width: 590px;
	border: 1px solid #415a80;
}

table.sortable thead {
    background-color:#49546a;
    font-weight: normal;
    cursor: hand;
    cursor: pointer;
}

.row_nav {
	cursor: pointer;
	color: #ccc;
	text-decoration: none
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */
	.inputFld {
		clear:both;
		display:block;
		font: Arial, Helvetica, sans-serif 10px bold;
		width: 650px;
		text-align: left;
	}

	.inputFld label {
		float: left;
		width: 130px;
		display: block
	}
	
	.inputFld input {
	}


.annonce_table {
	width: 590px;
	border: 0px solid #fff;
	padding: 5px;
}
.annonce_table th {
	text-align: left;
	border: 0px solid #fff;
	left: 15px;
	padding-top: 5px;
	background-color: pink;
}
.Acategory {
	width: 590px;
	margin-top: 15px;
	cursor: hand;
	cursor: pointer;
}
.Acategory legend {
	font: 90%;
	font-weight: bold;
	color: #b31b1b;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: capitalize;
	letter-spacing: 2px;
	cursor: hand;
	cursor: pointer;

}
.Acategory fieldset {
	border-top: 0px solid #501801;
	border-left: 0px solid #501801;
	color: #ccc;
	border-right: none;
	border-bottom: none;
	cursor: hand;
	cursor: pointer;
}
.atitle {
	width: 660px;
	font: arial;
	font-size: 100%;
	font-weight: normal;
	color: #333;
}

.ch1 {
	font-size: 140%;
	font-weight: bold;
}
.ch2 {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
.ch3 {
	padding-left: 15px;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
}
.atitle #adatemod {
	text-align: left;
	float: right;
	font-style:italic;
	font-size: 80%;
	padding-right: 65px;
	color: #888;
}
.atitle #adatefrom {
	float: left;
	text-align:right;
	font-size: 80%;
	font-style:italic;
	color: #888;
}
.atitle #hline {
	align: left;
	width: 580px;
	height: 4px;
}
.atitle #avisits {
	padding-top: 30px;
	text-align:right;
	font-size: 70%;
	margin-right: 85px;
	font-style:italic;
	color: #888;
}
.atitle #author {
	padding-top: 30px;
	padding-left: 15px;
	float: left;
	font-size: 80%;
	text-align:left;
	font-style:italic;
}
.style1 {
	font-size: 140%;
	font-weight: bold;
	color: #b31b1b;
}
.style2 {
	padding-top: 10px;
	padding-left: 5px; 
	font-size: 110%; 
	font-weight: bold; 
	font-style: italic; 
	color: #ccc; }

