/* FORUM STYLES */

.forum {
  background: transparent url('img/icn_coffee_large.gif') no-repeat scroll top left;
	height: 50px;
	padding-left: 55px;
	padding-top: 10px;
	font-weight: bold;
}
.forum_category {
  background: transparent url('img/icn_coffee.gif') no-repeat scroll top left;
	height: 30px;
	padding-left: 38px;
	padding-top: 1px;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
}
.forum_live {
  background: transparent url('img/icn_coffee_live_large.gif') no-repeat scroll top left;
	height: 50px;
	padding-left: 55px;
	padding-top: 10px;
}
.forum_locked {
  background: transparent url('img/icn_coffee_locked_large.gif') no-repeat scroll top left;
	height: 50px;
	padding-left: 55px;
	padding-top: 10px;
}

.link_forum {
  background: transparent url('img/icn_coffee.gif') no-repeat scroll top left;
	padding-left: 38px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: bold;
}
.link_forum_live {
  background: transparent url('img/icn_coffee_live.gif') no-repeat scroll top left;
	padding-left: 38px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: bold;
}
.link_forum_locked {
  background: transparent url('img/icn_coffee_locked.gif') no-repeat scroll top left;
	padding-left: 38px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: bold;
}
.link_forum_msg {
  background: transparent url('img/icn_coffee.gif') no-repeat scroll top left;
	height: 30px;
	padding-left: 38px;
	padding-top: 1px;
	text-decoration: none;
}



.forum_msg1 {
	background-color: #e4e4e4;
	padding: 3px 3px 3px 3px;
}
.forum_msg2 {
	background-color: #bebebe;
	padding: 3px 3px 3px 3px;
}

.forum_author {
	font-size: 8pt;
	font-weight: bold;
	color: #4e4e4e;
}
.forum_category_desc {
	font-size: 8pt;
	font-weight: normal;
}
.forum_add {
	cursor: pointer;
	color: #3333ff;
}
.forum_add:hover {
	background-color: yellow;
}
.forum_timer {
	color: #ff3300;
	font-size: 28pt;
}


/* END OF FORUM STYLES */



