body {
	font-family: tahoma,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	behavior: url("/photo/pngbehavior.htc");
}

a:link, a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#0099FF;
	text-decoration:none;
}

#photo_top {
	width: 100%;
	height: 50px;
	background:#FFFFFF url(/photo/images/ps_bg.jpg);
	overflow: hidden;
}

#photo_top_content {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

#photo_top_logo {
	float: left;
}

#photo_top_link {
	float: right;
	text-align: right;
	color: #666666;
	font-size:12px;
	height: 50px;
	padding-top: 30px;
}

#photo_top_link a:link, #photo_top_link a:visited {
	color: #666666;
	font-size:12px;
	text-decoration: none;
}

#photo_top_link a:hover {
	color: #888888;
	font-size:12px;
	text-decoration: underline;
}

#photo_mainframe {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}

#photo_mainframe_dir_link {
	padding-top: 10px;
	margin: 0px auto;
	width: 800px;
	overflow: hidden;
	color: #666666;
}

#photo_mainframe_dir_link a:link, #photo_mainframe_dir_link a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

#photo_mainframe_dir_link a:hover {
	color: #888888;
	text-decoration: underline;
	font-size: 12px;
}

#photo_mainframe_info {
	margin-bottom: 20px;
	font-size: 13px;
	width: 800px;
}

#photo_mainframe_info, #photo_mainframe_info a:link, #photo_mainframe_info a:visited {
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}

#photo_mainframe_info a:hover {
	color: #AAAAAA;
	font-size:12px;
	text-decoration: none;
}

#photo_mainframe_content {
	width:800px;
	font-size: 120px;
}

#photo_mainframe_paging {
	float:none;
	width:800px;
	text-align: center;
	padding-bottom: 20px;
	margin: 0px auto;
}

#photo_foot {
	border-top: 1px dotted #999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
}

#photo_foot_desc {
	font-size: 12px;
	line-height: 20px;
	color:#333333;
	padding-right: 20px;
}

#photo_foot_copyright {
	color: #999999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	margin:0px;
	padding-right: 20px;
}

.current_page {
	border:1px solid #D1D1D1;
	color:#993333;
	font-size:8pt;
	font-weight:bold;
	padding:1px;
	text-align:center;
}

.page a:active, .page a:visited, .page a:link  {
	border:1px solid #D1D1D1;
	color:#666666;
	cursor:pointer;
	font-size:8pt;
	padding:1px;
	text-align:center;
}

.page a:hover {
    border:1px solid #D1D1D1;
    color:#666666;
    cursor:pointer;
    font-size:8pt;
    padding:1px;
    text-align:center;
}

.empty_message {
	margin: 0px auto;
	color:#DD7870;
	font-size:10pt;
}

.clear {
	clear: both;
}

.upload_progress
{
	background: white url(/photo/images/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

.x-box-tl, .x-box-bl, .x-box-ml {
	overflow: hidden;
	padding-left: 8px;
}

.x-box-tr, .x-box-br, .x-box-mr {
	overflow: hidden;
	padding-right: 8px;
}

.x-box-tl {
	background: transparent url(/photo/images/box-top-l.gif) no-repeat scroll 0 0;
}

.x-box-tr {
	background: transparent url(/photo/images/box-top-r.gif) no-repeat scroll right;
}

.x-box-tc {
	background: transparent url(/photo/images/box-top-c.gif) repeat-x scroll 0 0;
	height: 8px;
	overflow: hidden;
}

.x-box-ml {
	background: transparent url(/photo/images/box-left.gif) repeat-y scroll 0 0;
}

.x-box-mr {
	background: transparent url(/photo/images/box-right.gif) repeat-y scroll right;
}

.x-box-bl {
	background: transparent url(/photo/images/box-bottom-l.gif) no-repeat scroll 0 0;
}

.x-box-br {
	background: transparent url(/photo/images/box-bottom-r.gif) no-repeat scroll right;
}

.x-box-bc {
	background: transparent url(/photo/images/box-bottom-c.gif) repeat-x scroll 0 0;
	height: 8px;
	overflow: hidden;
}

.small_x-box-tl, .small_x-box-bl, .small_x-box-ml {
	overflow: hidden;
	padding-left: 4px;
}

.small_x-box-tr, .small_x-box-br, .small_x-box-mr {
	overflow: hidden;
	padding-right: 4px;
}

.small_x-box-tl {
	background: transparent url(/photo/images/small_box-top-l.gif) no-repeat scroll 0 0;
}

.small_x-box-tr {
	background: transparent url(/photo/images/small_box-top-r.gif) no-repeat scroll right;
}

.small_x-box-tc {
	background: transparent url(/photo/images/small_box-top-c.gif) repeat-x scroll 0 0;
	height: 4px;
	overflow: hidden;
}

.small_x-box-ml {
	background: transparent url(/photo/images/small_box-left.gif) repeat-y scroll 0 0;
}

.small_x-box-mr {
	background: transparent url(/photo/images/small_box-right.gif) repeat-y scroll right;
}

.small_x-box-bl {
	background: transparent url(/photo/images/small_box-bottom-l.gif) no-repeat scroll 0 0;
}

.small_x-box-br {
	background: transparent url(/photo/images/small_box-bottom-r.gif) no-repeat scroll right;
}

.small_x-box-bc {
	background: transparent url(/photo/images/small_box-bottom-c.gif) repeat-x scroll 0 0;
	height: 4px;
	overflow: hidden;
}