
html.mainbody,body.mainbody {
	margin: 0px;
	padding: 0px;
	color: #3B3B3B;
	background-color: #8098A2;
	background-image: url(./images/bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-transform: lowercase;
	}
a:link, a:active, a:visited {
	color: #3B3B3B;
	text-decoration: none;
	}
a:hover {
	color: #CCCCFF;
	}
a.red:link, a.red:active, a.red:visited {
	color: #CCCCFF;
	text-decoration: none;
	}
a.red:hover {
	color: #CCCCFF;
	}
a.gray:link, a.gray:active, a.gray:visited {
	color: #ABABAB;
	text-decoration: none;
	}
a.gray:hover {
	color: #CCCCFF;
	}
td {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	}
.head {

	padding-bottom: 40px;
	vertical-align: bottom;
	}
	
.leftside {
	padding-right: 50px;
	text-align: left;
	vertical-align: top;
	}
	
.trail-left {
	background-image: url(./images/bg.gif);
	padding-top: 9px;
	padding-left: 13px;
	text-align: left;
	vertical-align: top;
	}
.rightside{
	text-align: right;
	}

body.commentbody {
	margin: 0px;
	padding: 6px;
	background-color: #8098A2; 
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	}
p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	}
select,input,textarea {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #3B3B3B;
	background-color: #ececec;
	}
.text-headline {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: black;
    }
.comment {
	background-color: #ececec;
	width: 100%;
	color: black;
	margin-bottom: 5px;
    }

.thumbnails_browse {
	margin-right: 2px;
	margin-bottom: 2px;
	border: 0px;
    }

.textdiv {
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 12px;
	text-align: justify;
    }
.textdiv-left {
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 12px;
    }
	
.thumbnails {
border: 0px;
}

.tooltip {
	position: absolute;
	display: none;
	/* border-width: 1px;
	border-style: solid;
	border-color: black; */
	background-color: white;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

ul { list-style: none; }

h1 {font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	}
	
#photo {
    background:#fff;
    padding:4px;
	border:1px solid #fff;
	}
	
#infobox {
	padding: 0px;
	margin: 0px;
	width: 445px;
}

#infobox li {
	padding-bottom:20px
}
	
#message {
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: relative;
	text-align: left;
	font-style: italic;
	font-weight: 100;
	color: #333333;
	clear: both;
	}

