@CHARSET "ISO-8859-1";

/* ----------------- GALLERY APPERANCE ------------------- */
#gallery {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}

#gallery_title {
	color: white;
	background-color: #911C3B;
	width:  600px;
	height:  18px;
}

#gallery_nav {
	color: white;
	background-color: #911C3B;
	width:  600px;
	height:  22px;
}

a.gallery_nav_link:link {
	color: white;
}

a.gallery_nav_link:visited {
	color: white;
}

a.gallery_nav_link:hover {
	color: black;
}

.tbl_gallery {
	width: 600px;
	height: 500px;
	border: 1px solid black;
}

.tbl_col_gallery {
	font-size: 8pt;
	text-align: center;
}


/* ------------------- IMAGE APPERANCE --------------------- */
#img_title_id {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#img_nav {
	margin-left:100px;
	background-color: #ecd0b4;
	margin-top: 0px;
	margin-bottom: 15px;	
}

a.img_nav_link:link {
	color: #0e2f3e;
}

a.img_nav_link:visited {
	color: #0e2f3e;
}

a.img_nav_link:hover {
	color: #911C3B;
}

.gal_thumb {
	border: 1px solid black;
}

.gal_img {
	border: 1px solid black;
}

a.img_delete:link {
	color: black;
}

a.img_delete:visited {
	color: black;
}

a.img_delete:hover {
	color: red;
}

/* ---------------------- UPLOAD FORM APPEARANCE ---------------- */
#upload_form {
	position: relative;
	left: 20px;
	margin-top: 0px;
	width: 1px;
}

.upload_form_table {
	width:  250px;
	height: 150px;
	border: 1px solid black;
	font-size: 10pt;
}

.upload_field {
	text-align: left;
	width: 100%;
}

.upload_form_sep {
	size: 1px;
}

/* ---------------------- DEFAULT LINK APPEARANCE --------------- */
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
