html, body
{
	font: 88%/130% "Verdana", "Arial", "Helvetica", sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #cdcdcd;
}
	.roundframe, .frame, .semiroundframe
	{
		padding: 10px;
		background: #ededed;
	}
	
	.semiroundframe2 { padding: 10px; }
		.semiroundframe2.approvebg  { background: #ffeaea; }
		.semiroundframe2.approvebg2 { background: #fff2f2; }
		.semiroundframe2.windowbg   { background: #e7eaef; }
		.semiroundframe2.windowbg2  { background: #f0f4f7; }
		.semiroundframe2.windowbg3  { background: #cacdd3; }
	
		.frameclear
		{
			padding: 0;
			display: block;
		}
		
		form#postmodify .frame, .semiroundframe, .semiroundframe2
		{
			padding: 0 12% 10px 12%;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}
	
	.windowbg, .windowbg2 { overflow: auto; }
		div#personal_messages .windowbg
		{
			padding: 5px;
		}
	
	div#forumposts .windowbg, div#forumposts .windowbg2
	{
		padding: 10px 0 10px 0;
	}
	
	form#frmLogin
	{
		margin-top: 5px;
	}
		form#frmLogin .frame
		{
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
		}
	
	table { border-spacing: 0; }
	div#forumNews
	{
		text-align: left;
		word-wrap: break-word;
		position: absolute;
		z-index: 10;
		padding: 5px;
		display: inline-block;
		height: auto;
		width: 325px;
		color: #000;
		left: 50px;
		top: 50px;
		
		background: #d7d7d7;
		background: rgba( 200, 200, 200, 0.75 );
		border-radius: 5px;
	}

	div#logoDisplay
	{
		top: 5px;
		width: 100%;
		height: 185px;
		z-index: 11;
		position: relative;
		text-align: center;
		background: #000 url( ../images/custom/banner.jpg ) no-repeat left top;
	}
	
		div#logoDisplay div#distortionOverlay
		{
			width: 100%;
			height: 185px;
			z-index: 1;
			position: absolute;
			background: transparent url( ../images/custom/distort.png ) no-repeat center top;
			
			top: 0;
			left: 0;
		}
		
		div#logoDisplay a#logo
		{
			top: 20px;
			margin: auto;
			z-index: 999;
			display: inline-block;
			position: relative;
		}
	
	div#forumContent
	{
		width: 85%;
		margin: auto;
		padding: 10px;
		min-width: 800px;
		margin: 15px auto 5px auto;
		background: #fafafa;
		
		border: 1px solid #a0a0a0;
		border-radius: 5px;
	}
		div.cat_bar
		{
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
		
		div.roundframe { border-radius: 5px; }
			div.roundframe .titlebg
			{
				border-radius: 5px;
				padding-left: 5px;
			}
		
		tr.catbg
		{
			background: #326192;
		}
			tr.catbg > th:first-child { border-top-left-radius: 5px; }
			tr.catbg > th:last-child { border-top-right-radius: 5px; }
		
		tr.titlebg { background: #68034f; border-top-left-radius: 3px; border-top-right-radius: 3px; }
		td.info p
		{
			margin-left: 1px;
		}

		div#boardindex_table tbody.content tr:last-child td.icon
		{
			border-bottom-left-radius: 5px;
		}

		div#boardindex_table tbody.content tr:last-child td.lastpost
		{
			border-bottom-right-radius: 5px;
		}

		div#messageindex table.table_grid tr:last-child td.icon1
		{
			border-bottom-left-radius: 5px;
		}

		div#messageindex table.table_grid tr:last-child td.lastpost
		{
			border-bottom-right-radius: 5px;
		}
			
		table.table_list a.collapse
		{
			margin: 1px 5px 0 1em;
			height: 31px;
			line-height: 31px;
		}
		
		div#messageindex table.table_grid td { border: none; }
		div#messageindex table.table_grid { border-spacing: 0; border-collapse: collapse; }

	p.moderators
	{
		margin-top: 0.65em !important;
	}