/**/
/*-----------------------------------*/
body {
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	background-image: url(bg.gif);
}
/*---------------------------*/
.table-main {
	width: 600px;
	margin-top: 2px;
}
/*-------------------------*/
.page-title {
	background-image: url(top.gif);
	background-repeat: no-repeat;
	height: 60px;
	background-position: center center;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	background-color: #ffffff;
	font-family: "Arial", "Helvetica", "sans-serif";
}
/*-----------------------------*/
.header1 {
	font-size: 11px;
	color: #000000;
	text-align: center;
}
/*-----------------------------*/
.header2 {
	font-size: 11px;
	color: #000000;
}
/*-----------------------*/
.home-icon {
	text-align: left;
}
/*---------------------*/
.login-icon {
	text-align: right;
}
/*---------------------------------*/
.inside {
	padding: 10px;
}
/*-----------------------*/
.album-all {
	width: 500px;
	margin-top: 5px;
}
/*-----------------------*/
.td-one {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
/*-----------------------------*/
.table-one {
	width: 100%;
}
/*-----------------------*/
.album-title {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	padding: 3px;
	font-weight: bold;
}
/*-----------------------*/
.album-comment {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	padding: 3px 3px 3px 15px;
}
/*---------------------------*/
.album-pic {
	vertical-align: top;
	padding: 3px;
	width: 50px;
	text-align: right;
}
/*---------------------------------*/
a:link{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
