.submitSort{
	background-color:#F0F0F0;						
	border: 1px solid #FFFFFF;
	color: #000000;
	text-decoration: none;		
	position: static;
}
.submitSortCurrent{
	background-color:#C0C0C0;						
	border: 1px solid #FFFFFF;
	color: #000000;
	text-decoration: none;		
	position: static;
}
.submitCreate{
	background-color: #f091a4;
	border: thin solid white;
	color: Maroon;
	font-size: 14pt;
	text-align: center;
		
}
.displayTableHeading{
	border-style: solid;
	border-width: thin;
	border-color: black
}
.displayTableCell{
	border-style: solid;
	border-width: thin;
	border-color: black
}

.albumSubmit{
	text-decoration: none;
	border:1px solid #EBF6FC;
	background-color: lightblue;
}

.albumSubmit:hover{
	border:1px solid red;
}

.albumList{
	border-width: 2px;
	border-style: solid;
	border-color: #ff8000;
	width: 400px;
	overflow: auto;
	padding: 5px;
}

.albumList table tr td{
	padding-left: 5px;	
}

.otherAlbum, .currentAlbum{
	border: 1px solid lightblue;
	width: 90px;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	background-color: white;
}

.albumLink{
	text-decoration: none;
	color: black;
}

.otherAlbum:hover, .currentAlbum:hover{
	border: 1px solid red;
}

.currentAlbum{
	background-color: lightblue;
}

.albumAttr{
	width: 500px;
	background-color: white;
	border-width: 2px;
	border-style: dashed;
	border-color: #ff8000;
}

.albumImg{
	width: 70px;
	background-color: white;
}

.albumImgOther, .albumImgCurrent{
	padding: 5px;
	border: 1px solid white;
	background-color: white;
}

.albumImgOther:hover, .albumImgCurrent:hover{
	border: 1px solid red;
}

.albumImgCurrent{
	background-color: lightblue;
}
