html, body {
}

body {
	margin: 10px;
	border: 0px;
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	background-image: url("/graphics/bodybg.gif");
	background-repeat: repeat-x;
	background-color: #A00000;
	text-align: center;
}

form {
	margin: 0px;
}

a {
	color: blue;
}
a:hover {
}

p {
	margin: 0px;
}

h1 {
	font-size: 21px;
	font-weight: normal;
	color: #B90000;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
	h1 a {
		color: #B90000;
		text-decoration: none;
	}
	h1 a:hover {
		color: #B90000;
		text-decoration: underline;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	margin-top: 0px;
}

/*
 * All elements that should have default font.
 */
body, table, select, input, textarea {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 13px;
	color: #494949;
}
div.clear {
	clear: both;
}
/*
 * All elements that should have an increased line-height
 */
body, table {
	line-height: 19px;
}

/**
 * The shadow div contains the shadow on which the rest of the page body resides.
 */
div.shadow {
	background-image: url("/graphics/shadowbg.gif");
	background-repeat: repeat-y;
	background-position: top;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	overflow: hidden;
}

	div.shadow div.pagetop {
		background-image: url("/graphics/pagetop.jpg");
		background-repeat: no-repeat;
		background-position: top;
		margin-left: auto;
		margin-right: auto;
		width: 976px;
		height: 226px;
		overflow: hidden;
		text-align: left;
	}
		div.shadow div.pagetop a.hplink {
			display: block;
			width: 242px;
			height: 66px;
			margin: 60px 0px 0px 27px;
		}
	
	div.shadow div.body {
		padding: 0px 2px 0px 20px;
		text-align: left;
	}
	
		div.shadow div.body div.lft, div.shadow div.body div.rgt, div.shadow div.body div.mid {
			float: left;
		}
		div.shadow div.body div.lft {
			width: 220px;
			margin: 2px 6px 0px 0px;
		}
		div.shadow div.body div.mid {
			width: 486px;
			margin: 0px 6px 0px 0px;
		}
			div.shadow div.body div.mid div.midbanner {
				text-align: center;
				margin: 10px 0;
			}
			
		div.shadow div.body div.rgt {
			width: 220px;
			margin: 2px 0px 0px 0px;
		}
		
	div.shadow div.adsense {
		padding: 5px 0px 15px 0px;
		text-align: center;
	}

div.pagebottom {
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	font-size: 11px;
}
	
	div.pagebottom div.padding {
		background-color: #EBEBEB;
		margin-left: 11px;
		margin-right: 11px;
		border-top: 1px solid #BABABA;
		padding: 7px 20px 0px 7px;
		text-align: right;
	}
	
	div.pagebottom span.closing {
		background-image: url("/graphics/pagebottom.gif");
		background-repeat: no-repeat;
		background-position: bottom;
		height: 18px;
		display: block;
	}

/*******************************************************************************
** The main menu (topside)
*******************************************************************************/

#menudiv {
	background-image: url("/graphics/menubg.gif");
	background-repeat: repeat-x;
	background-color: white;
	height: 29px;
	text-align: left;
	font-weight: bold;
	margin: 24px 8px 0px 8px;
}

	#menudiv a {
		display: block;
		float: left;
		font-size: 15px;
		color: #B20000;
		font-weight: bold;
		text-decoration: none;
		padding: 4px 20px 4px 20px;
		border-left: 1px solid white;
		border-right: 1px solid silver;
	}
	#menudiv a:hover {
		color: #E40000;
		padding: 3px 22px 5px 18px;
		background-image: url("/graphics/menubg_hover.gif");
		background-repeat: repeat-x;
	}
	#menudiv a.selectedlink {
		color: #505C74;
	}
	
/*******************************************************************************
** The blocks on the left and right sides
*******************************************************************************/
	
div.block {
	background-image: url("/graphics/blockbg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 8px;
	font-size: 12px;
}
	div.block div.padding {
		padding: 20px 20px 10px 20px;
	}
		div.block div.padding div.lftbanner {
			text-align: center;
			margin-top: 10px;
		}
	
	div.block h1 {
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 125%;
	}
	
	div.block span.blockclosing {
		background-image: url("/graphics/blockbottombg.jpg");
		background-repeat: no-repeat;
		background-position: top;
		height: 16px;
		overflow: hidden;
		display: block;
	}
	
div.contentblock {
	background-image: url("/graphics/contentbodybg.jpg");
	background-repeat: repeat-y;
	background-position: center;
	font-size: 13px;
	line-height: 21px;
}
	
	div.contentblock div.padding {
		padding: 10px 0px 10px 30px;
		width: 430px;
		overflow: hidden;
	}

	div.contentblock span.opening {
		background-image: url("/graphics/contenttopbg.jpg");
		background-repeat: no-repeat;
		background-position: top;
		height: 21px;
		overflow: hidden;
		display: block;
	}
	
	div.contentblock span.closing {
		background-image: url("/graphics/contentbottombg.jpg");
		background-repeat: no-repeat;
		background-position: top;
		height: 18px;
		overflow: hidden;
		display: block;
	}
	
	div.contentblock div.react {
		font-size: 11px;
		border-top: 1px solid #900000;
		padding-top: 5px;
		color: #900000;
	}
		div.contentblock div.react a {
			color: #C40403;
		}
		
	/**
	 * block for displaying the original message.
	 */
	div.contentblock div.reaction {
		border-top: 1px dashed silver;
		margin-bottom: 30px;
		font-size: 12px;
	}
		
		div.contentblock div.reaction div {
			font-size: 10px;
			color: black;
			margin-bottom: 5px;
		}
	
/*******************************************************************************
** Some specific form classes
*******************************************************************************/

form.reactform {
	margin: 0px;
}

	form.reactform input.txtinput, form.emailreg input.txtinput {
		width: 150px;
		background-color: #F5F5F5;
		border: 1px solid silver;
		font-size: 12px;
	}
	
	form.reactform textarea {
		width: 415px;
		height: 90px;
		background-color: #F5F5F5;
		border: 1px solid silver;
		font-size: 12px;
	}
	
	form.reactform input.button, form.emailreg input.button,
			form.editreact input.button  {
		background-color: #B90000;
		color: #B90000;
		font-weight: bold;
		font-size: 12px;
		border: 0px solid silver;
		background-image: url("/graphics/buttonbg_light.gif");
		background-color: white;
		background-repeat: no-repeat;
		width: 145px;
		height: 29px;
	}
	
	form.emailreg table {
		font-size: 11px;
	}

	form.emailreg input.txtinput {
		width: 130px;
		height: 16px;
	}

	form.emailreg input.button, form.editreact input.button {
		background-image: url("/graphics/buttonbg_dark_small.gif");
		width: 126px;
	}
	
form.editreact {
	background-color: #EBEBEB;
	padding: 15px;
}
	form.editreact table {
		width: 100%;
		text-align: left;
	}
	form.editreact textarea {
		width: 100%;
		height: 150px;
		background-color: white;
		border: 1px solid silver;
		font-size: 12px;
	}
	
/*******************************************************************************
** Specific for the poll
*******************************************************************************/

div.poll {

}

	div.poll div.pollquestion {
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0px;
		padding: 0px;
	}
	div.poll input {
		margin-right: 5px;
		display: block;
		float: left;
		clear: left;
	}
	div.poll input.button {
		float: none;
		margin-left: auto;
		margin-right: auto;
		background-image: url("/graphics/buttonbg_dark.gif");
		background-color: #EBEBEB;
		background-repeat: no-repeat;
		width: 110px;
		height: 29px;
		border: 0px;
		font-size: 11px;
		font-weight: bold;
	}
	div.poll label {
		display: block;
		float: left;
		width: 80%;
		margin-bottom: 2px;
	}
	
	div.poll div.choice {
		margin-bottom: 0px;
		float: none;
		clear: left;
		width: 125px;
		color: #777777;
	}
		
		div.poll div.choice span.voted {
			color: black;
		}
	
	div.poll div.votebarcontainer {
		float: left;
		width: 100px;
		height: 13px;
		overflow: hidden;
		background-color: #F3F8FC;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	div.pollovv div.votebarcontainer {
		float: left;
		width: 230px;
		height: 13px;
		overflow: hidden;
		background-color: #F3F8FC;
	}
		div.poll div.votebarcontainer div.votebar {
			background-image: url('/graphics/poll-votebar-bg.gif');
			background-repeat: repeat-x;
			height: 13px;
			overflow: hidden;
		}
		div.poll span.score {
			display: block;
			float: left;
			width: 25px;
		}
