#gallery table {
	margin-top: 10px ;
}

.picture {
	border: medium solid #CEDFFA;
	padding-bottom: 10px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 6px;

}

.control {
	border: medium none #E2DDD3;
	padding-right: 1px;

}
#imageuploadlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #460702;
	text-decoration: none;
}

#imageuploadlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #17386E;
	text-decoration: underline;
}

#imageuploadlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #460702;
	text-decoration: none;
}
#uploadform fieldset {
	margin:1.5em 0 0 0;
	padding:10;
	list-style: none;
}
#uploadform legend {
	margin-left:1em;
	colour: #000000;
	font-weight: bold;
}
#uploadform  fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
#uploadform  fieldset li {
	padding-bottom: 1em;
	list-style: none;
}
#uploadform  fieldset  ol label {
	display: block;
	float: left;
	width: 12em;
	margin-right: 1em;
	clear: left;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	list-style: none;
}
#uploadform {
	margin-bottom: 150px;
	list-style-type: none;
}

#txtCaptionTitle {
	width: 400px;
	background-color: #E2DDD5;
	border: thin inset #DCDAC9;
	padding: 2px;
}
#txtCaptionText {
	width: 400px;
	background-color: #E2DDD5;
	border: thin inset #DCDAC9;
	padding: 2px;
}

#txtFilepath {
	width: 400px;
	background-color: #E2DDD5;
	border: thin inset #DCDAC9;
	padding: 2px;
}


#menu_parent{
	width: 150px;
	border: 1px solid black;
	background-color: #E6F3FF;
	padding: 1px 2px;
	font-weight: bold;
	background-image: url(images/drop.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu_child{
position: absolute;
visibility: hidden;
background-color: #E6F3FF;
width: 200px;
border: 1px solid black;
border-bottom-width: 0;
}

#menu_child a{
display: block;
width: 98%;
border-bottom: 1px solid black;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: navy;
}

#menu_child a:hover{
background-color: lightyellow;
}

#src_parent{
width: 120px;
padding: 1px 2px;
border: 1px solid blue;
background-color: #EADDFF;
}

#src_child{
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EADDFF;
padding: 0px 5px 2px 5px;
}

#logout_form
{
	margin-bottom: 10px ;
}
