*
{
	margin: 0;
	padding: 0;
}

ul, ol {
    padding: 1em;
    padding-left: 3em;
    margin-left: 0;
}

div.down
{
	position: absolute;
	top: 0;
	right: 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 3px;
	color: #FF6600;
	background-color: white;
	border: 1px solid #ff6600;
}

h1, h2
{
	background-color: #666;
}

h1
{
	background-color: #333;
	background-image: url('/images/salamander.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div.textblock
{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 3px;
	background-color: #fff;
	
	border: 1px solid #ff6600;
}

	div.textblock div.content
	{
		background-image: url('http://messagesinbloom.com/images/shadow.png');
		background-position: top left;
		background-repeat: repeat-x;
		padding: 5px;
		margin: 0;
	}

	div.textblock h1, div.textblock h2
	{
		margin: 0;
		border: none;
	}

p
{
	margin: 5px;
}

html
{
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: url('http://www.yassassin.nl/images/layout/background.jpg');
	background-color: #ff6600;
	font-family: Arial;
	text-align: center;
}

body, table, p
{
	font-size: 10pt;
}

input, textarea {
	font-size: 10pt;
	font-family: Arial;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative; /* needed for footer positioning*/
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
	
	background-color: #FFCC99;
	/* for IE */
	filter:alpha(opacity=93);
	/* CSS3 standard */
	opacity: 0.93;	
	background-position: top left;
	background-repeat: no-repeat;
}

#header
{
	padding: 1em;
	background-color: black;
	color: #FF6600;
	min-height: 80px;
	background-image: url('http://www.yassassin.nl/images/salamander.png');
	background-position: top left;
	background-repeat: no-repeat;
}

	#header h1
	{
		margin: 0;
		font-size: 35pt;
		background: none;
		border: none;
	}
	
	#header h2
	{
		margin: 0;
		font-size: 14pt;
		font-style: italic;
		background: none;
		border: none;
	}
	
div#online_members
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 300px;
	text-align: right;
}

#membermenu
{
	float: left;
	width: 140px;
	margin: 5px;
}

#content
{
	padding-left: 150px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 35px;
}

#footer
{
	background-color: black;
	min-height: 20px;
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	color: #FF6600;
	text-align: center;
}

	#footer p
	{
		margin: 5px;
	}

img
{
	border: none;
}

a
{
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
	padding: 0px;
}

	a:visited
	{
		
	}
	
	a:hover
	{
		color: #FF3300;
		text-decoration: none;
	}
	
	a.external
	{
		padding-right: 16px;
		background-image: url('/images/external.gif');
		background-position: right center;
		background-repeat: no-repeat;
	}

h2#webcie
{
	margin-top: 20px;
	font-size: 12pt;
}

ul.menu
{
	list-style-type: none;
	margin: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

	ul.menu a
	{
		font-weight: bold;
	}
	
	ul.menu li
	{
		padding-top: 3px;
		padding-bottom: 3px;
		white-space: nowrap;
	}

li img
{
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-right: 3px;
}

div.usertable
{
	width: 80%;
	overflow-x:scroll;
	float: left;
}

div.list
{
	background-color: white;
	border: 3px solid #ff6600;
	float: left;
	padding: 5px;
	padding-right: 15px;
	margin: 5px;
}

table
{
	border-collapse: collapse;
}

	table.sortable thead
	{
		font-weight: bold;
		cursor: pointer;
		color: #FF6600;
	}

	table th
	{
		text-align: left;
	}
	
	table.userlist
	{
		float: left;
		width: 15%;
	}
		
		table.userlist td, table.userlist th
		{
			overflow-x: hidden;
			white-space: nowrap;
			padding: 3px;
			text-align: right;
			font-style: italic;
		}
	
	table.usertable
	{
	}
	
		table.usertable tr:hover
		{
			background-color: #DFDBC7;
			cursor: pointer;
			cursor: hand;
		}
		
		table.usertable td, table.usertable th
		{
			white-space: nowrap;
			padding: 3px;
			text-align: left;
		}

	table.forumlist
	{
		width: 835px;
		margin: 0;
		padding: 0;
		background-color: white;
		border: 1px solid #FF6600;
		margin-top: 10px;
	}
	
		table.forumlist tr.odd
		{
			background-color: #DFDBC7;
		}
		
		table.forumlist tr.first
		{
			background-color: #666;
			color: #FF6600;
			font-weight: bold;
		}
		
		table.forumlist tr.new
		{
			background-color: red;
			color: #FF3300;
			font-weight: bold;
		}
		
		table.forumlist td
		{
			padding: 3px;
			padding-top: 6px;
			padding-bottom: 6px;
		}
	
	table.topic
	{
		width: 835px;
		background-color: white;
		margin-bottom: 15px;
	}
	
		table.topic td
		{
			padding: 3px;
			vertical-align: top;
		}
		
		table.topic tr.first
		{
			background-color: #DFDBC7;
		}
		
		table.topic tr.new, table.topic tr.new a
		{
			color: #FF3300;
			font-weight: bold;
			background-color: #666;
		}
		
		table.topic td.onderschrift
		{
			vertical-align: bottom;
		}
		
		table.topic td.onderschrift p
		{
			color: gray;
			font-size: 8pt;
			margin-top: 3px;
			margin-left: 5px;
		}
		
		table.topic td.date
		{
			text-align: right;
		}
		
		table.topic td.name
		{
		
		}
		
		table.topic td.image
		{
			width: 100px;
			padding: 8px;
		}
		
		table.topic td.image img
		{
			width: 100px;
			height: 100px;
		}
		
		table.topic tr.empty, table.topic tr.empty td
		{
			height: 0;
			line-height: 0;
			font-size: 0;
			padding: 0;
			margin: 0;
		}

p.summary
{
	padding: 5px;
	margin: 0;
}

div.thumbmail
{
	float: left;
	margin-bottom:10px;
	margin-right:10px;
	padding: 4px;
	width: 100px;
	text-align: center;
}

	div.thumbmail p
	{
		text-align: center;
		margin: 0;
		padding: 0;
	}

img.thumbmail:hover
{
	border: 4px solid #FF3300;
	padding: 0;
}

img.thumbmail
{
	margin: 0;
	padding: 4px;
}

img.profilepic
{
	margin: 15px;
}

div.hr
{
	height: 1px;
	background-color: #FF3300;
	overflow: hidden;
}

div.summary
{
	border: 2px solid #FF3300;
	background-color: white;
}

label
{
	display: block;
	margin-top: 5px;
}

div.login
{
	width: 350px;
}

	div.login label
	{
		clear: left;
		float: left;
		width: 40%; /* or whatever length suits */
	}
	
	div.login div
	{
		margin-top: 5px;
	}
	
	div.login input[type=text], div.login input[type=password]
	{
		width: 60%;
	}

div.button
{
	text-align: right;
	white-space: nowrap;
}

div#forum_messages
{
	display: inline;
	font-weight: bold;
}

span.quote
{
	color: gray;
	font-style: italic;
}

a.trigger
{
	cursor: pointer;
	cursor: hand;
}

a.active
{
	display: none;
}

div.youtube
{
	display: none;
}

.error
{
	color: red;
}

.succes
{
	color: green;
}

.note
{
	color: gray;
	font-style: italic;
}

.clear
{
	clear: both;
}

textarea
{
	height: 200px;
}
