body {
	background: #a6a6a6;
	margin: 0px;
	font-family: Trebuchet, Tahoma, Verdana, Georgia, Arial, sans-serif;
}

a {
	text-decoration:none;
	border: none;
	color: #666666;
}

a:hover {
	color: white;
}

img {
	color-profile: auto;
	rendering-intent: auto;
}

.thumb {
	border: solid 2px black;
	margin: 1px;
}

.title {
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
}

.container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding-bottom: 20px;
	font-size:12px;
}

div.bigcontainer {
	text-align: center;
}

.rightpad {
	padding-right: 15px;
}

/* --------------------------------------------------------------------- */
/* The Drop Shadow */
/* --------------- */

.shadow img {
	border: none;
	/* visibility:hidden; */
}

div.photoholder {
	padding: 12px 12px 33px 12px;
	background: black url(img/bottomshadow_small.png) repeat-x bottom left;
	border: none;
}

div.shadow {
	margin: 0 auto;
	position: relative;
	background: url(img/rightshadow_small.png) repeat-y top right;
	height: auto;
	/* for crusty ie6  that insists on making this too tall */
	font-size: 1px;
	line-height: 0;
}

div.bottomleft {
	width: 26px;
	height: 21px;
	background: url(img/leftbottom.png) no-repeat bottom left;
	position: absolute;
	/* stupid ie6 needs different positioning, hence the !important which it ignores - so */
	/* ie6 is using the second value and other browsers are using the first */
	bottom: 0px !important;
	bottom: -1px;
	left: 0px;
}

div.bottomright {
	width: 21px;
	height: 21px;
	background: url(img/rightbottom.png) no-repeat bottom right;
	position: absolute;
	/* stupid ie6 needs different positioning, hence the !important which it ignores - so */
	/* ie6 is using the second value and other browsers are using the first */
	bottom: 0px !important;
	bottom: -1px;
	right: 0px !important;
	right: -1px;
}

div.topright {
	width: 21px;
	height: 26px;
	background: url(img/topright.png) no-repeat top right;
	position: absolute;
	top: 0px;
	/* stupid ie6 needs different positioning, hence the !important which it ignores - so */
	/* ie6 is using the second value and other browsers are using the first */
	right: 0px !important;
	right: -1px;
}

div.loading {
	/*background: url(img/ajax-loader-trans.gif) 50% 50% no-repeat;*/
	visibility:hidden;
	background: url(img/loading_transp.gif) 50% 50% no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}



/* --------------------------------------------------------------------- */
/* Navigation Bar */
/* -------------- */

#topbar {
	font-family: Trebuchet, Tahoma, Verdana, Georgia, Arial, sans-serif;
	color: #A6A6A6;
	font-size:11px;
	width: 100%;
	background: #000000;
	border-bottom: 1px solid #777777;
	height: 14px;
}

#topbar a:hover {
	color: white;
}

#topbar .deactivate {
	color: rgb(80,80,80);
}


#topbar a {
	color: #A6A6A6;
}


#topbar .right {
	text-align: right;
	padding-right: 5px;
}

#topbar .left {
	font-size:11px;
	position:absolute;
	left:0px;
	top:0px;
	text-align:left;
	padding-left: 5px;
}

/* --------------------------------------------------------------------- */
/* Comments */
/* -------- */

.comments {
	font-size: 12px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding-top: 20px;
}

.exifdata {
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
}

.ctext {
	font-size: 11px;
	font-style: normal;
	background: url(img/seperator.png) no-repeat bottom center;
	padding-bottom: 10px
}

.comment {
	padding-top: 10px;
	text-align:justify;
	font-style: italic;
}

.techporn {
	background: #959595;
	padding: 10px;
	margin-bottom: 10px;
	border-left: solid 1px #838383;
	border-bottom: solid 1px #838383;
	background: #959595 url(img/fold.png) no-repeat top right;
		text-align: center;
}

/* --------------------------------------------------------------------- */
/* Comments */
/* -------- */

.aboutbox {
	margin: 0 auto;
	position: relative;
	text-align: justify;
	padding-top: 30px;
	font-size:12px;
}

.dataentry {
	width: 600px;
}

/* --------------------------------- */
#star {
position: absolute;
top: 18px;
right: 4px;
z-index: 5;
}

#star .logo {
float: left;
border: 0;
}

#star a, #star a:link, #star a:visited #star a:hover {
border: 0;
}

/* --------------------------------------------------------------------- */
/* Table    */
/* -------- */

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: none none none none;
	border-collapse: collapse;
}

td {
	border-width: 1px 0px 1px 0px;
	padding: 10px;
	border-style: solid hidden solid hidden;
	border-color: #000 transparent #000 transparent;
	vertical-align:top;
}

