/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.arial {
font-family: arial;
}
.style1 {
	color: #646464;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #708EBC;
	font-size: 12px;
	font-family: tahoma;
        text-decoration: none;

}
.style3 {
	color: #606060;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #708EBC;
	font-size: 10px;
	font-family: tahoma;
         text-decoration: none;
}
.style5 {
	color: #80A43F;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style6 {
	color: #3B3B3B;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style7 {
	color: #DB6A00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #3862a8;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {color: #3862a8; font-size: 11px; font-family: tahoma; font-weight: bold; }
.vi16			         {color : #6262E1; font-size: 16px; font-family : Arial, Helvetica; font-weight : bold;}


/* Category Display Styles */

h3.jm-gallery-category-header {
	text-align: center;
	font-size: 14px;
	border-bottom: 1px dashed #e6e6e6;
	}
p.jm-gallery-category-description {
	text-align: center;
	}
div.jm-gallery-category-container {
	text-align: center;
	padding-bottom: 10px;
	}

/* Album Display Styles */
	
div.jm-gallery-album-entry {
	text-align: center;
	display: block; 
	float:left; 
	margin: 0;
	border: 0;
	width: 200px;
	text-align: center;
	}
div.jm-gallery-list-album-metainformation,
div.jm-gallery-admin-album-metainformation {
	text-align: center;
	}
	

/* Admin Interface Styles */

h3.jm-gallery-admin-header {
	text-align: center;
	font-size: 14px;
	border-bottom: 1px dashed #e6e6e6;
	}
div.jm-gallery-admin-element {
	text-align: center;
	padding: 2px;
	}
div.jm-gallery-admin-subelement {
	}
div.jm-gallery-admin-left {
	text-align: center;
	padding-top: 3px;
	float: left;
	width: 150px;
	}
div.jm-gallery-admin-right {
	text-align: center;
	margin-left: 150px;
	width: 200px;
	}
input.jm-gallery-input {
	text-align: center;
	max-width: 200px;
	vertical-align: top; 
	border: 1px solid #D1D7DC; 
	padding-right: 3px; 
	padding-left: 3px;
	font-size: 10px;
	}
textarea.jm-gallery-textarea {
	text-align: center;
	border: 1px solid #D1D7DC; 
	font-size: 10px;
	}
div.jm-gallery-image-edit {
	}
img.jm-gallery-image-edit {
	text-align: center;
	height: 70px;
	margin: 1px 10px 0;
	border: 1px solid #e6e6e6;
	}
h3.jm-gallery-image-edit {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px dashed #e6e6e6;
	}


/* Album View Styles */

div.jm-gallery-album-metainformation {
	text-align: center;
	width: 100%;
	margin-top: 5px;
	text-align: left;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 5px;
	}
h3.jm-gallery-album-header {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
	}
div.jm-gallery-image-entry {
	text-align: center;
	display: block;
	float:left; 
	border: 0;
	margin: 5px;
	text-align: center;
	}
div.jm-gallery-image-collection {
	}
div.jm-gallery-album-control {
	text-align: center;
	clear: both; 
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	}	
	

/* Single Image Styles */

div.jm-gallery-image-metainformation-top {
	text-align: center;
	width: 100%;
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 5px;
	margin-top: 5px;
	}
div.jm-gallery-image-metainformation-bottom {
	width: 100%;
	text-align: center;
	border-top: 1px dashed #e6e6e6;
	padding-top: 5px;
	margin-bottom: 5px;
	}
h3.jm-gallery-image-header {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
	}
div.jm-gallery-image-single {
	text-align: center; 
	padding-top: 30px; 
	padding-bottom: 30px;
	}
div.jm-gallery-image-downloads {
	text-align: center; 
	padding-top: 10px; 
	padding-bottom: 20px;
	}


