html * {
	margin: 0pt;
}

form {
	padding: 3px;
}

body {
	background: #fff none repeat scroll 0%;
	color: #2B2B35;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.clearer {
	clear: both;
	visibility: hidden;
}

a:link,a:visited,a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
}

.hidden {
	display: none;
}

#spinnerContainer {
	height: 600px;
	left: 10px;
	position: absolute;
	top: 107px;
	width: 79%;
}

.spinner {
	left: 480px;
	position: absolute;
	top: 180px;
}

.filter,.sort {
	list-style: none;
	padding-left: 10px;
}

#beta {
	left: 112px;
	position: absolute;
	top: -12px;
}

.shadow {
	background-color: #FFFFFF;
	height: 100%;
	opacity: 0.7;
	width: 100%;
}

#imagespinnerContainer {
	height: 72%;
	left: 12%;
	position: absolute;
	top: 195px;
	width: 67%;
}

.imagespinner {
	left: 429px;
	position: absolute;
	top: 119px;
}

#msgspinnerContainer {
	height: 72%;
	left: 10px;
	position: absolute;
	top: 36px;
	width: 97%;
}

.msgspinner {
	left: 200px;
	position: absolute;
	top: 200px;
}

.semifooter {
	clear: both;
}

#xhr_response_data {
	clear: both;
	display: none;
	height: 1px
}

.previous {
	background: transparent url(../images/standard/previous.png) no-repeat 0
		;
	padding-left: 32px;
	padding-bottom: 13px;
	cursor: pointer;
}

.next {
	background: transparent url(../images/standard/next.png) no-repeat 0;
	padding-left: 32px;
	float: right;
	padding-bottom: 13px;
	cursor: pointer;
}

.navigation {
	padding-top: 3px;
}

.objectnav {
	position: relative;
	height: 23px;
}

h1 {
	color: #87B3D8;
	margin: 5px;
	font-size: 2.4em;
}

h2 {
	background: transparent url(../images/standard/h2bg.png) no-repeat
		scroll 0 100%;
	color: #006DBA;
	margin: 5px;
	font-size: 1.2em;
}

h3 {
	background: transparent url(../images/standard/h3bg.png) repeat-x 0;
	color: #A5D529;
	padding: 3px;
	font-size: 1em;
	position: relative;
}

p {
	padding: 2px;
	margin-bottom: 5px;
}

.floatstopper {
	clear: both;
	visibility: hidden;
}

.closetab {
	background: transparent url(../images/standard/close.png) no-repeat 0;
	padding-left: 15px;
	margin-left: 10px;
	cursor: pointer;
}

#tagcloud {
	margin: 5px;
}

#tagcloud span {
	cursor: pointer;
}

.imgbutton {
	cursor: pointer;
}

.tagcloudCont {
	float: left;
	width: 50%;
}

.lastchangesCont {
	float: left;
	width: 50%;
}

#lastchanges li {
	text-decoration: none;
	padding-left: 8px;
}

#lastchanges ul {
	padding: 0;
}

#lastchanges {
	overflow-y: auto;
	height: 200px;
}

/*Map*/
.mappoimngt {
	height: 400px;
}

.legend {
	font-size: 3em;
}

.tooltip {
	background-color: #fff;
	padding: 5px;
	border: 2px solid #000;
	font-size: 1.4em;
}

/*Footer*/
.thanks {
	margin: 5px;
}

.thanks ul {
	text-decoration: none;
}

.footer {
	clear: both;
	padding: 3px;
	text-align: center;
	border-top: 1px solid #295229;
}

/*Hidden content*/ /*Dialog*/
#dialog {
	display: none;
}

.dialog {
	background-color: #fff;
}

.ui-dialog-titlebar {
	background-color: #87B3D8;
	color: #013162;
	cursor: move;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #000000;
	border-bottom: 0px;
}

.ui-dialog-titlebar-close {
	font-size: 20px;
	position: absolute;
	right: 7px;
}

.ui-dialog-overlay {
	opacity: 0.5;
}

.ui-dialog-title {
	font-size: 20px;
}

.ui-dialog-content {
	background-color: #87B3D8;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
	border-top: 0px;
}

.ui-icon-closethick {
	background: transparent url(../images/standard/close.png) no-repeat
		scroll 0;
	padding-left: 10px;
}

.ui-dialog-buttonpane {
	background-color: #000;
	padding: 5px 5px 5px 11px;
}

/*Tabs*/
.ui-tabs-hide {
	display: none;
}

.ui-tabs-panel {
	background-color: #FFFFFF;
	border: 3px solid #A5D529;
}

.ui-tabs-nav {
	padding-left: 0px;
}

.ui-tabs-nav li.ui-tabs-selected {
	background-color: #C8E596;
	color: #FFFFFF;
}

.ui-tabs-nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.ui-tabs-nav li {
	display: inline;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	background-color: #FFFFFF;
	border: 3px solid #A5D529;
	color: #C8E596;
	font-size: 1.5em;
	padding: 4px 17px 0;
}

/*Form*/
input,select,textarea {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 2px 0pt;
}

fieldset {
	padding: 5px;
}

legend {
	font-weight: bold;
}

button {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-color: #A5D529;
	border: 1px solid #AC217F;
	color: #fff;
	margin: 0 5px;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
	font-size: 1.3em;
}

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

.button input {
	background-color: #A5D529;
	color: #FCFCFC;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border: 1px solid #AC217F;
	font-size: 1.3em;
	font-weight: bold;
}

div.input {
	height: 3em;
	position: relative;
	/*	width: 350px;*/
}

div.textarea { /*width: 350px;*/
	text-align: center;
}

div.input label {
	
}

div.input input {
	position: absolute;
	right: 0px;
}

div.input select {
	width: 111px;
}

div.input span {
	position: absolute;
	right: 0px;
}

span.extra img {
	border: 0px none;
	position: absolute;
	width: 23px;
}

.mandatory {
	background-color: #FEF358;
}

.leftformpan {
	float: left;
	padding: 5px;
	width: 40%;
}

.rightformpan {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 52%;
	margin-left: 30px;
}

/*Icons*/
.trash {
	width: 20px;
}

.edit {
	width: 20px;
}

/*Top header*/
.container_logo {
	float: left;
	height: 80px;
}

.logotitle {
	clear: both;
	color:#A5D529;
	font-size:1.1em;
	font-weight: bold;
	margin: 5px;
}

/*top menu*/
#menucontainer {
	float: right;
	text-align: right;
	width: 88%;
}

#loginform,#adminlink {
	float: right;
	margin-right: 15px;
}

.mainMenu li a.language {
	font-size: 1em;
}

.mainMenu li a:hover {
	color: #87B3D8;
}

#nav {
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 0pt;
	-moz-border-radius-topleft: 0pt;
	-moz-border-radius-topright: 0pt;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 0px;
	background: black url(../images/standard/layout/bg_menu.png) repeat-x
		scroll 0%;
	overflow: hidden;
	border: 2px solid #000;
	height: 33px;
}

.subnav label {
	font-weight: bold;
	font-size: 1.3em;
}

#menucontainer ul {
	padding-right: 5px;
}

#menucontainer ul li {
	float: right;
	display: inline;
}

.subnav {
	background: transparent url(../images/standard/bg_ssmenu_right.png)
		no-repeat scroll 5px 50%;
	height: 25px;
}

#nav ul.mainMenu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

.mainMenu li a {
	color: #FFFFFF;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	padding: 0.4em 0.6em;
	text-decoration: none;
}

.mainMenu li a:hover {
	background: transparent url(../images/standard/layout/bg_menu_hover.png)
		repeat-x scroll 0%;
}

/*Body center*/
#bodycenter {
	background-color: #FFFFFF;
	margin-left: 5px;
	padding-right: 2px;
	width: 79%;
	border-right: 3px solid #006DBA;
}

* html bodycenter {
	width: 100%;
}

#bodycontent {
	padding: 5px;
	height: 400px;
	overflow: hidden;
	overflow-y: auto;
}

.container {
	padding: 3px;
}

/*Body right*/
.moreoption ul {
	
}

.moreoption li {
	
}

#bodyright {
	float: right;
	margin-left: 5px;
	width: 20%;
}

#tagcloud {
	cursor: pointer;
}

.mailing {
	padding: 5px;
}

/*Actions*/
.menuButton {
	background: transparent url(../images/standard/h3bgcontainer.png)
		no-repeat scroll 100% 100%;
	border-bottom: 1px solid #006DBA;
	padding-bottom: 5px;
}

.menuButton a {
	color: #333333;
	padding: 4px 6px;
}

.menuButton a.list {
	background: transparent url(../images/standard/list.png) no-repeat
		scroll left center;
	color: #333333;
	padding-left: 25px;
}

.menuButton a.create {
	background: transparent url(../images/standard/create.png) no-repeat
		scroll left center;
	color: #333333;
	padding-left: 24px;
}

.home {
	background: transparent url(../images/standard/home.png) no-repeat
		scroll left center;
	color: #333333;
	padding-left: 25px;
	font-size: 1.5em;
}

.nav {
	background: #FFFFFF url(../images/skin/shadow.jpg) repeat-x scroll
		center bottom;
	border-color: #CCCCCC;
	border-style: solid none;
	border-width: 1px;
	height: 21px;
	padding: 0 5px;
}

/*Message error warning*/
#errormessage {
	height: 2.5em;
	margin: 10px 0 5px;
	overflow: hidden;
	padding: 5px 5px 5px 30px;
	position: absolute;
	left: 25%;
	top: 54px;
	width: 700px;
}

#errormessage li {
	list-style: none;
}

#errormessage ul {
	padding: 0px;
}

#errormessage.info {
	background: #F3F8FC url(../images/skin/information.png) no-repeat scroll
		8px 50%;
	border: 1px solid #B2D1FF;
	color: #006DBA;
}

#errormessage.warning {
	background: #fffbc2 url(../images/skin/warning.png) no-repeat scroll 8px
		50%;
	border: 1px solid #da8c03;
	color: #da8c03;
}

#errormessage.errors {
	background: #FFF3F3 url(../images/skin/exclamation.png) no-repeat scroll
		8px 50%;
	border: 1px solid #CC0000;
	color: #CC0000;
}

#return_code,#createdmessageid {
	display: none;
}

/*Search relativ css*/
.exemple {
	color: #9E9E9E;
	margin: 0;
}

.search {
	font-size: 1.5em;
}

.searchContainer {
	padding-left: 33px;
	padding-right: 1px;
	margin-bottom: 5px;
}

.searchipt {
	font-size: 1.5em;
	width: 65%;
	padding-left: 4px;
}

input.search {
	font-size: 13px;
}

/*Image relative css*/
#addimage form,#editForm {
	width: 100%;
}

.imgcopyright {
	margin: 8px 3px;
	text-align: center;
}

.setimagecontainer {
	-moz-border-radius-bottomright: 12pt;
	-moz-border-radius-topright: 12pt;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border: 4px solid #006DBA;
	background-color: #FFFFFF;
	float: right;
	width: 85%;
	height: 350px;
	overflow-y: auto;
}

.selected {
	background-color: #006DBA;
	color: #F5F5F5;
}

.imagesetlist {
	width: 95%;
	cursor: pointer;
}

.imagesettitle {
	border: 2px solid #006DBA;
	-moz-border-radius-bottomleft: 12pt;
	-moz-border-radius-topleft: 12pt;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	padding-left: 10px;
}

.imgContainer {
	float: left;
	width: 85px;
}

.upldprogs {
	background-color: #F5F5F5;
	height: 14em;
	overflow-y: auto;
}

.extrainfo {
	padding: 0px;
	background-color: #fff;
	position: absolute;
	left: 200px;
	top: 200px;
}

.extrainfodata {
	padding: 5px;
}

img.thumb {
	height: 50px;
	width: 50px;
}

img.image {
	width: 100%;
}

.list .imgContainer {
	float: left;
	margin: 5px;
	text-align: center;
	width: 90px;
}

.uploadway li {
	padding-top: 5px;
}

/*Set relative CSS*/
.albumcontent {
	border-color: #A5D529 #A5D529 #A5D529 -moz-use-text-color;
	border-style: solid solid solid none;
	border-width: 3px 3px 3px 0;
	margin-left: -5px;
	position: relative;
	width: 75%;
}

.close {
	display: none;
}

.open {
	display: block;
}

.imageCount {
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-top: 3px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 23px;
	width: 20px;
}

.albumcontainer,.imagecontainer {
	float: left;
	font-weight: bold;
	margin: 5px;
	position: relative;
	text-align: center;
	width: 100px;
}

.albumcontainer p {
	white-space: nowrap;
	overflow: hidden;
}

.imageCount.private {
	background: transparent url(../images/standard/redbubble.png) no-repeat
		scroll 50%;
}

.imageCount.public {
	background: transparent url(../images/standard/greenbubble.png)
		no-repeat scroll 50%;
}

.imageCount.shared {
	background: transparent url(../images/standard/bluebubble.png) no-repeat
		scroll 50%;
}

#sharedurl {
	height: 2em;
	margin: 4px 0px;
	overflow-x: hidden;
	white-space: nowrap;
	width: 100%;
}

.uploadway {
	list-style-image: none;
	list-style-type: none;
}

.uploadway .input {
	margin-top: 5px;
}

/*Parameter relative css*/
.list { /*	height: 400px;
	overflow: auto;*/
	
}

/*Blog relative css*/
div.messagetitle {
	margin-bottom: 5px;
}

div.messagetitle input {
	width: 80%;
	margin-left: 8%;
	position: static;
	font-size: 2em;
}

#createForm {
	width: 100%;
}

.hdisplay {
	float: left;
}

.msgitem {
	font-weight: bold;
	margin: 5px;
	text-align: center;
	width: 100px;
}

.blogbody {
	height: 400px;
	text-align: center;
}

.bloglogin {
	margin-top: 15px;
}

.bloglogin div.input input {
	position: relative;
}

.searchprop {
	float: left;
	height: 200px;
	width: 50%;
	padding-top: 5%;
	border-right: 1px solid black;
	background: transparent url(../images/standard/up.png) no-repeat 50% 5%;
}

.imageslist img {
	cursor: pointer;
}

.msgimage {
	margin: 10px 0px;
	width: 420px;
}

.smile {
	background: transparent url(../images/standard/smile.gif) no-repeat;
	margin-left: 3px;
	padding-left: 13px;
}

.wink {
	background: transparent url(../images/standard/wink.gif) no-repeat;
	margin-left: 3px;
	padding-left: 13px;
}

.maj {
	padding: 5px;
}

#commentForm {
	padding: 5px;
}

#commentForm input {
	width: 160px;
	position: relative;
}

.author {
	font-weight: bold;
	text-decoration: underline;
	padding: 0 5px;
}

.commentinfo {
	font-size: 0.8em;
}

.commentcount {
	color: #2B2B35;
	font-size: 10px;
}

.msgtocomment {
	margin: 12px 0;
}

.maj span {
	font-weight: bold;
}

div.content {
	background-color: #FFFFFF;
	overflow: auto;
	padding: 5px;
	margin-bottom: 0;
}

div.content p {
	font-size: 1.2em;
	text-indent: 50px;
	line-height: 22px;
	font-family: Georgia;
}

.geoblogmsg {
	height: 35px;
	line-height: 9px;
	margin-left: 5px;
	padding-left: 45px;
	padding-top: 5px;
	width: 100px;
}

.geoblogmsg p {
	overflow: hidden;
	white-space: nowrap;
}

.topublish {
	background: transparent url(../images/standard/folderblue.png) no-repeat
		scroll 0 50%;
}

.tocheck {
	background: transparent url(../images/standard/folderred.png) no-repeat
		scroll 0 50%;
}

/*PROFILE relative css*/
.sessionexpired {
	border: 3px solid #FBC123;
	background: transparent url(../images/standard/warningstripes.png)
		repeat scroll 0 0;
	font-size: 2em;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

.confirmation {
	color: #fbc123;
}

.thanks span {
	font-weight: bold;
}

.loginform {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-color: #FFFFFF;
	border-color: -moz-use-text-color black black;
	border-style: none solid solid;
	border-width: 0 3px 3px;
	width: 525px;
}

.invitations {
	color: red;
	font-weight: bold;
}

.profileform {
	width: 350px;
}

.tabcontent {
	height: 400px;
	overflow-x: auto;
	padding: 5px;
}

.dateofbirth {
	height: 3em;
	position: relative;
	width: 390px;
}

.dateofbirth div {
	position: absolute;
	right: 0px;
}

#dateofbirth_day {
	width: 4em;
}

#dateofbirth_month {
	width: 7em;
}

#dateofbirth_year {
	width: 5em;
}

/*POI relative CSS*/
.poicontentmenu {
	position: absolute;
	right: 2px;
	bottom: 0;
	font-size: 0.7em;
}

#sortby {
	padding-left: 18px;
}

.desc {
	background: transparent url(../images/standard/bottom.png) no-repeat
		scroll 0;
}

.asc {
	background: transparent url(../images/standard/top.png) no-repeat scroll
		0;
}

#flashcontent {
	background: #000000 none repeat scroll 0 0;
	position: relative;
	text-align: center;
}

.picdetails ul {
	list-style: none;
	padding: 2px;
}

div.preview {
	width: 39%;
}

.slideoption {
	float: right;
	width: 29%;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

#starsoverlay {
	display: none;
	height: 30px;
	left: 0;
	padding-top: 9px;
	position: absolute;
	top: 30px;
	width: 180px;
	text-align: center;
}

.images {
	height: 470px;
	position: relative;
}

.blog {
	height: 380px;
}

.nostar,.halfstar,.star {
	padding-left: 30px;
	padding-bottom: 22px;
	cursor: pointer;
}

.nostar {
	background: transparent url(../images/standard/nostar.png) no-repeat
		scroll 0;
}

.halfstar {
	background: transparent url(../images/standard/halfstar.png) no-repeat
		scroll 0;
}

.star {
	background: transparent url(../images/standard/star.png) no-repeat
		scroll 0;
}

.targetpoi {
	padding-left: 20px;
	padding-top: 8px;
	cursor: pointer;
	background: transparent url(../images/standard/target.png) no-repeat
		scroll 0;
}

.msglist,.setlist {
	list-style-type: none;
	padding: 0;
}

.msglist {
	height: 200px;
	overflow-y: auto;
	width: 270px;
}

.setlist {
	width: 300px;
	overflow-x: auto;
}

.msglist img {
	border: 0px none;
	margin-right: 5px;
	width: 25px;
	height: 25px;
}

.setlist li {
	display: inline;
}

.setlist img {
	border: 0px none;
}

/*TOBE CHECKED*/ /* -- Form Styles ------------------------------- */
.progressWrapper {
	overflow: hidden;
}

.progressContainer {
	margin: 1px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

/* Message 
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
*/ /* Error */
.red {
	border: solid 1px #13518C;
	background-color: #CC0000;
}

/* Current */
.green {
	border: solid 1px #13518C;
	background-color: #C8E596;
}

/* Complete */
.blue {
	border: solid 1px #13518C;
	background-color: #87B3D8;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	height: 2em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.progressBarInProgress,.progressBarComplete,.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 5px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	text-align: right;
	font-size: 7pt;
	font-family: Arial;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background: transparent url(../images/standard/close.png) no-repeat
		scroll 0px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: middle;
	cursor: pointer;
}
