/* E-N-T-R-Y */

div.jm-gallery-entry-container {
	padding: 0px;
	border: 0px solid #000;
	}
div.jm-gallery-entry-header {
	font-size: 14px;
	font-weight: bold;
	color: #6F1010;
	}
div.jm-gallery-entry-description {
	border: 0px solid #00FF00;
	}		
div.jm-gallery-entry-album {
	display: block; 
	float:left; 
	width: 114px;
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #9A8A73;
	background: #EEE5D4;
	}
div.jm-gallery-entry-album-image {
	clear:left; 
	height: 75px;
	}
div.jm-gallery-entry-album-name {
	clear:left; 
	cursor: pointer;
	font-weight: bold;
	height: 25px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 0px solid #9A8A73;
	}
div.jm-gallery-entry-album-metainformation {
	clear: left;
	text-align: center;
	padding: 2px;
	font-size: 10px;
	height: 13px;
	border: 0px solid #FF0000;
	background: #FFF9E2;
	}


/* A-L-B-U-M */

div.jm-gallery-album-container {
	border: 0px solid #0000FF;
	margin-bottom: 15px;
	}
div.jm-gallery-album-header {
	font-size: 14px;
	font-weight: bold;
	color: #6F1010;
	}
div.jm-gallery-album-description {
	border: 0px solid #00FF00;
	}
div.jm-gallery-album-pagebrowser {
	clear: left;
	text-align: left;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 8px;
	}
div.jm-gallery-album-image-collection {
	margin-left: 20px;
	}	
div.jm-gallery-album-image-container {
	display: block;
	float:left; 
    	width: 112px;
	border: 1px solid #9A8A73;
	background: #EEE5D4;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 8px;
	}
	html>body div.jm-gallery-album-image-container {
	width: 112px;
	}	
div.jm-gallery-album-image {
	border: 0px solid #a3a3a3;
	height: 75px;
	}
div.jm-gallery-album-image-metainformation {
	text-align: center;
	cursor: pointer;
	font-size: 9px;
	height: 25px;
	padding: 2px;
	border: 0px solid #FF0000;
	background: #FFF9E2;
	}
div.jm-gallery-album-backlink {
	text-align: center;
	border-top: 0px solid #000; 
	}
	
	
		
	
	
	

/* S-I-N-G-L-E */	

div.jm-gallery-single-pagebrowser {
	clear: left;
	text-align: center;
	border: 0px solid #FF0000;
	}
div.jm-gallery-prev-link { float: left; }
div.jm-gallery-next-link { float: right; }
div.jm-gallery-centered-links { margin: 0 100px; text-align: center; }

div.jm-gallery-single-image {
	text-align: center; 
	margin-top: 5px;
	padding: 3px; 
	border: 1px solid #9A8A73;
	background: #EEE5D4;
	}
div.jm-gallery-single-description {
	border: 0px solid #9A8A73;
	background: #FFF9E2;
	padding: 2px;
	}
div.jm-gallery-single-ecard {
	text-align: center; 
	margin-top: 4px; 
	}	





/* RANDOM DISPLAY STYLES */
div.jmgallery-random-container {
	}
div.jm-gallery-image-random {
	margin: 10px;
	}





/* ADMIN INTERFACE STYLES */

div.create-new-album-control-hidden { display: none; }

div.jm-gallery-new-album-container, 
div.tx-jmgallery-pi1, 
div.jm-gallery-admin-category-container {
	padding-bottom: 5px;
	margin: 0 0 5px 0;
	}

/* DEFAULT: label styles in album listing */
div.jm-gallery-admin-control-labels { font-size: 1em; font-weight: bold; }
div.jm-gallery-admin-control-labels .label { padding: 2px 3px; background-color: #e7e7e7; border: 1px solid #bebebe; }
div.jm-gallery-admin-control-labels .first { border-left: 1px solid #a1a1a1; }
div.jm-gallery-admin-control-labels .last { border-right: 1px solid #a1a1a1; }
div.jm-gallery-admin-control-labels .name { float: left; width: 439px; }
div.jm-gallery-admin-control-labels .pictures { float: left; width: 77px; text-align: center; }
div.jm-gallery-admin-control-labels .date { float: left; width: 108px; text-align: center; }
html>body div.jm-gallery-admin-control-labels .name { width: 430px; }
html>body div.jm-gallery-admin-control-labels .pictures { width: 69px; }
html>body div.jm-gallery-admin-control-labels .date { width: 99px; }

/* DEFAULT: local row styles in album listing */
div.jm-gallery-admin-category-container .column { background-color: #ffffff; border-right: 1px dashed #a1a1a1; padding: 0 3px; }
div.jm-gallery-admin-category-container .first { background-color: #dddddd; border-left: 1px dashed #a1a1a1; }
div.jm-gallery-admin-category-container .last { border-right: 1px dashed #a1a1a1 !important; }

/* DEFAULT: global row styles in album listing */
div.jm-gallery-admin-album-container { padding: 1px 0 1px 0; }
div.jm-gallery-admin-album-container .name { float: left; width: 439px; }
div.jm-gallery-admin-album-container .description { padding: 0; margin: 0; font-size: 0.8em; display:none; }
div.jm-gallery-admin-album-container .pictures { float: left; width: 77px; text-align: center; }
div.jm-gallery-admin-album-container .date { float: left; width: 108px; text-align: center; }
html>body div.jm-gallery-admin-album-container .name { width: 430px; }
html>body div.jm-gallery-admin-album-container .pictures { width: 70px; }
html>body div.jm-gallery-admin-album-container .date { width: 100px; }
div.jm-gallery-admin-category-container .control-new { width: 622px; border-top: 1px solid #bebebe; text-align: right; padding-top: 4px; }

/* EDIT_ALBUM: global styles */
div.tx-jmgallery-pi1 .album-cover { width: 130px; float: left; padding: 10px; text-align: center; }
div.tx-jmgallery-pi1 .album-cover img { padding: 3px; border: 1px solid #bebebe; }
div.tx-jmgallery-pi1 .header { margin-left: 150px; margin-top: 30px; }

/* EDIT_ALBUM: form styles */
div.changealbum-container .first { font-weight: bold; }
div.tx-jmgallery-pi1 textarea,
div.create-new-album-control input,
div.tx-jmgallery-pi1 input {
	border-left: 4px solid #DED2B5;
	border-top: 1px solid #9A8A73;
	border-bottom: 1px solid #9A8A73;
	border-right: 1px solid #9A8A73;
	padding-left: 4px;
	width: 350px;
	font-family: verdana;
	font-size: 11px;
	}
div.tx-jmgallery-pi1 input[type=submit],
div.create-new-album-control input[type=submit] { width: 100px !important; }

/* IE6 Fix: IE6 doesn't recognize [type=submit] or [type=checkbox] */
div.album-cover input,
#jm-gallery-album-create-button,
#jm-gallery-form-image-edit-part-submit,
div.album-upload-button input { width: 100px; }
div.image-block input { width: 12px; height: 12px; border: 0; }


/* EDIT_ALBUM: image entry styles */
div.tx-jmgallery-pi1 .image-block { max-width: 135px; width: 135px; height: 190px; display: block; float: left; margin-top: 10px; }
div.tx-jmgallery-pi1 .image-block img { padding: 3px; border: 1px solid #bebebe; }
div.tx-jmgallery-pi1 .image-block p { padding: 0px; margin: 0px; }
div.tx-jmgallery-pi1 .image-block textarea { width:119px !important; height: 30px !important; }
div.tx-jmgallery-pi1 .image-block input[type=checkbox] { width: 12px; height: 12px; }
div.changealbum-container-hidden { display: none; } 

/* CREATE_ALBUM: form style */
div.create-new-album-control { margin: 0 0 10px 0; }
#jm-gallery-album-block { display: none; }

div.tx-jmgallery-pi1 h3.album-header, 
h3.image-entry,
div.tx-jmgallery-pi1 h3.album-images,
div.tx-jmgallery-pi1 h3.album-upload, 
div.jm-gallery-admin-category-container h3.category-header {
	font-size: 1.3em;
	letter-spacing: -0.01em;
	font-weight: bold;
	margin: 0;
	}
div.tx-jmgallery-pi1 h3.album-header,
div.tx-jmgallery-pi1 h3.album-images,
div.tx-jmgallery-pi1 h3.album-upload { 
	border-bottom: 1px solid #bebebe; 
	}
div.tx-jmgallery-pi1 h3.album-images,
div.tx-jmgallery-pi1 h3.album-upload {
	margin-top: 15px;
	}

	
/* eCARD Styles */
div.jm-gallery-ecard-compose-container img { float: left; padding: 3px; border: 1px solid #9A8A73; margin-bottom: 6px; margin-left: 25px;}
div.jm-gallery-ecard-form-fields { margin-left: 10px; margin-right: 10px;}
jm-gallery-ecard-form-errors { color: red; }
div.jm-gallery-ecard-form-fields label { padding-left: 10px; clear: left; clear: left; width: 350px; }
div.jm-gallery-ecard-form-fields input { padding-left: 10px; clear: left; clear: left; width: 350px; }
div.jm-gallery-ecard-form-fields .submit { margin-left: 15px; margin-top: 10px; background: #EEE5D4; width: 370px;}







#div.jm-gallery-album-entry {
	display: block; 
	float:left; 
	width: 114px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #9A8A73;
	background: #EEE5D4;
	}
	
#/* ALBUMVORSCHAU BESCHREIBUNG */
#div.jm-gallery-list-album-metainformation,
#div.jm-gallery-admin-album-metainformation {
	text-align: center;
	font-size: 0.8em;
	height: 25px;
	margin-top: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #FF0000;
	background: #FFF9E2;
	}
