.FlyoutPopup {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #b8b8b8;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 10;
	height:150px;
	width:200px;
    overflow:hidden;
    overflow-y: scroll;
    opacity: .95;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='#e0e0e0',Positive='true') alpha(opacity=95);
	}

.FlyoutPopup table {
    border-top: solid 1px #DFDFDF;
    border-right: solid 1px #DFDFDF;
    width:100%;
	}

.FlyoutPopup td {
    border-bottom: solid 1px #DFDFDF;
    border-left: solid 1px #DFDFDF;
	color: #333333;
    
	font-size:11px;
	}

.FlyoutPopup tr {
	border: 1px solid #FFFFFF;
	padding: 0px 0px 0px 0px;
	height: 15px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	cursor:pointer;
	}

.FlyoutPopup tr:hover {
	background-color: #f0f7fd;
	border: 1px solid #addbef;
	padding: 0px 0px 0px 0px;
	height: 15px; 
	text-decoration: none;
	white-space: nowrap;
	cursor:pointer;
	}

.FlyoutPopArrow {
	margin: 0px 0px 0px 0px;
	}

.FlyoutStatic, .FlyoutStaticHover 
{
    padding-left:5px;
    width:65px;
	text-align:center;
	}

/* .FlyoutStatic, .FlyoutStaticHover
{
	background-color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:25px;
	border: solid 1px #CBCBCB;
	padding: 3px 5px;
	margin: 0 0 5px;
	white-space: nowrap;
	text-decoration: none;
    cursor: default;
	display: inline;
} */

/* A.FlyoutStaticLink
{
	font-family:Arial, Helvetica, sans-serif;
	color:#002A5C;
	white-space: nowrap;
	text-decoration: none;
    cursor: default;
	display: inline;
}

A:visited.FlyoutStaticLink, A:hover.FlyoutStaticLink, A:active.FlyoutStaticLink {
	color:#b5111a;
	text-decoration:none;
}

*/

.FlyoutPopupAnimate {
    position: absolute;
    display:block;
    border:1px solid gray;
    overflow:hidden;
    visibility:hidden;
    margin:0;
    padding:0;
    z-index:1;
	}