/* General settings ----------------------------------- */
body {
	background: #ebebeb;
	font-family: "Trebuchet Ms", Verdana;
	font-size: 11px;
	color: #60744A; /*#50360B;*/
	text-align: center;
}

body,html {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: #080;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #080;
	font-weight: bold;
}

a:hover {
	color: #0b0;
	font-weight: bold;
}

span.linkChosen {
	
	font-size: 13px;
}

span.linkNotChosen {
	font-weight: normal;
}

form {
	padding: 0;
	margin: 0;
}

/* LAYOUT ----------------------------------------------- */

#container {
	width: 780px;
	border: 0px dashed white;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#container table.lay {
	border: 0px;
	width: 100%;
	padding: 0;
	margin: 8px 0 0 0;
}


/* TOP --------------------- */

#container td.layTop {
	padding: 0;
	margin: 0;
	height: 1px;
	text-align: center;
	border: 0px solid #fff;
	background: #f5f5f5;
}

#container td.layTop img {
	padding: 0;
	margin: 0;
	border: 0;
}

#siteTitle {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	color: #F06A18;
	font-size: 20pt;
	width: 50%;
	float: left;
}

#siteTitle #version {
	font-size: 20pt;
	font-weight: normal;
	color: #E15B0A;
}

.language {
	position: absolute;
	font-size: 10px;
	margin-left: -83px;
}

.language a:link, .language a:visited {
	color: #fff;
}

/* LEFT & RIGHT  ----------- */

#container td.layLeftPanel {
	vertical-align: top;
	width: 159px;
	padding: 0 0px;
	margin: 0;
	height: 450px;
	background: #f5f5f5;
	border: 0px solid #fff;
}

#container td.layRightPanel {
	vertical-align: top;
	width: 182px;
	padding: 0;
	margin: 0;
	height: 450px;
	background: #f5f5f5;
	border: 0px solid #f00;
}

/* MIDDLE ------------------- */

#container td.layContent, #container td.layMiddle {
	background: #f5f5f5;
	vertical-align: top;
	padding: 0 1px;
	border: 0px solid #fff;
	padding-bottom: 0px;
}

#container td.photoViewPanel {
	background: #f5f5f5;
	vertical-align: top;
	padding: 0 2px;
	border: 0px solid #fff;
}

/* FOOTER ------------------- */
td.layFooter {
	text-align: left;
	height: 1px;
	padding: 0;
	margin: 0;
}

#footer {
	background: #ddd;
	padding: 0;
	margin: 0;
	border: 0px solid #fff;
	padding-top: 3px;
	height: 16px;
}

#footer span.copyright {
	float: left;
	padding-left: 5px;
}

#footer span.buttons {
	float: right;
	padding-right: 5px;
}

/* Panels ----------------------------------------------- */


div.panel {
	border: 0px solid #f00;
	padding: 0px;
	margin: 0px 0;
	background: #f5f5f5;
}

div.panelMiddle {
	border: 0px solid white;
	padding: 0px;
	margin: 0;
	background: #f5f5f5;
}

div.panelTitle {
	background: #C0E456 url(img/icons/account2.gif) no-repeat 4px 2px;
	color: #fff;
	font-weight: normal;
	padding: 1px 0 0 20px;
	margin: 0px 0;
	font-size: 15px;
	height: 18px;
	border-bottom: 1px solid #96AA7F;
}

div.panelTitle span.keepLeft {
	float: left;
}

div.panelTitle span.keepRight {
	float: right;
	padding-right: 10px;
}

#loginForm table {
	width: 100%;
}

#loginForm table td {
	text-align: right;
}

#loggedData ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#loggedData li span {
	font-weight: bold;
}

#loggedData li {
	margin-left: 5px;
	margin-bottom: 5px;
}

#newAccount {
	padding: 5px 0;
}

#loggedMenu ul {
	padding: 0 0 10px 0;
	margin: 0;
	color: #C2E89C;
}

#loggedMenu ul li {
	margin-left: 23px;
	padding-left: 0px;
}

#galleryListPanel ul {
	padding: 8px 0 3px 0;
	margin: 0;
}

#galleryListPanel ul li {
	margin-left: 23px;
	padding-left: 0px;
}

li.admin_access_gallery {
	color: #4A670D;
}

li.view_access_gallery {
	color: #7FA137;
}

li.no_access_gallery {
	color: #E74837;
}

.topList {
	padding: 8px 0 10px 0px;
	margin: 0;	
}

.topList li {
	margin-left: 26px;
	padding-left: 0px;
}


#userData table {
	width: 100%;
}

#userData table td {
	vertical-align: top;
	padding-top: 20px;
}

#userData td.mail {

}

#userData td.avatar {
	width: 1%;
	padding: 20px;
}

#userData td.personalData {
	padding-top: 18px;
}

#userData td.personalData div {
	float: left;
}

td {
	font-family: "Trebuchet Ms", Verdana;
	font-size: 11px;
}

tr.header td {
	background: #88AC33;
	font-weight: bold;
	color: #FFE4B9;
}

td.footer {
	background: #f5f5f5;
	color: #FFE4B9;
	text-align: right;
	vertical-align: bottom;
}


tr.rowOdd {
	background: #B5E182;
}

tr.rowEven {
	background: #C1DD7E;
}

tr.rowOdd:hover {
	background: #CAF16C;
}

tr.rowEven:hover {
	background: #CAF16C;
}

tr.newRow {
	background: #C9F65D;
}

hr.line {
	border: 1px solid orange;
}

.centered {
	text-align: center;
}

span.link {
	color: orange;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
}

div.noAvatar {
	width: 120px;
	height: 74px;
	border: 1px solid #555;
	background: #C9F65D;
	text-align: center;
	padding: 46px 0 0 0;
	font-size: 16px;
}

/* Photo view ------------------------------- */

table.photoTable {
	padding: 0;
	margin: 0;
	border: 0px solid #000;
	text-align: center;
	width: 100%;
}

table.photoTable td.filmStripeCell {
	width: 120px;
}

table.photoTable td.mainPhotoCell {
	text-align: center;
}

table.photoTable td.mainPhotoCell img {
	border: 1px solid #000;
	margin: 20px 0 10px 0;
}

td.menuStripe {
	padding: 0;
	margin: 0;
	background: #C0E456;
	text-align: center;
	vertical-align: middle;
}

td.menuStripe ul {
	padding: 2px 0 0 0;
	margin: 0;
	list-style: none;
}

td.menuStripe ul li {
	display: inline;
	padding: 0 40px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

td.menuStripe #displayButton {
	float: left;
	padding: 2px;
}

td.filmStripeCell {
	padding: 11px 0 0 0;
	text-align: center;
}

td.filmStripeCell td {
	text-align: center;
	padding: 6px 2px;
	margin: 0;
}

td.filmStripeCell img {
	border: 1px solid #000;
	padding: 0;
	margin: 0;
}

td.filmStripeCell td.spacer {
	text-align: right;
}
td.filmStripeCell td.spacer img {
	border: 0;
}

div.photoDescription {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 0 90px 20px 90px;
	line-height: 15px;
	
}

table.details {
	padding: 10px 25px;
}

table.details td {
	text-align: left;
}

table.details td.desc {
	font-weight: bold;
	width: 100px;
}

table.comments {
	width: 100%;
	padding: 3px 5px 20px 25px;
}

table.comments td.content {
	text-align: left;
	border-bottom: 1px dotted #fff;
}

table.comments td.header {
	font-weight: bold;
}

span.keepLeft {
	float: left;
}

span.keepRight {
	float: right;
}



/* Messages ------------------------------------------- */

.infoMessage {
	float: left;
	font-weight: bold;
	background: url(img/icons/ok.gif) no-repeat 7px 0;
	padding: 2px 0 0 17px;
	color: #246C00;
	clear: both;
}

.warningMessage {
	float: left;
	font-weight: bold;
	padding: 2px 0 0 8px;
	color: #FEA719;
}

.errorMessage {
	float: left;
	font-weight: bold;
	background: url(img/icons/error.gif) no-repeat;
	padding: 2px 0 0 17px;
	color: #D1002C;
	clear: both;
}

.middleMessage {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: orange;
	font-size: 18pt;
	padding: 20px 0;
}

span.noGroupMsg {
	font-style: italic;
	color: red;
}

div.smallTitle {
	font-weight: bold;
	color: #3FA40F;
	border-bottom: 1px solid #769F63;
	text-align: left;
}

#details { 
	font-size: 10px;
	display: none;
	border: 1px solid orange;
	background: lightyellow;
	padding: 10px;
	margin: 10px 0;
	width: 400px;
}

/* Thumbs table --------------------------------------- */

#thumbs table, #thumbs td {
	border: 1px solid #bbb;
	text-align: center;
}

#thumbs img {
	border: 1px solid lightyellow;
}

#thumbs tr.rowOdd td {
	background: url(img/backgroundx.gif) repeat-y #eee;
}

#thumbs tr.rowEven td {
	background: url(img/background2x.gif) repeat-y #eee;
}

#thumbs td.controls {
	background: url(img/background2x.gif) repeat-y #C0E456;
	vertical-align: middle;
}

#thumbs td.controls img {
	cursor: pointer;
	border: 0;
}

#thumbs select {
	font-size: 10px;
	font-family: Verdana;
	margin-bottom: 6px;
	margin-left: 26px;
}

/* List table --------------------------------------- */

#list table {
	border: 1px solid #ddd;
	width: 98%;
	background: #fff;
	margin: 0 auto;
}

#list table td {
	vertical-align: middle;
	padding: 2px;	
	border: 1px solid #ccc;
}

#list table td.centered {
	text-align: center;
	vertical-align: middle;
}

#list table td.centeredNarrow {
	text-align: center;
	vertical-align: middle;
	width: 50px;
}

#list textarea, input {
	font-family: Verdana;
	font-size: 11px;
}

/* Photo & description table --------------------------*/

#photoAndDesc table {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #A8C06E;
	border-bottom: 1px solid #A8C06E;
	width: 98%;
	margin: 0 auto;
}

#photoAndDesc table td {
	padding: 5px 5px;
	background: #C5E37E;
}

#photoAndDesc img {
	border: 1px solid #080;
	padding: 6px;
}

#photoAndDesc td.desc {
	background: #C5E37E;
	padding-left: 10px;
	vertical-align: top;
	width: 100%;
}

/* Last added photos -----------------------------------*/

#lastAddedPhotos {
	padding: 0px 5px;
	margin: 0 auto;
	text-align: center;
}

#lastAddedPhotos img {
	border: 1px solid #222;
}

#lastAddedPhotos table {
	border: 0px solid #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

#lastAddedPhotos td {
	text-align: center;
	border: 1px solid #ccc;
	background: #eee;
}

#lastAddedPhotos td div.title {
	font-style: italic;
}

#lastAddedPhotos td div.details {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	border: 0px solid red;
	padding: 8px 6px;
}

#lastAddedPhotos td div.details span {
	font-size: 11px;
	font-weight: bold;
	color: #0a0;
}

#lastAddedPhotos td div.details a {
	margin-left: 2px;
}

/* --- */

.lastGalleriesPhoto {
	text-align: center;
	margin-top: 8px;
}

.lastGalleriesPhoto img {
	border: 1px solid #000;
}

.topPhoto {
	text-align: center;
	margin-top: 0px;	
}

.topPhoto img {
	border: 1px solid #000;
}

/* Forms ---------------------------------------------- */

div.controlPhotoInputs {
	position: relative;
	left: 2px;
	top: 75px;
	z-index: 100;
	margin-top: -20px;
	padding: 0;
}

.orderInput {
	font-family: Verdana; 
	font-size: 9px; 
	padding:0; 
	margin-left: 45px;
	margin-bottom: 1px;
	background: #223357;
	color: #fff;
	border: 1px solid #fff;
}

.descInput {
	font-family: Verdana;
	font-size: 9px;
	width: 99px;
	background: #FFF5CD;
	border: 1px solid #fff;
	margin-top: 1px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
}

select {
	font-family: Verdana;
	font-size: 10px;
}

/* Other ----------------------------------------------- */

#galleryName {
	text-align: left;
	color: darkorange;
	font-size: 16px;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid orange;
	margin-bottom: 15px;
}


#previewPhoto { 
	width: 100%;
	height: 100%;
	background: #8E0300 url(img/wait.gif) no-repeat 50%;
	margin: 0 auto;
	text-align: center;
}

#previewPhoto img {
	border: 1px solid #ccc;
}

#galleryDescription {
	margin: 17px 20px;
	font-style: italic;
	font-size: 12px;
}

#paginator {
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	margin-right: 15px;
}

#paginator ul {
	list-style: none;
}

#paginator ul li {
	display: inline;
	padding: 2px 4px;
	margin: 1px;
	border: 1px solid #7a7;
	background: #C0E456;
}

#paginator ul li.selected {
	font-weight: bold;
}

#paginator ul li span.arrows {
	font-weight: bold;
}


#preloader {
	width: 100%;
	height: 280px;
	background: url(img/preloader.gif) no-repeat 50% 130px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 280px;
	cursor: wait;
	z-index: 100;
}

.shoutMessage {
	padding: 10px;
	text-align: justify;
}

.simpleText {
	text-align: justify;
	padding: 5px 10px;
}

.simpleText h3 {
	padding: 0 0 10px 0;
	margin: 0;
}

span.bigNumberDiv {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	padding: 0 ! important;
	margin: 0 7px;
	color: #bbb;
}


div.seeAllDiv {
	text-align: center;
	font-size: 13px; 
	border-left: 0px inset #aaa; 
	padding: 0 ! important;
	margin-bottom: 10px;
}

div.seeAllDiv2 {
	text-align: center;
	padding: 0 ! important;
	margin: 0 ! important;
}

div.link_list {

}

div.noAvatarDiv {
	border: 1px dashed #999;
	width: 80px;
	background: #fcfcfc;
	margin: 0 auto;
	height: 40px;
	padding-top: 18px;
}

#ftpPhotosProcessing {
	position: absolute;
	width: 100%;
	height: 500px;
	display: none;
	border: 0px;
	text-align: center;
	padding-top: 200px;
	cursor: wait;
	z-index: 100;
}

div.percentDiv {
	font-size: 100px;
	font-family: kids, "Times New Roman";
	font-weight: bold;
	color: #95D655;
}

div.fileInfoDiv {
	background: #fff;
	padding: 13px 0;
	font-size: 13px;	
}

/* FAQ -------------------------------------------------- */

#faqAnswers {
	margin-top: 10px;
	border-top: 1px solid #ddd;	
}

div.question {
	padding: 10px 10px 0 25px;	
	font-weight: bold;
	color: #3b3;
	font-size: 12px;
	background: url(img/icons/help_index.png) no-repeat 0px 6px;
}

div.answer {
	padding: 7px 10px 10px 30px;
	text-align: justify;
}

div.answer ol {
	padding: 0 18px;
}

/* TDs -------------------------------------------------- */

td.messageCell {
	vertical-align: top;
	padding-left: 26px;
	padding-right: 3px;
	padding-top: 9px;
	background: url(img/icons/important.gif) no-repeat 8px 0;
	text-align: justify;
	
}

td.galleriesViewCell {
	background: #eee;
	border: 1px solid #e7e7e7;
	padding: 0;
	padding-bottom: 5px;
}



