body {
	margin: 0px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003333;
	background-color: #ddeeee;
}
#container {	
	border: solid 1px #003333;
	padding: 3px;
	background-color: #fff;
}	
#top {
	margin: 0px;
	padding: 0px;
	background: url(../image/bg-top.gif) repeat-x 0px 0px;
	height: 90px;
	width: 100%;
	border-bottom: solid 2px #003333;
}

/*
 * navigation
 *
 */

#navigation {
	position: absolute;
	top: 85px;
	left: 40px;
	padding-top: 10px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navigation li {
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #033;
	border-left: 1px solid #033;
	border-top: 1px solid #033;
	margin: 2px;
	list-style-type: none;
	display: inline;
}
#navigation li:hover {
	border-right: 1px solid #355;
	border-left: 1px solid #355;
	border-top: 1px solid #355;
}
#navigation li.active {
	border-right: 1px solid #acc;
	border-left: 1px solid #acc;
	border-top: 1px solid #acc;
}
#navigation li.active:hover {
	border-right: 1px solid #dee;
	border-left: 1px solid #dee;
	border-top: 1px solid #dee;
}
#navigation a {
	font-size: 12px;
	color: #033;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #355;
}
#navigation a.active {
	color: #acc;
}
#navigation a.active:hover {
	color: #dee;
}


#main {
	padding: 10px 20px 20px 20px;
}
h1 {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	color: #ddeeee;
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
div.answer {
	width: 600px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: solid 1px #003333;
	background-color: #ccdddd;
}
div.answerheading {
	margin: 0px;
	padding: 0px;
	padding: 3px 10px 3px 10px;	
	border-bottom: solid 1px #003333;
	background-color: #aacccc;
}
div.answercontent, pre.answercontent {
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
span.user {
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	left: 200px;	
}
span.date {
	padding: 0px 10px 0px 10px;
}
span.answertext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
hr {
	display: none;
}
div.question {
	margin: 15px 0px 5px 0px;
	padding: 0px;
}
span.number {
	padding-top: 2px;
	position: absolute;
}
div.questiontext {
	position: relative;
	left: 30px;
	font-size: 12px;	
	margin-right: 20px;
	margin-bottom: 4px;
}
a.question {
	font-size: 12px;
}
a {
	color: #033;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #244;
}	
span.nbAnswers {
	margin-top: 5px;
	padding-left: 40px;
	margin-right: 5px;
}	
span.txtEmail {
	margin-top: 5px;
}
#userinfo {
	position: absolute;
	right: 50px;
	top: 30px;
	color: #ddeeee;
}
textarea.answer {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #003333;
	background-color: #dee;
	border: 1px inset #003333;
}
input {
	color: #003333;
	background-color: #dee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px inset #003333;
}
input.button {
	border: 1px outset #003333;
}
form {
	margin-top: 20px;
}
