
/* questions page */

div.headline {
	background-color:#A2A1A0;
	background-image:url('src/headlinebg2.jpg');
	background-repeat:repeat-x;
	font-family:tahoma;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	border-bottom:3px solid #E60086;
	margin-bottom:10px;
}

div.headline a {
	color:#fff;
	text-decoration:none;
}

div.headline a:hover {
	text-decoration:underline;
}

a.addBut {
	font:12px arial;
	font-weight:bold;
	color:red;
	background:white;
	padding:0px 6px;
	border:1px solid #598C26;
	float:left;
	margin:7px 0 0 4px;
	text-decoration:none;
}
a.addBut:hover {
	background:#ddd;
	text-decoration:none;
}

div.headline form, div.headline select {
	font:12px arial;
	margin:0px;
	color:#598C26;
}

table.questions_list {
	background:#fff;
	width:99.9%;
	border:1px solid #ccc;
	padding:2px;
}

table.questions_list tr.row0 {
	background:#ddd;
}

table.questions_list tr.row1 {
	background:#eee;
}

table.questions_list tr th {
	font:12px arial;
	color:#000;
	font-weight:bold;
	padding:2px;
}

table.questions_list tr td {
	font:12px arial;
	height:30px;
	padding:2px;
	vertical-align:middle;
}

table.questions_list tr td a {
	color:#598C26;
	text-decoration:none;
}

table.questions_list tr td a:hover {
	color:#BFD62C;
	text-decoration:underline;
}

/* question page */

.navigation {
	color:#666;
	font-size:10px;
	font-weight:bold;
	padding:3px 0;
}

.navigation a {
	font-size:12px;
	color:#598C26;
}

.navigation a:hover {
	color:#BFD62C;
}

h1 {
	margin:0px;
	margin-bottom:5px;
	font-size:22px;
	font-weight:bold;
}

div.question , div.answer {
	font:14px arial;
	border:1px solid #ccc;
	background:#eee;
	padding:10px;
	margin-top:10px;
}

div.answer {
	background:#ddd;
}

div.question h1 , div.answer h1 {
	margin:0;
	font:14px arial;
	font-weight:bold;
}

div.question h2 , div.answer h2 {
	margin:0 0 5px 0;
	font:10px arial;
	font-weight:bold;
}

div.question p , div.answer p {
	margin:0 0 5px 0;
}

div.description {
	border:1px solid white;
	padding:5px;
	background:#eee;
	height:80px;
}

div.description img {
	float:right;
	margin-left:5px;
}

/* print page */

.print .topbar {
	width:456px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.print .banner1 {
	font:14px arial;
	font-weight:bold;
	margin-top:100px;
	color:#598C26;
}

.print .banner1:hover {
	color:#BFD62C;
	text-decoration:none;
}

/* talkbacks */


.responds h1 {
	border-bottom:1px solid #aaa;
	font-size:14px;
	font-family:tahoma;
	font-weight:bold;
	padding:3px;
	background:#FFE38F;
}

.responds h1 a {
	color:#666;
	text-decoration:none;
	font:12px arial;
	font-weight:bold;
}

a.actionBut {
	font:12px arial;
	font-weight:bold;
	color:#BFD62C;
	background:white;
	padding:0px 6px;
	border:1px solid #598C26;
	float:left;
	margin:22px 0 0 4px;
	text-decoration:none;
}
a.actionBut:hover {
	background:#ddd;
	text-decoration:none;
}

.responds h1 a:hover {
	color:#BFD62C;
	text-decoration:underline;
}

.responds ol {
	list-style-position: outside;
	margin-right:32px;
}

.responds > ol {
	margin-right:32px;
}

* html .responds > ol {
	margin-right:-22px;
}

.responds li {
	font-size:12px;
	color:#666;
	margin-bottom:5px;
}

.responds li a.headline {
	color:black;
	font-size:12px;
	margin:0px;
	text-decoration:none;
}

.responds li a.headline:hover {
	color:#BFD62C;
	text-decoration:underline;
}

.responds li a.email {
	color:#666;
	font-size:12px;
	text-decoration:none;
	margin:0px;
}

.responds li a.email:hover {
	color:#BFD62C;
	text-decoration:underline;
}

.responds li div.con {
	color:black;
	border-bottom:1px solid #aaa;
	margin:0px;
	padding:5px 0;
	display:none;
}

table.skel .content .bannerdiv .banner , .bannerdiv .banner {
	width:448px;
	height:50px;
}

