#head {
    height:50px;
}

#thumb {
    position: absolute;
    top:-2px;
    border: 1px solid black;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    cursor: default;
    z-index: 999;
    background-color: white;
    color: black;
    width: 200px;
    }

#head {

}

.title {
    font-size: 32px;
    font-family: Trebuchet MS, Verdana, sans serif;
    font-weight: bold;
    letter-spacing:-2px;
}

.form {
    padding: 4px 4px 4px 35%;
    border: 1px dotted #eee;
    margin-top: 30px;
}

.error {
    font-size: 12px;
    font-weight: bold;
    color: red;
    border: 1px solid red;
    background-color: #fdd;
    padding: 4px;
    font-style: italic;
    }

.linkarea {
    padding: 3px 5px;
	border-bottom: 1px dotted #eee;
	margin-right: 120px;
	margin-left: 12px;
	}

.tagarea {
	padding-left: 12px;
	position: absolute;
	top:8px;
	right: 10px;
	width: 110px;
	text-align: right;
	}

.lowered { border:1px solid; border-color: ButtonShadow ButtonFace ButtonFace ButtonShadow; }
.raised { border:1px solid; border-color: ButtonFace ButtonShadow ButtonShadow ButtonFace;  }

.tag {
	padding: 2px 2px 1px 17px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	background: transparent url(media/linkext6.gif) no-repeat 2px 5px;
	background-color:#f8f8f8;
	height: 0; /* jaieb: just another ie bug? */
	color: #999;
	margin-bottom: 2px;
	}
.hora {
	margin-left: 6px;
	margin-top: 5px;
	margin-right: 120px;
	margin-bottom: 2px;
	padding-bottom: 1px;
	padding-left:4px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #4bd;
    background-color:#e8f0ff;
}

.linktags { float:right; margin-top:-2px; }

.tag:hover, .user:hover, .btn:hover { color: #4bd; }

.widthtag { width: 100px; }

.user {
	background: url(amedia/group.gif) no-repeat fixed 1 1 #9ce;
	padding: 0px 2px 0px 2px;
	width: 32px;
	color: black;
	margin: 0 4px 2px 4px;
	}

.current { background-color: #def; }

.btn {
	text-decoration: none;
	cursor: hand;
	background-color: #eee;
	color: #000;
	padding: 0 4px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	outline: 0;
	}

.tab { margin-left: 20px; }

img {
	border: 0px;
	position: relative;
	top: 2px;
	}

body {
	background-color:#fff;
	margin:0;
	padding:0;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #999; 
	}

body, td {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 7pt; 
    }

A { text-decoration: none; padding:2px; color: #666; }
A:active { color: #000; }
A:hover { color: #000; }

textarea, select, input {
	background-color: #eee;
	color: #000;
	font-size: 12px;
	}

select {
    font-size:9px;
    font-family: Trebuchet MS, arial;
    border: 1px solid #fff;
    background-color: #fff;
    height:16px;
    -moz-opacity:0.5;
}
