	a
	{
		color: #871425;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #871425;
		text-decoration: underline;
	}	
/* -------------------------------- */
/* FORUM LOGO"	*/
/* -------------------------------- */	
	
	div.headerLogo
			{
				width: 100%;
				height: 72px;
				padding: 0;
				margin: 0 0 0 0;
				padding: 0;
				background-color: none;
				overflow: hidden;
				cursor: pointer;
				background-image: url();
				background-repeat: no-repeat;
				background-position: 10px 10px;
			}

/* -------------------------------- */
/* OVERRIDING "STRUCTURE.CSS"	*/
/* -------------------------------- */
	div.headerLeft, td.headerLeft
	{
		/*width: 700px;*/
		height: 104px;
		border: 0px solid red;
		
		background-image: url(../gfx/gfx_logo_forum.gif);
		background-repeat: no-repeat;
		background-position: 10px 10px;
	}
		
	div.headerSeparator, td.headerSeparator
	{
		width: 100%;
		height: 25px;
		/*background-color: green;*/
		padding: 0;
		margin: 0 0 0 0;
		color: #474747;
		background-image: url(../gfx/gfx_menu_bg_forum.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
	}
	
	input.button
	{
		width: 97px !important;
		height: 24px !important;
		background-image: url(../gfx/gfx_button_forum.gif) !important;
		background-repeat: no-repeat;
		border: 0 !important;
		cursor: pointer;
		color: white;
		font-weight: bold;
		font-size: 10px;
	}

/* -------------------------------- */
/* VARIOUS 							*/
/* -------------------------------- */
	.forum_button
	{ 
		width: 90px; 
		height: 23px;
		border: 1px solid #ddd;
	}
	
/* -------------------------------- */
/* FORUM 							*/
/* -------------------------------- */
	.category_container
	{
		width: 100%;
	}
	.category_header
	{
		padding: 3px 0 3px 10px;
		vertical-align: middle;
		font-weight: bold;
		background-color: #eee;
		text-transform: uppercase;
		background-image: url(../gfx/gfx_menu_bg_forum.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		color: white;
	}
		.category_header a
		{
			color: white !important;
		}
		
	.category_column
	{
		vertical-align: middle;
		font-weight: bold;
		background-color: #eee;
		background-image: url(../gfx/gfx_menu_bg_forum.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		color: white;
	}
		
		.forum_container
		{
			width: 100%;
		}
			.forum_list_icon
			{
				width: 50px;
				height: 40px;
				vertical-align: middle;
				text-align: center;
			}
			.forum_list_title
			{
				width: 320px;
				vertical-align: top;
			}
			.forum_list_topics
			{
				width: 70px;
				vertical-align: middle;
			}
			.forum_list_posts
			{
				width: 70px;
				vertical-align: middle;
			}
			.forum_list_last_post
			{
				vertical-align: middle;
			}
				.forum_list_last_post_div
				{
					width: 150px;
					overflow: hidden;
				}
				
/* -------------------------------- */
/* FORUM VIEW  						*/
/* -------------------------------- */
	.topic_container
	{
		width: 100%;
	}
	.topic_header
	{
		padding: 3px 0 3px 10px;
		vertical-align: middle;
		text-align: left;
		font-weight: bold;
		background-color: #eee;
		text-transform: uppercase;
		background-image: url(../gfx/gfx_menu_bg_forum.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		color: white;
	}
		.topic_header a
		{
			color: white !important;
		}
		
	.topic_column
	{
		vertical-align: middle;
		font-weight: bold;
		background-color: #eee;
		background-image: url(../gfx/gfx_menu_bg_forum.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		color: white;
		font-weight: bold;
	}
		.topic_container
		{
			width: 100%;
		}
			.topic_list_icon
			{
				width: 50px;
				height: 40px;
				vertical-align: middle;
				text-align: center;
			}
			.topic_list_title
			{
				width: 340px;
				vertical-align: top;
				text-align: left;
			}
			.topic_list_replies
			{
				width: 50px;
				vertical-align: middle;
			}
			.topic_list_views
			{
				width: 70px;
				vertical-align: middle;
			}
			.forum_list_last_post
			{
				vertical-align: middle;
				text-align: left;
			}
				.forum_list_last_post_div
				{
					width: 150px;
					overflow: hidden;
				}
				
/* -------------------------------- */
/* FORUM VIEW TOPIC					*/
/* -------------------------------- */
	.post_header
	{
		background-color: #ccc; 
		border-top: 1px solid #ddd; 
		border-right: 1px solid #ddd; 
		border-bottom: 1px solid #ddd;
		background-image: url(../gfx/gfx_menu_bg_forum.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		color: white;
		font-weight: bold;
	}
		.post_header a
		{
			color: white !important;
		}
		
		.post_header .post_header_left
		{
			width: 80%;
			float: left;
			padding: 5px; 
		}
		.post_header .post_header_right
		{	
			width: 15%; 
			float: right;
			padding: 5px;
			text-align: right; 
		}
		
	.post_left
	{
		width: 143px;
		height: 100px; 
		border-top: 1px solid #ddd; 
		border-right: 1px solid #ddd; 
		border-left: 1px solid #ddd;
		vertical-align: top;
	}
		.post_left .post_left_div
		{
			width: 133px;
			padding: 5px;
			overflow: hidden;
		}
		
	
	.post_right
	{
		width: 509px;
		border-top: 1px solid #ddd; 
		border-right: 1px solid #ddd;
		vertical-align: top;
	}
		.post_right .post_right_div
		{
			width: 499px;
			padding: 5px;
			overflow: auto;
		}
		
	.post_footer_left
	{
		border-top: 1px solid #ddd; 
		border-right: 0px solid #eee; 
		border-left: 0px solid #eee; 
		border-bottom: 0px solid #eee;
	}
		.post_footer_left .post_footer_left_div
		{
			padding: 5px;
		}
	
	.post_footer_right
	{
		border-top: 1px solid #ddd; 
		border-right: 0px solid #eee; 
		border-bottom: 0px solid #eee;
	}
		.post_footer_right .post_footer_right_div
		{
			padding: 5px;
		}
