body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    background: #fff url('../img/tile-body.gif') repeat-x;
    color: #000;
}

#container {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

/* Header */

#header {
    float: left;
    width: 100%;
    height: 85px;
    padding: 15px 0 0;
	position: relative;
}

#logo {
    float: left;
    width: 390px;
    font-family: 'Galindo', cursive;
}

#logo a {
    text-decoration: none;
    color: #b73688;
	padding:0;
}

#logo #beta {
	position: absolute;
	top: 10px;
	/*left: 353px;*/
	left:273px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	color: #888;
}

*+html #logo #beta{
	left:283px;	
}

#header h2 {
    color: #b73688;
    font-size: 45px;
}

#header h2 span {
    color: #892263;
}

#header h1 {
    font-size: 19px;
	padding: 0 0 3px 0;
}

#header h1 a {
    color: #000;
}

#search-account {
    float: right;
    width: 550px;
    font-weight: normal;
}

ul#top-navigation {
    float: right;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
	color: #707070;
}

#top-navigation li {
    float: right;
    display: inline;
}

#top-navigation a#login-link {
    background: url('../img/icon-login.png') no-repeat 8px 0;
    padding: 0 10px 0 30px;
	border: 0;
}

#top-navigation li a {
	padding: 0 10px;
    color: #707070;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
	border-left: 1px dotted #ccc;
}

#top-navigation #welcome {
	margin: 0 10px 0 0;
}

#top-navigation li.last a {
	padding-right: 0;
}

#search {
    float: right;
}

#search label {
    display: none;
}

#search #PhotosSearchTerms {
    width: 476px;
    height: 36px;
    background: #fff;
    border-top: 1px solid #b5b7b7;
    border-left: 1px solid #b5b7b7;
    border-right: 0;
    border-bottom: 1px solid #b5b7b7;
    margin: 0;
	*margin-top: -1px;
    padding: 1px 0 1px 10px;
    font-size: 15px;
    color: #875474;
}

#search .input {
    float: left;
	width: auto;
    display: inline;
}

#search .submit {
    float: left;
	width: auto;
    display: inline;
}

#search .submit input {
	padding: 0;
	background: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Navigation */

#navigation {
    float: left;
    width: 100%;
    background: #875474;
}

#navigation li {
    float: left;
}

#navigation a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 15px;
    display: block;
}

#navigation a:hover {
    background-color: #55374a;
}

#navigation ul.member {
    float: right;
}

#navigation ul.member li a {
    background: #714560;
	height:auto;
	line-height:inherit;
	font-weight:normal;
}

*+html #navigation ul.member li a{
	height:18px;
	line-height:18px;
}

#navigation ul.member li a:hover {
    background: #55374a;
}

#main-image {
    float: left;
    width: 980px;
    height: 295px;
	position: relative;
	margin: 0 0 10px 0;
}

#main-image ul {
	float: left;
	width: 100%;
	position:relative;
}

*+html #main-image ul {
	 float:none;	
}

#main-image li {
	float: left;
	width: 97px;
	height: 97px;
	margin: 1px 1px 0 0;
}

#main-image ul li img {
	width: 97px;
	height: 97px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#main-image ul li img.photo-strip {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#main-image ul li img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#photos-shared {
	position: absolute;
	top: 125px;
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-size: 35px;
	z-index: 2;
	text-shadow: 1px 1px 2px #f3f3f3, 0 0 3px #fff;
	width:100%;
}

#photos-shared span {
	color: #89145e;
	font-weight: bold;
}

#mainbody {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 20px;
}

#mainbody h1 {
	clear: both;
	width: 100%;
	display: block;
	color: #9298b5;
	font-weight: bold;
	font-size: 22px;
	padding: 15px 0;
}
sup {
    vertical-align: super;
    font-size: x-small;
}

#mainbody h2 {
	float: left;
	width: 100%;
	display: block;
	color: #646a86;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0 10px 0;
}

#mainbody h3 {
	float: left;
	width: 100%;
	display: block;
	color: #6c6c6c;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 5px 0 10px 0;
}

#mainbody p {
	margin: 0 0 15px 0;
}
p.signup {
    text-align: center;
    font-size: 16px;
}
#content {
	float: left;
	width: 670px;
}

#bread-crumbs {
	float: left;
	width: 100%;
	font-size: 11px;
	padding: 5px 0;
}

#bread-crumbs a {
	color: #646a86;
}

#login {
	float: right;
	width: 280px;
	min-height: 180px;
	padding: 10px;
	text-align: center;
	background: url('../img/tile-stripe.png');
}

#login h1 {
	padding: 0 0 15px 0;
}

#login .input input {
	width: 270px;
	padding: 5px;
	font-size: 14px;
}

#login .checkbox{
	float: left;
	width: 50%;
	padding: 5px 0 0 0;
}

#login .checkbox input {
	float: left;
	width: auto;
}

#login .checkbox label {
	float: left;
	margin: 0 5px 0 0;
	font-size: 12px;
	display: inline-block;
	text-indent: 0;
}

#login .submit {
	float: left;
	width: 50%;
}

#login .submit input {
	float: right;
	width: 125px;
	padding: 5px 10px;
}

#login ul {
	margin: 0 0 10px 90px;
}

#login li {
	text-align: left;
	list-style-type: disc;
	margin: 0 0 5px 0;
}

#login-links {
	float: left;
	width: 100%;
	text-align: left;
}

#login-links a {
	margin: 0 5px;
}

#login-info {
	text-align: left;
}

#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	color: #6c6c6c;
	line-height: 18px;
}

#footer-container {
	width: 980px;
	margin: 10px auto;
}

.footer-region {
	float: left;
	width: 54%;
}

.footer-region li{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.footer-region li a {
	margin: 0 0 0 10px;
}

.footer-region li.first a {
	margin: 0;
}

.footer-region span {
	color: #875474;
}

.footer-region ul#admin-links {
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

.footer-region.right {
	width:46%;
}

.right {
	text-align: right;
}

#language-selector {
	float: left;
	width: 340px;
	clear: left;
	margin: 5px 0 0 0;
	text-align: left;
}

#language-selector span {
	float: left;
	color: #999;
}

ul.languages {
	margin: 0 0 5px 0;
}

ul.languages li {
	margin-right: 0;
}

ul.languages li img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

ul.languages li.selected img {
	opacity: 1.0;
	filter:alpha(opacity=100);
	box-shadow: 1px 1px 2px #000;
}

/* Page Not Found */

#page-not-found {
	float: left;
	width: 100%;
	text-align: center;
}

#page-not-found p {
	text-align: left;
	font-size: 14px;
}

/* Photos */

#view-photos .button {
	float: right;
}

ul.photo-grid {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

ul.photo-grid li {
	float: left;
	width: 97px;
	height: 97px;
	margin: 1px 1px 0 0;
}

ul.photo-grid li img {
	width: 97px;
	height: 97px;
}

#photo-table {
	float: left;
}

#photo-table .input {
	margin: 0;
}

/* Single Photo */

#collection-preview,
.image-gallery,
#photo {
	float: left;
	width: 640px;
	text-align: center;
}

#photo-report {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

#photo-report a {
	background: f00;
}

#photo-details {
	float: left;
	width: 310px;
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	background: url('../img/tile-stripe.png');
	position: relative;
}

#photo-details .form-required, 
.collection-form .form-required {
	width: 100%;
}

#photo-details .input label, 
.collection-form .input label {
	font-weight: bold;
	text-indent: 0;
}

#photo-details .required label, 
.collection-form .required label {
	text-indent: 12px;
}

#photo-details .select select, 
.collection-form .select select{
	max-width: 310px;
}

#photo-details .input input,
#photo-details .input textarea,
.collection-form .input input,
.collection-form .input textarea {
	width: 304px;
}

#photo-details .input textarea {
	line-height: 20px;
}

#photo-details .checkbox label,
.collection-form .checkbox label {
	display: inline;
}

#photo-details .checkbox input,
.collection-form .checkbox input {
	width: auto;
	margin-right: 5px;
}

#photo-details .ui-datepicker-trigger,
.collection-form .ui-datepicker-trigger {
	vertical-align: middle;
	margin: -1px 0 0 5px;
}

#photo-details .ui-datepicker-trigger:hover,
.collection-form .ui-datepicker-trigger:hover {
	cursor: pointer;
}

#photo-details a.delete,
.collection-form  a.delete{
	margin: 0 0 0 10px;
}

#photo-details .submit,
.collection-form .submit{
	width: auto;
}

#photo-description,
#photo-description li {
	float: left;
	width: 100%;
}

#photo-description li {
	margin: 0 0 10px 0;
}

#user-photos {
	margin: 10px 0 0 0;
}

#user-photos ul li {
	float: left;
	width: 76px;
	height: 76px;
	margin: 1px 1px 0 0;
}

#user-photos ul li img {
	width: 76px;
	height: 76px;
}

#user-photos h2 a {
	color: #646a86;
}

input#PhotoDateTaken {
	width: 150px!important;
}

#delete_date {
	position: relative;
	top: 7px; 
	left: 7px;
}

#delete-selected {
	float: left;
	width: 300px;
	margin: 0 0 0 9px;
}

#delete-selected .input,
#delete-selected .submit {
	width: auto;
}

#delete-selected .input input {
	margin: 6px 0 0 0;
}

#delete-selected .submit {
	margin: 0 0 0 10px;
}

/* Albums */

#album-container {
	float: left;
	width: 100%;
}

a#list-photos {
	float: right;
	line-height: 16px;
}

.album {
	float: left;
	position: relative;
	width: 295px;
	height: 100px;
	background: #eaeaea;
	padding: 10px;
	margin: 0 5px 10px 5px;
}

.album-thumbnail {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
}

.album-name {
	line-height: 15px;
}

.album-name  a,
.album-name  a:visited {
	color: #646a86;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.album-name  a:hover {
	text-decoration: underline;
}

.album-private {
	position: absolute;
	top: 86px;
	left: 10px;
	width: 100px;
	color: #333;
	font-size: 11px;
	background: #CCB7C4 url('../img/icon-lock.gif') 2px 4px no-repeat;
	text-indent: 23px;
	padding: 2px 0;
}

.album-total {
	color: #9398b5;
	font-size: 12px;
}

.album-actions {
	position: absolute;
	left: 120px;
	bottom: 5px;
}

.album-actions a {
	margin: 0 5px 0 0;
}

#photo-details .share label {
	display: inline;
	vertical-align: 28%;
}

#photo-details .share img {
	margin-left: 5px;
}

#icon-add-file {
	float: left;
	margin: 0 0  0 5px;
}

/* User Settings */

.user-settings {
	color: #555;
}

#form-deactivate {
	float: left;
	width: 100%;
}

#form-deactivate a {
	margin: 0 0 0 200px;
	font-size: 11px;
}

#quota_gauge {
    height: 80px;
    width: 230px;
    position: relative;
    overflow: hidden;
    margin: 5px 0 0 215px;
}

#quota_gauge #quota_mask {
    background: url('../img/quota-gauge.png') no-repeat left top transparent;
    position: absolute;
    width: 230px;
    height: 80px;
    top: 0;
    left: 0;
}
#quota_num {
    margin: 0 0 0 215px;
    text-align: center;
    position: relative;
    font-size: 16px;
    width: 230px;
    top: -10px;
}

/* Edit Album */

#photo-table-edit {
	float: left;
	width: 640px;
}

#edit-photos li {
	position: relative;
    z-index: 10;
}
#edit-photos li.no-photos {
    width: 100%;
    height: auto;
    text-align: center;
}
#edit-photos li.no-photos a:after {
    content: 'Add some photos';
}
#edit-photos li.no-photos a {
    display: block;
}
#edit-photos li.no-photos .action {
    width: auto;
    height: auto;
	line-height:30px;
	padding-right:5px;
	vertical-align:middle;
}
#edit-photos a {
    position: relative;
    z-index: 1000;
}
#edit-photos .input {
    position: absolute;
    top: 0;
    z-index: 1001;
}
#edit-photos a.album-edit {
	position: absolute;
	left: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #875474;
	color: #fff;
	display: inline-block;
	width: 48px;
	text-align: center;
	text-decoration: none;
    z-index: 1010;
}

#edit-photos a.album-delete {
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 1px solid #fff;
	background: #875474;
	color: #fff;
	display: inline-block;
	width: 48px;
	text-align: center;
	text-decoration: none;
    z-index: 1010;
}

#edit-photos a.album-edit:hover,
#edit-photos a.album-delete:hover {
	background: #55374a;
}

#album-password {
	width: 100%;
	word-wrap: break-word;
	margin: 10px 0 0 0;
}

#password-area {
	margin: 0 0 10px 0;
}

#password-area .input {
	margin: 10px 0;
}

#password-area label {
	display: block;
	font-weight: bold;
}

#password-area a {
	font-size: 12px;
}

/* Sort Album */
.sort_actions {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
}

#cover-photo-container {
	width: 330px;
	margin: 0 auto;
}

#cover-photo {
	float: left;
	width: 96%;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2%;
	border: 1px dotted #ddd;
	color: #999;
	font-size: 14px;
	margin: 0 0 10px 0;
	height: 100px; 
}

#cover-photo-desc {
	float: right;
	width: 200px;
	margin: 25px 0 0 10px;
}

#cover-photo img {
	float: left;
}

.cover-photo-hover {
	background: #cdeab9!important;
	border: 1px solid #c6e0b3!important;
}

#sort-photos li {
	position: relative;
	width: 97px;
	height: 97px;
	overflow: hidden;
	cursor: pointer;
}

#sort-photos li .photo-sort-count {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 0 5px;
}
/* If this appears above the photo grid, it's height needs to be set */
#ajax-response {
	height: 30px;
	width: 100%;
}

#sort-phantom {
	cursor: move;
}

/* Sharing Collections */

.collection-form {
	float: none!important;
	margin: 0 auto!important;
	background-image: none!important;
}

#collection-container{
	/*float:left;*/
	/*padding-left:170px;*/
	width:auto;
	}

#collection-container .image-gallery {
	float: left;
	width: 100%;
}

*:first-child+html #collection-container .image-gallery {
	width:auto;
}

#collection-container .input {
	margin: 10px 0 0 0;
	text-align: center;
}

#collection-container .input label {
	text-align: center;
}

#collection-container .input input {
	width: 400px;
}

#collection-container h1{
	text-align:left;
}

.collection-login label {
	margin: 0 0 5px 0;
}

.collection-login .submit {
	margin: 10px 0 0 0;
	text-align: center;
}

.gallery-window{
	margin:0 auto!important;
}

#preview-no-photos {
	width: 430px;
	margin: 100px auto 15px auto;
	padding: 10px;
	background: #ececec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	color: #777;
}

#preview-no-photos p {
	text-align: left;
}

#preview-no-photos a.button {
	float: none;
	margin: 0;
	display: inline-block;
}

#preview-title {
	float: left;
	width: 100%;
}

#preview-title h2 {
	width: auto;
	margin: 0 10px 0 0;
}

#preview-title .button {
	float: left;
}

.refresh {
	float: left;
	background: url('../img/icon-refresh.gif') no-repeat 10px 3px;
	padding: 0 0 0 28px;
	margin: 5px 0 0 0;
	color: #646a86;
	text-decoration: none;
	border-left: 1px solid #999;
}

.refresh:hover {
	text-decoration: underline;
}

#advanced-link {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 12px;
	display: block;
	color: #646a86;
}

/* Add Photos */

#upload-container table {
	width: 100%;
}

.status {
	text-align: center;
}

.status .success {
	background: transparent;
	color: #1fa211;
	display: block;
	text-align: center;
	padding: 0;
}

.status .error {
	background: transparent;
	color: #dd1f1f;
	display: block;
	text-align: center;
	padding: 0;
}

#upload-complete-link td, #upload-failed-link td {
	text-align: center;
	background: #1fa211;
	color: #fff;
	font-weight: bold;
}

#upload-complete-link td a, #upload-failed-link td a{
	color: #fff;
}

#upload-failed-link td {
	background: #dd1f1f;
}

#flash-uploader {
	float: left;
	position: absolute;
	top: 112px;
	left: 5px;
}

#simple-link {
	float: left;
	width: 100%;
}

/* About Page */

#about-content {
	float: left;
	width: 65%;
}

#about-images {
	float: left;
	width: 35%;
	overflow: hidden;
}

#about-images img {
	width: 375px;
}

/* Add Photos */

.add-photos a.add,
.add-photos #clear-files {
	float: left;
	margin: 0 10px 0 0;
	line-height: 16px;
}

#upload-notice {
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

#view-agreement {
	float: left;
	width: 100%;
	font-size: 12px;
	position: relative;
	padding: 10px 0;
}

#view-agreement a {
	position: absolute;
	top: -13px;
	left: 22px;
}

#confirm-ownership {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	font-size: 12px;
}

#add-buttons {
	float: left;
}

/* Report Image */

#report-image {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}

/* Table Styles */

table {
	width: 100%;
}

th {
	background: #bdc9e0;
	padding: 5px;
	color: #636a86;
}

th a {
	color: #43485a;
	font-weight: bold;
	text-decoration: none;
}

th a:hover {
	color: #5a617a;
}

th a.asc:after {
	content: ' ↑';
}

th a.desc:after {
	content: ' ↓';
}

td {
	background: #eaeaea;
	border-bottom: 1px solid #fff;
	padding: 5px;
	vertical-align: middle;
}

td a {
	color: #646a86;
}

ul.actions {
	float: left;
	width: 100%;
}

ul.actions li {
	display: inline;
}

ul.actions li a{
	float: left;
	height: 24px;
	margin: 0 0 0 10px;
}

/* Pagination */

.paging {
	float: left;
	width: 100%;
	text-align: right;
	margin: 10px 0 0 0;
	color: #707070;
}

.paging span.disabled,
.paging a {
	background: #eaeaea;
	color: #cc8ab3;
	padding: 2px 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	margin: 0 5px;
}

.paging a:hover {
	background: #e2e2e2;
	text-decoration: underline;
}

.paging span.disabled {
	background: #efefef;
	color: #8f8f8f;
}

/* General Styles */

a,
a:visited {
	color: #00f;
}

textarea {
	font-family: Arial, Verdana;
	font-size: 13px;
}

.table-center {
	text-align: center;
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
	
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* Error Handling */

#photo-details .error,
.form-simple .error, 
.collection-form .error {
	background: transparent;
	padding: 0;
	text-align: left;
}

.collection-form .error-message {
	width: auto;
	color: #f00;
	font-weight:bold;
}

#photo-details .error-message,
.form-simple .error-message{
	color:#F00;
	font-weight:bold;
	width:300px;
}

.form-simple .error-message{
	margin:0 0 0 200px;
}

.error {
	background: #dd1f1f;
	color: #fff;
	text-align: center;
	padding: 2px;
	font-weight:bold;
}

.success {
	background: #1fa211;
	color: #fff;
	text-align: center;
	padding: 2px;
}

.form-required {
	float: left;
	width: 100%;
	text-align: right;
	color: #777;
	font-size: 12px;
}

.form-required span {
	color: #f00;
}

/* Button */

a.button,
.submit input {
    display: inline-block;
	font-family: arial;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: #646a86; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzY0NmE4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzRiNTE2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #646a86 1%, #4b516b 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#646a86), color-stop(99%,#4b516b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #646a86 1%,#4b516b 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #646a86 1%,#4b516b 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #646a86 1%,#4b516b 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #646a86 1%,#4b516b 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646a86', endColorstr='#4b516b',GradientType=0 ); /* IE6-8 */
}

a.button:hover,
.submit input:hover {
	background: #4c5166; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzRjNTE2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI4MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4c5166 1%, #262835 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4c5166), color-stop(100%,#262835)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c5166 1%,#262835 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c5166 1%,#262835 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c5166 1%,#262835 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c5166 1%,#262835 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5166', endColorstr='#262835',GradientType=0 ); /* IE6-8 */
	cursor: pointer;
}

a.add, input.add {
	float: right;
	line-height: 17px;
	font-size: 12px;
	margin: 0 0 10px 10px;
	background: #127801; /* Old browsers */
	background: -moz-linear-gradient(top,  #127801 0%, #034400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#127801), color-stop(100%,#034400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #127801 0%,#034400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #127801 0%,#034400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #127801 0%,#034400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #127801 0%,#034400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127801', endColorstr='#034400',GradientType=0 ); /* IE6-9 */
}

a.add:hover, input.add:hover {
	background: #0c5900; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c5900 0%, #002d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c5900), color-stop(100%,#002d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0c5900 0%,#002d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0c5900 0%,#002d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0c5900 0%,#002d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0c5900 0%,#002d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5900', endColorstr='#002d00',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

#delete-selected .submit input,
a.delete {
	float: left;
	line-height: 17px;
	font-size: 12px;
	background: #cc0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc0000 0%, #820000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#820000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc0000 0%,#820000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc0000 0%,#820000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc0000 0%,#820000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc0000 0%,#820000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#820000',GradientType=0 ); /* IE6-9 */
}

#delete-selected .submit input:hover,
a.delete:hover {
	background: #930000; /* Old browsers */
	background: -moz-linear-gradient(top,  #930000 0%, #4f0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#930000), color-stop(100%,#4f0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #930000 0%,#4f0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #930000 0%,#4f0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #930000 0%,#4f0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #930000 0%,#4f0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930000', endColorstr='#4f0000',GradientType=0 ); /* IE6-9 */
}

#delete-selected .submit input.disabled {
	color: #999;
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top,  #bababa 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bababa 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bababa 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bababa 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bababa 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

#delete-selected .submit input.disabled:hover {
	cursor: auto;
	background: #bababa; /* Old browsers */
	background: -moz-linear-gradient(top,  #bababa 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bababa 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bababa 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bababa 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bababa 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

a.sort_save {
	font-family: arial;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: #127801; /* Old browsers */
	background: -moz-linear-gradient(top,  #127801 0%, #034400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#127801), color-stop(100%,#034400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #127801 0%,#034400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #127801 0%,#034400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #127801 0%,#034400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #127801 0%,#034400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127801', endColorstr='#034400',GradientType=0 ); /* IE6-9 */
}

a.sort_save:hover {
	background: #0c5900; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c5900 0%, #002d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c5900), color-stop(100%,#002d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0c5900 0%,#002d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0c5900 0%,#002d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0c5900 0%,#002d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0c5900 0%,#002d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5900', endColorstr='#002d00',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}



a.small {
	font-size: 10px;
}

/* Form Styles */

.input {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.input label {
	display: block;
	text-align: left;
	color: #000;
	font-size: 15px;
	text-indent: 12px;
}

.required label {
    background: url("/img/asterisk_red_14pt_arial.gif") no-repeat scroll left top transparent;
	line-height:16px;
}

.submit {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.submit input:hover {
	cursor: pointer;
}

.form-simple {
	margin: 0 auto;
	width:500px;
}

.form-simple label {
	float: left;
	width: 200px;
	display: block;
}

.form-simple .password input,
.form-simple .textarea textarea,
.form-simple .text input {
	width: 250px;
}

.form-simple .select select {
	max-width: 300px;
}

.form-simple .submit {
	float: right;
	width: 300px;
}

#mainbody > #photo-details {
	float:right;
}

#file-list {
	float: left;
	margin: 0 0 5px 0;
	position: relative;
}

#file-list #icon-add-file {
	position: absolute;
	top: -2px;
	right:0;
}

#file-list label {
	float: left;
	width: 90px;
	display: block;
	text-align: left;
	color: #000;
	font-size: 15px;
	text-indent: 12px;
	margin:0 0 0 20px;
}

#file-list h2{
	background:#BDC9E0;
	color:#636A86;
}

#file-list-inputs {
	float: left;
	width: 300px;
}

#file-list input {
	float: left;
	margin: 5px;
	width:630px;
}

a#more-files {
	float: left;
	margin: 12px 0 20px 201px;
}

#form-add-simple{
	margin:0;
}

#form-add-simple #photo-table-edit #icon-add-file{
	position:absolute;
	right:5px;
	top:2px;
}



#form-add-simple #upload-container{
	width:980px;
	float:left;
}

#upload-container #photo-table-edit {

}

#form-add-simple label {
	width:140px;
	float:none;
}

#form-add-simple .input {
	float:none;
}

#form-add-simple #upload-container #photo-table-edit, #upload-container #photo-table-edit{
	background:#eaeaea;
	width:640px;
	*padding-bottom:10px;
	position:relative;
}

#form-add-simple #upload-container #photo-table-edit h2, #upload-container #photo-table-edit h2{
	background:#BDC9E0;
	color:#636A86;
	margin:0 0 10px 0;
	padding:5px;
	width:630px;
	font-weight:normal;
	font-size:12px;
}

#form-add-simple #photo-details .input label{
	width:inherit;
	float:none;
}

#form-add-simple #photo-details .submit{
	float:left;
	margin:0;
}

#form-add-simple .submit input.add{
	width:auto;
	margin:0;
	*float:none;
}

.preview-photo {
	position: absolute;
	z-index: 1000;
    height: 100%;
    width: 100%;
}
.photo-grid li .preview-photo img {
    z-index: 1000;
	display: block;
	position: absolute;
	border: 2px solid black;
	width: 100%;
	height: 100%;
	left: 98px;
	bottom: 98px;
}
.tag-directions {
	float: left;
	font-size: 12px;
	padding-bottom: 12px;
}

.advanced-options{
	float:left;
	width:350px;
}

.option-toggle{
	float:left;
	display:block;
	text-decoration:none;
	padding:2px 5px 2px 22px;
	color:#000;
	font-weight:bold;
	background-color:#eee;
	background-image:url('/img/plus-minus.png');
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
}

.option-toggle:hover{
	color:#666;	
}

.one-column{
	width:330px;
	float:left;
	margin:0 325px;
}

.one-column .submit{
	margin-top:10px;
}

.two-column{
	width:100%;
}

#advanced-settings{
	width:700px;
	margin:0 140px 20px 140px;
	background-color:#f3f3f3;
	background-image:url('../img/tile-stripe.png');
	float:left;
	padding:10px;
	border-top:4px #eee solid;
}

#album-description{
	font-size:14px;
	float:left;
	width:100%;
	/*text-align:center;*/
	padding:20px 0;
	/*font-weight:bold; */
}

#album-description ul {list-style-type:disc;}
#album-description ol {list-style-type:decimal;}
#album-description strong {font-weight: bold;}
#mainbody #collection-container #album-description > * { max-width: 980px; max-height: 980px; text-align: left;}

.advert{
	float:left;	
	margin-bottom:20px;
}

.advert a{
	font-size:20px;	
	color: #fff;
	text-align:center;
	background-color:#f1f1f1;
	float:left;
	margin:0 0 10px 0;
	text-shadow: 1px 1px 1px #33355E;
	width:658px;
	height:50px;
	padding-top:28px;
	background-image:url('../img/signup_bg.png');
	background-repeat:no-repeat;
	border:#000 1px solid;
	text-decoration:none;
}

.advert a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.advert .ad_bold{
	color:#f1f1f1;
	text-shadow: 1px 1px 1px #33355E;
	font-weight:bold;
}

.signup{
	float:left;
	padding-left:152px;
}

.mobile-notice{
	float:right;
	padding:0;
	margin:0;
	color:#666;
	width:300px;
}

#login ul.member{
	margin-left:0;
}

ul.member li{
	display: block;
	margin:0;
	padding:0;
}

ul.member li a{
	display:block;
	text-decoration:none;
	height:30px;
	font-weight:bold;
	color:#4B516B;
	font-size:14px;
	line-height:30px;
}

ul.member li a:hover{
	color:#2E3140;	
}

ul.member li#member_albums a{
	background-image:url('../img/icon-album.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
}

ul.member li#member_slideshows a{
	background-image:url('../img/icon-slideshow.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
}

.feature-list{
	font-size:16px;
	margin:0 auto 20px auto;
	padding:10px;
	background-image:url('../img/lens.png');
	background-position:right center;
	background-repeat:no-repeat;
	min-height:180px;
	width:80%;
}

.feature-list li{
	background-image:url('../img/star.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding:6px 0 6px 24px;
}

.sign-up{
	width:660px;
	margin:0 auto;
}

.bold{
	font-weight:bold;	
}

.features-wrapper{
	float:left;	
	width:100%;
}

#home_text{
	font-size:14px;	
}

#home_img{
	width:142px;
	float:left;
}

#home_header{
	clear:none!important;
	padding-top:0!important;
	width:auto!important;
}

.terms-conditions{
	float:left;	
	margin-top:10px;
	font-size:11px;
}

*+html .terms-conditions{
	clear:both;
	width:100%;
}

#exif_link{
	display:block;
	font-size:10px;	
	margin-bottom:15px;
}

#exif-explanation{
	font-size:10px;	
	line-height:14px;
	margin-bottom:15px;
	margin-top:12px;
}

#exif_block .input.checkbox{
	width:55%;	
}

/* Share Collection */

#collection-url {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
	text-align: left;
}

#collection-url .input {
	float:left;
	width:100%;
	clear:both;
}

#collection-url .input label {
	font-size: 15px;
	margin: 10px 10px 0 0;
    display: inline;
	width:280px;
	padding-right:10px;
	text-align:right;
	float:left;
}

#collection-url input {
	width: 450px;
	padding: 10px;
	font-size: 15px;
}

#share-iframe,
#share-javascript {
	height:4.8em;
	line-height:1.2em;
	word-wrap:break-word;
    width: 450px;
    padding: 10px;
	font-size: 15px;
    max-width:450px;
    min-width:450px;
}
#share-javascript {
    height: 14em;
}

#full-name-field {
    display: none;
}

/* share album setting */

.download-button {
	padding: 2px 0 2px 22px;
	background: url("../img/icon-download.png") no-repeat scroll 0 0;
}

.multi-check-boxes
{
	border:2px solid #ccc; 
	height: 200px; 
	overflow-y: scroll; 
	font-weight:normal; 
	word-wrap:break-word;
}

/* MOVED TO lightbox.css*/
/* Multi Album */ 
/*
#mainbody {
	background: #fff;
}

.album-list-container {
	float: left;
	width: 18%;
	background: url("../img/tile-stripe.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.album-list-container ul {
	padding: 0.5em;
	min-height: 328px;
	text-align: left;
}

.album-list-container a {
	color: #00f;
}

.album-photo-container {
	float: left;
	width: 80%;
	padding-left: 1em;
}

.album-photo-container p {
	margin: 0!important;
}

.album-photo-container .input {
	float: right;
	text-align: right!important;
	margin: 0 0.5em 0.5em 0!important;
}

.component_paginator {
	text-align: center;
}

.component_paginator a, .component_paginator .current {
	padding: 1em;
}

.component_paginator .next a, .component_paginator .prev a  {
	text-decoration: none;
	color: #00f;
	padding: 0!important;
}

.photo-grid {}

ul.photo-grid .photo-module-admin {
	width: 165px;
	height: 200px;
	padding: 1em; 
	margin: 0.3em 0 0.3em 0.5em;
	word-wrap: normal;
	overflow: hidden;
}

ul.photo-grid .photo-module {
	width: 165px;
	height: 200px;
	padding: 1em; 
	margin: 0.3em 0 0.3em 0.5em;
	word-wrap: normal;
	overflow: hidden;
}

ul.photo-grid .photo-module-admin img {
	width: 165px;
	height: 165px;
	clear: both;
}

ul.photo-grid .photo-module img {
	width: 165px;
	height: 165px;
	clear: both;
}

.photo-module-admin span {
	padding: 0;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
/*	display:block;
}

.photo-module span {
	padding: 0 0.5em;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
/*	display:block;
}
*/
/* Lightbox */
/*
#photostork-gallery-lightbox {
	border: 5px solid gray!important;
} 

#photostork-gallery-caption {
	text-align: left;
	line-height: 1.5;
}*/

