/* CSS Document */
input {
	height:17px;
	border:1px solid #b0b0b0;
	font-size:11px;
	font-family:tahoma;
}
textarea {
	font-size:11px;
}
td {
	font-size:11px;
	font-family:tahoma;
	color:#333333;
}
.border td {
	border-bottom:1px solid #dddddd;
	height:25px;
	text-align:center;
}
.borderEnd td {
	border-bottom:2px solid #d2d2d2;
	height:25px;
	text-align:center;
}
.subject {
	text-align:left;
}
.subject a:link, .subject a:visited {
	color:#000000;
	text-decoration:none;
}
.subject a:hover {
	color:#0066cc;
	text-decoration:underline;
}
a.page:link, a.page:visited {
	color:#333333;
	text-decoration:none;
	padding :0 5px;
}
a.page:hover {
	color:#333333;
	text-decoration:underline;
	padding :0 5px;
}
a.page:active {
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
}

/* view */
.viewSubject {
	text-align:left;
	margin-left:10px;
	font-weight:bold;
}
.alignLeft {
	text-align:left;
	margin-left:10px;
}
.viewList {
	text-align:left;
}
.viewList a:link, .viewList a:visited {
	margin-left:10px;
	text-decoration:none;
	color:#333333;
}

/* Gallery */
.frame {
	position:absolute;
	width:172px;
	height:140px;
	z-index:100;
}
.preview {
	width:172px;
	height:140px;
	padding-left:16px;
	padding-top:16px;
}