div.sidemenu {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0 10px;
}

div.sidemenu h2 {
	margin: 0px;
	padding: 3px;
	font-size: 14px;
}

div.sidemenu ul.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

div.sidemenu ul.list li {
	background: url(/Admin/images2/divet4.gif) no-repeat 0px 7px;
	line-height: 20px;
	padding-left: 10px;
	margin: 0px 0px 0px 18px;
}

div.sidemenu a {
}

div.sidemenu a:hover {
}

div.navigation {
	background-color: transparent;
	min-height: 45px;
	padding: 0px 6px;
	border: solid 1px #CCCCCC;
	border-radius: 4px;
}

div.paging {
	margin-bottom: 5px;
}

div.paging a {
	border: solid 1px #CCCCCC;
	padding: 2px;
}

div.item {
	border: solid 1px #CCCCCC;
	padding: 5px 8px;
	border-radius: 4px;
	margin-bottom: 25px;
}

div.form {
	margin-top: 10px;
}

table.form td {
	padding: 2px 4px;
}

table.form td input.form {
	margin: 2px;
	padding: 1px 4px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

table.form td select.form {
	margin: 2px;
	padding: 1px 4px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

table.form td textarea.form {
	margin: 2px;
	padding: 1px 4px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

table.form td input.form:focus {
	margin: 2px;
	outline: solid 2px #65acdc;
}

table.form td select.form:focus {
	margin: 2px;
	outline: solid 2px #65acdc;
}

table.form td textarea.form:focus {
	margin: 2px;
	outline: solid 2px #65acdc;
}

div.auth {
	height: 1px;
}

div.auth a {
	float: right;
	margin-top: -22px;
	margin-left: 4px;
	padding: 7px;
	border: solid 1px #999;
	font-weight: bold;
	background-color: #ddd;
	color: #505050;
	-mox-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

div.auth a:hover {
	text-decoration: underline;
}

div.auth.save a {
	margin-top: -10px;
}

/* Content Editor */
body {
}
/* End Content Editor */

/* Photo Gallery Styles */
div.pictures div.filter {
	position: relative;
}

div.pictures div.filter select {
	float: right;
	background-color: #333;
	width: 180px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

div.pictures .showmore {
	display: block;
	height: 25px;
	width: 160px;
	padding: 10px;
	background-color: #4c4c4c;
	color: #e9e9e9;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	line-height: 25px;
	margin: 0px auto;
}

div.pictures .showmore:hover {
	text-decoration: none;
	background-color: #000;
}

div.pictures div.picture {
	float: left;
	padding: 10px;
	border: 2px solid #828559;
	margin: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	background-position: 100% 50% !important;
	background-size: cover;
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	backface-visibility: hidden;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
}

div.pictures div.picture div.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	display: none;
}

div.pictures div.picture div.preview-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #ffffff;
}

div.pictures div.picture div.preview-icon icon.zoom-in {
	font-size: 28px;
	display: block;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	cursor: pointer;
}

div.pictures div.picture h3 {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	text-align: center;
	font-size: 14px;
	color: #fff;
	bottom: 0px;
	margin: 0px;
	height: 40px;
	z-index: 2;
	line-height: 16px;
	padding-top: 6px;
	text-transform: none;
	vertical-align: middle;
}

div.pictures div.startDown {
	transform: scale(1, 1) perspective(500px) rotateX(90deg);
	transform-origin: 50% 100% 0;
}

div.pictures div.flipUp {
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	transition: all 0.5s ease-in;
	filter: alpha(opacity=100);
}

div.pictures div.startUp {
	transform: scale(1, 1) perspective(500px) rotateX(-90deg);
	transform-origin: 50% 0 0;
}

div.pictures div.flipDown {
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

div.pictures div.startHide {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.pictures div.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

div.gallery {
	position: relative;
	float: left;
	margin: 10px 5px;
}

div.gallery div.ImageGrid a {
	display: block;
	position: relative;
	margin: 0px auto;
}

div.gallery div.ImageGrid a div.bigcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 20px;
}

div.gallery div.ImageGrid img {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.gallery div.ImageGrid a div.hover {
	display: none;
}

div.gallery div.ImageGrid a .shade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 83%;
	background-color: #000000;
	opacity: .58;
	filter: alpha(opacity=58);
}

div.gallery div.ImageGrid a .viewbg {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 230px;
	height: 60px;
	background-color: #ffffff;
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 10px;
}

div.gallery div.ImageGrid a .view {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 228px;
	height: 58px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
}

div.gallery div.ImageGrid a .view span {
	position: absolute;
	top: 0px;
	left: 65px;
	font-size: 18px;
	display: block;
}

div.gallery div.ImageGrid a .view icon {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 38px;
}

div.gallery div.thumb {
	position: relative;
	width: 270px;
	height: 152px;
	border: solid 1px #d6d6d6;
	margin-right: 3em;
	border-radius: 10px;
}

div.gallery div.thumb img {
	border-radius: 10px !important;
}

div.gallery div.thumb a.name {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 270px;
	font-size: 14px;
	color: #ffffff !important;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	text-align: center;
	padding: .5em 0;
}

div.gallery div.thumb a.name icon {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	color: #ffffff;
}

div.gallery a.btn {
	display: none;
	margin: 10px auto 0px auto;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
}

div.gallery a.btn:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

div.gallery div.caption {
	display: none;
	width: 250px;
	height: 100px;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 240px;
	z-index: 10;
	border: solid 1px #e2e2e2;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	color: #ffffff;
}
/* End Photo Gallery Styles */