/** General definitions */

input {						border: 1px solid #939393; }
textarea {					border: 1px solid #939393; }

hr {						visibility: hidden;
						clear: both; }

input.green {					color: #ffffff;
						background: #60da2c;
						border: 1px solid #3c9f12;}

input.orange {					color: #ffffff;
						background: #feac28;
						border: 1px solid #f98417;}

a.green {					padding: 1px 3px;
						color: #ffffff;
						background: #60da2c;
						border: 1px solid #3c9f12;
						text-decoration: none; }

a.orange {					padding: 1px 3px;
						color: #ffffff;
						background: #feac28;
						border: 1px solid #f98417;
						text-decoration: none;}

.warning {					color: #feac28; }
.grey {						color: #9a9a9a; }


/** General Informations */
div.galleryArea {				color: #525252;
						padding: 5px;
						font-family: verdana,arial,helvetica,sans-serif;
    						font-style: normal;
    						font-variant: normal;
    						font-weight: normal;
    						line-height: normal;
    						font-size-adjust: none;
    						font-stretch: normal;
						line-height: normal;}
div.galleryAreaAdmin {				color: #5b5b5b;
						width: 97%;
						border: 1px solid #c1c1c1;
						padding: 5px;
						font-family: verdana,arial,helvetica,sans-serif;
    						font-style: normal;
    						font-variant: normal;
    						font-weight: normal;
    						font-size: 80%;
    						line-height: normal;
    						font-size-adjust: none;
    						font-stretch: normal;
						line-height: normal;}

div.galleryTitle {				color: #3254a3; }

div.galleryAdminNavigation {			border: 1px solid #666666;
						background: #feffb8;
						padding: 2px; }

div.galleryAdminNavigation a {			color: #666666;
						text-decoration: none; }
div.galleryAdminNavigation a:hover {		color: #666666;
						text-decoration: underline; }

div.galleryNavigation {				height: 20px;
						margin-top: 5px;
						margin-bottom: 10px;
						clear:both; }
div.galleryNavigation a {			color: #3f83c9;
						text-decoration: none; }
div.galleryNavigation a:hover {			color: #3f83c9;
						text-decoration: underline; }

div.galleryNavigationLeft {			float:left;
						width: 20%; }
div.galleryNavigationLeft a {			color: #3f83c9;
						text-decoration: none; }
div.galleryNavigationLeft a:hover {		color: #3f83c9;
						text-decoration: underline; }

div.galleryNavigationMiddle {			float:left;
						width: 55%; }
div.galleryNavigationMiddle a {			color: #3f83c9;
						text-decoration: none; }
div.galleryNavigationMiddle a:hover {		color: #3f83c9;
						text-decoration: underline; }

div.galleryNavigationRight {			float:right;
						width: 20%; }
div.galleryNavigationRight a {			color: #3f83c9;
						text-decoration: none; }
div.galleryNavigationRight a:hover {		color: #3f83c9;
						text-decoration: underline; }

.galleryAdminSubtitle {				color: #ff9326; }


div.galleryFooter {				margin-top: 15px;
						font-size: 80%; }

div.galleryFooter a {				color: #c1c1c1;
						text-decoration:none; }
div.galleryFooter a:hover {			color: #000000;
						text-decoration:none; }


/** Album View */

div.albumPreview {				margin-bottom: 10px; }
div.albumPreview a {				color: #575757;
						text-decoration: none; }
div.albumPreview a:hover {			color: #000000;
						text-decoration: none; }

div.albumPreviewImage {				margin-right: 5px;
						float: left;}

img.albumPreviewImage {				border: 1px solid #515151; }

span.albumPreviewTitle {			color: #437dce; }


/** Thumbnail View */

div.thumbImageCont {				margin: 1px;
						border: 1px solid #a0a0a0;
						float: left; }
div.thumbImageCont:hover {			border: 1px solid #555555; }

div.thumbImageCont img {			border: 0px solid #555555; }


/** Single View */

img.galleryThumbCommentIcon {			height: 12px;
						margin-top: 5px;
						position: relative; }

img.galleryNavCommentIcon {			height: 12px; }

img.gallerySingleImage {			border: 1px solid #555555; }

table.galleryComments {				width: 450px;
						font-size: 90%; }


















