#photocon  {
	margin: 0;
	padding: 0;
}

#photocon h2 {
	margin: 0 0 10px 0;
	padding: 0;
}


#photocon img {
	border: none;
}

#photocon p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 10px 0;
	padding: 0;
}

#photocon h3 {
	margin: 10px 0;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	background-color: #D9DCFF;
}

#photocon dl {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D9DCFF;
}

#photocon dt {
	color: #000099;
	margin: 0;
	padding: 5px 0;
	width: 7em;
	float: left;
	clear: left;
}
	
#photocon dd {
	margin: 0 0 0 7em;
	padding: 5px 0;
	color: #333333;
}

#photocon .ph{
	border: none;
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
}

#photocon #PageTop {
	font-size: 12px;
	line-height: 16px;
	text-indent: 1.2em;
	color: #333333;
	margin: 10px 0;
	padding: 0;
	float: right;
	clear: both;
}

#photocon #GoTop {
	font-size: 12px;
	line-height: 16px;
	text-indent: 1.2em;
	color: #333333;
	margin: 5px 0;
	padding: 0;
	float: right;
	background:url(../img/arrow.gif) no-repeat left center;
	clear: both;
}

/* tablesorter */
#photocon table {
	width: 650px;
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	border-top: solid 1px #D9DCFF;
	text-align: left;
	background-color: #FFFFFF;
}
#photocon table thead tr th {
	margin: 0;
	padding: 10px 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000099;
	border-bottom: 1px solid #D9DCFF;
	border-left: 1px dotted #CCCCCC;
}

#photocon table thead tr .header {
	background: url(../img/bg.gif) no-repeat center right;
	cursor: pointer;
}
#photocon table thead tr .headerSortUp {
	background: url(../img/asc.gif) no-repeat center right;
	background-color: #FFFFFF;
}
#photocon table thead tr .headerSortDown {
	background: url(../img/desc.gif) no-repeat center right;
	background-color: #FFFFFF;
}

#photocon table tbody td {
	margin: 0;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #333333;
	vertical-align: top;
	border-bottom: 1px solid #D9DCFF;
	border-left: 1px dotted #CCCCCC;
}
#photocon table tbody td span {
	visibility: hidden;
	font-size: 1px;
	color: #FFFFFF;
}
#photocon table tbody tr.odd td {
	background-color:#FFFFFF;
}
#photocon table .title {
	width: 320px;
	border-left: none;
}
#photocon table em {
	color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}


#photocon table a:link {  color: #000000; text-decoration: underline; font-weight: bold; }
#photocon table a:visited {  color: #000000; text-decoration: underline; font-weight: bold; }
#photocon table a:hover {  color: #CC0000; text-decoration: underline; font-weight: bold; }
#photocon table a:active {  color: #CC0000; text-decoration: underline; font-weight: bold; }

#photocon a:link {  color: #000000; text-decoration: underline; }
#photocon a:visited {  color: #000000; text-decoration: underline; }
#photocon a:hover {  color: #CC0000; text-decoration: underline; }
#photocon a:active {  color: #CC0000; text-decoration: underline; }
