@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #1B6594;
}
a:visited {
	color: #1B6594;
}
a:hover {
	color: #589AD3;
}
a:active {
	color: #1B6594;
}
.menutable {
	padding-top: 4px;
	#padding-top: 0;
}
.menu {
	color: #999999;
}
.menu a {
	color: #666666;
	text-decoration: none;
}	
.menu a:hover {
	color: #000000;
	text-decoration: none;
}
.menu_bottom {
	color: #CCCCCC;
	font-size: 11px;
}
.menu_bottom a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}	
.menu_bottom a:hover {
	color: #000000;
	text-decoration: none;
}
.copyright {
	color: #999999;
	font-size: 10px;
}	
.title {
	font-size: 14px;
	font-weight: bold;
	color: #1B6594;
}
.adtitle {
	color: #333333;
}
.pagetitle {
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
.contenttitle {
	font-size: 14px;
	font-weight: bold;
	color: #1B6594;
}
.content {
	padding-left: 25px;
	padding-right: 15px;
}
.submit {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 70px;
	color: orange;
	padding-bottom: 5px;
	background-color: #1b6493;
	border: 1px solid orange;
	cursor:hand;
	cursor:pointer;
}
.input {
	font-size: 11px;
	height: 17px;
	border: 1px solid orange;
	background-color: #F5F5F5;
	padding-left: 2px;
}
select {
	font-size: 11px;
	height: 19px;
	border: 1px solid orange;
	background-color: #F5F5F5;	
}
.postingtitle {
	font-size: 14px;
	font-weight: bold;
	color: #1B6594;
}
.content {
	font-size: 11px;
}
.fake{	
	color:#1B6594;
	text-decoration: none;
	background-color:#F5F5F5;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url(/images/bg_answer.gif);
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	overflow:hidden;
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#1B6594;
	text-decoration: underline;
	/* font-size:0.9em; */
	background-color:#F5F5F5;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url(/images/bg_answer.gif);
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #CCCCCC;
	background-color:#F5F5F5;
	width:430px;
	text-align: left;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
	position:relative;
}
.ads {
	line-height: 1.3;
	font-family: arial,helvetica;
}
.ads a {
	line-height: 1.3;
	color: #0658b5;
}
.icons {
	cursor: hand;
	cursor: pointer;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
	/* classes for validator */
	.tfvHighlight
		{color: red;}
	.tfvNormal
		{color: black;}
	.inputHighlighted
		{color: red;}
	.inputNormal
		{color: black;}
-->