/* jquery.Jcrop.min.css v0.9.9 (build:20120109) */
.jcrop-holder {
	direction: ltr;
	text-align: left;
}
.jcrop-vline, .jcrop-hline {
	background: #FFF url(../images/Jcrop.gif) top left repeat;
	font-size: 0;
	position: absolute;
}
.jcrop-vline {
	height: 100%;
	width: 1px!important;
}
.jcrop-hline {
	height: 1px!important;
	width: 100%;
}
.jcrop-vline.right {
	right: 0;
}
.jcrop-hline.bottom {
	bottom: 0;
}
.jcrop-handle {
	background-color: #333;
	border: 1px #eee solid;
	font-size: 1px;
}
.jcrop-tracker {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	height: 100%;
	width: 100%;
}
.jcrop-handle.ord-n {
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}
.jcrop-handle.ord-s {
	bottom: 0;
	left: 50%;
	margin-bottom: -4px;
	margin-left: -4px;
}
.jcrop-handle.ord-e {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 50%;
}
.jcrop-handle.ord-w {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
}
.jcrop-handle.ord-nw {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}
.jcrop-handle.ord-ne {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 0;
}
.jcrop-handle.ord-se {
	bottom: 0;
	margin-bottom: -4px;
	margin-right: -4px;
	right: 0;
}
.jcrop-handle.ord-sw {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	margin-left: -4px;
}
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
	height: 7px;
	width: 100%;
}
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
	height: 100%;
	width: 7px;
}
.jcrop-dragbar.ord-n {
	margin-top: -4px;
}
.jcrop-dragbar.ord-s {
	bottom: 0;
	margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
	margin-right: -4px;
	right: 0;
}
.jcrop-dragbar.ord-w {
	margin-left: -4px;
}
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
	background: #FFF;
	filter: Alpha(opacity=70)!important;
	opacity: .70!important;
}
.jcrop-light .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000;
	border-color: #FFF;
	border-radius: 3px;
}
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
	background: #000;
	filter: Alpha(opacity=70)!important;
	opacity: .7!important;
}
.jcrop-dark .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	border-color: #000;
	border-radius: 3px;
}
.menu a {
	text-decoration: none;
	color: red;
}
.member_profile_picture {
	display: block;
	padding-bottom: 10px;
}
.upload_button {
	/*background-image: url(../images/bg_button.png);
    border: none;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 5px;
    width: 110px;
    cursor: pointer;*/
	background: none repeat scroll 0 0 #00957e;
	border-radius: 4px;
	color: #fff;
	display: block;
	/*float: right;font-family: helveticaltstd-light;*/
	font-size: 13px;
	height: 30px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
	cursor: pointer;
	border: 1px solid #00957e;
}
.upload_button:hover {
	background-color: #f5a000;
	border: 1px solid #f5a000;/*-webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
    -ms-box-shadow: 0 1px 2px #bbb;
    -o-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;*/
}
.profile-photo {
	margin-bottom: 10px;
}
.hide {
	display: none;
}
.error {
	margin: 10px 0;
	padding: 0 0;
	color: red;
}
.container-relative {
	position: relative;
}
#overlay-crop {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
#overlay-crop-inner {
	margin: 0 0 0 30px;
	background-color: #fff;
	overflow: hidden;
}
#overlay-crop #container-images {
	overflow: hidden;
	margin-bottom: 10px;
}
#overlay-crop .image-preview {
	background-color: #eee;
	float: left;
	height: 150px;
	width: 150px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#overlay-crop .image-preview img {
	margin: 0 auto;
}
#overlay-crop .image-container {
	float: right;
}
#overlay-crop .image-container-inner {
	background-color: #eee;
	border: 1px solid #ccc;
	min-height: 150px;
	text-align: center;
	width: 630px;
}
#overlay-crop .image-container-inner img {
	margin: 0 auto;
}
.float-container {
	overflow: hidden;
	padding: 0 3px 5px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
