/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */

.loginbox {
width: 300px;
height: 150px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -75px; 
margin-left: -150px; 
border-top: 1px solid #efefef;
border-left: 1px solid #efefef;
border-bottom: 1px solid #efefef;
border-right: 1px solid #efefef;
font-size: x-small;
}

html, body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}

A {
	text-decoration: none;	
        font-weight:bold;
	color:#999999;
}

H1 { 
        font-size: large; 
}

A:hover {
	text-decoration: none;
        font-weight:bold;
	color:#000000;
}

.logintable {
font-size: small;
padding:5px;
}

.main {
width:100%;
}

.menu {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
        background-image: url('logo.gif');
        background-repeat: no-repeat;
        background-color: #eeeeee;
        height:30px;
        text-align: right;
}

.text {
font-size: small;
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-bottom: 0px;
border-right: 0px;
background-color: #eeeeee;
}

.textedit {
font-size: small;
border-top: 1px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
border-bottom: 0px;
border-right: 0px;
background-color: #fefefe;
}

.name {
font-size: x-small;
font-style: italic;
}

.date {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: x-small;
}

.loginhead {
 width:100%;
 height:25px;
 background-image: url('logo.gif');
 background-repeat: no-repeat;
 background-color:#eeeeee;
 text-align:center;
}

.mytable {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.comment {
  padding: 0px;
  width: 800px;
  margin-top:0px;
  background-color:#eeeeee;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.commentinfo {
  border-right: 1px solid #cccccc;
  margin: 0px;
  padding: 0px;
  width:140px;
}

.commenttext {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 660px;
  padding-left:10px;
}

.commentedit {  
  visibility: hidden;
  padding: 10px;
  width: 638px;
  margin-top:0px;
  margin-left:142px;
  background-color:#eeeeee;
  border-top: 0px;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.commenttextbottom {
  margin-top: 10px;
}

.avatarimg {
  width: 110px;
  border: 0px;
}

.thumbs {
        margin-top: 30px;
        margin-bottom: 30px;
       	border: 0px;
	width:820px;
        padding:0px;
}

.image {
        position:absolute;
        top: 70px;
        left: 50%;
	border: 1px solid #000000;
	background-color: #000000;	
        margin-bottom:20px;
}

.caption {
        position: relative;  
        top: 150px;
        left:50%;
}

.thumbimg {
        border: 0px;
        padding: 0px;
        margin: 0px;
        vertical-align:bottom;
}

.quote {
        margin-left: 30px;
        padding-left: 3px;
        border-left: 1px solid #aaaaaa;
}

.themepage {
        position:absolute;
        top: 70px;
        left: 50%;
	border: 0px;
        width: 800px;
        margin-left: -400px;
	margin-bottom:20px;

}
 
.exif {
   font-size: x-small;
}

.themetext {
   margin-right: 120px;
}

.commentimagethumb {
   width: 300px;
   border: 1px solid #000000;
}