a.row:hover {display:block;width:100%;background:#dbe7d8}
#search-wrap input{width:210px; font-size:12px; color:#999999; padding:2px; border:solid 1px #999999;}
#results{width:300px; border:solid 1px #DEDEDE; display:none; position:absolute; right:75px; top:130px; background:#FFFFFF}
#results ul, #results li{padding:0; margin:0; border:0; list-style:none;}
#results li {border-top:solid 1px #DEDEDE; display:block;}
#results li a{display:block; padding:4px; text-decoration:none; color:#0099FF; }
#results li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#results li a:hover{background:#FFFFCC;}
#results ul {padding:6px;}

#friend-wrap input{width:225px; font-size:12px; color:#999999; padding:2px; border:solid 1px #999999;}
#result{width:225px; border:solid 1px #DEDEDE; display:none; position:absolute; right:32px; top:175px; background:#FFFFFF}
#result ul, #result li{padding:0; margin:0; border:0; list-style:none;}
#result li {border-top:solid 1px #DEDEDE; display:block;}
#result li a{display:block; padding:4px; text-decoration:none; color:#0099FF; }
#result li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#result li a:hover{background:#FFFFCC;}
#result ul {padding:6px;}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}
.style2 {font-size:12px;
         color:#000000;
		 }
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
body {font-size:13px; background-color: #F9F9F9; color:#444444;
}
#search {padding: 3px; width: 150px; border: 1px solid #999; font-family: verdana; arial, sans-serif; font-size: 12px;}
a:link {
	color: #033c8b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033c8b;
}
a:hover {
	text-decoration: none;
	color: #033c8b;
}
a:active {
	text-decoration: none;
	color: #033c8b;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style5 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}
	#search, ol { padding: 3px; width: 150px; border: 1px solid #999; font-family: verdana; arial, sans-serif; font-size: 12px;}
	ol { list-style-type: none; font-family: verdana; arial, sans-serif; font-size: 11px;  margin: 0 0 0 0}
	li { margin: 0 0 0 0; cursor: default; color: #666; background-color:#FFFFFF}
	li:hover { background: #ffc; }
.style6 {
	color: #FF6633;
	font-weight: bold;
	font-size:18px;
}
.style7 {
	color:#00649E;
	font-size:13px;
}
.style9 {font-size: 12px}
.style11 {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
}
.style4 {
	font-size: 16px;
	color: #FF6633;
	font-weight: bold;
}
.style8 {
	color: #669966;
	font-size: 14px;
	font-weight: bold;
}

	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:200px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
