@charset "utf-8";
/* CSS Document */

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

/* Forms */
/* Login form */
.frm-login-left-container {
	width: 90px;
	display: inline;
	float: left;	
}

.frm-login-left-container div {
	height: 30px;
}

.frm-login-right-container {
	width: 250px;
	display: inline;
	float: left;
}

.frm-login-right-container div {
	height: 30px;
}

.frm-login-container {
	width: 400px;
	height: 150px;
}

/* Edit form */
.frm-edit-container {
	width: 500px;
	height: 150px;
}

.frm-edit-left-container {
	width: 110px;
	display: inline;
	float: left;	
}

.frm-edit-left-container div {
	height: 30px;
}

.frm-edit-right-container {
	width: 250px;
	display: inline;
	float: left;
}

.frm-edit-right-container div {
	height: 30px;
}


/* Tables */
#tbl-header-container {
	width: 400px;
	clear: left;
	font-weight: bold;
}

#tbl-header-item {
	float: left;
	display: inline;
}

.column-wide {
	width: 300px;
}

.column-thin {
	width: 50px;
	text-align: center;
}

#tbl-row-container {
	width: 400px;
	clear: left;
}

#tbl-row-item {
	float: left;
	display: inline;
}

/* Edit */
#gallery-edit-images-container {
	clear: both;
}

.gallery-edit-image-container {
	width: 110px;
	padding: 5px;
	float: left;
	text-align: center;
	height: 160px;
}

.gallery-edit-image {

}

.gallery-edit-image-details {

}

#gallery-edit-upload-container {
	clear: both;
}

/* Gallery */
.gallery-item-container {
	clear: left;
}

.gallery-item-defaultimage-thumbnail {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.gallery-category-image {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.gallery-category-details {
	float: left;
	width: 400px;
}


#gallery-displayitem-container {

}

#gallery-item-description {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#gallery-displayitem-images-container {
	width: 580px;
}

.gallery-displayitem-thumbnail {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.gallery-category-container {
	padding-bottom: 10px;
	height: 110px;
}

.gallery-category-name {

}

.gallery-category-description {

}

#gallery-category-image {
	width: 100px;
	float: left;
}

.gallery-item-container {
	padding-bottom: 10px;
	height: 110px;
}

.gallery-item-image {
	width: 100px;
	float: left;
}

#gallery-new-container {
	background-color: #E5E5E5;
	padding: 5px;
	width: 550px;
	height: 100px;
}

#gallery-taller {
	height: 160px;
}

textarea {
	height: 150px;
	width: 350px;
}

/* Comments */
.frm-comment-container {
	clear: both;
}

#gallery-comments-container {
	clear: both;
}

#gallery-comments-container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#gallery-comments-container li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.gallery-comment-name {
	font-weight: bold;
}

#gallery-breadcrumb-container {
	font-size: 9px;
	color: #25a1e7;
	padding-bottom: 10px;
}

#gallery-breadcrumb-container a {
	color: #25a1e7;
	text-decoration: none;
}

#gallery-breadcrumb-container a {
	color: #25a1e7;
	text-decoration: underline;
}


#gallery-item-name {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gallery-item-defaultimage-fullsize {
	width: 425px;
	float: left;	
}

#gallery-displayitem-images-thumbnails-container {
	margin: auto;
	width: 150px;
	float: left;
}

#gallery-items-container {
	width: 580px;
}

/* Messages */
.error-message {
	padding: 10px;
	border: thin solid #CC0000;
	background-color: #F8DEDE;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ok-message {
	padding: 10px;
	border: thin solid #336600;	
	background-color: #E6FFE6;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;	
}