@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
}

#ww_bubble {
	position: absolute;
	width: 	302px;
	height: 175px;
	background-image: url(../images/bubble.png);
	/*background-color: #fff;*/
	display:none;
	/*border: 2px solid gray;*/
}

#ww_bubble_text {
	font-size: 11px;
	overflow-y:auto;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 254px;
	height: 118px;
	background-color: #fff;
}

#ww_bubble_closer {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
	color: #e00000;
}

#ww_textbox {
	width: 590px;
	background-color: #f9f9f9;
	border: 1px solid #d0d0d0;
	padding: 10px;
}

#ww_textbox:first-line {
	font-weight: bold;	
}

#ww_table {
	width: 612px;
	border: 1px solid #d0d0d0;
	margin-top: 6px;
}

#ww_table tr.title td {
	font-weight: bold;
	background-image: url(../images/tabletitleback.gif);
}

#ww_table td {
	background-color: #f4f4f4;	
	padding: 10px;
}

#ww_table td.description {
	width: 380px;
}

#ww_table td.icon {
	text-align: center;
}

#ww_table span.helplink {
	color: #e00000;
	cursor: help;
	border-bottom: 1px dotted #e00000;
}

#faq-heading{
 color: black;
 padding: 10px;
 font-size: 15px; 
}

#faq-q{
 color: red;
 padding: 0px;
 font-size: 12px; 
}

#faq-a{
 color: gray;
 padding: 0px;
 font-size: 12px; 
}