html * {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */
.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

body {
	background: #f3f8fc url(../images/tlo_morskie_dark.png) repeat-x;
	align: center;
	color: #333;
	font: 11px verdana, arial, helvetica, sans-serif;
}

.currentStep, .step, .nextLink, .prevLink {
	font-size: 13px;
	font-weight: bold;
	margin: 10px;
}
	
	

.header {
	align: center;
	width: 960px;
	text-align: center;
	/* border-bottom: 2px solid green; */
}

.topbar {
	color: white;
	height: 14px;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

a.logout:hover,a.logout:link,a.logout:visited {
	font-weight: normal;
	text-decoration: underline;
	color: white;
}

.highlight a:hover,.highlight a:link,.highlight a:visited {
	text-decoration: underline;
}

a.register:hover,a.register:link,a.register:visited {
	color: #7fcf80;
	text-decoration: underline;
}

div.tabb {
	float: left;
	width: 300px;
}

div.login_left {
	background-image: url(../images/login_left.png);
	background-repeat: none;
	width: 23px;
	height: 140px;
}

div.login_middle {
	background-image: url(../images/login_middle.png);
	background-repeat: repeat-x scroll 0 0;
	height: 140px;
}

div.login_right {
	background-image: url(../images/login_right.png);
	background-repeat: none;
	width: 23px;
	height: 140px;
}

div.footer {
	align: center;
	bottom: 0;
	background: none;
	text-align: center;
	border-top: 2px solid #9bb;
	/*border-top: 2px solid #237760;
	border-right: 2px solid #237760;
	border-left: 2px solid #237760; */
	padding-top: 30px;
	height: 40px;
	width: 960px;
	color: white;
	margin: 0px;
}

div.footerouter {
	align: center;
	position: relative;
	margin-top: 30px;
}

.footer td {
	
}

.footer a:link,.footer a:visited,.footer a:hover {
	font-family: verdana, arial, sans-serif;
	color: gray;
	font-weight: bold;
	font-size: 15px;
	margin: 30px;
}

a:link,a:visited,a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.terms {
	font-size: 15px;
	text-align: center;
	margin: 50px;
}

.about {
	font-size: 15px;
	text-align: center;
	margin: 50px;
}

h1 {
	color: #006dba;
	font-weight: bold;
	font-size: 17px;
	margin: 30px;
	margin-left: 8px;
}

ul {
	padding-left: 15px;
}

input,select,textarea {
	background-color: white;
	border: 1px solid #ccc;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 2px 0;
	padding: 2px 4px;
}

.register input, label {
	font-size: 15px;
	background: none;
}

.profile input , textarea{
	font-size: 15px;
	background: none;
}

.profilename input {
	font-size: 16px;
	font-color: #006DBA;
	background: none;
	text-color: #006DBA;
	color: #006DBA;
}

select {
	padding: 2px 2px 2px 0;
}

textarea {
	width: 250px;
	height: 180px;
	vertical-align: top;
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #b2d1ff;
}

.body {
	
}

/* NAVIGATION MENU */
.nav,.nav a {
	background: none;
	margin-top: 5px;
	padding: 7px 12px;
	font-size: 14px;
	color: #51656e;
}

.menuButton {
	font-size: 15px;
	padding: 0 5px;
}

.menuButton a {
	color: #41556e;
	padding: 4px 6px;
}

.menuButton a.home {
	background: none;
	color: #333;
	padding-left: 25px;
}

.menuButton a.list {
	background: none;
	color: #333;
	padding-left: 25px;
}

.menuButton a.create {
	background: none;
	color: #333;
	padding-left: 25px;
}

/* MESSAGES AND ERRORS */
.message {
	font-size: 13px;
	font-weight: bold;
	background: #f3f8fc url(../images/skin/information.png) 8px 50%
		no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	font-size: 13px;
	font-weight: bold;
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}

div.errors ul {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}

td.errors input {
	border: 1px solid red;
}

/* TABLES */
table {
	border: none;
}

tr {
	border: 0;
}

td,th {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

table.listprofiles {
	width: 300px;
}

td.slogan { /*
	background-image:url(../images/backgroung_slogan2.png);
	background-repeat:repeat-x;
	*/
	height: 85px;
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
	padding: 5px 6px;
	font-size: 18px;
	/* font-weight: bold; */
	width: 300px;
	text-align: left;
	vertical-align: bottom;
	color: white;
}

th {
	background: #fff url(../images/skin/shadow.jpg);
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
	color: #333;
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
}

th.asc a,th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #fff;
}

/* PAGINATION */
.paginateButtons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-top: 0;
	color: #666;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 3px;
}

.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}

.paginateButtons span {
	padding: 2px 3px;
}

/* DIALOG */
.dialog table {
	align: center;
	padding: 0;
}

table.profile {
	align: center;
	padding: 0;
}

div.gallery {
	clear: both;
	padding-bottom: 1px;
	padding-top: 15px;
	width: 380px;
	height: 240px;
}

div.headerContent {
	margin-bottom: 15px;
	align: center;
}

div.pageContent {
	align: center;
	position: relative;
}

#pContent {
	align: center;
}

div.profileComments {
	display: inline;
	float: right;
	width: 400px;
}
div.comment{
	background-color: #b3d9d9;
	font-size: 14px;
	padding:4px;
	align: left;
}
div.comment_content{
	background-color: white;
	padding:4px;
	font-size: 14px;
	line-height: 120%;
	align: left;
}
div.comments{
	padding-bottom: 10px;
	width: 400px;
}

div.walkcomments {
	padding-bottom: 10px;
	width: 800px;
}

.walkField {
	width: 350px;
	font-size: 15px;
	line-height: 120%;
	margin: 5px;
	color: #555;
	text-align: justify;
}

.walkFieldName {
	color: #006DBA;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

.walkProfile {
	width: 60px;
	padding-right: 30px;
	text-align:center;
	font-size: 14px;
}

div.mailbox {
	
}

div.clearAll {
	clear: both;
}

#leftpanel {
	float: left;
	width: 400px;
}

#rightpanel {
	float: right;
	width: 400px;
}

div.leftBlock {
	width: 500px;
}

div.rightBlock {

	display: inline;
	float: right;
	width: 400px;
	possition: fixed;
}

.blockContent {
	padding: 15px 20px;
}

.infoRow {
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
}

.infoLabel {
	float: left;
}

.profileFieldName {
	margin-left: 90px;
	color: #006DBA;
	font-size: 20px;
	font-weight: bold;
}

.profileField {
	margin-left: 90px;
	font-size: 14px;
}

.prop {
	padding: 5px;
}

.prop .name {
	text-align: left;
	width: 160px;
	white-space: nowrap;
}

.prop .value {
	text-align: left;
}

.errorMessage {
	color: #A00000 !important;
}
#categorylist {
	padding-top: 25px;
	align: center;
	background-color: #f5fafe;
	border-collapse: collapse;
	width: 960px;
}

div.categoryOuter {
	align: center;
	margin-top: 60px;
}

.categorylist tr:hover {
	background: #b2d1ff;
}

.categorylist th,.categorylist td {
	border: 1px solid #ddd;
	font-size: 12px;
	height: 30px;
}

.categoryheader a {
	font-weight: bold;
}

h2 {
	color: #006dba;
	font-weight: bold;
	font-size: 16px;
	margin: .8em 0 .3em 0;
}

.header2 {
	color: #747f87;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: white;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0.3em 0 1em 0;
	word-spacing: 0.5em;
	letter-spacing: 0.1em;
	text-align: center;
}

h3 {
	color: #006dba;
	font-weight: bold;
	font-size: 13px;
	margin: .8em 0 .3em 0;
	margin-left: 10px;
}

td.categoryheader {
	border: 0px;
	text-align: left;
	colspan: 4;
	background: #F3F8FC;
}

.categorylabel tr   , .categorylabel td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: white;
	color: gray;
	font-size: 14px;
}

td.categoryheader :hover {
	background: transparent;
}

table.posts {
	width: 960px;
	
}

.posts tr {
	margin: 30px;
}

.profileColumn {
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	width: 150px;
	vertical-align: middle;
	margin: 30px;
	background: #f5fafe;
}

.postColumn {
	border: 1px solid #ddd;
	background: #f5fafe;
	vertical-align: top;
}

.postDate {
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	margin: 0px;
	font-weight: bold;
	color: #555;
}

#post {
	align: left;
	border: 1px solid #ddd;
	font-size: 11px;
	background: #87C9B7;
	margin-top: 10px;
}

.postcontent {
	align: left;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.textareaPostContent {
	border:0;
	width:700;
}

div.postlist {
	margin-top: 20px;
	align: left;
	width: 960px;
}

/* LIST */
.list table {
	border-collapse: collapse;
	width: 980px;
}

.list div {
	align: center;
}

.list th,.list td {
	border-left: 1px solid #ddd;
}

.list th:hover,.list tr:hover {
	background: #b2d1ff;
}

/* ACTION BUTTONS */
.profileButtons {
	color: #41556e;
	font-size: 16px;
	overflow: hidden;
	border: none;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 15px;
	padding-top: 15px;
}

.profileButtons a:hover {
	text-decoration: underline;
}

a.profileButton {
	color: #41556e;
	margin-right: 15px;
}

span.profileButton {
	
}


.profileWalks {
	margin-top: 10px;
	width: 400px;
}

.buttons {
	margin-top: 20px;
	height: 60px;
	width: 960px;
	font-size: 20px;
	margin-right: 0;
	overflow: hidden;
	padding: 8px;
	margin: 0;
	border: none;
	padding-left: 70px;
	vertical-align: middle;
}

.buttons a {
	margin-top: 16px;
	margin-left: 15px;
	margin-bottom: 10px;
	color: #41556e;
	padding: 4px;
	font: 20px;
	font-weight: bold;
}

.buttons a:hover {
	text-decoration: underline;
}

.buttons input {
	background: none;
	border: 0;
	color: #41556e;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.buttons input.delete {
	background: transparent url(../images/skin/database_delete.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.edit {
	background: transparent url(../images/skin/database_edit.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.save {
	background: transparent url(../images/skin/database_save.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

img {
	border: none;
	margin: 0px;
}

.profileId {
	text-align: center;
	width: 120px;
}

img.avatar {
	width: 100px;
	height: 100px;
	margin-left: 0px;
	margin-right: 0px;
}

img.avatar_big {
	width: 250px;
	height: 250px;
	margin-left: 0px;
	margin-right: 0px;
}

img.avatar_small {
	width: 4em;
	height: 4em;
}

img.avatar_tiny {
	width: 2em;
	height: 2em;
}

.recentPictures {
	text-align: center;
}

.recentPictureCell {
	text-align: center;
	border: 1px solid #eee;
	background: white;
	width: 130px;
	padding: 5px;
	margin: 0 5px 0 6px;
	float: left;
}

img.recentPicture {
	border: 1px solid #ddd;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0px;
	margin-top: 4px;
}

.recentPictureCaption {
	margin: 3px;
}

.recentProfiles {
	text-align: center;
}
.walkProfiles {
	text-align: center;
	width: 805px;
}

.recentProfile {
	width: 115px;
	text-align: center;
	font-size: 10px;
	float: left;
}

.recentProfileImage {
	text-align: center;
	width: 100px;
	height: 100px;
}

.recentTopics {
	text-align: center;
}

.recentTopicsLeft {
	float: left;
	width: 50%;
}

.recentTopicsRight {
	float: left;
	width: 50%;
}

.recentTopic {
	margin-bottom: 12px;
	font-size: 12px;
}

.recentTopicDate {
	margin-top: 1px;
	font-size: 9px;
	font-weight: normal;
}

.recentWalks {
	text-align: center;
}

.recentWalkDate {
	text-align: left;
	width: 130px;
	float: left;
	margin-right: 5px;
}

.recentWalkName {
		text-align: left;
	float: left;
}

.recentWalk {
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.users {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.users {
	margin-top: 45px;
	width: 390px;
	border: 0px;
	padding: 0px;
	text-color: #41556e;
}

.profilepaginate .step .currentStep a:prevLink a:nextLink a:link a:visited a:hover{
	align: center;
	font-size: 10px;
	font-weight: bold;
}


td.userpic {
	width: 104px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

td.userbuttons {
	horizontal-align: left;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
	padding: 2px;
}

table.profiletab {
	margin-right: 12px;
	padding: 0px;
}
table.profiletabbottom {
	margin-right: 12px;
	margin-bottom: 10px;
}


.map {
	width: 400px;
}

.mapbuttons {
	width: 450px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #006DBA;
	text-align: center;
	padding-bottom: 2px;
}

#mapactions {
	text-color: #41556e;
	font-size: 13px;
	color: #41556e;
	padding-bottom: 10px;
}

#mapactions a:hover {
	text-decoration: underline;
}

.mapbuttons a:link,.mapbuttons a:visited {
	font-size: 13px;
}

div.profile {
	align: center;
	width: 980px;
}

span.cloudicon {
	padding: 5px;
}

td.logotext {
	height: 180px;
	font: 56px Comic Sans, Comic Sans MS;
	font-weight: bold;
	color: #e01000;
	align: left;
	vertical-align: bottom;
}

table.contact {
	width: 900px;

}

.contact td {
	text-align: justify;
	vertical-align: middle;
	font-family: verdana, sans-serif;
	font-size: 15px;
	width: 450px;
	padding: 30px;
	padding: 30px;
	margin: 30px;
	line-height: 20px;
}

.standardListElement {
	width: 450px;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	margin: 20px;
	padding: 5px;
	border-bottom: 1px solid #eee;
}

.rootTopics {
	width: 800px;
}

.mails th {
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	text-align: center;
	font-size: 13px;
	color: #444;
}

td.mailTitle {
	text-align: left;
}

.mails td {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid gray;
	padding: 15px;
	color: #555;
	vertical-align: middle;
}

.mails {
	padding: 20px;
	border-spacing: 0px;
}

.newMail {
	color: red;
	font-size: 7px;
	vertical-align: top;
}

.mail {
	margin: 14px;
	width: 900px;
}

.mailTitle {
	color: #555;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	border-bottom: 1px solid #888;
	background: none;
}

.mailBody {
	padding: 20px;
	font-size: 15px;
	line-height: 22px;
	margin: 5px;
	color: #555;
	text-align: justify;
	background: none;
	white-space: pre;
}

.mailLabel {
	font-size: 15px;
	color: #888;
	font-weight: bold;
	vertical-align: middle;
}

.mailButton,a.mailButton {
	font-size: 17px;
	color: #41556e;
	font-weight: bold;
	border: none;
	background: none;
}

.mailButton:hover {
	text-decoration: underline;
}

.profButton,a.profButton {
	font-size: 17px;
	color: #41556e;
	font-weight: bold;
	border: none;
	background: none;
}

input.mailTitle {
	width: 680px;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
}

textarea.mailBody {
	width: 680px;
	margin: 5px;
	padding: 5px;
}

.bug {
	width: 520px;
	font-family: verdana, arial, sans-serif;
	color: gray;
	font-weight: bold;
	font-size: 15px;
	margin: 30px;
}

.bugs {
	margin-top: 20px;
	text-align: center;
}
.bugs a:hover {
	text-decoration: underline;
}
.bugs a{
	font-weight: bold;
	color: red;
	font-size: 10px;
}
.bugs a:visited{
	color: red;
}

.slogan td{
	font-size: 11px;
	height: 110px;
	text-align: justify;
	line-height: 13px;
}

.sloganbold {
	font-weight: bold;
	color: #006DBA;
	font-size: 14px;
	margin-bottom: 2px;
}

.proflistname {
	width: 120px;
	padding: 0px;
	colspan: 2;
	text-align: center;
}

.tmpcolumn {
	width: 30px;
}