html, body {
	font-family:Arial,Helvetica,sans-serif;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

form {
	margin: 0;
	padding: 0;
}

#header {
	background:url(../gfx/header_bg.gif) repeat-x;
	height:70px;
	overflow:hidden;
}

#main {
	background-image:url(../gfx/drop_shadow.png);
	background-repeat: repeat-x;
	min-height:450px;
	position:relative;
}

#content {
	padding:10px;
}

#intro, #about {
	margin:10px auto;
	text-align:left;
	width:700px;
}

#intro p, #about p {
	font-size:0.8em;
	line-height:1.3em;
	text-align:justify;
}

.keyHint {
	cursor: default;
	font-size:0.9em;
	font-style:italic;
}

a { 
	text-decoration: none;
}

#LoadingMsg {
	background-position: top right;
	background-repeat: no-repeat;
	border-style:solid;
	border-width:2px;
	min-height:30px;
	padding:5px 40px 5px 5px;
}

#adSpace {
	font-size:0.7em;
	height:40px;
	overflow: hidden;
	margin:0 37px;
	padding:10px 0;
	width:232px;
}

/****************************************************************************/
/* THUMBNAILS                                                               */
/****************************************************************************/

#content a {
	text-decoration: none;
}

#content a.thumb {
	background-position: center;
	background-repeat:no-repeat;
	border-style: solid;
	border-width:1px;
	display:block;
	float: left;
	margin:2px;
}

#content a.s {
	height: 75px;
	width: 75px;
}

#content a.t {
	height: 120px;
	width: 120px;
}

#content a span {
	background:#000;
	color:#fff;
	display:none;
	filter: alpha(opacity=50);
	font:bold 1.2em Arial,Helvetica,sans-serif;
	opacity: 0.5;
	padding:2px 5px;
}

#content a:hover span {
	display: inline;
}

#content a.faded {
	filter: alpha(opacity=10);
	opacity: 0.05;
}

#content h4 {
	margin:0 0 15px 0;
	padding:0;
}

/****************************************************************************/
/* SEARCH FORM                                                              */
/****************************************************************************/

#searchForm {
	border-style: solid;
	border-width:1px;
	height:60px;
	overflow:hidden;
}

#searchSelectOptions {
	font-size: 0.7em;
	height:2.1em;
	margin-bottom:10px;
	overflow:hidden;
}

#searchSelectOptions select {
	margin:0 10px;
}

#searchSelectOptions strong {
	letter-spacing: 0.1em;
}

#searchInputs {
	font-size: 0.8em;
}

/****************************************************************************/
/* SIDEBAR                                                                  */
/****************************************************************************/

#main #sidebar {
	border-right-width:1px;
	border-right-style:solid;
	display:none;
	left:0;
	min-height:450px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:520px;
}

a.closePanel {
	background-position: center right;
	background-repeat: no-repeat;
	cursor:pointer;
	float:right;
	font-size:0.8em;
	padding-right:20px;
	text-decoration:none;
}

/************************************************************************/
/* PHOTO DETAIL                                                         */
/************************************************************************/

#main #sidebar #photoDetail, #main #sidebar #userDetail, #main #sidebar #searchAdvanced {
	background: url(../gfx/drop_shadow.png) repeat-x;
	display:none;
	padding:10px;
	position:relative;
}

.userheader, .photodetail, .photoContextTags {
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:10px;
	position:relative;
	padding-bottom:10px;
}

.usericon {
	float:left;
	margin-right:10px;
}

#photoDetailUsername {
	font-weight:bold;
	padding-top:8px;
}

#photoDetailUserLocation {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}

.userlinks {
	font-size:0.8em;
}

.userlinks a {
	text-decoration:none;
}

.photodetail #photoDetailTitle {
	font-weight:bold;
}

.photodetail #largePhoto {
	/*border-style:solid;
	border-width:1px;*/
	cursor:pointer;
	margin:5px 0;
}

.photodetail #largePhoto.loading {
	border:none;
}

.photopageLink {
	float:right;
	font-size:0.7em;
}

.photoDetailUploadText {
	font-size:0.7em;
}

#photoDescription {
	border-style:solid;
	border-width:1px;
	font-size:0.8em;
	margin:5px 0;
	padding:10px;
}

.linkout {
	background-position: center right;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-right:15px;
}

.photoContextTags .headerRow td {
	font-size:0.9em;
	font-weight:bold;
}

#photoContextPrev, #photoContextNext {
	border-style:solid;
	border-width:1px;
	float:left;
	margin-right:5px;
	margin-top:-15px;
}

#photoContextNext {
	margin-right:10px;
}

#photoDetailTags {
	font-size:0.8em;
	font-weight:normal;
	height:100%;
	padding:10px 5px;
	text-align:center;
}

#photoDetailSets {
	font-size:0.8em;
}

#photoDetailSetsGroups {
	margin:5px 35px;
	padding:0;
	width:100%;
}

#photoDetailSetsGroups li {
	border-style:solid;
	border-width:1px;
	float:left;
	list-style-image:none;
	list-style-type:none;
	margin-right:10px;
	margin-bottom:7px;
	padding:6px 4px;
	width:195px;
}


/****************************************************************************/
/* ADVANCED SEARCH                                                          */
/****************************************************************************/

#searchAdvanced p {
	font-size: 0.8em;
	clear:both;
}

#searchAdvanced p label {
	float:left;
	padding-right:10px;
	text-align:right;
	width: 150px;
}

#searchAdvanced p label.inline {
	display: inline !important;
	width:auto;
	
}

/****************************************************************************/
/* PREFERENCE PANEL                                                         */
/****************************************************************************/

#prefPanel {
	display:none;
	min-height:450px;
	overflow:hidden;
	position:absolute;
	/*padding-left:10px;*/
	top:0px;
	width:20px;
}

#prefPanelBG {
	/*height:10px;
	overflow:hidden;*/
	display:none;
}

#prefPanelToggle {
	background-position: 0 10px;
	background-repeat:no-repeat;
	font-size:0.00001mm;
	height: 40px;
	left:0;
	overflow:hidden;
	position:absolute;
	text-indent:-1000px;
	width:20px;
}

#prefOptions {
	font-size:0.8em;
	padding:0 10px 10px 20px;
	width:100%;
}

#prefOptions h4 {
	background: url(../gfx/drop_shadow.png) repeat-x;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font:bold 1em Georgia,Times,serif;
	margin:0 0 10px 0;
	padding:10px 0 3px 10px;
}

#prefOptions p {
	padding-left:10px;
}

#prefOptions label {
	display:block;
	font-weight:bold;
}

#prefOptions label.inline {
	display: inline;
	font-weight:normal;
}

/****************************************************************************/
/* USER DETAIL                                                             */
/****************************************************************************/

#main #sidebar #userDetail {
	background: url(../gfx/drop_shadow.png) repeat-x;
	display:none;
	padding:10px;
	position:relative;
}

#srchSearch, #srchUser, #srchFavs, #srchSet, #srchGroup {
	display:none;
}

/****************************************************************************/
/* PAGE LINKS                                                               */
/****************************************************************************/
#stackList {
	display:none;
	padding:5px 10px 0 10px;
}

#stackList a {
	font-size:0.8em;
	text-decoration:none;
}

#pagesTop, #pagesBottom {
	display:none;
	padding:10px;
}

#pagesTop a, #pagesBottom a {
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	float:left;
	font-size:0.8em;
	height:1.1em;
	margin:0 1px;
	padding: 3px 7px;
	text-decoration:none;
}

#pagesTop a.selected, #pagesBottom a.selected {
}

/****************************************************************************/
/* CONTENT MESSAGES                                                         */
/****************************************************************************/

.loadingMsg {
	font-size:0.8em;
	padding:50px 5px;
	text-align:center;
}

.loadingMsg span {
	background-repeat:no-repeat;
	background-position: center right;
	padding:5px 40px 5px 0;
}

.errorMsg {
	padding:50px 0;
	text-align:center;
}

.errorMsg p {
	font-size:0.8em;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:400px;
}

.errorMsg p.errMsgHdr {
	font:bold 1.2em Georgia,Times,serif;
}

/****************************************************************************/
/* FOOTER                                                                   */
/****************************************************************************/

#footer {
	background:transparent url(../gfx/drop_shadow.png) repeat-x;
	min-height:150px;
	padding-top:10px;
	text-align:center;
	width:100%;
}

.disclaimer {
	font-size:0.7em;
	padding:10px 10%;
	text-align:justify;
}

.disclaimer a {
	text-decoration:none;
}

#paypal {
	font-size:0.8em;
}

/****************************************************************************/
/* TAG CLOUD                                                                */
/****************************************************************************/

#tagCloud {
	border-style:solid;
	border-width:1px;
	display:none;
	margin:10px auto;
	width:80%;
}

#tagCloud #tags {
	padding:10px;
}

#tagCloud a {
	border-style:solid;
	border-width:1px;
	padding:1px;
	text-decoration:none;
}

#tagCloud a:hover, #tagCloud a.selected {
	border-style:solid;
	border-width:1px;
}

.tagLevel0 {
 font-size:0.7em;
}

.tagLevel1 {
 font-size:0.8em;
}

.tagLevel2 {
 font-size:0.9em;
 font-weight:bold;
}

.tagLevel3 {
 font-size:1em;
 font-weight:bold;
}

.tagLevel4 {
 font-size:1.1em;
 font-weight:bold;
}

.tagLevel5 {
 font-size:1.2em;
 font-weight:bold;
}

#btnClearTags {
	border:none;
	border-top-style:solid;
	border-top-width:1px;
	cursor:hand;
	display:none;
	font-weight:bold;
	width:100%;
}