/* general styles */
html,
body  {
	margin: 0;
	padding: 0;
	height: 100%;
}
body  {
	background: #F6F7F6 url('../images/bg_body.gif') repeat-x 0 100%;
	font: 69.2% Arial, sans-serif;
}
a  {
	color: #036;
	text-decoration: none;
}
a:hover  {
 	color: #036;
	text-decoration: underline;
	background-color: #FFCC99;
}
img  {
	display: block;
	border: none;
}
.first  {
	background: none !important;
}
.left  {
	float: left;
}
.right  {
	float: right;
}
strong  {
	color: #036;
	display: block;
}

#bg  {
	background: url('../images/bg.gif') repeat-x 0 78px;
}
#container  {
	width: 776px;
	margin: 0 auto;
	background: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* header */
#header  {
	background: url('../images/bg_header.gif') repeat-x;
	height: 82px;
	overflow: hidden;
}
#logo  {
	float: left;
	margin: 18px 13px 13px 13px;
}
#header div  {
	width: 60%;
	height: 77px;
	padding: 5px 0 0 0;
	background: url('../images/bg_form.jpg') no-repeat 100% 0;
}
#header div.searchnodec  {
	float:right;
	background: none;
	width: 100%;
}
#header ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li  {
	float: left;
	padding: 0 5px 0 6px;
	font-size: 85%;
	background: url('../images/separator_header.gif') no-repeat 0 50%;
}
#header li.highlight {
	background: url('../images/highlight.gif') no-repeat 0 50%;
}
#header form  {
	float: right;
	margin: 0;
	padding: 10px;
	/*clear: right;*/
}
#header form ul  {
	width: 290px;
	overflow: hidden;
}
#header input  {
	float: left;
	margin: 0;
	padding: 2px 3px;
	width: 220px;
	border: 1px solid #D8D8D9;
	font: 12px Arial, sans-serif;
}
#header input.search  {
	width: 59px;
	height: 21px;
	border: none;
	padding: 0;
}
/* main navigation */
#navigation  {
	height: 26px;
	background: url('../images/bg_nav.gif') no-repeat 100% 0;
	margin: 0 8px;
	overflow: hidden;
}
#navigation ul  {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	background: #fff url('../images/bg_nav_ul.gif') no-repeat 100% 0;
	float: left;
	overflow: hidden;
}
#navigation li  {
	float: left;
	font-size: 108.8%;
	line-height: 26px;
	background: url('../images/bg_nav_li.gif') no-repeat;
	margin: 0 2px 0 0;
}
#navigation li:hover,
#navigation li.hover,
#navigation li#left  {
	background: url('../images/bg_nav_left.gif') no-repeat;
}
#navigation a  {
	color: #fff;
	display: block;
	float: left;
	background: url('../images/bg_nav_a.gif') no-repeat 100% 0;
	padding: 0 10px;
}
#navigation li#left a,
#navigation a:hover  {
	background-image: url('../images/bg_nav_a_hover.gif');
	text-decoration: none;
}
#main  {
	background: url('../images/bg_main.gif') repeat-x 0 100%;
	padding: 25px 8px;
	width: 760px;
	overflow: hidden;
}
/* left column */
#leftcol  {
	width: 238px;
	float: left;
	color: #666;
}
.text  {
	float: right;
	padding: 1px 3px;
	width: 140px;
	border: 1px solid #A5ACB2;
	margin: 4px 0;
}
label  {
	float: left;
	padding: 8px 0;
	clear: left;
	font-size: 11px;
}
.button  {
	float: right;
	margin: 5px 0 5px 4px;
}
.clear  {
	clear: both;
	padding: 0 0 0 63px;
}
.clear a  {
	float: right;
	text-decoration: underline;
	font-size: 95%;
}
.clear a:hover  {
	text-decoration: none;
}
/* central column */
#centercol  {
	width: 328px;
	float: left;
	margin-left: 30px;
	display: inline;
}
.xxx  {
	background: url('../images/box_left.gif') no-repeat;
	margin-bottom: 10px;
}

.xx  {
	background: url('../images/box_right.gif') no-repeat 100% 0;
	padding: 0 12px;
}
.x  {
	background: url('../images/box.gif') repeat-x 0 100%;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #D8D8D8;
	/*height: 141px;*/
	padding: 12px 0 4px 0;
	color: #333;
}

.zzz  {
	background: url('../images/box_top.gif') no-repeat;
	margin-bottom: 10px;
}
.zz  {
	background: url('../images/box_bottom.gif') no-repeat 0 100%;
	padding: 12px 0;
}
.z  {
	background: url('../images/box_middle.gif') repeat-x 0 100%;
	border-left: 1px solid #DDD;
	border-right: 1px solid #E0E0E0;
	padding: 0 10px;
}

.zzz2  {
	background: url('../images/box_top2.gif') no-repeat;
	margin-bottom: 10px;
}
.zz2  {
	background: url('../images/box_bottom2.gif') no-repeat 0 100%;
	padding: 12px 0;
}
.z2  {
	background: url('../images/box_middle.gif') repeat-x 0 100%;
	border-left: 1px solid #DDD;
	border-right: 1px solid #E0E0E0;
	padding: 0 10px;
	
}



.indent  {
	text-indent: 5px;
}
ul.xl  {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
ul.xl li  {
	float: left;
	padding: 0 12px 9999px 12px;
	margin: 0 12px -9999px -12px;
	border-left: 1px dotted #0F2B57;
	line-height: 20px;
	font-size: 10px;
}
ul.xl li a  {
	text-decoration: underline;
}
ul.xl li a:hover  {
	text-decoration: none;;
}
ul.xl strong  {
	font-size: 12px;
}

/* for the global _content.php include*/
ul.contenthome {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

ul.contenthome li a  {
	text-decoration: underline;
}
ul.contenthome li a:hover  {
	text-decoration: none;
	
}


.photos  {
	margin: 0;
	padding: 5px 0 10px 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.photos li  {
	padding: 0 5px;
	float: left;
}
.photos img  {
	border: 1px solid #CCC;
}


.photos2  {
	padding: 5px 0 10px 0;
	width: 100%;
	list-style: none;
}

.photos2 li  {
	margin-right: 5px;
	float: left;
	width: 65px;
	height: 75px;
	overflow: visible;
}

.photos2 img  {
	border: 1px solid #CCC;
}


/* right column */
#rightcol  {
	width: 125px;
	float: right;
	font-size: 96%;
}
#rightcol strong  {
	color: #036;
	text-transform: uppercase;
	font-family: Verdana;
	padding: 13px 0 3px 0;
	font-size: 90%;
}
#rightcol ol  {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin: 0;
	padding: 10px 0 10px 28px;
}
#rightcol li  {
	padding: 5px 0;
	color: #666;
}
#rightcol a  {
	color: #666;
}
/* footer */
#footer  {
	padding: 13px 19px;
	color: #999;
	font-size: 95%;
}
#footer ul  {
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#footer li  {
	float: left;
	background: url('../images/separator_footer.gif') no-repeat 0 50%;
	padding: 0 5px;
	font-size: 105%;
}
#footer a  {
	color: #036;
	font-weight: bold;
}

.form_error {
	color: #990000;
	font-weight: bold;

}
.genericTable {
background:url('../images/bg_main.gif') repeat-x 0 100%; 
}

/**** general****/

/****askeet*****/
/*
AJAX activity indicator
*/
div#indicator
{
	position: absolute;
	width: 100px;
	height: 40px;
	left: 10px;
	top: 10px;
	z-index: 900;
	background: url('../images/indicator.gif') no-repeat 0 0;
}

/*
Tag Popularity bubble styles
*/
ul#tag_cloud
{
  list-style: none;
}
 
ul#tag_cloud li
{
  list-style: none;
  display: inline;
}
 
ul#tag_cloud li.tag_popularity_1
{
  font-size: 100%;
}
 
ul#tag_cloud li.tag_popularity_2
{
  font-size: 120%;
}
 
ul#tag_cloud li.tag_popularity_3
{
  font-size: 140%;
}
 
ul#tag_cloud li.tag_popularity_4
{
  font-size: 160%;
}
ul#tag_cloud li.tag_popularity_5
{
  font-size: 180%;
}
ul#tag_cloud li.tag_popularity_6
{
  font-size: 200%;
}
ul#tag_cloud li.tag_popularity_7
{
  font-size: 220%;
}
ul#tag_cloud li.tag_popularity_8
{
  font-size: 240%;
}
.classred {
background: red;
}

div#content_main .interested_mark
{
  font-size: 2em;
  font-weight: bold;
  width: 40px;
  height: 26px;
  background: url(/images/interested_bubble.gif) no-repeat top left;
  text-align: right;
  margin-left:10px;
  color: #fff;
}
.subtitle
{
  color: #036;
  font-size: 11px;
}

.subtitle :link, .subtitle :visited
{
  font-weight: bold;
}
 .answer_body
{
  padding-left:80px;
}

 .answer_body ul
{
  margin-left: 15px;
}

.small
{
  font-size: 10px;
}

.in_form
{
  padding-left: 85px;
}
.hoverdrop
{
  background-color:#CCE9FD;
}
.helpanswer
{
padding-left:20px;
padding-top:20px;
padding-bottom:20px;
background:#FFFFCC;
}