body {
	margin: 0px;
	background-color: #dddddd;
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
}

#topNav {
	width: calc(100% - 10px);
	height: 50px;
	background-color: #295995;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}

#logoTop {
	margin-left: 20px;
}

#holder {
	width: 100%;
	height: calc(100vh - 60px);
	overflow: auto;
}

#content {
	width: calc(100% - 40px);
	max-width: 1200px;
/*	min-height: calc(100vh - 100px); */
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	margin: 0px;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Verdana;
}


#postBoxHeader {
	background-color: #f6f7f9;
	text-align: right;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: bold;
	background-image: url(../siteimages/border_posts.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#postBox {
	display: table;
	background-color: #ffffff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    border-collapse: separate;
    border-spacing: 10px;
	margin-bottom: 20px;
}

#postPicTd {
	display: table-cell;
	width: 100px;
	height: 100px;
	vertical-align: top;
}

#postPic {
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #dddddd;
}

#postTextTd {
	display: table-cell;
	width: 100%;
	height: 100px;
}

#postTextArea {
	width: calc(100% - 20px);
	height: 80px;
	max-height: 200px;
	background-color: #ffffff;
	padding: 10px;
	border: none;
	resize: vertical;
	display: block;
	border: 1px solid #eeeeee;
}



.arrowedHeader {
	display: inline-block;
	padding: 5px;
	background-image: url(../siteimages/post_arrow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #295995;
}

.tableRow {
	display: table-row;
}




.userPostHolder {
	width: 100%;
	display: table;
	background-color: #ffffff;
	border-radius: 3px;
    border-collapse: separate;
    border-spacing: 10px;
	margin-bottom: 10px;
}

.userPostPicTd {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: top;
}

.userPostPic {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #dddddd;
}

.userPostTextTd {
	display: table-cell;
	width: 100%;
}

.userPostName {
	color: #295995;
	font-weight: bold;
	display: block;
}

.userPostDate {
	display: block;
	margin-bottom: 10px;
	color: #aaaaaa;
	font-size: 10px;
}

.userPostBody {
	display: block;
	color: #000000;
	font-size: 14px;
}

.buttPostEdit {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.emoticon {
	vertical-align: middle;
}






#messageNavigator {
	float: left;
	display: block;
	width: 280px;
	background-color: #ffffff;
	padding: 10px;
}

.messageSenderTable {
	display: table;
    border-collapse: separate;
    border-spacing: 10px;
	background-color: #eeeeee;
	border-radius: 3px;
	width: 100%;
}

.messageSenderThumbTd {
	display: table-cell;
	width: 50px;
}

.messageSenderThumb {
	display: block;
	width: 50px;
	border-radius: 3px;
}

.messageSenderNameTd {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.messageSenderName {
	display: block;
	font-weight: bold;
	color: #000000;
}





#messageColumn {
	float: right;
	width: calc(100% - 360px);
	height: 600px;
	padding: 20px;
	background-color: #ffffff;
	overflow: auto;
}

.messageHolder {
	display: table;
	width: calc(100% - 20px);
	background-color: #eef7ff;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 10px;
}

.messageThumbTd {
	display: table-cell;
	width: 30px;
	vertical-align: top;
}

.messageThumb {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
}

.messageHolderTd {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}






#messageSendHolder {
	float: right;
	width: calc(100% - 320px);
	height: 150px;
	margin-top: 10px;
	overflow: hidden;
	text-align: right;
}

#messageBox {
	height: 90px;
	width: calc(100% - 22px);
	resize: none;
	padding: 10px;
}










#helper {
	display: none;
	width: 100%;
	height: 200px;
	border: 1px solid #ffffff;
}








.button1 {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	border: none;
	background-color: #295995;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.button2 {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	border: none;
	background-color: #295995;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}




#listHeader {
	background-color: #f6f7f9;
	text-align: right;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: bold;
	background-image: url(../siteimages/border_posts.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#listBox {
	display: block;
	background-color: #ffffff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    border-collapse: separate;
    border-spacing: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#contentBox {
	display: block;
	background-color: #ffffff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    border-collapse: separate;
    border-spacing: 10px;
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}




.bigSquareList {
	width: 200px;
	height: 250px;
	display: inline-block;
	margin: 20px;
	background-color: #295995;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	text-align: left;
	vertical-align: top;
}

.squareListImage {
	width: 200px;
	height: 200px;
	object-fit: cover;
}

.squareListSubtext {
	font-size: 10px;
	color: #ffffff;
}


.pageProfilePic {
	float: left;
	margin-right: 20px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	cursor: pointer;
}

#uploadHolder {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	width: 300px;
	background-color: #295995;
	border-radius: 5px;
	box-shadow: 0px 0px 15px hsla(0,0%,0%,1);
	padding: 10px;	
	color: #000000;
	font-weight: bold;
}

#uploadCloser {
	color: #ffffff;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 50px;
	line-height: 40px;
}

#uploadCloserSmall {
	color: #ffffff;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
	line-height: 15px;
}

#profileName {
	color: #295995;
	font-family: Dosis;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	margin-top: 30px;
	display: block;
}

.contentLeft {
	width: calc(50% - 20px);
	float: left;
}

.contentRight {
	width: calc(50% - 20px);
	float: right;
}

.settingsLabel {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #295995;
}

.tBox {
	text-align: center;
	width: 100%;
	max-width: 250px;
	padding: 5px;
	border: 1px solid #dddddd;
}

.tArea {
	width: 100%;
	height: 200px;
	max-width: 800px;
	padding: 5px;
	border: 1px solid #dddddd;
	resize: none;
}

.activityButton {
	cursor: pointer;
	width: 50px;
	opacity: 0.3;
}

#updateNotice {
	width: 300px;
	height: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -170px;
	background-color: #295995;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	display: none;
}

#updateNotice p {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}



.editableTitle {
	color: #295995;
	font-family: Dosis;
	font-size: 26px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#aboutMe {
	width: calc(100% - 40px);
	height: 200px;
	padding: 20px;
	border-radius: 5px;
	background-color: #eeeeee;
	line-height: 24px;
}

.required {
	font-weight: bold;
	color: #ff7e00;
}

.subtext {
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	display: block;
	margin-top: 5px;
	color: #295995;
}



.gpsGalleryThumbHolder {
	display: inline-block;
	margin-left: 1px;
	margin-top: 0px;
	height: 152px;
	overflow: hidden;
}


.galleryThumbImage {
	display: block;
	height: 150px;
}

#deletePhotoBox {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#deletePhotoBoxTop {
	display: block;
	width: calc(100% - 20px);
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	font-weight: bold;
}

#newGalleryBox {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#newGalleryBoxTop {
	display: block;
	width: calc(100% - 20px);
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
}

#galleryTitle {
	resize: none;
	width: calc(100% - 20px);
	height: 35px;
}

.confirmButton {
	margin-left: 30px;
	background-color: #ff7e00;
	color: #ffffff;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
}




.galleryThumbHolder {
	width: 200px;
	height: 150px;
}

.galleryThumbInfo img {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}

#userGalleryBlocker {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
}

#bigUserGalleryImage {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	transition: all 0.5s;
	box-shadow: 0px 0px 20px rgba(255,255,255,0.3);
}

.galleryDeleteButton {
	color: #ffffff;
	cursor: pointer;
	text-shadow: 0 0 5px #000000;
}


.galleryListInfoHolder {
	display: block;
	height: 33px;
}


#noDeleteBox {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 300px;
	height: auto;
	margin-left: -150px;
	margin-top: -180px;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border-radius: 25px;
	border: 5px solid #548BCF;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	overflow: hidden;
	transition: margin 1s, height 1s;
}

#noDeleteBoxTop {
	display: block;
	width: calc(100% - 20px);
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
}











.galleryListTable {
	width: 100%;
	margin-bottom: 20px;
	background-color: #f6f7f9;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.2);
}

.galleryListTable td {
	padding: 10px;
}

.galleryListThumbTd {
	width: 200px;
	height: 100px;
	line-height: 0px;
}

.galleryThumbInfo {
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

.galleryDeleteButton {
	color: #295995;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	text-shadow: none;
}

.galleryListThumb {
	max-width: 200px;
	max-height: 150px;
	display: block;
	border-radius: 3px;
}






.photoListHolder {
	margin-right: 1px;
	margin-bottom: 1px;
	display: inline-block;
	overflow: hidden;
	height: 150px;
}

.photoThumbInfo {
	position: relative;
	top: -27px;
	color: #ffffff;
	display: block;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 12px;
}

.photoThumbInfo img {
	vertical-align: middle;
}

.photoDeleteButton {
	position: relative;
	top: -160px;
	left: calc(50% - 20px);
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 0 5px #000000;
	background-color: rgba(0,0,0,0.5);
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	cursor: pointer;
}


.contactInputs {
	width: 90%;
	max-width: 300px;
	text-align: center;
	padding: 5px;
}

#messageBody {
	width: 90%;
	height: 200px;
	max-width: 600px;
	resize: none;
	padding: 10px;
}

#messageSent {
	display: block;
	border-radius: 3px;
	background-color: #295995;
	padding: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}




#android {
	width: 30px;
	margin-right: 10px;
}

#facebook {
	width: 30px;
	margin-right: 10px;
}

#instagram {
	width: 30px;
}





.boatListTable {
	display: inline-table;
	width: calc(50% - 30px);
	margin: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.2);
	vertical-align: top;
}

.boatListThumbTd {
	display: table-cell;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	padding: 10px;
}

.boatListThumbImage {
	max-width: 100px;
	max-height: 100px;
	display: block;
}

.boatListName {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

.boatName {
	display: block;
	color: #295995;
}

.boatModel {
	display: block;
	margin-top: 10px;
	font-size: 10px;
}

.boatListCg66 {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	color: #aaaaaa;
}

.boatListDelete {
	width: 20px;
	display: table-cell;
	background-color: #ff7e00;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
}

.checkboxTd {
	width: 20px;
}




.flexHolder {
	display: flex;
	width: 100%;
}

.flex2 {
	flex-direction: row;
	width: 50%;
}




.boatEditThumb {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 10px;
	border-radius: 5px;
	background-color: #f6f7f9;
	padding: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.2);
}

.boatEditThumbImage {
	width: 100px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.boatEditDelete {
	cursor: pointer;
	float: right;
	margin-right: 13px;
	margin-top: 10px;
	background-color: rgba(255,255,255,0.7);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 2px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
}

#equipmentFrame {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5000;
	background-color: #295995;
}

.equipmentViewHolder {
	width: calc(100% - 180px);
	max-width: 800px;
	display: block;
	padding: 40px;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	margin-bottom: 20px;
	text-align: left;
}

.equipmentViewPhoto1 {
	display: block;
	float: right;
	max-width: 300px;
	max-height: 250px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	margin-left: 20px;
	margin-bottom: 20px;
}

.equipmentViewPhoto2 {
	display: block;
	float: right;
	max-width: 200px;
	max-height: 200px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	margin-left: 20px;
	margin-bottom: 20px;
}

.equipmentViewName {
	display: block;
	color: #295995;
	margin-bottom: 10px;
	font-size: 18px;
}

.equipmentViewProduct {
	color: #888888;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

.equipmentViewGeneral {
	color: #888888;
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}


#buttCloseEquipmentHolder {
	width: 100%;
	height: 50px;
	text-align: right;
	background-color: #000000;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;	
}

#buttCloseEquipment {
	display: block;
	margin-right: 20px;
	margin-top: 2px;
	cursor: pointer;
	color: #ffffff;
	font-size: 40px;
}



#photosFrame {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5000;
	background-color: #295995;
}



#bigTrackPhoto {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);

	width: auto;
	height: auto;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 100px);

	border: 3px solid #ffffff;
	border-radius: 3px;
	cursor: pointer;

	box-shadow: 0px 0px 50px hsla(0,0%,0%,1);

	transition: all 1s;
}



#downloadPrompt {
	display: table;
	width: calc(100% - 40px);
	border-radius: 3px;
	background-color: #f6f7f9;
	border: 1px solid #eeeeee;
	padding: 20px;
}

#androidPromptIconTd {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	padding: 10px;
}

#androidPromptIcon {
	display: block;
	margin: auto;
}

#downloadPromptInfoTd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#androidPromptText {
	vertical-align: middle;
	font-weight: bold;
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
}

#androidPromptText2 {
	vertical-align: middle;
	font-size: 16px;
	display: block;
}

#downloadPromptDismissTd {
	display: table-cell;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 30px;
	color: #aaaaaa;
	cursor: pointer;
}

#dismissText {
	display: none;
}







.threeColumn {
	width: calc(33% - 10px);
	display: inline-block;
	vertical-align: bottom;
	margin: 4px;
}

.gpsFailText {
	text-align: center;
	font-weight: bold;
	color: #888888;
}

.gpsTripFailIcon {
	width: 100%;
	max-width: 200px;
}


.spacer {
	display: block;
	clear: both;
}


#confirmBox {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: calc(100% - 66px);
	max-width: 500px;
	height: auto;

	color: #ffffff;
	text-align: center;

	padding: 20px;

	background-color: #295995;
	border: 3px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);

	opacity: 0;
	transition: opacity 1s ease-in-out;
}

#confirmBox p {
	margin: 0px;
}

#confirmBox button {
	margin-top: 20px;
	background-color: #ff7e00;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	border: none;
}

















p {
	font-size: 18px;
	line-height: 26px;
	font-family: Dosis;
}

hr {
	display: block;
	border: none;
	border-top: 1px dotted #dddddd;
	width: 90%;
}

h1 {
	font-family: Dosis;
	font-size: 30px;
	color: #295995;
}

h2 {
	font-family: Dosis;
	font-size: 24px;
	color: #528ACF;
}

button {
	cursor: pointer;
}







a:link {
	text-decoration: none;
	color: #ff7e00;
}

a:active {
	text-decoration: none;
	color: #ff7e00;
}

a:visited {
	text-decoration: none;
	color: #ff7e00;
}

a:hover {
	text-decoration: underline;
	color: #ff7e00;
}




a:link.postsUserLink {
	text-decoration: none;
	color: #295995;
}

a:active.postsUserLink {
	text-decoration: none;
	color: #295995;
}

a:visited.postsUserLink {
	text-decoration: none;
	color: #295995;
}

a:hover.postsUserLink {
	text-decoration: underline;
	color: #295995;
}






a:link.messagerSelector {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

a:active.messagerSelector {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

a:visited.messagerSelector {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

a:hover.messagerSelector {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}





a:link.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	transition: color 0.5s;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	line-height: 12px;
}

a:active.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	line-height: 12px;
}

a:visited.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	line-height: 12px;
}

a:hover.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	color: #ff7e00;
	font-weight: bold;
	line-height: 12px;
}





a:link.squareListImageLink {
	transition: filter 0.5s;
	filter: saturate(0.4);
}

a:active.squareListImageLink {
	filter: saturate(0.4);
}

a:visited.squareListImageLink {
	filter: saturate(0.4);
}

a:hover.squareListImageLink {
	filter: saturate(1.5);
}



a:link.gpsGalleryThumb {
	transition: all 0.3s;
	filter: saturate(0.4);
	border: 1px solid #000000;
	display: block;
}

a:active.gpsGalleryThumb {
	transition: all 0.3s;
	filter: saturate(0.4);
	border: 1px solid #000000;
}

a:visited.gpsGalleryThumb {
	transition: all 0.3s;
	filter: saturate(0.4);
	border: 1px solid #000000;
}

a:hover.gpsGalleryThumb {
	transition: all 0.3s;
	filter: saturate(1.5);
	border: 1px solid #ffffff;
}

.galleryDelete {
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	position: relative;
	top: -140px;
	right: 7px;
	padding: 5px;
	background-color: rgba(0,0,0,0.3)
}




.buttsTop {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

.signUp {
	float: right;
	margin-top: 18px;
	margin-right: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}




a:link.galleryListHolder {
	transition: filter 0.5s;
	filter: saturate(0.4);
	margin-right: 1px;
	margin-bottom: 1px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}

a:active.galleryListHolder {
	filter: saturate(0.4);
	margin-right: 1px;
	margin-bottom: 1px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}

a:visited.galleryListHolder {
	filter: saturate(0.4);
	margin-right: 1px;
	margin-bottom: 1px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}

a:hover.galleryListHolder {
	filter: saturate(1.5);
	margin-right: 1px;
	margin-bottom: 1px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}







a:link.galleryListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	transition: color 0.5s;
	font-size: 16px;
	color: #295995;
	font-weight: bold;
	line-height: 12px;
}

a:active.galleryListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 16px;
	color: #295995;
	font-weight: bold;
	line-height: 12px;
}

a:visited.galleryListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 16px;
	color: #295995;
	font-weight: bold;
	line-height: 12px;
}

a:hover.galleryListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 16px;
	color: #ff7e00;
	font-weight: bold;
	line-height: 12px;
}








a:link.photoListLink {
	transition: filter 0.5s;
	filter: saturate(0.4);
	text-decoration: none;
}

a:active.photoListLink {
	filter: saturate(0.4);
	text-decoration: none;
}

a:visited.photoListLink {
	filter: saturate(0.4);
	text-decoration: none;
}

a:hover.photoListLink {
	filter: saturate(1.5);
	text-decoration: none;
}



a:link.bottomLinks {
	transition: color 0.5s;
	text-decoration: underline;
	color: #333333;
}

a:active.bottomLinks {
	text-decoration: underline;
	color: #333333;
}

a:visited.bottomLinks {
	text-decoration: underline;
	color: #333333;
}

a:hover.bottomLinks {
	text-decoration: underline;
	color: #ff7e00;
}

