/* html hack */
html {
	height: 100%;
	margin-bottom: 1px;
}

/* original style hack */
.content p {
	padding:8px 0;
}

/* forum tables */
.forumTable {
	 border: 2px solid #006699;
	 margin-bottom: 8px;
	 background-color: #FFFFFF; 
}
.forumNavTable {
	 margin-bottom: 8px;
}

/* Table Headers */
.tdHeader { 
	font-weight: bold;
	text-align: center;
	color: #FFA34F;
	background-image: url(tdheader_bg.png);
	height: 21px;
}
.tdHeader a { 
	font-weight: bold;
	text-align: center;
	color: #FFA34F;
}
.tdGroupLeft {
	font-weight: bold;
	color: #006699;
	letter-spacing: 1px;
	background-image: url(tdcategory_bg.png);
	height: 20px;
}
.tdGroupRight {
	background: #ffffff url(tdcatright_bg.png) no-repeat;
	height: 20px;
}
.tdBottom { 
	color: #006699;
	font-size: 0.9em;
	background-image: url(tdbottom_bg.gif);
	height: 21px;
}

/* Table Listings */
.tdRowA {
	background-color: #EFEFEF;
}
.tdRowB {
	background-color: #DEE3E7;
}
.tdRowF {
	background-color: #DEDEDE;
}

/* Tekst Sektioner */
.txtSmall {
	font-size:10px;
}
.smallPaging {
	float: left;
}
.smallRating {
	float: right;
	width: 60px;
	vertical-align: bottom;
}

/* Links */
.forumTitle a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

/* Images */
.forumIcon img {
	margin: 4px;
}
.postIcons img {
	width: 70px;
	height: 18px;
	padding: 0 2px;
}
.postIcons img.small {
	width: 17px;
}
.forumAvatar {
	min-width:75px;
	max-width:100px;
	min-height:70px;
	max-height:150px;
	padding:3px;
	margin:2px;
	margin-right:5px;
	border:1px solid #006699;
	background-color:#DEDEDE;
}
.forumPoint {
	width:54px;
	height:9px;
}

/* Other */
.topicMsgSubject {
	float: left;
	font-weight: bold;
	width: 58%;
	font-size: 80%;
}
.topicMsgDate {
	float: right;
	width: 38%;
	font-size: 80%;
}
.topicAuthor {
	text-align: center;
}
.topicAuthor a {
	font-weight: bold;
	color: #006699;
}
.trLine {
	background-color: #6CA1BE;
}
.error {
	text-align:center;
	color:#CC3333;
}
.frmButton {
	font-size:10px;
	width: 100px;
}

/* forum posts */
.topicMessage {
	margin: 6px 0;
	width: 620px;
	overflow: auto;
	min-height:100px;
}
.topicMessage h1 {
}
.topicMessage h2 {
}
.topicMessage h3 {
}
.topicMessage .forumQuote {
	background-color:#ebebeb;
	border:1px solid #dbdbdb;
	font-size:0.95em;
	margin:25px 1px 5px 25px;
	padding:5px;
}
.topicMessage .forumCode {
	overflow:auto;
	display:block;
	height:auto;
	max-height:200px;
	padding:3px;
	margin:10px 1px 5px 2px;
	background-color:#FFFFFF;
	border:1px solid #eeeeee;
	font: 0.9em "Courier New", Courier, mono;
	line-height: 1.3em;
	color:#CC3300;
}
.topicMessage pre {
	margin:10px 1px 5px 0;
}
.topicMessage a {
}

/* forum post signature */
.forumSig {
	width:60%; 
	border-top:1px dotted #999999; 
	font-style:italic; 
	overflow:hidden; 
	margin-top:18px;
	font-size:10px;
}

/* textareas */
.quickreply textarea {
	height:100px;
	width:97%;
	padding:10px;
	font:normal 14px 'Trebuchet MS','Arial';
}
.textarea textarea {
	height:60px;
	width:315px;
	padding:5px;
	font:normal 14px 'Trebuchet MS','Arial';
}
.pmcomposer textarea {
	height:200px;
	width:80%;
	padding:10px;
}
.pmcomposer textarea.small {
	height:100px;
}
.countField {
	border:none;
	background-color:#DEE3E7;
}

/* label hover */
.lblavatar {
	display:block;
	margin:1px;
	padding:1px;
	height:100px;
	line-height:100px;
	background-position:center;
	background-repeat:no-repeat;
}
.lblavatarsel {
	background-color:#DEDEDE;
	border:1px solid #6CA1BE;
	margin:0;
}
.lblavatar:hover {
	background-color:#EFEFEF;
	border:1px solid #6CA1BE;
	margin:0;
}

/* bullet labels */
.lblbullet {
	float:left;
	width:40px;
	background-position:21px center;
	background-repeat:no-repeat;
	margin-right:10px;
}

