
#container-bg {
background: #f2f2f2;
border: 1px solid #dedede;
padding: 10px;
margin-bottom: 15px;
}

#header {
	height: 100%;
	margin: 10px;
	padding: 0;
}

#panel {
position: relative;
}

.header_links {
font-size: 11px; position: absolute; top: -180px; right: 0; list-style: none; margin: 0; padding: 0; text-align: right;
}

.header_links li a {
background: url(images/ivgeo_3/body/pointer.gif) no-repeat center right; padding-right: 10px;
}

.tcat strong {
font-size: 14px;
}

.b_links {
	color: #555753;
	text-align: center;
}

.ivgeo {
	color: #888a85;
	display: block;
	padding-top: 10px;
}

/* subforums look */
ul.subforum {
margin: 0; padding: 0;
}

ul.subforum li {
display: block;	float: left;
}

/* image attachment */
.attachment_img {
-moz-border-radius-topleft:7px; -moz-border-radius-topright:7px; -webkit-border-top-left-radius:7px; -webkit-border-top-right-radius:7px; border-top-left-radius:7px; border-top-right-radius:7px; background-color:#000000; border:0 none; color:#FFFFFF; display:block; font-size:9px; margin:5px 5px 5px 0; float:left; min-height:180px; /* thumbnail height + 20px */ overflow:hidden; /* fixes margin in ie when float */ padding:5px; text-align: center; width:auto;
}

.attachment_img span {
}

img.attachment {
background-color:none; border:none; display:block; margin:0 auto;
}

.post_body {
overflow:hidden; height:1%;
}

/* fixes floated attachment images in ie */
.post_body br {
clear:both;
}

