
/* Category Display Styles */

div.jm-gallery-category-container {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #949494;	
}

/* Album Display Styles */
	
div.jm-gallery-album-entry {
	float: left;
	display: block; 
	margin: 0 0 4px 0;
	width: 165px;
	height: 150px;
	text-align: center;	
}

div.jm-gallery-admin-album-metainformation {
	text-align: center;
}
	
/* Admin Interface Styles */
sync-text-Entry p{
style="display:inline;"
	
}

div.jm-gallery-admin-album-description{
	display: inline;
   color:#595959;
	padding-top: 10px;
	padding-left: 10px;
}

p.jm-gallery-admin-category-description{
	display: inline;
   color:#595959;
	padding-top: 0px;
	padding-left: 10px;
}


	
div.jm-gallery-admin-category-container{
	border-bottom: 1px solid #949494;
	padding-top: 10px;
}	
div.jm-gallery-admin-category-header{
	font-size: 1.2em;
	font-weight: bold;
	color:#486029;
}

h3.jm-gallery-admin-header {
	border-bottom: 1px dashed #e6e6e6;
}
	
div.jm-gallery-admin-element {
	padding-bottom: 5px;
	
}
	
div.jm-gallery-admin-subelement {
}
	
div.jm-gallery-admin-left {
	width: 180px;
}
	
div.jm-gallery-admin-right {
	margin-left: 10px;
	
}
	
input.jm-gallery-input {
	max-width: 200px;
 	width: 200px;
	vertical-align: top; 
	border: 1px solid #D1D7DC; 
	padding-right: 3px; 
	padding-left: 3px;
}

input.jm-gallery-checkbox {
	max-width: 200px;
	vertical-align: top; 
	border: 1px solid #D1D7DC; 
	padding-right: 3px; 
	padding-left: 3px;
}
jm-gallery-select{
	max-width: 200px;
	border: 1px solid #D1D7DC; 
	width: 200px;
	padding-right: 3px; 
	padding-left: 3px;	
}

	
input.jm-gallery-button {
	vertical-align: top; 
	border: 1px solid #D1D7DC; 
	padding-right: 3px; 
	padding-left: 3px;
}	
	
textarea.jm-gallery-textarea {
	width: 200px;
	max-width: 200px;
}
	
div.jm-gallery-image-edit {
}
	
img.jm-gallery-image-edit {
	height: 70px;
	margin: 1px 10px 0;
	border: 1px solid #e6e6e6;
}
	
h3.jm-gallery-image-edit {
	font-size: 1.2em;
	border-bottom: 1px dashed #e6e6e6;
}

/* Album View Styles */

div.jm-gallery-album-pagebrowser {
	text-align: left;
	color:#486029;
	background-color: #CFD2CB;
	text-align: center;
	vertical-align: middle;	
}

div.jm-gallery-album-metainformation {
	width: 100%;
	margin-top: 5px;
	text-align: left;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.jm-img-area{
  display: block;
  float: left;
   width: 165px;
   height: 209px;
	margin-bottom: 5px;
	padding: 5px;
}

div.jm-gallery-image-entry {
	display: block;
   width: 165px;
   height: 169px;
	border: 1px solid #949494;
	text-align: center;
	padding: 0px;
	margin: 0px;
  background-color: #C8C8C8;
  vertical-align: top;
  margin-top: 0;
}
	
div.jm-gallery-image-entry a {
	display: block;
	margin-left: 0;
	margin-right: 0;
}
	
div.jm-gallery-text-entry{
	float: left;
	width: 165px;
	height: 15px;
	text-align: center;
	font-family: Arial;
	text-align: center;
}
		
div.jm-gallery-image-entry img {
	border: 1px solid #a3a3a3
}

div.jm-gallery-image-collection {
	padding-left: 20px;
}
	
div.jm-gallery-album-control {
	clear: both; 
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
}	

/* Single Image Styles */

div.jm-gallery-image-metainformation-top {
	width: 100%;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 5px;
	padding-top: 10px;
	border-bottom: 1px solid #949494;
}

div.jm-gallery-image-browser {
	font-family: Arial;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	color:#486029;
	background-color: #CFD2CB;
	vertical-align: middle;
}
		
h3.jm-gallery-image-header {	
	font-size: 1.4em;
	margin-bottom: 0;
}
	
div.jm-gallery-image-text-entry p{
	display: inline;
	width: 165px;	
}

div.jm-gallery-image-single-description{
	display: block;
	width: 100%;
	font-size: 1em;
  color:#595959;
 	border-bottom: 1px solid #949494;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

div.jm-gallery-image-single-separator{
	width: 100%;
   height: 10px;
}
	
div.jm-gallery-image-single {
	text-align: center; 	
	padding-top: 5px; 
	padding-bottom: 5px;
	border-bottom: 1px solid #949494;
}
	
div.jm-gallery-image-downloads {
	text-align: center; 
	padding-top: 10px; 
	padding-bottom: 20px;
}
	
/* Random Image Style */
div.jmgallery-random-container {
}

div.jm-gallery-image-random {
	margin: 10px;
}

